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

  /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;
  /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/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 1069 int int_array[] = { 1, 2, 3, 4 }; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 2313 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0")); local
    [all...]

Completed in 3369 milliseconds