/external/stlport/test/unit/ |
ptrspec_test.cpp | 79 int *int_array[] = {0, 0, 0}; local 124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3); 125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3); 126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3); 131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3); 139 pint_vect.assign(int_array, int_array + 3) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
ptrspec_test.cpp | 79 int *int_array[] = {0, 0, 0}; local 124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3); 125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3); 126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3); 131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3); 139 pint_vect.assign(int_array, int_array + 3) [all...] |
/ndk/tests/device/test-stlport/unit/ |
ptrspec_test.cpp | 79 int *int_array[] = {0, 0, 0}; local 124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3); 125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3); 126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3); 131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3); 139 pint_vect.assign(int_array, int_array + 3) [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstType.java | 80 public static final CstType INT_ARRAY = intern(Type.INT_ARRAY);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 373 RegisterSpec.make(dest.getNextReg(), Type.INT_ARRAY); 374 rop = Rops.opFilledNewArray(Type.INT_ARRAY, sourceCount); 376 CstType.INT_ARRAY); 380 rop = Rops.opMoveResult(Type.INT_ARRAY); [all...] |
BytecodeArray.java | [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
ArrayData.java | 85 } else if (arrayType == CstType.INT_ARRAY ||
|
/dalvik/dx/src/com/android/dx/rop/type/ |
StdTypeList.java | 94 StdTypeList.make(Type.INT_ARRAY, Type.INT); 130 StdTypeList.make(Type.INT, Type.INT_ARRAY, Type.INT);
|
Type.java | 226 public static final Type INT_ARRAY = INT.getArrayType();
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Rops.java | 760 new Rop(RegOps.NEW_ARRAY, Type.INT_ARRAY, StdTypeList.INT, [all...] |
/prebuilt/sdk/tools/lib/ |
dx.jar | |