/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | TestCasesTest.java | 19 import static io.grpc.testing.integration.TestCases.fromString; 76 assertEquals(testCases.length + additionalTestCases.length, TestCases.values().length); in testCaseNamesShouldMapToEnums() 78 Set<TestCases> testCaseSet = new HashSet<TestCases>(testCases.length); in testCaseNamesShouldMapToEnums() 80 testCaseSet.add(TestCases.fromString(testCase)); in testCaseNamesShouldMapToEnums() 83 testCaseSet.add(TestCases.fromString(testCase)); in testCaseNamesShouldMapToEnums() 86 assertEquals(TestCases.values().length, testCaseSet.size()); in testCaseNamesShouldMapToEnums()
|
D | StressTestClientTest.java | 91 new TestCaseWeightPair(TestCases.EMPTY_UNARY, 20), in allCommandlineSwitchesAreSupported() 92 new TestCaseWeightPair(TestCases.LARGE_UNARY, 50), in allCommandlineSwitchesAreSupported() 93 new TestCaseWeightPair(TestCases.SERVER_STREAMING, 30)); in allCommandlineSwitchesAreSupported()
|
/external/libcxx/test/support/test.support/ |
D | test_demangle.pass.cpp | 22 } 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/ |
D | murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp | 33 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/ |
D | xfa_utils_unittest.cpp | 13 } TestCases[] = {{-1000000, 80}, {-361, 359}, {-360, 0}, {-359, 1}, in TEST() local 19 for (size_t i = 0; i < FX_ArraySize(TestCases); ++i) { in TEST() 20 EXPECT_EQ(TestCases[i].expected_output, in TEST() 21 XFA_MapRotation(TestCases[i].input)); in TEST()
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | TestCases.java | 24 public enum TestCases { enum 57 TestCases(String description) { in TestCases() method in TestCases 72 public static TestCases fromString(String s) { in fromString() 74 return TestCases.valueOf(s.toUpperCase()); in fromString()
|
D | StressTestClient.java | 319 TestCases testCase = TestCases.fromString(nameWeight.get(0)); in parseTestCases() 373 for (TestCases testCase : TestCases.values()) { in validTestCasesHelpText() 455 private void runTestCase(Tester tester, TestCases testCase) throws Exception { in runTestCase() 538 final Iterator<TestCases> testCases; 544 List<TestCases> testCases = new ArrayList<>(); in WeightedTestCaseSelector() 556 TestCases nextTestCase() { in nextTestCase() 592 final TestCases testCase; 595 TestCaseWeightPair(TestCases testCase, int weight) { in TestCaseWeightPair()
|
/external/libcxx/test/libcxx/numerics/ |
D | clamp_to_integral.pass.cpp | 28 } TestCases[] = { in test() local 39 for (TestCase TC : TestCases) { in test() 60 } TestCases[] = { in test_float() local 69 for (TestCase TC : TestCases) { in test_float()
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | symlink_status.pass.cpp | 38 path TestCases[] = {StaticEnv::File, StaticEnv::Dir, StaticEnv::SymlinkToFile, in TEST_CASE() local 40 for (const auto& p : TestCases) { in TEST_CASE() 49 for (const auto& p : TestCases) { in TEST_CASE()
|
D | status.pass.cpp | 38 path TestCases[] = {StaticEnv::File, StaticEnv::Dir, StaticEnv::SymlinkToFile, in TEST_CASE() local 40 for (const auto& p : TestCases) { in TEST_CASE() 49 for (const auto& p : TestCases) { in TEST_CASE()
|
D | comparisons.pass.cpp | 53 TestType TestCases[] = in test_comparisons_simple() local 70 for (auto const& TC : TestCases) { in test_comparisons_simple()
|
/external/libcxx/test/std/language.support/cmp/cmp.partialord/ |
D | partialord.pass.cpp | 62 std::partial_ordering TestCases[] = { in test_conversion() local 67 for (auto V : TestCases) in test_conversion() 86 } TestCases[] = { in test_constexpr() local 92 for (auto TC : TestCases) { in test_constexpr()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | make_preferred.pass.cpp | 32 const MakePreferredTestcase TestCases[] = variable 47 for (auto const & TC : TestCases) { in main()
|
D | remove_filename.pass.cpp | 33 const RemoveFilenameTestcase TestCases[] = variable 64 for (auto const & TC : TestCases) { in main()
|
D | replace_filename.pass.cpp | 35 const ReplaceFilenameTestcase TestCases[] = variable 54 for (auto const & TC : TestCases) { in main()
|
D | replace_extension.pass.cpp | 34 const ReplaceExtensionTestcase TestCases[] = variable 58 for (auto const & TC : TestCases) { in main()
|
D | swap.pass.cpp | 35 const SwapTestcase TestCases[] = variable 53 for (auto const & TC : TestCases) { in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/ |
D | lexically_normal.pass.cpp | 35 } TestCases[] = { in main() local 128 for (auto& TC : TestCases) { in main()
|
D | lexically_relative_and_proximate.pass.cpp | 37 } TestCases[] = { in main() local 62 for (auto& TC : TestCases) { in main()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ |
D | absolute.pass.cpp | 43 } TestCases [] = { in TEST_CASE() local 49 for (auto& TC : TestCases) { in TEST_CASE()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/ |
D | equal_comp.pass.cpp | 50 std::pair<uintptr_t, uintptr_t> const TestCases[] = { in main() local 56 for (auto& TC : TestCases) { in main()
|
D | less_comp.pass.cpp | 59 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/ |
D | hash.pass.cpp | 53 std::pair<uintptr_t, uintptr_t> const TestCases[] = { in main() local 59 for (auto& TC : TestCases) { in main()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
D | weakly_canonical.pass.cpp | 34 } TestCases[] = { in main() local 62 for (auto& TC : TestCases) { in main()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/ |
D | file_size.pass.cpp | 68 } TestCases[] = { in TEST_CASE() local 75 for (auto& TC : TestCases) { in TEST_CASE()
|