Searched defs:kMaxCount (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_thread_unittest.cpp77 const size_t kMaxCount = 1000; local
81 for (size_t n = 0; n < kMaxCount; ++n)
88 EXPECT_LT(kMaxCount * 10, error_len);
H A Dcrazy_linker_util_unittest.cpp103 const int kMaxCount = 500; local
105 for (int n = 0; n < kMaxCount; ++n)
109 EXPECT_EQ(static_cast<size_t>(kMaxCount), v.GetCount());
113 const int kMaxCount = 500; local
115 for (int n = 0; n < kMaxCount; ++n)
118 for (int n = 0; n < kMaxCount; ++n) {
125 const int kMaxCount = 500; local
127 for (int n = 0; n < kMaxCount; ++n)
130 for (int n = 0; n < kMaxCount; ++n) {
137 const int kMaxCount local
162 const int kMaxCount = 500; local
181 const int kMaxCount = 500; local
[all...]
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h272 const size_t kMaxCount = 32; // The maximum number of elements to print. local
279 if (count == kMaxCount) { // Enough has been printed.

Completed in 200 milliseconds