/external/google-breakpad/src/processor/ |
D | proc_maps_linux_unittest.cc | 141 } kTestCases[] = { in TEST() local 172 for (size_t i = 0; i < sizeof(kTestCases) / sizeof(kTestCases[0]); ++i) { in TEST() 174 EXPECT_TRUE(ParseProcMaps(kTestCases[i].input, ®ions)); in TEST() 178 EXPECT_EQ(kTestCases[i].permissions, regions[0].permissions); in TEST() 183 static const char* kTestCases[] = { in TEST() local 197 for (size_t i = 0; i < sizeof(kTestCases) / sizeof(kTestCases[0]); ++i) { in TEST() 199 EXPECT_FALSE(ParseProcMaps(kTestCases[i], ®ions)); in TEST() 204 static const char* kTestCases[] = { in TEST() local 213 for (size_t i = 0; i < sizeof(kTestCases) / sizeof(kTestCases[0]); ++i) { in TEST() 215 EXPECT_FALSE(ParseProcMaps(kTestCases[i], ®ions)); in TEST()
|
/external/libchrome/base/debug/ |
D | proc_maps_linux_unittest.cc | 150 } kTestCases[] = { in TEST() local 175 for (size_t i = 0; i < arraysize(kTestCases); ++i) { in TEST() 177 base::StringPrintf("kTestCases[%zu] = %s", i, kTestCases[i].input)); in TEST() 180 EXPECT_TRUE(ParseProcMaps(kTestCases[i].input, ®ions)); in TEST() 184 EXPECT_EQ(kTestCases[i].permissions, regions[0].permissions); in TEST() 257 static const char* const kTestCases[] = { in TEST() local 271 for (size_t i = 0; i < arraysize(kTestCases); ++i) { in TEST() 272 SCOPED_TRACE(base::StringPrintf("kTestCases[%zu] = %s", i, kTestCases[i])); in TEST() 274 EXPECT_FALSE(ParseProcMaps(kTestCases[i], ®ions)); in TEST() 279 static const char* const kTestCases[] = { in TEST() local [all …]
|
/external/libchrome/mojo/public/cpp/base/ |
D | values_unittest.cc | 25 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/ |
D | BC_OnedCode128Writer_unittest.cpp | 20 static const TestCase kTestCases[] = { in TEST() local 34 for (size_t i = 0; i < FX_ArraySize(kTestCases); ++i) { in TEST() 37 const TestCase& test_case = kTestCases[i]; in TEST() 53 static const TestCase kTestCases[] = { in TEST() local 67 for (size_t i = 0; i < FX_ArraySize(kTestCases); ++i) { in TEST() 70 const TestCase& test_case = kTestCases[i]; in TEST()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtifmtts.cpp | 2010 kTestCases [] = in testFormatMillisecond() local 2072 for (int32_t i = 0; kTestCases[i].year > 0; i++) { in testFormatMillisecond() 2074 kTestCases[i].skeleton, enLocale, status)); in testFormatMillisecond() 2078 calendar->set(kTestCases[i].year, kTestCases[i].month, kTestCases[i].day, in testFormatMillisecond() 2079 … kTestCases[i].from_hour, kTestCases[i].from_miniute, kTestCases[i].from_second); in testFormatMillisecond() 2080 UDate from = calendar->getTime(status) + kTestCases[i].from_millisecond; in testFormatMillisecond() 2084 calendar->set(kTestCases[i].year, kTestCases[i].month, kTestCases[i].day, in testFormatMillisecond() 2085 kTestCases[i].to_hour, kTestCases[i].to_miniute, kTestCases[i].to_second); in testFormatMillisecond() 2086 UDate to = calendar->getTime(status) + kTestCases[i].to_millisecond; in testFormatMillisecond() 2092 if (formatted != kTestCases[i].expected) { in testFormatMillisecond() [all …]
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
D | pow10_helper_test.cc | 40 constexpr TestCase kTestCases[] = { in TEST() local 110 for (const TestCase& test_case : kTestCases) { in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | pow10_helper_test.cc | 40 constexpr TestCase kTestCases[] = { in TEST() local 110 for (const TestCase& test_case : kTestCases) { in TEST()
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | pow10_helper_test.cc | 40 constexpr TestCase kTestCases[] = { in TEST() local 110 for (const TestCase& test_case : kTestCases) { in TEST()
|
/external/abseil-cpp/absl/strings/internal/ |
D | pow10_helper_test.cc | 40 constexpr TestCase kTestCases[] = { in TEST() local 110 for (const TestCase& test_case : kTestCases) { in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
D | pow10_helper_test.cc | 40 constexpr TestCase kTestCases[] = { in TEST() local 110 for (const TestCase& test_case : kTestCases) { in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | pow10_helper_test.cc | 40 constexpr TestCase kTestCases[] = { in TEST() local 110 for (const TestCase& test_case : kTestCases) { in TEST()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cidfont_unittest.cpp | 48 } static constexpr kTestCases[] = { in TEST_F() local 54 for (const auto& test_case : kTestCases) { in TEST_F()
|
/external/libchrome/base/test/ |
D | test_mock_time_task_runner_unittest.cc | 24 static constexpr TestMockTimeTaskRunner::Type kTestCases[] = { in TEST() local 28 for (auto type : kTestCases) { in TEST()
|
/external/openscreen/cast/streaming/ |
D | compound_rtcp_builder_unittest.cc | 225 const std::vector<FrameId> kTestCases[] = { in TEST_F() local 237 for (const std::vector<FrameId>& frame_acks : kTestCases) { in TEST_F()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 2267 Object[][] kTestCases = { in testFormatMillisecond() local 2304 for (Object[] testCase : kTestCases) { in testFormatMillisecond()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 2264 Object[][] kTestCases = { in testFormatMillisecond() local 2301 for (Object[] testCase : kTestCases) { in testFormatMillisecond()
|