HomeSort by relevance Sort by last modified time
    Searched refs:kMaxCount (Results 1 - 11 of 11) sorted by null

  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 103 const int kMaxCount = 500;
105 for (int n = 0; n < kMaxCount; ++n)
109 EXPECT_EQ(static_cast<size_t>(kMaxCount), v.GetCount());
113 const int kMaxCount = 500;
115 for (int n = 0; n < kMaxCount; ++n)
118 for (int n = 0; n < kMaxCount; ++n) {
125 const int kMaxCount = 500;
127 for (int n = 0; n < kMaxCount; ++n)
130 for (int n = 0; n < kMaxCount; ++n) {
137 const int kMaxCount = 500
    [all...]
crazy_linker_thread_unittest.cpp 77 const size_t kMaxCount = 1000;
81 for (size_t n = 0; n < kMaxCount; ++n)
88 EXPECT_LT(kMaxCount * 10, error_len);
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/gtest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 272 const size_t kMaxCount = 32; // The maximum number of elements to print.
279 if (count == kMaxCount) { // Enough has been printed.
  /external/v8/src/
objects-inl.h     [all...]
objects.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 663 milliseconds