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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/cctest/
test-unbound-queue.cc 40 CHECK(cq.IsEmpty());
42 CHECK(!cq.IsEmpty());
46 CHECK(cq.IsEmpty());
53 CHECK(cq.IsEmpty());
55 CHECK(!cq.IsEmpty());
58 CHECK(!cq.IsEmpty());
62 CHECK(!cq.IsEmpty());
68 CHECK(!cq.IsEmpty());
71 CHECK(!cq.IsEmpty());
75 CHECK(cq.IsEmpty());
    [all...]
  /external/v8/test/cctest/
test-unbound-queue.cc 15 CHECK(cq.IsEmpty());
17 CHECK(!cq.IsEmpty());
21 CHECK(cq.IsEmpty());
28 CHECK(cq.IsEmpty());
30 CHECK(!cq.IsEmpty());
33 CHECK(!cq.IsEmpty());
37 CHECK(!cq.IsEmpty());
43 CHECK(!cq.IsEmpty());
46 CHECK(!cq.IsEmpty());
50 CHECK(cq.IsEmpty());
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 15 while(!Paths.IsEmpty())
  /external/chromium/base/
task_queue.h 33 bool IsEmpty() const;
task_queue_unittest.cc 61 EXPECT_TRUE(queue.IsEmpty());
64 EXPECT_TRUE(queue.IsEmpty());
84 EXPECT_TRUE(queue.IsEmpty());
100 EXPECT_TRUE(queue.IsEmpty());
108 EXPECT_TRUE(queue.IsEmpty());
137 EXPECT_FALSE(main_queue.IsEmpty());
146 EXPECT_TRUE(main_queue.IsEmpty());
  /external/lzma/CPP/7zip/Common/
MethodProps.h 36 bool IsEmpty() const { return Methods.IsEmpty() ; }
  /external/chromium_org/net/cert/
test_root_certs_unittest.cc 40 EXPECT_TRUE(test_roots->IsEmpty());
43 EXPECT_FALSE(test_roots->IsEmpty());
46 EXPECT_TRUE(test_roots->IsEmpty());
54 EXPECT_TRUE(test_roots->IsEmpty());
59 EXPECT_FALSE(test_roots->IsEmpty());
62 EXPECT_TRUE(test_roots->IsEmpty());
81 EXPECT_TRUE(test_roots->IsEmpty());
104 EXPECT_FALSE(test_roots->IsEmpty());
119 EXPECT_TRUE(test_roots->IsEmpty());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 52 if (v8Context.IsEmpty())
59 if (transactionHandle.IsEmpty() || errorHandle.IsEmpty()) {
V8ImageDataCustom.cpp 42 if (!wrapper.IsEmpty()) {
48 if (!pixelArray.IsEmpty())
V8ErrorEventCustom.cpp 52 if (!error.IsEmpty()) {
  /external/chromium_org/chrome/browser/profiles/
profile_info_util_unittest.cc 21 EXPECT_FALSE(gfx::test::IsEmpty(result));
28 EXPECT_FALSE(gfx::test::IsEmpty(result2));
37 EXPECT_FALSE(gfx::test::IsEmpty(result));
43 EXPECT_FALSE(gfx::test::IsEmpty(result2));
52 EXPECT_FALSE(gfx::test::IsEmpty(result));
58 EXPECT_FALSE(gfx::test::IsEmpty(result2));
68 EXPECT_FALSE(gfx::test::IsEmpty(result));
75 EXPECT_FALSE(gfx::test::IsEmpty(result2));
  /external/chromium_org/extensions/common/
event_filtering_info.cc 32 if (IsEmpty())
44 bool EventFilteringInfo::IsEmpty() const {
event_filtering_info.h 39 bool IsEmpty() const;
  /external/chromium_org/net/quic/
blocked_list.h 46 DCHECK(!IsEmpty());
72 bool IsEmpty() {
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 26 if (!window_size_.IsEmpty() && !image_.IsEmpty())
41 if (!image_.IsEmpty())
67 if (image_.IsEmpty()) {
  /external/chromium_org/net/spdy/
spdy_read_queue.h 27 bool IsEmpty() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptScope.cpp 46 ASSERT(!m_context.IsEmpty());
V8ObjectConstructor.cpp 39 if (function.IsEmpty())
47 if (objectTemplate.IsEmpty())
55 if (function.IsEmpty())
63 if (function.IsEmpty())
V8CustomElementLifecycleCallbacks.cpp 57 ASSERT(prototype->GetHiddenValue(V8HiddenPropertyName::customElement##Name()).IsEmpty()); \
58 if (!Value.IsEmpty()) \
72 if (!enteredDocument.IsEmpty())
75 if (!leftDocument.IsEmpty())
78 if (!attributeChanged.IsEmpty())
104 if (!m_##Var.isEmpty()) \
117 if (context.IsEmpty())
158 if (context.IsEmpty())
165 if (!receiver.IsEmpty()) {
170 if (prototype.IsEmpty())
    [all...]
V8WorkerGlobalScopeEventListener.cpp 68 if (v8Context.IsEmpty())
85 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
93 if (!origin.ResourceName().IsEmpty()) {
112 if (!listener.IsEmpty() && !listener->IsFunction())
117 if (value.IsEmpty())
  /external/chromium_org/ui/gfx/image/
image_util_unittest.cc 24 EXPECT_FALSE(decoded.IsEmpty());
  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 30 if (!handle.IsEmpty())
37 if (handle_.IsEmpty())
55 if (handle_.IsEmpty())
71 if (!object_handle.IsEmpty())
76 if (!context_handle.IsEmpty())
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallback.cpp 56 if (v8Context.IsEmpty())
77 if (v8Context.IsEmpty())
83 if (class1ParamHandle.IsEmpty()) {
106 if (v8Context.IsEmpty())
112 if (class2ParamHandle.IsEmpty()) {
118 if (strArgHandle.IsEmpty()) {
142 if (v8Context.IsEmpty())
148 if (listParamHandle.IsEmpty()) {
171 if (v8Context.IsEmpty())
177 if (boolParamHandle.IsEmpty()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.cc 71 if (rules.single_proxies.IsEmpty())
79 if (rules.proxies_for_http.IsEmpty() &&
80 rules.proxies_for_https.IsEmpty() &&
81 rules.proxies_for_ftp.IsEmpty() &&
82 rules.fallback_proxies.IsEmpty()) {
86 if (!rules.proxies_for_http.IsEmpty())
88 if (!rules.proxies_for_https.IsEmpty())
90 if (!rules.proxies_for_ftp.IsEmpty())
92 if (!rules.fallback_proxies.IsEmpty())

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>