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

1 2 3 4

  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
make_preferred.pass.cpp 32 const MakePreferredTestcase TestCases[] =
47 for (auto const & TC : TestCases) {
remove_filename.pass.cpp 33 const RemoveFilenameTestcase TestCases[] =
64 for (auto const & TC : TestCases) {
replace_filename.pass.cpp 35 const ReplaceFilenameTestcase TestCases[] =
54 for (auto const & TC : TestCases) {
replace_extension.pass.cpp 34 const ReplaceExtensionTestcase TestCases[] =
58 for (auto const & TC : TestCases) {
swap.pass.cpp 35 const SwapTestcase TestCases[] =
53 for (auto const & TC : TestCases) {
  /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):
tDomain_Split.py 32 Split elements from domains testcases
51 class TestCases(PfwTestCase):
tDomain_Configuration_Backup.py 32 Save and restore configuration testcases
51 class TestCases(PfwTestCase):
tDomain_Elements.py 32 Adding and Removing elements from domain testcases
51 class TestCases(PfwTestCase):
tDomain_Elements_Sequences.py 32 Element Sequence testcases
50 class TestCases(PfwTestCase):
tDomain_creation_deletion.py 32 Creation, renaming and deletion configuration testcases
51 class TestCases(PfwTestCase):
tDomain_rename.py 32 Renaming domains testcases
50 class TestCases(PfwTestCase):
  /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/pdfium/xfa/fxfa/parser/
xfa_utils_unittest.cpp 14 } TestCases[] = {{-1000000, 80}, {-361, 359}, {-360, 0}, {-359, 1},
20 for (size_t i = 0; i < FX_ArraySize(TestCases); ++i) {
21 EXPECT_EQ(TestCases[i].expected_output,
22 XFA_MapRotation(TestCases[i].input));
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
equal_comp.pass.cpp 50 std::pair<uintptr_t, uintptr_t> const TestCases[] = {
56 for (auto& TC : TestCases) {
less_comp.pass.cpp 59 std::pair<uintptr_t, uintptr_t> const TestCases[] = {
65 for (auto& TC : TestCases) {
  /external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
comparisons.pass.cpp 53 TestType TestCases[] =
70 for (auto const& TC : TestCases) {
status.pass.cpp 38 path TestCases[] = {StaticEnv::File, StaticEnv::Dir, StaticEnv::SymlinkToFile,
40 for (const auto& p : TestCases) {
49 for (const auto& p : TestCases) {
symlink_status.pass.cpp 38 path TestCases[] = {StaticEnv::File, StaticEnv::Dir, StaticEnv::SymlinkToFile,
40 for (const auto& p : TestCases) {
49 for (const auto& p : TestCases) {
  /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/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/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
hash.pass.cpp 53 std::pair<uintptr_t, uintptr_t> const TestCases[] = {
59 for (auto& TC : TestCases) {
  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/
lexically_normal.pass.cpp 35 } TestCases[] = {
128 for (auto& TC : TestCases) {

Completed in 937 milliseconds

1 2 3 4