HomeSort by relevance Sort by last modified time
    Searched refs:test_array (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/SemaCXX/
decltype-pr4448.cpp 7 int test_array[5]; variable
9 Convoluted< int *, test_array, nullptr > tarray;
return-noreturn.cpp 122 void test_array() { function
  /ndk/tests/device/test-stlport_shared-exception/jni/
spec9.cpp 7 void test_array() throw (IntArray) function
16 test_array();
  /ndk/tests/device/test-stlport_static-exception/jni/
spec9.cpp 7 void test_array() throw (IntArray) function
16 test_array();
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 29 void test_array() function
43 test_array<array>();
44 test_array<const_array>();
45 test_array<incomplete_array>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 29 void test_array() function
43 test_array<array>();
44 test_array<const_array>();
45 test_array<incomplete_array>();
  /external/chromium_org/mojo/public/cpp/bindings/tests/
serialization_warning_unittest.cc 161 Array<Array<ScopedHandle> > test_array = CreateTestNestedHandleArray(); local
162 test_array[0] = Array<ScopedHandle>();
163 test_array[1][0] = ScopedHandle();
167 test_array.Pass(), mojo::internal::VALIDATION_ERROR_NONE);
169 test_array = CreateTestNestedHandleArray();
170 test_array[0] = Array<ScopedHandle>();
173 test_array.Pass(),
176 test_array = CreateTestNestedHandleArray();
177 test_array[1][0] = ScopedHandle();
180 test_array.Pass()
    [all...]
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 38 void test_array() function
52 test_array<array>();
53 test_array<const_array>();
54 test_array<incomplete_array>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 38 void test_array() function
52 test_array<array>();
53 test_array<const_array>();
54 test_array<incomplete_array>();
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/gen/org/webrtc/vieautotest/
R.java 13 public static final int test_array=0x7f050000; field in class:R.array
  /external/chromium_org/media/base/
audio_bus_unittest.cc 333 uint8 test_array[arraysize(kTestVectorUint8)]; local
334 bus->ToInterleaved(bus->frames(), sizeof(*kTestVectorUint8), test_array);
336 test_array, kTestVectorUint8, sizeof(kTestVectorUint8)), 0);
340 int16 test_array[arraysize(kTestVectorInt16)]; local
341 bus->ToInterleaved(bus->frames(), sizeof(*kTestVectorInt16), test_array);
343 test_array, kTestVectorInt16, sizeof(kTestVectorInt16)), 0);
347 int32 test_array[arraysize(kTestVectorInt32)]; local
348 bus->ToInterleaved(bus->frames(), sizeof(*kTestVectorInt32), test_array);
358 memcmp(test_array, kTestVectorInt32, sizeof(kTestVectorInt32)) == 0 ||
359 memcmp(test_array, fixed_test_array, sizeof(fixed_test_array)) == 0)
377 int16 test_array[arraysize(kTestVectorInt16)]; local
    [all...]
  /external/clang/test/Analysis/
auto-obj-dtors-cfg-output.cpp 69 void test_array() { function
  /external/clang/test/CodeGen/
arm-aapcs-vfp.c 45 // CHECK: define arm_aapcs_vfpcc void @test_array(%struct.nested_array %{{.*}})
46 // CHECK64: define void @test_array(double %{{.*}}, double %{{.*}}, double %{{.*}}, double %{{.*}})
48 void test_array(struct nested_array arg) { function
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/src/org/webrtc/vieautotest/
ViEAutotest.java 64 ArrayAdapter.createFromResource(this, R.array.test_array,
  /external/liblzf/
configure     [all...]
  /external/srtp/
configure     [all...]
  /external/libogg/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 863 const unsigned char test_array[] = { 'f', 'o', 'o', 'b', 'a', 'r' }; local
    [all...]
  /external/qemu-pc-bios/bochs/
configure     [all...]
  /external/eigen/test/
array.cpp 265 void test_array() function
  /ndk/build/tools/
prebuilt-common.sh 913 int test_array[1-2*(sizeof(void*) != 4)];
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]

Completed in 2120 milliseconds

1 2