blob: 0dec1e46e1881a0906b275e74199985623d226ec [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 "
35
36# annotations
37" @nullable "
38" @utf8InCpp "
39" @VintfStability "
40" @UnsupportedAppUsage "
41" @SystemApi "
42" @JavaOnlyStableParcelable "
43" @Backing "
Andrei Homescue61feb52020-08-18 15:44:24 -070044" @RustDerive "
Steven Moreland45857d72019-10-25 17:08:09 -070045" expectedSignature "
46" implicitMember "
47" maxTargetSdk "
48" publicAlternatives "
49" trackingBug "
50" type "
Andrei Homescue61feb52020-08-18 15:44:24 -070051" Copy "
52" Clone "
53" PartialOrd "
54" Ord "
55" PartialEq "
56" Eq "
57" Clone "
58" Hash "
Steven Moreland45857d72019-10-25 17:08:09 -070059
60# ignorable imports
61" android.os.IInterface "
62" android.os.IBinder "
63" android.os.Parcelable "
64" android.os.Parcel "
65" android.content.Context "
66" java.lang.String "
67
68# specific to fuzzer
69" a.path "
70" Foo "
71