Home
last modified time | relevance | path

Searched refs:BOOLEAN_ARRAY (Results 1 – 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstType.java62 public static final CstType BOOLEAN_ARRAY = intern(Type.BOOLEAN_ARRAY); field in CstType
/external/dbus/test/data/valid-messages/
Ddict.message29 BOOLEAN_ARRAY { true, false, false, true, false }
Dlots-of-arguments.message21 BOOLEAN_ARRAY { true, false, false, true, false }
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DStdTypeList.java114 StdTypeList.make(Type.BOOLEAN_ARRAY, Type.INT);
150 StdTypeList.make(Type.INT, Type.BOOLEAN_ARRAY, Type.INT);
DType.java214 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType(); field in Type
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DArrayData.java81 arrayType == CstType.BOOLEAN_ARRAY) { in ArrayData()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java50 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/
DRops.java784 new Rop(RegOps.NEW_ARRAY, Type.BOOLEAN_ARRAY, StdTypeList.INT,