blob: 3db1ef4eaa0a138a91074094478a13c8e5b24b39 [file] [log] [blame]
Steven Moreland45857d72019-10-25 17:08:09 -07001# keywords
2" parcelable "
3" import "
4" package "
5" in "
6" out "
7" inout "
8" cpp_header "
9" const "
10" true "
11" false "
12" interface "
13" oneway "
14" enum "
15
16# types
17" void "
18" boolean "
19" byte "
20" char "
21" int "
22" long "
23" float "
24" double "
25" String "
26" List "
27" Map "
28" IBinder "
29" FileDescriptor "
30" CharSequence "
31" ParcelFileDescriptor "
32" java.util.List "
33" java.util.Map "
34" android.os.ParcelFileDescriptor "
Jeongik Cha225519b2020-08-29 01:55:32 +090035" ParcelableHolder "
Steven Moreland45857d72019-10-25 17:08:09 -070036
37# annotations
38" @nullable "
39" @utf8InCpp "
40" @VintfStability "
41" @UnsupportedAppUsage "
42" @SystemApi "
43" @JavaOnlyStableParcelable "
44" @Backing "
Andrei Homescue61feb52020-08-18 15:44:24 -070045" @RustDerive "
Steven Moreland45857d72019-10-25 17:08:09 -070046" expectedSignature "
47" implicitMember "
48" maxTargetSdk "
49" publicAlternatives "
50" trackingBug "
51" type "
Andrei Homescue61feb52020-08-18 15:44:24 -070052" Copy "
53" Clone "
54" PartialOrd "
55" Ord "
56" PartialEq "
57" Eq "
58" Clone "
59" Hash "
Steven Moreland45857d72019-10-25 17:08:09 -070060
61# ignorable imports
62" android.os.IInterface "
63" android.os.IBinder "
64" android.os.Parcelable "
65" android.os.Parcel "
66" android.content.Context "
67" java.lang.String "
68
69# specific to fuzzer
70" a.path "
71" Foo "
72