Searched refs:EXPECT_GE (Results 151 - 175 of 363) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/gfx/
H A Dfont_unittest.cc91 EXPECT_GE(cf.GetHeight(), 16);
H A Drender_text_unittest.cc1715 EXPECT_GE(render_text->GetUpdatedCursorBounds().width(), 1);
H A Dscreen_unittest.cc15 EXPECT_GE(size.width(), 1);
16 EXPECT_GE(size.height(), 1);
21 EXPECT_GE(gfx::Screen::GetNativeScreen()->GetNumDisplays(), 1);
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_unittest.cc48 EXPECT_GE(node->count(), min_children);
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane_unittest.cc51 EXPECT_GE(pref.width(), 20);
/external/chromium_org/ui/views/controls/table/
H A Dtable_utils_unittest.cc70 EXPECT_GE(result[1],
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc521 EXPECT_GE(IndexInParent(widget2->GetNativeWindow()),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc116 EXPECT_GE(close(file), 0);
129 EXPECT_GE(close(file), 0);
H A Drepeated_field_unittest.cc110 EXPECT_GE(field.SpaceUsedExcludingSelf(), expected_usage);
427 EXPECT_GE(field.SpaceUsedExcludingSelf(), min_expected_usage);
/external/chromium_org/third_party/re2/util/
H A Dtest.h31 #define EXPECT_GE CHECK_GE macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h159 #define EXPECT_GE(val1, val2) CHECK_GE(val1, val2) macro
165 #define ASSERT_GE(val1, val2) EXPECT_GE(val1, val2)
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Ddebugallocation_test.cc269 EXPECT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
272 EXPECT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h154 #define EXPECT_GE(val1, val2) CHECK_GE(val1, val2) macro
160 #define ASSERT_GE(val1, val2) EXPECT_GE(val1, val2)
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Ddebugallocation_test.cc269 EXPECT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
272 EXPECT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000);
/external/chromium_org/net/base/
H A Dbackoff_entry_unittest.cc214 EXPECT_GE(
H A Dint128_unittest.cc30 EXPECT_GE(big, two);
31 EXPECT_GE(big, big_minus_one);
39 EXPECT_GE(biggest, big);
161 EXPECT_GE(two, two_pod);
162 EXPECT_GE(two_pod, two);
163 EXPECT_GE(two_pod, two_pod);
164 EXPECT_GE(two, one_pod);
165 EXPECT_GE(two_pod, one);
166 EXPECT_GE(two_pod, one_pod);
H A Dnet_log_unittest.cc41 EXPECT_GE(base::TimeTicks::Now(), entries[0].time);
64 EXPECT_GE(base::TimeTicks::Now(), entries[0].time);
H A Dnet_log_unittest.h144 EXPECT_GE(i, min_index);
H A Dsdch_dictionary_fetcher_unittest.cc190 EXPECT_GE(1, JobsRequested());
/external/chromium_org/net/cert/
H A Dx509_certificate_unittest.cc1107 EXPECT_GE(decimal_value, 0);
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc469 EXPECT_GE(total_cookies, domain_max_cookies - domain_purge_cookies);
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc1147 EXPECT_GE(1, cache_->GetEntryCount());
1211 EXPECT_GE(30, cache_->GetEntryCount());
H A Dentry_unittest.cc2540 EXPECT_GE(kReadBufferSize, entry->GetDataSize(1));
2562 EXPECT_GE(kReadBufferSize, entry->GetDataSize(1));
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc466 EXPECT_GE(id, min);
/external/chromium_org/net/http/
H A Dhttp_chunked_decoder_unittest.cc30 EXPECT_GE(n, 0);

Completed in 854 milliseconds

1234567891011>>