HomeSort by relevance Sort by last modified time
    Searched full:int_array (Results 1 - 24 of 24) sorted by null

  /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...]
  /external/compiler-rt/lib/asan/tests/
asan_benchmarks_test.cc 46 int *int_array = new int[kLen]; local
47 ManyAccessFunc(int_array, kLen, 1 << 24);
48 delete [] int_array;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 80 public static final CstType INT_ARRAY = intern(Type.INT_ARRAY);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 79 public static final CstType INT_ARRAY = intern(Type.INT_ARRAY);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java 80 public static final CstType INT_ARRAY = intern(Type.INT_ARRAY);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
ArrayData.java 86 } else if (arrayType == CstType.INT_ARRAY ||
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 86 } else if (arrayType == CstType.INT_ARRAY ||
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 86 } else if (arrayType == CstType.INT_ARRAY ||
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 94 StdTypeList.make(Type.INT_ARRAY, Type.INT);
130 StdTypeList.make(Type.INT, Type.INT_ARRAY, Type.INT);
Type.java 244 public static final Type INT_ARRAY = INT.getArrayType();
  /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 229 public static final Type INT_ARRAY = INT.getArrayType();
  /external/dexmaker/src/dx/java/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 229 public static final Type INT_ARRAY = INT.getArrayType();
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 374 RegisterSpec.make(dest.getNextReg(), Type.INT_ARRAY);
375 rop = Rops.opFilledNewArray(Type.INT_ARRAY, sourceCount);
377 CstType.INT_ARRAY);
381 rop = Rops.opMoveResult(Type.INT_ARRAY);
    [all...]
BytecodeArray.java     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 48 private static TypeId<?> INT_ARRAY = TypeId.get(int[].class);
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 1069 int int_array[] = { 1, 2, 3, 4 }; local
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 760 new Rop(RegOps.NEW_ARRAY, Type.INT_ARRAY, StdTypeList.INT,
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 760 new Rop(RegOps.NEW_ARRAY, Type.INT_ARRAY, StdTypeList.INT,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 760 new Rop(RegOps.NEW_ARRAY, Type.INT_ARRAY, StdTypeList.INT,
    [all...]

Completed in 1993 milliseconds