Home
last modified time | relevance | path

Searched refs:TestCases (Results 1 – 25 of 80) sorted by relevance

1234

/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp22 } TestCases[] = { in main() local
27 const size_t size = sizeof(TestCases) / sizeof(TestCases[0]); in main()
29 const char* raw = TestCases[i].raw; in main()
30 const char* expect = TestCases[i].expect; in main()
/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp33 const std::string TestCases[] = { in main() local
38 const size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main()
40 test(TestCases[i].data(), TestCases[i].length()); in main()
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils_unittest.cpp14 } TestCases[] = {{-1000000, 80}, {-361, 359}, {-360, 0}, {-359, 1}, in TEST() local
20 for (size_t i = 0; i < FX_ArraySize(TestCases); ++i) { in TEST()
21 EXPECT_EQ(TestCases[i].expected_output, in TEST()
22 XFA_MapRotation(TestCases[i].input)); in TEST()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
Dmake_preferred.pass.cpp33 const MakePreferredTestcase TestCases[] = variable
48 for (auto const & TC : TestCases) { in main()
Dremove_filename.pass.cpp34 const RemoveFilenameTestcase TestCases[] = variable
63 for (auto const & TC : TestCases) { in main()
Dreplace_filename.pass.cpp35 const ReplaceFilenameTestcase TestCases[] = variable
54 for (auto const & TC : TestCases) { in main()
Dreplace_extension.pass.cpp35 const ReplaceExtensionTestcase TestCases[] = variable
59 for (auto const & TC : TestCases) { in main()
Dswap.pass.cpp36 const SwapTestcase TestCases[] = variable
54 for (auto const & TC : TestCases) { in main()
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
Dequal_comp.pass.cpp50 std::pair<uintptr_t, uintptr_t> const TestCases[] = { in main() local
56 for (auto& TC : TestCases) { in main()
Dless_comp.pass.cpp59 std::pair<uintptr_t, uintptr_t> const TestCases[] = { in main() local
65 for (auto& TC : TestCases) { in main()
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
Dhash.pass.cpp53 std::pair<uintptr_t, uintptr_t> const TestCases[] = { in main() local
59 for (auto& TC : TestCases) { in main()
/external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp54 TestType TestCases[] = in test_comparisons_simple() local
71 for (auto const& TC : TestCases) { in test_comparisons_simple()
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp360 } TestCases[] = { in TEST_CASE() local
366 for (auto TC : TestCases) { in TEST_CASE()
444 } TestCases[] = { in TEST_CASE() local
450 for (auto TC : TestCases){ in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp76 } const TestCases[] = { in TEST_CASE() local
81 for (auto& TC : TestCases) in TEST_CASE()
/external/google-benchmark/test/
Doutput_test_helper.cc389 } TestCases[] = { in RunOutputTests() local
403 for (auto& rep_test : TestCases) { in RunOutputTests()
419 auto &csv = TestCases[2]; in RunOutputTests()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc389 } TestCases[] = { in RunOutputTests() local
403 for (auto& rep_test : TestCases) { in RunOutputTests()
419 auto &csv = TestCases[2]; in RunOutputTests()
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
DtFunction_getParameter.py47 class TestCases(PfwTestCase): class
DtFunction_setParameter.py47 class TestCases(PfwTestCase): class
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dunittest.cc233 std::vector<IsacTestParam> TestCases() { in TestCases() function
252 INSTANTIATE_TEST_CASE_P(, IsacCommonTest, testing::ValuesIn(TestCases()));
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp158 TestCase TestCases[] = { variable
180 if (fIndex >= UPRV_LENGTHOF(TestCases)) { in next()
208 TestCase &testCase = TestCases[testIndex]; in TestLimitsThread()
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg4 config.test_source_root = os.path.join(os.path.dirname(__file__), "TestCases")
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
DtBoolean.py53 class TestCases(PfwTestCase): class
DtINT32.py60 class TestCases(PfwTestCase): class
DtINT8_Max.py60 class TestCases(PfwTestCase): class
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
DtDomain_Configuration_Selection.py48 class TestCases(PfwTestCase): class

1234