Home
last modified time | relevance | path

Searched refs:kTestCases (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dvalues_unittest.cc25 static constexpr bool kTestCases[] = {true, false}; in TEST() local
26 for (auto& test_case : kTestCases) { in TEST()
35 static constexpr int kTestCases[] = {0, -1, 1, in TEST() local
38 for (auto& test_case : kTestCases) { in TEST()
47 static constexpr double kTestCases[] = {-0.0, in TEST() local
53 for (auto& test_case : kTestCases) { in TEST()
62 static constexpr const char* kTestCases[] = { in TEST() local
67 for (auto* test_case : kTestCases) { in TEST()
/external/pdfium/fxbarcode/oned/
DBC_OnedCode128Writer_unittest.cpp19 TestCase kTestCases[] = { in TEST() local
33 for (size_t i = 0; i < FX_ArraySize(kTestCases); ++i) { in TEST()
36 const TestCase& test_case = kTestCases[i]; in TEST()
52 TestCase kTestCases[] = { in TEST() local
66 for (size_t i = 0; i < FX_ArraySize(kTestCases); ++i) { in TEST()
69 const TestCase& test_case = kTestCases[i]; in TEST()
/external/libchrome/base/test/
Dtest_mock_time_task_runner_unittest.cc24 static constexpr TestMockTimeTaskRunner::Type kTestCases[] = { in TEST() local
28 for (auto type : kTestCases) { in TEST()