HomeSort by relevance Sort by last modified time
    Searched defs:IsEmpty (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium/base/
task_queue.cc 30 bool TaskQueue::IsEmpty() const {
id_map.h 96 bool IsEmpty() const {
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 21 DCHECK(IsEmpty() || service_ == service);
65 bool PrefChangeRegistrar::IsEmpty() const {
  /external/chromium/net/base/
test_root_certs_openssl.cc 41 bool TestRootCerts::IsEmpty() const {
test_root_certs_mac.cc 71 bool TestRootCerts::IsEmpty() const {
76 if (IsEmpty())
test_root_certs_nss.cc 107 bool TestRootCerts::IsEmpty() const {
test_root_certs_win.cc 118 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
167 bool TestRootCerts::IsEmpty() const {
172 if (IsEmpty())
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/v8/src/
unbound-queue.h 51 INLINE(bool IsEmpty()) { return divider_ == last_; }
data-flow.h 176 bool IsEmpty() const {
  /development/testrunner/
make_tree.py 114 def IsEmpty(self):
  /external/chromium/chrome/browser/autofill/
autofill_field.cc 61 bool AutofillField::IsEmpty() const {
autofill_profile.cc 379 bool AutofillProfile::IsEmpty() const {
credit_card.cc 428 bool CreditCard::IsEmpty() const {
  /external/clang/include/clang/Lex/
Pragma.h 113 bool IsEmpty() {
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 85 bool IsEmpty() const {
  /external/chromium/net/proxy/
proxy_list.cc 80 bool ProxyList::IsEmpty() const {
  /external/chromium/base/synchronization/
condition_variable_win.cc 79 if (waiting_list_.IsEmpty())
81 while (!waiting_list_.IsEmpty())
99 if (waiting_list_.IsEmpty())
116 DCHECK(recycling_list_.IsEmpty());
179 while (!IsEmpty()) {
200 bool ConditionVariable::Event::IsEmpty() const {
  /external/chromium/net/http/
http_request_headers.h 82 bool IsEmpty() const { return headers_.empty(); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 282 bool StackTrace::IsEmpty() const {

Completed in 6384 milliseconds

1 2