Searched refs:TYPE (Results 1 - 13 of 13) 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/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.java124 eTypes.add(ElementType.TYPE);
129 set.remove(ElementType.TYPE);
H A DAnnotationLister.java145 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.java47 TYPE, enum constant in enum:MixedItemSection.SortType
301 case TYPE: {
H A DDexFile.java116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);

Completed in 462 milliseconds