Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/libchrome/base/
Dcallback_unittest.cc93 EXPECT_TRUE(c0.is_null()); in TEST_F()
94 EXPECT_TRUE(c1.is_null()); in TEST_F()
95 EXPECT_TRUE(c2.is_null()); in TEST_F()
96 EXPECT_TRUE(c3.is_null()); in TEST_F()
97 EXPECT_TRUE(c4.is_null()); in TEST_F()
98 EXPECT_TRUE(c5.is_null()); in TEST_F()
99 EXPECT_TRUE(c6.is_null()); in TEST_F()
103 EXPECT_TRUE(null_callback_.is_null()); in TEST_F()
104 EXPECT_FALSE(callback_a_.is_null()); in TEST_F()
105 EXPECT_FALSE(callback_b_.is_null()); in TEST_F()
[all …]
Dcallback_helpers.cc19 if (!closure_.is_null()) in ~ScopedClosureRunner()
25 if (!old_closure.is_null()) in Reset()
32 if (!old_closure.is_null()) in Reset()
Dcallback_list.h91 if (!list_->removal_callback_.is_null()) in ~Subscription()
107 DCHECK(!cb.is_null()); in Add()
147 while ((list_iter_ != list_->callbacks_.end()) && list_iter_->is_null()) in GetNext()
182 if ((*it).is_null()) { in Compact()
190 if (updated && !removal_callback_.is_null()) in Compact()
Dcancelable_callback.h67 DCHECK(!callback.is_null()); in CancelableCallback()
82 return callback_.is_null(); in IsCancelled()
88 DCHECK(!callback.is_null()); in Reset()
/external/libweave/third_party/chromium/base/
Dcallback_unittest.cc94 EXPECT_TRUE(c0.is_null()); in TEST_F()
95 EXPECT_TRUE(c1.is_null()); in TEST_F()
96 EXPECT_TRUE(c2.is_null()); in TEST_F()
97 EXPECT_TRUE(c3.is_null()); in TEST_F()
98 EXPECT_TRUE(c4.is_null()); in TEST_F()
99 EXPECT_TRUE(c5.is_null()); in TEST_F()
100 EXPECT_TRUE(c6.is_null()); in TEST_F()
104 EXPECT_TRUE(null_callback_.is_null()); in TEST_F()
105 EXPECT_FALSE(callback_a_.is_null()); in TEST_F()
106 EXPECT_FALSE(callback_b_.is_null()); in TEST_F()
[all …]
Dcallback_list.h91 if (!list_->removal_callback_.is_null()) in ~Subscription()
107 DCHECK(!cb.is_null()); in Add()
147 while ((list_iter_ != list_->callbacks_.end()) && list_iter_->is_null()) in GetNext()
182 if ((*it).is_null()) { in Compact()
190 if (updated && !removal_callback_.is_null()) in Compact()
/external/v8/src/
Dprototype.h41 CHECK(!handle_.is_null()); in object_()
76 DCHECK(!handle_.is_null()); in HasAccess()
86 DCHECK(handle_.is_null()); in GetCurrent()
92 DCHECK(!iterator.handle_.is_null()); in GetCurrent()
98 if (handle_.is_null() && object_->IsJSProxy()) { in Advance()
102 } else if (!handle_.is_null() && handle_->IsJSProxy()) { in Advance()
111 Object* object = handle_.is_null() ? object_ : *handle_; in AdvanceIgnoringProxies()
119 if (handle_.is_null()) { in AdvanceIgnoringProxies()
129 DCHECK(!(handle_.is_null() && object_->IsJSProxy())); in AdvanceFollowingProxies()
140 if (handle_.is_null() || !handle_->IsJSProxy()) { in AdvanceFollowingProxiesIgnoringAccessChecks()
Dallocation-site-scopes.cc13 if (top().is_null()) { in EnterNewScope()
23 DCHECK(!current().is_null()); in EnterNewScope()
34 DCHECK(!scope_site.is_null()); in EnterNewScope()
42 if (!object.is_null()) { in ExitScope()
43 bool top_level = !scope_site.is_null() && in ExitScope()
Dproperty-descriptor.cc206 if (!enumerable.is_null()) { in ToPropertyDescriptor()
218 if (!configurable.is_null()) { in ToPropertyDescriptor()
230 if (!value.is_null()) desc->set_value(value); in ToPropertyDescriptor()
240 if (!writable.is_null()) desc->set_writable(writable->BooleanValue()); in ToPropertyDescriptor()
249 if (!getter.is_null()) { in ToPropertyDescriptor()
267 if (!setter.is_null()) { in ToPropertyDescriptor()
Dproperty-descriptor.h86 bool has_value() const { return !value_.is_null(); } in has_value()
97 bool has_get() const { return !get_.is_null(); } in has_get()
101 bool has_set() const { return !set_.is_null(); } in has_set()
/external/libchrome/base/strings/
Dnullable_string16.h21 NullableString16(const string16& string, bool is_null) in NullableString16() argument
22 : string_(string), is_null_(is_null) { in NullableString16()
26 bool is_null() const { return is_null_; } in is_null() function
34 return a.is_null() == b.is_null() && a.string() == b.string();
/external/llvm/test/CodeGen/X86/
Dimplicit-null-check-negative.ll13 br i1 %c, label %is_null, label %not_null, !make.implicit !0
15 is_null:
27 br i1 %c, label %is_null, label %not_null, !make.implicit !0
29 is_null:
44 br i1 %c, label %is_null, label %not_null
46 is_null:
58 br i1 %c, label %is_null, label %not_null, !make.implicit !0
60 is_null:
84 br i1 %c, label %is_null, label %not_null, !make.implicit !0
86 is_null:
Dimplicit-null-check.ll24 br i1 %c, label %is_null, label %not_null, !make.implicit !0
26 is_null:
45 br i1 %c, label %is_null, label %not_null, !make.implicit !0
47 is_null:
68 br i1 %c, label %is_null, label %not_null, !make.implicit !0
70 is_null:
92 br i1 %c, label %is_null, label %not_null, !make.implicit !0
94 is_null:
120 br i1 %c, label %is_null, label %not_null, !make.implicit !0
122 is_null:
/external/libchrome/base/profiler/
Dtracked_time_unittest.cc25 EXPECT_FALSE(some.is_null()); in TEST()
56 EXPECT_FALSE(ticks_before.is_null()); in TEST()
63 EXPECT_FALSE(ticks_after.is_null()); in TEST()
78 EXPECT_TRUE(track_now.is_null()); in TEST()
87 EXPECT_FALSE(ticks_before.is_null()); in TEST()
96 EXPECT_FALSE(ticks_after.is_null()); in TEST()
/external/llvm/test/Transforms/JumpThreading/
Dthread-cmp.ll12 br i1 %cmp, label %is_null, label %not_null
13 is_null:
39 br i1 %cmp, label %is_null, label %not_null
40 is_null:
60 br i1 %cmp, label %is_null, label %not_null
61 is_null:
/external/v8/test/unittests/interpreter/
Dsource-position-table-unittest.cc33 CHECK(!builder.ToSourcePositionTable().is_null()); in TEST_F()
45 CHECK(!builder.ToSourcePositionTable().is_null()); in TEST_F()
53 CHECK(!builder.ToSourcePositionTable().is_null()); in TEST_F()
82 CHECK(!builder.ToSourcePositionTable().is_null()); in TEST_F()
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-make-implicit-on-switch-to-br.ll15 ; CHECK: br i1 %cond, label %is_null, label %default, !make.implicit !0
17 i64 0, label %is_null
24 is_null:
/external/libweave/src/
Daccess_black_list_manager_impl_unittest.cc46 if (!callback.is_null()) in SetUp()
82 if (!callback.is_null()) in TEST_F()
99 if (!callback.is_null()) in TEST_F()
119 if (!callback.is_null()) in TEST_F()
145 if (!callback.is_null()) in SetUp()
Daccess_black_list_manager_impl.cc61 if (!callback.is_null()) in Save()
96 if (!callback.is_null()) { in Block()
105 if (!callback.is_null()) { in Block()
122 if (!callback.is_null()) { in Unblock()
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc89 DCHECK(!callback.is_null()); in Watch()
90 DCHECK(callback_.is_null()); in Watch()
162 DCHECK(callback_.is_null()) in ~FilePathWatcherFSEvents()
181 if (is_cancelled() || callback_.is_null()) { in DispatchEvents()
263 if (!callback_.is_null()) { in ReportError()
/external/libchrome/base/synchronization/
Dlock.cc19 DCHECK(owning_thread_ref_.is_null()); in ~Lock()
32 DCHECK(owning_thread_ref_.is_null()); in CheckUnheldAndMark()
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dnon-null.ll109 %is_null = icmp eq i8* %arg1, null
110 br i1 %is_null, label %null, label %non_null
127 %is_null = icmp eq i8* %arg1, null
128 br i1 %is_null, label %null, label %non_null
148 %is_null = icmp eq i8* %arg1, null
149 br i1 %is_null, label %null, label %non_null
/external/lldb/examples/synthetic/
Dlibcxx.py166 is_null = property(_isnull_impl,None) variable in stdlist_entry
173 if node.is_null:
188 if node != None and node.sbvalue.IsValid() and not(node.is_null):
369 is_null = property(_null_impl,None) variable in stdmap_iterator_node
378 if x.is_null:
380 while (not x.left.is_null):
390 if x.is_null:
392 while (not x.right.is_null):
398 if x.is_null:
404 if node.is_null:
[all …]
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner.cc29 DCHECK(!task.is_null()) << from_here.ToString(); in PostDelayedTask()
37 DCHECK(!task.is_null()) << from_here.ToString(); in PostNonNestableDelayedTask()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc59 if (delayed_task.second.closure.is_null()) { in ~BaseMessageLoop()
172 if (delayed_task_it->second.closure.is_null()) in CancelTask()
237 if (!task_it->second.closure.is_null()) { in OnRanPostedTask()
374 if (closure_.is_null()) { in OnFileReadyPostedTask()
409 if (closure_.is_null()) in CancelTask()

1234567891011