Searched refs:kMaxCount (Results 1 - 15 of 15) sorted by relevance

/external/qemu/android/base/containers/
H A DPodVector_unittest.cpp39 const size_t kMaxCount = 10000; local
40 for (size_t n = 0; n < kMaxCount; ++n) {
43 EXPECT_EQ(kMaxCount, v.size());
44 for (size_t n = 0; n < kMaxCount; ++n) {
51 const size_t kMaxCount = 100; local
52 for (size_t n = 0; n < kMaxCount; ++n) {
55 EXPECT_EQ(kMaxCount, v.size());
56 for (size_t n = 0; n < kMaxCount; ++n) {
59 EXPECT_EQ(kMaxCount - n - 1U, v.size()) << "At index " << n;
65 const size_t kMaxCount local
77 const size_t kMaxCount = 100; local
92 const size_t kMaxCount = 10000; local
108 const size_t kMaxCount = 10000; local
[all...]
H A DStringVector_unittest.cpp58 const size_t kMaxCount = 1000; local
59 for (size_t n = 0; n < kMaxCount; ++n) {
62 EXPECT_EQ(kMaxCount, v.size());
63 for (size_t n = 0; n < kMaxCount; ++n) {
82 const size_t kMaxCount = 1000; local
83 for (size_t n = 0; n < kMaxCount; ++n) {
86 EXPECT_EQ(kMaxCount, v.size());
87 for (size_t n = 0; n < kMaxCount; ++n) {
88 String expected = genHashString(kMaxCount - n - 1U);
/external/chromium_org/third_party/android_crazy_linker/src/src/
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...]
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);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-profiler_unittest.cc56 static const int kMaxCount = 100000; variable
57 int* g_array[kMaxCount]; // an array of int-vectors
61 if (i < kMaxCount)
68 if (i < kMaxCount)
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-profiler_unittest.cc56 static const int kMaxCount = 100000; variable
57 int* g_array[kMaxCount]; // an array of int-vectors
61 if (i < kMaxCount)
68 if (i < kMaxCount)
/external/chromium_org/third_party/mesa/src/src/gtest/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.
/external/gtest/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.
/external/llvm/utils/unittest/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.
/external/mesa3d/src/gtest/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.
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h276 const size_t kMaxCount = 32; // The maximum number of elements to print. local
283 if (count == kMaxCount) { // Enough has been printed.
/external/chromium_org/v8/src/
H A Dobjects-inl.h5053 DCHECK(count_ < kMaxCount);
5059 static const int kMaxCount = 4;
5061 Handle<Map> find_[kMaxCount];
5062 Handle<Object> replace_[kMaxCount];
H A Dobjects.cc10266 STATIC_ASSERT(FindAndReplacePattern::kMaxCount < 32);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9463 const size_t kMaxCount = 32; // The maximum number of elements to print. local
9470 if (count == kMaxCount) { // Enough has been printed.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9463 const size_t kMaxCount = 32; // The maximum number of elements to print. local
9470 if (count == kMaxCount) { // Enough has been printed.

Completed in 465 milliseconds