HomeSort by relevance Sort by last modified time
    Searched refs:int_array (Results 1 - 17 of 17) 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/chromium_org/v8/test/mjsunit/regress/
regress-361608.js 8 int_array = [1];
13 x = int_array[i + 1];
  /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/chromium_org/content/shell/renderer/test_runner/
text_input_controller.cc 211 std::vector<int> int_array(2);
212 int_array[0] = range.startOffset();
213 int_array[1] = range.endOffset();
215 return int_array;
223 std::vector<int> int_array(2);
224 int_array[0] = range.startOffset();
225 int_array[1] = range.endOffset();
227 return int_array;
240 std::vector<int> int_array(4);
241 int_array[0] = rect.x
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 18 int_array = ARRAY(fmt, alen)
20 ia = int_array(*init)
36 ia = int_array()
41 self.assertRaises(IndexError, int_array, *range(alen*2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 18 int_array = ARRAY(fmt, alen)
20 ia = int_array(*init)
36 ia = int_array()
41 self.assertRaises(IndexError, int_array, *range(alen*2))
  /external/chromium_org/base/android/
jni_array.cc 29 jintArray int_array = env->NewIntArray(len); local
31 DCHECK(int_array);
34 int_array, 0, len, reinterpret_cast<const jint*>(ints));
37 return ScopedJavaLocalRef<jintArray>(env, int_array);
158 jintArray int_array,
162 jsize len = env->GetArrayLength(int_array);
163 jint* ints = env->GetIntArrayElements(int_array, NULL);
167 env->ReleaseIntArrayElements(int_array, ints, JNI_ABORT);
jni_array.h 70 // Replaces the content of |out| with the Java ints in |int_array|.
73 jintArray int_array,
jni_array_unittest.cc 32 const int* int_array,
43 ASSERT_EQ(int_array[i], value);
  /external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
main.cpp 152 int int_array[] = {1,2,3,4,5}; local
156 *int_array = -1;
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 110 int int_array[] = {1,2,3,4,5}; local
  /art/runtime/
class_linker_test.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 2248 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0")); local
2467 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0")); local
    [all...]

Completed in 1279 milliseconds