Searched refs:TestCases (Results 1 - 25 of 74) sorted by relevance

123

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils_unittest.cpp12 } TestCases[] = {{-1000000, 80}, {-361, 359}, {-360, 0}, {-359, 1}, local
18 for (size_t i = 0; i < FX_ArraySize(TestCases); ++i) {
19 EXPECT_EQ(TestCases[i].expected_output,
20 XFA_MapRotation(TestCases[i].input));
/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp33 const std::string TestCases[] = { local
38 const size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]);
40 test(TestCases[i].data(), TestCases[i].length());
/external/libcxx/test/support/test.support/
H A Dtest_demangle.pass.cpp22 } TestCases[] = { local
27 const size_t size = sizeof(TestCases) / sizeof(TestCases[0]);
29 const char* raw = TestCases[i].raw;
30 const char* expect = TestCases[i].expect;
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
H A Dmake_preferred.pass.cpp33 const MakePreferredTestcase TestCases[] = variable
48 for (auto const & TC : TestCases) {
H A Dremove_filename.pass.cpp34 const RemoveFilenameTestcase TestCases[] = variable
63 for (auto const & TC : TestCases) {
H A Dreplace_filename.pass.cpp35 const ReplaceFilenameTestcase TestCases[] = variable
54 for (auto const & TC : TestCases) {
H A Dreplace_extension.pass.cpp35 const ReplaceExtensionTestcase TestCases[] = variable
59 for (auto const & TC : TestCases) {
H A Dswap.pass.cpp36 const SwapTestcase TestCases[] = variable
54 for (auto const & TC : TestCases) {
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
H A DtFunction_getParameter.py47 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFunction_setParameter.py47 class TestCases(PfwTestCase): class in inherits:PfwTestCase
/external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
H A Dcomparisons.pass.cpp54 TestType TestCases[] = local
71 for (auto const& TC : TestCases) {
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
H A DtBoolean.py53 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtINT32.py60 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtINT8_Max.py60 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFP16_Q0_15.py61 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFP16_Q15_0.py61 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFP16_Q7_8.py61 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFP32_Q0_31.py61 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFP32_Q15_16.py61 class TestCases(PfwTestCase): class in inherits:PfwTestCase
H A DtFP32_Q31_0.py61 class TestCases(PfwTestCase): class in inherits:PfwTestCase
/external/google-benchmark/test/
H A Doutput_test_helper.cc207 } TestCases[] = { local
221 for (auto& rep_test : TestCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp76 } const TestCases[] = { local
81 for (auto& TC : TestCases)
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc207 } TestCases[] = { local
221 for (auto& rep_test : TestCases) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Dunittest.cc233 std::vector<IsacTestParam> TestCases() { function in namespace:webrtc
252 INSTANTIATE_TEST_CASE_P(, IsacCommonTest, testing::ValuesIn(TestCases()));
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
H A DtDomain_Configuration_Selection.py48 class TestCases(PfwTestCase): class in inherits:PfwTestCase

Completed in 395 milliseconds

123