HomeSort by relevance Sort by last modified time
    Searched full:test_array (Results 1 - 25 of 39) 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 114 void test_array() { function
  /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/base/mac/
foundation_util_unittest.mm 19 ScopedCFTypeRef<CFTypeRef> test_array(
56 EXPECT_TRUE(test_array);
75 EXPECT_EQ(test_array, CFCast<CFArrayRef>(test_array));
94 EXPECT_FALSE(CFCast<CFStringRef>(test_array));
125 EXPECT_EQ(test_array, CFCastStrict<CFArrayRef>(test_array));
160 id test_array = [NSArray array];
178 EXPECT_TRUE(test_array);
194 EXPECT_EQ(test_array, ObjCCast<NSArray>(test_array))
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p2.cpp 16 // void test_array(ConvertibleToArray cta) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp 35 void test_array() function
49 test_array<array>();
50 test_array<const_array>();
51 test_array<incomplete_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/CodeGen/
arm-aapcs-vfp.c 31 // CHECK: define arm_aapcs_vfpcc void @test_array(double %{{.*}}, double %{{.*}}, double %{{.*}}, double %{{.*}})
33 void test_array(struct nested_array arg) { function
  /external/bison/m4/
c-working.m4 24 int test_array[CHAR_BIT];]])],
  /external/clang/test/CodeGenObjC/
arc-literals.m 36 // CHECK: define void @test_array
37 void test_array(id a, id b) {
  /external/clang/test/CodeGenObjCXX/
literals.mm 18 void test_array() {
  /external/tcpdump/
configure     [all...]
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 712 const unsigned char test_array[] = { 'f', 'o', 'o', 'b', 'a', 'r' }; local
720 ShellUtil::ByteArrayToBase32(test_array, i));
  /external/liblzf/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/eigen/test/
array.cpp 262 void test_array() function
  /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
  /external/clang/test/Analysis/
auto-obj-dtors-cfg-output.cpp 19 void test_array() { function
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 720 milliseconds

1 2