| /external/pdfium/xfa/fgas/crt/ |
| D | cfgas_stringformatter_unittest.cpp | 44 const wchar_t* input; in TEST_F() member 97 for (const auto& test : kTests) { in TEST_F() local 111 const wchar_t* input; in TEST_F() member 150 for (const auto& test : kTests) { in TEST_F() local 165 const wchar_t* input; in TEST_F() member 184 for (const auto test : kTests) { in TEST_F() local 198 const wchar_t* input; in TEST_F() member 215 for (const auto& test : kTests) { in TEST_F() local 229 const wchar_t* input; in TEST_F() member 279 for (const auto& test : kTests) { in TEST_F() local [all …]
|
| /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
| D | xsgetn.pass.cpp | 20 struct test struct 25 test() {} in test() argument 35 test t; in main() argument 36 char input[7] = "123456"; in main() local
|
| /external/cronet/stable/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
| D | xsgetn.pass.cpp | 22 struct test struct 27 test() {} in test() function 37 test t; in main() argument 38 char input[7] = "123456"; in main() local
|
| /external/cronet/tot/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
| D | xsgetn.pass.cpp | 22 struct test struct 27 test() {} in test() argument 37 test t; in main() argument 38 char input[7] = "123456"; in main() local
|
| /external/threetenbp/src/test/java/org/threeten/bp/format/ |
| D | TestDateTimeFormatters.java | 94 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM uuuu"); in test_pattern_String() local 114 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM uuuu", Locale.UK); in test_pattern_StringLocale() local 161 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoLocalDate() local 177 String input, Class<?> invalid) { in test_parse_isoLocalDate() 248 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoOffsetDate() local 264 String input, Class<?> invalid) { in test_parse_isoOffsetDate() 299 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoDate() local 315 String input, Class<?> invalid) { in test_parse_isoDate() 364 … TemporalAccessor test = buildAccessor(null, null, null, hour, min, sec, nano, offsetId, zoneId); in test_print_isoLocalTime() local 380 String input, Class<?> invalid) { in test_parse_isoLocalTime() [all …]
|
| /external/parameter-framework/upstream/utility/test/ |
| D | utility.cpp | 48 list<int> input; member 59 for (auto &test : tests) { variable 73 list<string> input; member 85 for (auto &test : tests) { variable 104 Map input; member 119 for (const auto &test : tests) { variable 139 for (auto &test : tests) { variable
|
| /external/cronet/stable/third_party/boringssl/src/pki/ |
| D | input_unittest.cc | 10 namespace der::test { namespace 16 Input test(kInput); in TEST() local 31 Input test(kInput); in TEST() local 44 Input input(kInput); in TEST() local 51 Input input(kInput); in TEST() local 86 for (uint8_t input : kInput) { in TEST() local
|
| /external/cronet/tot/third_party/boringssl/src/pki/ |
| D | input_unittest.cc | 10 namespace der::test { namespace 16 Input test(kInput); in TEST() local 31 Input test(kInput); in TEST() local 44 Input input(kInput); in TEST() local 51 Input input(kInput); in TEST() local 86 for (uint8_t input : kInput) { in TEST() local
|
| /external/threetenbp/src/test/java/org/threeten/bp/ |
| D | TestZoneId.java | 85 ZoneId test = ZoneOffset.UTC; in test_serialization_UTC() local 90 ZoneId test = ZoneId.of("UTC+01:30"); in test_serialization_fixed() local 95 ZoneId test = ZoneId.of("Europe/London"); in test_serialization_Europe() local 100 ZoneId test = ZoneId.of("America/Chicago"); in test_serialization_America() local 113 ZoneId test = ZoneOffset.UTC; in test_constant_UTC() local 166 ZoneId test = ZoneId.systemDefault(); in test_systemDefault() local 199 ZoneId test = ZoneId.of("LONDON", map); in test_of_string_Map() local 207 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_lookThrough() local 213 ZoneId test = ZoneId.of("Europe/Madrid", map); in test_of_string_Map_emptyMap() local 243 ZoneId test = ZoneId.of("UTC" + id); in test_of_string_UTC() local [all …]
|
| /external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/ |
| D | formatted_example.cpp | 34 std::vector<int> input; in formatted_example_test() local 45 std::ostringstream test; in formatted_example_test() local 55 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | reversed_example.cpp | 34 std::vector<int> input; in reversed_example_test() local 44 std::vector<int> test; in reversed_example_test() local 55 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | copied_example.cpp | 34 std::vector<int> input; in copied_example_test() local 47 std::vector<int> test; in copied_example_test() local 58 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | replaced_example.cpp | 34 std::vector<int> input; in replaced_example_test() local 47 std::vector<int> test; in replaced_example_test() local 58 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | strided_example.cpp | 34 std::vector<int> input; in strided_example_test() local 47 std::vector<int> test; in strided_example_test() local 58 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | adjacent_filtered_example.cpp | 35 std::vector<int> input; in adjacent_filtered_example_test() local 48 std::vector<int> test; in adjacent_filtered_example_test() local 59 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | sliced_example.cpp | 34 std::vector<int> input; in sliced_example_test() local 47 std::vector<int> test; in sliced_example_test() local 58 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| D | uniqued_example.cpp | 34 std::vector<int> input; in uniqued_example_test() local 47 std::vector<int> test; in uniqued_example_test() local 58 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
| /external/cronet/stable/third_party/libc++/src/test/libcxx/input.output/iostream.format/print.fun/ |
| D | transcoding.pass.cpp | 33 constexpr void test(std::basic_string_view<CharT> expected, std::string_view input) { in test() function 47 constexpr void test() { in test() function 77 constexpr bool test() { in test() function
|
| /external/cronet/tot/third_party/libc++/src/test/libcxx/input.output/iostream.format/print.fun/ |
| D | transcoding.pass.cpp | 33 constexpr void test(std::basic_string_view<CharT> expected, std::string_view input) { in test() function 47 constexpr void test() { in test() function 77 constexpr bool test() { in test() function
|
| /external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.nth.element/ |
| D | nth_element_comp.pass.cpp | 25 TEST_CONSTEXPR_CXX20 bool test() in test() function 46 T input[] = {3,1,4,1,5,9,2}; in test() local 53 T input[] = {0, 1, 2, 3, 4, 5, 7, 6}; in test() local 60 T input[] = {1, 0, 2, 3, 4, 5, 6, 7}; in test() local
|
| D | nth_element.pass.cpp | 24 TEST_CONSTEXPR_CXX20 bool test() in test() function 45 T input[] = {3,1,4,1,5,9,2}; in test() local 52 T input[] = {0, 1, 2, 3, 4, 5, 7, 6}; in test() local 59 T input[] = {1, 0, 2, 3, 4, 5, 6, 7}; in test() local
|
| /external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.nth.element/ |
| D | nth_element.pass.cpp | 24 TEST_CONSTEXPR_CXX20 bool test() in test() function 45 T input[] = {3,1,4,1,5,9,2}; in test() local 52 T input[] = {0, 1, 2, 3, 4, 5, 7, 6}; in test() local 59 T input[] = {1, 0, 2, 3, 4, 5, 6, 7}; in test() local
|
| D | nth_element_comp.pass.cpp | 25 TEST_CONSTEXPR_CXX20 bool test() in test() function 46 T input[] = {3,1,4,1,5,9,2}; in test() local 53 T input[] = {0, 1, 2, 3, 4, 5, 7, 6}; in test() local 60 T input[] = {1, 0, 2, 3, 4, 5, 6, 7}; in test() local
|
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| D | objectivec_helpers_unittest.cc | 286 for (const auto& test : tests) { in TEST() local 288 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local 314 for (const auto& test : tests) { in TEST() local 316 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local 335 for (const auto& test : tests) { in TEST() local 337 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local 357 for (const auto& test : tests) { in TEST() local 359 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local
|
| /external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| D | objectivec_helpers_unittest.cc | 286 for (const auto& test : tests) { in TEST() local 288 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local 314 for (const auto& test : tests) { in TEST() local 316 io::ArrayInputStream input(test.first.data(), test.first.size(), kBlockSizes[i]); in TEST() local 335 for (const auto& test : tests) { in TEST() local 337 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local 357 for (const auto& test : tests) { in TEST() local 359 io::ArrayInputStream input(std::get<0>(test).data(), std::get<0>(test).size(), in TEST() local
|