Steven Moreland | 45857d7 | 2019-10-25 17:08:09 -0700 | [diff] [blame] | 1 | # 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 Cha | 225519b | 2020-08-29 01:55:32 +0900 | [diff] [blame^] | 35 | " ParcelableHolder " |
Steven Moreland | 45857d7 | 2019-10-25 17:08:09 -0700 | [diff] [blame] | 36 | |
| 37 | # annotations |
| 38 | " @nullable " |
| 39 | " @utf8InCpp " |
| 40 | " @VintfStability " |
| 41 | " @UnsupportedAppUsage " |
| 42 | " @SystemApi " |
| 43 | " @JavaOnlyStableParcelable " |
| 44 | " @Backing " |
Andrei Homescu | e61feb5 | 2020-08-18 15:44:24 -0700 | [diff] [blame] | 45 | " @RustDerive " |
Steven Moreland | 45857d7 | 2019-10-25 17:08:09 -0700 | [diff] [blame] | 46 | " expectedSignature " |
| 47 | " implicitMember " |
| 48 | " maxTargetSdk " |
| 49 | " publicAlternatives " |
| 50 | " trackingBug " |
| 51 | " type " |
Andrei Homescu | e61feb5 | 2020-08-18 15:44:24 -0700 | [diff] [blame] | 52 | " Copy " |
| 53 | " Clone " |
| 54 | " PartialOrd " |
| 55 | " Ord " |
| 56 | " PartialEq " |
| 57 | " Eq " |
| 58 | " Clone " |
| 59 | " Hash " |
Steven Moreland | 45857d7 | 2019-10-25 17:08:09 -0700 | [diff] [blame] | 60 | |
| 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 | |