Home
last modified time | relevance | path

Searched refs:CLASS (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
DDiagnosticInfos.cpp43 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ argument
44 { diag::ENUM, CLASS, STR_SIZE(ADDRDESC, uint16_t), ADDRDESC } \
62 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ argument
63 { diag::ENUM, CLASS, STR_SIZE(LOCDESC, uint16_t), LOCDESC } \
/frameworks/base/core/java/com/android/internal/annotations/
DVisibleForNative.java26 @Retention(RetentionPolicy.CLASS)
DVisibleForTesting.java30 @Retention(RetentionPolicy.CLASS)
DImmutable.java28 @Retention(RetentionPolicy.CLASS)
DGuardedBy.java29 @Retention(RetentionPolicy.CLASS)
/frameworks/opt/vcard/tests/res/raw/
Dv21_winmo_65.vcf7 X-CLASS:PUBLIC
Dv30_simple.vcf8 CLASS:PUBLIC
Dv21_complicated.vcf7 X-CLASS:PUBLIC
Dv30_complicated.vcf7 X-CLASS:PUBLIC
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnosticInfos.h18 #define DIAG(ENUM, CLASS, ADDRMSG, LINEMSG) ENUM, argument
/frameworks/base/core/java/android/annotation/
DTargetApi.java30 @Retention(RetentionPolicy.CLASS)
DHide.java39 @Retention(RetentionPolicy.CLASS)
DSuppressLint.java31 @Retention(RetentionPolicy.CLASS)
/frameworks/base/core/java/com/android/internal/usb/
DDumpUtils.java72 dump.write("class", UsbDeviceProto.CLASS, device.getDeviceClass()); in writeDevice()
114 dump.write("class", UsbInterfaceProto.CLASS, iface.getInterfaceClass()); in writeInterface()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DPlatformInspectableProcessor.java163 if (cursor.getKind() == ElementKind.CLASS) { in enclosingClassElement()
/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java131 mClass.writeToProto(proto, ActiveInstrumentationProto.CLASS); in writeToProto()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java178 case (int) IntervalStatsProto.Event.CLASS: in buildEvent()
180 parser.readString(IntervalStatsProto.Event.CLASS)); in buildEvent()
DUsageStatsProto.java433 proto.write(IntervalStatsProto.Event.CLASS, event.mClass); in writeEvent()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp653 #define HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS) in WriteModuleMetadata() argument
654 #define HANDLE_MDNODE_LEAF(CLASS) \ in WriteModuleMetadata() argument
655 case Metadata::CLASS##Kind: \ in WriteModuleMetadata()
656 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \ in WriteModuleMetadata()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp651 #define HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS) in WriteModuleMetadata() argument
652 #define HANDLE_MDNODE_LEAF(CLASS) \ in WriteModuleMetadata() argument
653 case Metadata::CLASS##Kind: \ in WriteModuleMetadata()
654 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \ in WriteModuleMetadata()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp681 #define HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS) in WriteModuleMetadata() argument
682 #define HANDLE_MDNODE_LEAF(CLASS) \ in WriteModuleMetadata() argument
683 case Metadata::CLASS##Kind: \ in WriteModuleMetadata()
684 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \ in WriteModuleMetadata()
/frameworks/base/core/java/android/hardware/usb/
DDeviceFilter.java326 dump.write("class", UsbDeviceFilterProto.CLASS, mClass); in dump()
/frameworks/base/api/
Dsystem-current.txt2292 …ED}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public static @in…
/frameworks/base/non-updatable-api/
Dsystem-current.txt2292 …ED}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public static @in…
Dcurrent.txt3529 …@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) @java.lang.annotation.…
3533 …@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) @java.lang.annotation.…
8392 field public static final String EXTRA_CLASS = "android.bluetooth.device.extra.CLASS";
62459 enum_constant public static final java.lang.annotation.RetentionPolicy CLASS;

12