Searched refs:TYPE (Results 1 - 14 of 14) sorted by relevance

/dalvik/tests/004-annotations/src/android/test/anno/
H A DAnnoSimpleType2.java5 @Target(ElementType.TYPE)
H A DAnnoSimpleTypeInvis.java5 @Target(ElementType.TYPE)
H A DAnnoFancyType.java5 @Target(ElementType.TYPE)
H A DAnnoSimpleType.java5 @Target(ElementType.TYPE)
H A DIntToString.java6 @Target({ ElementType.TYPE })
/dalvik/tests/098-native-allocations/src/
H A DMain.java53 register_native_allocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
54 register_native_free = vm_runtime.getDeclaredMethod("registerNativeFree", Integer.TYPE);
/dalvik/vm/compiler/
H A DCompilerUtility.h51 #define GET_ELEM_N(LIST, TYPE, N) (((TYPE*) LIST->elemList)[N])
/dalvik/tests/045-reflect-array/src/
H A DMain.java26 intArray = Array.newInstance(Integer.TYPE, 2);
65 intArray = Array.newInstance(Integer.TYPE, 0);
72 Object charArray = Array.newInstance(Character.TYPE, 7);
125 Object shortArray = Array.newInstance(Short.TYPE, 1);
137 Object longArray = Array.newInstance(Long.TYPE, 2);
198 intIntIntArray = Array.newInstance(Integer.TYPE, dimensions);
/dalvik/dx/src/com/android/dx/command/annotool/
H A DMain.java111 eTypes.add(ElementType.TYPE);
116 set.remove(ElementType.TYPE);
H A DAnnotationLister.java144 if (!args.eTypes.contains(ElementType.TYPE)) {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMixedItemSection.java47 TYPE, enum constant in enum:MixedItemSection.SortType
301 case TYPE: {
H A DDexFile.java109 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
113 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
/dalvik/dx/src/com/android/dx/dex/file/
H A DMixedItemSection.java46 TYPE, enum constant in enum:MixedItemSection.SortType
300 case TYPE: {
H A DDexFile.java114 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
118 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);

Completed in 225 milliseconds