Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dplatform_shared_memory_region_unittest.cc261 const char kErrorRegex[] = ""; in TEST_F() local
263 const char kErrorRegex[] = in TEST_F()
270 kErrorRegex); in TEST_F()
276 const char kErrorRegex[] = ""; in TEST_F() local
278 const char kErrorRegex[] = in TEST_F()
284 EXPECT_DEATH_IF_SUPPORTED(region.Duplicate(), kErrorRegex); in TEST_F()
290 const char kErrorRegex[] = ""; in TEST_F() local
292 const char kErrorRegex[] = in TEST_F()
298 EXPECT_DEATH_IF_SUPPORTED(region.ConvertToReadOnly(), kErrorRegex); in TEST_F()
305 const char kErrorRegex[] = ""; in TEST_F() local
[all …]