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

1 2

  /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/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
  /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/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p2.cpp 16 // void test_array(ConvertibleToArray cta) {
  /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/base/mac/
foundation_util_unittest.mm 22 ScopedCFTypeRef<CFTypeRef> test_array(
59 EXPECT_TRUE(test_array);
78 EXPECT_EQ(test_array, CFCast<CFArrayRef>(test_array));
97 EXPECT_FALSE(CFCast<CFStringRef>(test_array));
128 EXPECT_EQ(test_array, CFCastStrict<CFArrayRef>(test_array));
163 id test_array = [NSArray array];
181 EXPECT_TRUE(test_array);
197 EXPECT_EQ(test_array, ObjCCast<NSArray>(test_array))
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/res/values/
strings.xml 8 <string-array name="test_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/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/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/bison/m4/
c-working.m4 24 int test_array[CHAR_BIT];]])],
  /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/clang/test/CodeGenObjC/
arc-literals.m 36 // CHECK-LABEL: define void @test_array
37 void test_array(id a, id b) {
  /external/clang/test/CodeGenObjCXX/
literals.mm 18 void test_array() {
  /external/liblzf/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/eigen/test/
array.cpp 265 void test_array() function
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 867 const unsigned char test_array[] = { 'f', 'o', 'o', 'b', 'a', 'r' }; local
    [all...]
  /external/srtp/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/
Format12x.smali 52 .method public test_array-length()V

Completed in 1288 milliseconds

1 2