/external/libchrome/base/ |
D | callback_unittest.cc | 93 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 …]
|
D | callback_helpers.cc | 19 if (!closure_.is_null()) in ~ScopedClosureRunner() 25 if (!old_closure.is_null()) in Reset() 32 if (!old_closure.is_null()) in Reset()
|
D | callback_list.h | 91 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()
|
D | cancelable_callback.h | 67 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/ |
D | callback_unittest.cc | 94 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 …]
|
D | callback_list.h | 91 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/ |
D | prototype.h | 41 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()
|
D | allocation-site-scopes.cc | 13 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()
|
D | property-descriptor.cc | 206 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()
|
D | property-descriptor.h | 86 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/ |
D | nullable_string16.h | 21 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/ |
D | implicit-null-check-negative.ll | 13 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:
|
D | implicit-null-check.ll | 24 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/ |
D | tracked_time_unittest.cc | 25 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/ |
D | thread-cmp.ll | 12 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/ |
D | source-position-table-unittest.cc | 33 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/ |
D | preserve-make-implicit-on-switch-to-br.ll | 15 ; CHECK: br i1 %cond, label %is_null, label %default, !make.implicit !0 17 i64 0, label %is_null 24 is_null:
|
/external/libweave/src/ |
D | access_black_list_manager_impl_unittest.cc | 46 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()
|
D | access_black_list_manager_impl.cc | 61 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/ |
D | file_path_watcher_fsevents.cc | 89 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/ |
D | lock.cc | 19 DCHECK(owning_thread_ref_.is_null()); in ~Lock() 32 DCHECK(owning_thread_ref_.is_null()); in CheckUnheldAndMark()
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | non-null.ll | 109 %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/ |
D | libcxx.py | 166 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/ |
D | message_loop_task_runner.cc | 29 DCHECK(!task.is_null()) << from_here.ToString(); in PostDelayedTask() 37 DCHECK(!task.is_null()) << from_here.ToString(); in PostNonNestableDelayedTask()
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 59 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()
|