Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dtrap_unittest.cc291 constexpr size_t kTestPipeCapacity = 64; in TEST_F() local
293 CreateDataPipe(&producer, &consumer, kTestPipeCapacity); in TEST_F()
355 constexpr size_t kTestPipeCapacity = 64; in TEST_F() local
357 CreateDataPipe(&producer, &consumer, kTestPipeCapacity); in TEST_F()
435 constexpr size_t kTestPipeCapacity = 8; in TEST_F() local
437 CreateDataPipe(&producer, &consumer, kTestPipeCapacity); in TEST_F()
441 static_assert((sizeof(kTestData) - 1) * 2 == kTestPipeCapacity, in TEST_F()
517 constexpr size_t kTestPipeCapacity = 8; in TEST_F() local
519 CreateDataPipe(&producer, &consumer, kTestPipeCapacity); in TEST_F()
543 constexpr size_t kTestPipeCapacity = 8; in TEST_F() local
[all …]