Searched refs:BOOLEAN_ARRAY (Results 1 – 8 of 8) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
D | CstType.java | 62 public static final CstType BOOLEAN_ARRAY = intern(Type.BOOLEAN_ARRAY); field in CstType
|
/external/dbus/test/data/valid-messages/ |
D | dict.message | 29 BOOLEAN_ARRAY { true, false, false, true, false }
|
D | lots-of-arguments.message | 21 BOOLEAN_ARRAY { true, false, false, true, false }
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | StdTypeList.java | 114 StdTypeList.make(Type.BOOLEAN_ARRAY, Type.INT); 150 StdTypeList.make(Type.INT, Type.BOOLEAN_ARRAY, Type.INT);
|
D | Type.java | 214 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType(); field in Type
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | ArrayData.java | 81 arrayType == CstType.BOOLEAN_ARRAY) { in ArrayData()
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 50 private static TypeId<boolean[]> BOOLEAN_ARRAY = TypeId.get(boolean[].class); field in DexMakerTest 1541 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY); in testArrayLength() 1580 Method newBooleanArray = newArrayMethod(BOOLEAN_ARRAY); in testNewArray() 1622 Method swapBooleanArray = arraySwapMethod(BOOLEAN_ARRAY, TypeId.BOOLEAN); in testReadAndWriteArray()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rops.java | 784 new Rop(RegOps.NEW_ARRAY, Type.BOOLEAN_ARRAY, StdTypeList.INT,
|