| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| D | is_unbounded_array.pass.cpp | 27 void test_array() in test_array() function 51 test_array<void, false>(); in main() 52 test_array<std::nullptr_t, false>(); in main() 53 test_array<int, false>(); in main() 54 test_array<double, false>(); in main() 55 test_array<void *, false>(); in main() 56 test_array<int &, false>(); in main() 57 test_array<int &&, false>(); in main() 58 test_array<Empty, false>(); in main() 59 test_array<Union, false>(); in main() [all …]
|
| D | is_bounded_array.pass.cpp | 27 void test_array() in test_array() function 51 test_array<void, false>(); in main() 52 test_array<std::nullptr_t, false>(); in main() 53 test_array<int, false>(); in main() 54 test_array<double, false>(); in main() 55 test_array<void *, false>(); in main() 56 test_array<int &, false>(); in main() 57 test_array<int &&, false>(); in main() 58 test_array<Empty, false>(); in main() 59 test_array<Union, false>(); in main() [all …]
|
| D | array.pass.cpp | 30 void test_array() in test_array() function 46 test_array<array>(); in main() 47 test_array<const_array>(); in main() 48 test_array<incomplete_array>(); in main() 49 test_array<incomplete_type[]>(); in main()
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | serialization_warning_unittest.cc | 161 auto test_array = CreateTestNestedHandleArray(); in TEST_F() local 162 test_array[0] = base::nullopt; in TEST_F() 163 (*test_array[1])[0] = ScopedHandle(); in TEST_F() 167 TestArrayWarning<MojomType>(std::move(test_array), in TEST_F() 171 test_array = CreateTestNestedHandleArray(); in TEST_F() 172 test_array[0] = base::nullopt; in TEST_F() 176 std::move(test_array), in TEST_F() 180 test_array = CreateTestNestedHandleArray(); in TEST_F() 181 (*test_array[1])[0] = ScopedHandle(); in TEST_F() 185 std::move(test_array), in TEST_F() [all …]
|
| /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| D | array.pass.cpp | 29 void test_array() in test_array() function 45 test_array<array>(); in main() 46 test_array<const_array>(); in main() 47 test_array<incomplete_array>(); in main() 48 test_array<incomplete_type[]>(); in main()
|
| /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| D | array.pass.cpp | 39 void test_array() in test_array() function 54 test_array<array>(); in main() 55 test_array<const_array>(); in main() 56 test_array<incomplete_array>(); in main() 57 test_array<Incomplete[]>(); in main()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| D | array.pass.cpp | 38 void test_array() in test_array() function 53 test_array<array>(); in main() 54 test_array<const_array>(); in main() 55 test_array<incomplete_array>(); in main() 56 test_array<Incomplete[]>(); in main()
|
| /external/trace-cmd/utest/ |
| D | tracefs-utest.c | 29 static struct test_sample test_array[TEST_ARRAY_SIZE]; variable 46 if (test_array[i].value == sample->value && in test_callback() 47 test_array[i].cpu == cpu) { in test_callback() 48 test_array[i].value = 0; in test_callback() 80 test_array[i].cpu = rand() % cpus; in test_iter_write() 81 test_array[i].value = random(); in test_iter_write() 82 if (!test_array[i].value) in test_iter_write() 83 test_array[i].value++; in test_iter_write() 84 CU_TEST(test_array[i].cpu < cpus); in test_iter_write() 86 CPU_SET(test_array[i].cpu, cpuset); in test_iter_write() [all …]
|
| /external/cronet/base/mac/ |
| D | 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)); 162 id test_array = @[]; 178 EXPECT_TRUE(test_array); 194 EXPECT_EQ(test_array, ObjCCast<NSArray>(test_array)); 210 EXPECT_FALSE(ObjCCast<NSString>(test_array)); 236 EXPECT_EQ(test_array, ObjCCastStrict<NSArray>(test_array));
|
| /external/clang/test/SemaCXX/ |
| D | decltype-pr4448.cpp | 7 int test_array[5]; variable 9 Convoluted< int *, test_array, nullptr > tarray;
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.formatter/format.formatter.spec/ |
| D | formatter.char_array.pass.cpp | 116 void test_array() { in test_array() function 143 test_array<char>(); in main() 145 test_array<wchar_t>(); in main()
|
| /external/skia/resources/sksl/runtime/ |
| D | PrecisionQualifiers.rts | 44 bool test_array() { 66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
|
| /external/libabigail/tests/data/test-read-ctf/ |
| D | test0.hash.abi | 12 …<elf-symbol name='test_array' size='40' type='object-type' binding='global-binding' visibility='de… 60 …<var-decl name='test_array' type-id='b7bd1749' mangled-name='test_array' visibility='default' elf-…
|
| D | test0.abi | 12 …<elf-symbol name='test_array' size='40' type='object-type' binding='global-binding' visibility='de… 60 …<var-decl name='test_array' type-id='type-id-7' mangled-name='test_array' visibility='default' elf…
|
| D | test0.c | 11 int test_array[10] = {0}; variable
|
| /external/libbrillo/brillo/ |
| D | secure_blob_test.cc | 273 uint64_t *test_array = e.allocate(4100); in TEST() local 277 test_array[i] = 0xF0F0F0F0F0F0F0F0; in TEST() 280 e.deallocate(test_array, 4100); in TEST()
|
| /external/libtracefs/utest/ |
| D | tracefs-utest.c | 62 static struct test_sample test_array[TEST_ARRAY_SIZE]; variable 86 if (test_array[i].value == sample->value && in test_callback() 87 test_array[i].cpu == cpu) { in test_callback() 88 test_array[i].value = 0; in test_callback() 151 test_array[i].cpu = rand() % cpus; in test_iter_write() 152 test_array[i].value = random(); in test_iter_write() 153 if (!test_array[i].value) in test_iter_write() 154 test_array[i].value++; in test_iter_write() 155 CU_TEST(test_array[i].cpu < cpus); in test_iter_write() 156 set_affinity(test_array[i].cpu); in test_iter_write() [all …]
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_fixed_size.cpp | 226 static void test_array() in test_array() function 260 CALL_SUBTEST(test_array()); in EIGEN_DECLARE_TEST()
|
| /external/python/cffi/testing/cffi1/ |
| D | test_realize_c_type.py | 31 def test_array(): function
|
| /external/jsmn/test/ |
| D | tests.c | 50 int test_array(void) { in test_array() function 342 test(test_array, "test for a JSON arrays"); in main()
|
| /external/clang/test/Analysis/ |
| D | auto-obj-dtors-cfg-output.cpp | 69 void test_array() { in test_array() function
|
| /external/python/google-api-python-client/tests/ |
| D | test_schema.py | 118 def test_array(self): member in SchemasTest
|
| /external/clang/test/CodeGen/ |
| D | arm-aapcs-vfp.c | 49 void test_array(struct nested_array arg) { in test_array() function
|
| /external/libogg/ |
| D | configure | 11963 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 11964 test_array [0] = 0 12000 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 12001 test_array [0] = 0 12054 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 12055 test_array [0] = 0 12091 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 12092 test_array [0] = 0 12155 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 12156 test_array [0] = 0 [all …]
|
| /external/libpcap/ |
| D | configure | 1697 static int test_array [1 - 2 * !(($2) >= 0)]; 1698 test_array [0] = 0; 1699 return test_array [0]; 1714 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1715 test_array [0] = 0; 1716 return test_array [0]; 1741 static int test_array [1 - 2 * !(($2) < 0)]; 1742 test_array [0] = 0; 1743 return test_array [0]; 1758 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; [all …]
|