HomeSort by relevance Sort by last modified time
    Searched refs:TestCases (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/pdfium/xfa/fxfa/parser/
xfa_utils_unittest.cpp 12 } TestCases[] = {{-1000000, 80}, {-361, 359}, {-360, 0}, {-359, 1},
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/
murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp 33 const std::string TestCases[] = {
38 const size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]);
40 test(TestCases[i].data(), TestCases[i].length());
  /external/libcxx/test/support/test.support/
test_demangle.pass.cpp 22 } TestCases[] = {
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/
make_preferred.pass.cpp 33 const MakePreferredTestcase TestCases[] =
48 for (auto const & TC : TestCases) {
remove_filename.pass.cpp 34 const RemoveFilenameTestcase TestCases[] =
63 for (auto const & TC : TestCases) {
replace_filename.pass.cpp 35 const ReplaceFilenameTestcase TestCases[] =
54 for (auto const & TC : TestCases) {
replace_extension.pass.cpp 35 const ReplaceExtensionTestcase TestCases[] =
59 for (auto const & TC : TestCases) {
swap.pass.cpp 36 const SwapTestcase TestCases[] =
54 for (auto const & TC : TestCases) {
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
tFunction_getParameter.py 47 class TestCases(PfwTestCase):
tFunction_setParameter.py 47 class TestCases(PfwTestCase):
tFunction_Sync.py 32 synchronization functions testcases
53 class TestCases(PfwTestCase):
  /external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
comparisons.pass.cpp 54 TestType TestCases[] =
71 for (auto const& TC : TestCases) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
status.pass.cpp 76 } const TestCases[] = {
81 for (auto& TC : TestCases)
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 207 } TestCases[] = {
221 for (auto& rep_test : TestCases) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 233 std::vector<IsacTestParam> TestCases() {
252 INSTANTIATE_TEST_CASE_P(, IsacCommonTest, testing::ValuesIn(TestCases()));
  /external/google-benchmark/test/
output_test_helper.cc 389 } TestCases[] = {
403 for (auto& rep_test : TestCases) {
419 auto &csv = TestCases[2];
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Configuration_Selection.py 32 Effect of criteria changes on configuration testcases
48 class TestCases(PfwTestCase):
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tBoolean.py 32 Boolean parameter type testcases.
53 class TestCases(PfwTestCase):
tFP16_Q15_0.py 32 Fixed-Point parameter type testcases - FP16_Q15.0
61 class TestCases(PfwTestCase):
tINT32.py 32 Integer parameter type testcases - INT32
60 class TestCases(PfwTestCase):
tINT8_Max.py 32 Integer parameter type testcases - INT8_Max
60 class TestCases(PfwTestCase):
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 158 TestCase TestCases[] = {
180 if (fIndex >= UPRV_LENGTHOF(TestCases)) {
208 TestCase &testCase = TestCases[testIndex];
numfmtst.h 135 void TestCases(void);
  /prebuilts/go/darwin-x86/test/
nosplit.go 225 TestCases:
301 continue TestCases
322 continue TestCases
  /prebuilts/go/linux-x86/test/
nosplit.go 225 TestCases:
301 continue TestCases
322 continue TestCases

Completed in 775 milliseconds

1 2 3 4