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 " 35 36# annotations 37" @nullable " 38" @utf8InCpp " 39" @VintfStability " 40" @UnsupportedAppUsage " 41" @SystemApi " 42" @JavaOnlyStableParcelable " 43" @Backing " 44" expectedSignature " 45" implicitMember " 46" maxTargetSdk " 47" publicAlternatives " 48" trackingBug " 49" type " 50 51# ignorable imports 52" android.os.IInterface " 53" android.os.IBinder " 54" android.os.Parcelable " 55" android.os.Parcel " 56" android.content.Context " 57" java.lang.String " 58 59# specific to fuzzer 60" a.path " 61" Foo " 62 63