Home
last modified time | relevance | path

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

/frameworks/native/services/bufferhub/tests/
DBufferHubIdGenerator_test.cpp27 const int kTestSize = 10; in TEST_F() local
28 int ids[kTestSize]; in TEST_F()
29 for (int i = 0; i < kTestSize; ++i) { in TEST_F()
37 for (int i = 0; i < kTestSize; ++i) { in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc323 const int kTestSize = 250000; in TEST_P() local
328 while (map.size() < kTestSize) { in TEST_P()
342 GOOGLE_CHECK_EQ(kTestSize % kChunkSize, 0); in TEST_P()
353 if (times.size() < .99 * kTestSize / kChunkSize) { in TEST_P()
371 const int kTestSize = 1024; // must be a power of 2 in TEST_P() local
373 for (int i = 0; s.size() < kTestSize; i++) { in TEST_P()
374 if ((map_.hash_function()(i) & (kTestSize - 1)) < 3) { in TEST_P()