/external/libchrome/base/ |
D | callback_unittest.cc | 63 EXPECT_TRUE(c0.is_null()); in TEST_F() 64 EXPECT_TRUE(c1.is_null()); in TEST_F() 65 EXPECT_TRUE(c2.is_null()); in TEST_F() 66 EXPECT_TRUE(c3.is_null()); in TEST_F() 67 EXPECT_TRUE(c4.is_null()); in TEST_F() 68 EXPECT_TRUE(c5.is_null()); in TEST_F() 69 EXPECT_TRUE(c6.is_null()); in TEST_F() 73 EXPECT_TRUE(null_callback_.is_null()); in TEST_F() 74 EXPECT_FALSE(callback_a_.is_null()); in TEST_F() 75 EXPECT_FALSE(callback_b_.is_null()); in TEST_F() [all …]
|
D | callback_list.h | 88 if (!list_->removal_callback_.is_null()) in ~Subscription() 104 DCHECK(!cb.is_null()); in Add() 144 while ((list_iter_ != list_->callbacks_.end()) && list_iter_->is_null()) in GetNext() 179 if ((*it).is_null()) { in Compact() 187 if (updated && !removal_callback_.is_null()) in Compact()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | implicit-null-check.ll | 10 ; CHECK-NEXT: LBB0_1: ## %is_null 16 br i1 %c, label %is_null, label %not_null, !make.implicit !0 18 is_null: 34 ; CHECK-NEXT: LBB1_1: ## %is_null 40 br i1 %c, label %is_null, label %not_null, !make.implicit !0 42 is_null: 61 ; CHECK-NEXT: LBB2_1: ## %is_null 67 br i1 %c, label %is_null, label %not_null, !make.implicit !0 69 is_null: 86 ; CHECK-NEXT: LBB3_1: ## %is_null [all …]
|
D | implicit-null-checks.mir | 10 br i1 undef, label %is_null, label %not_null, !make.implicit !0 12 is_null: 29 br i1 undef, label %is_null, label %not_null, !make.implicit !0 31 is_null: 48 br i1 undef, label %is_null, label %not_null, !make.implicit !0 50 is_null: 67 br i1 undef, label %is_null, label %not_null, !make.implicit !0 69 is_null: 85 br i1 undef, label %is_null, label %not_null, !make.implicit !0 87 is_null: [all …]
|
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: 43 br i1 %c, label %is_null, label %not_null, !make.implicit !0 45 is_null: 60 br i1 %c, label %is_null, label %not_null 62 is_null: 74 br i1 %c, label %is_null, label %not_null, !make.implicit !0 76 is_null: [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | implicit-null-check.ll | 16 ; CHECK-NEXT: .LBB0_2: // %is_null 21 br i1 %c, label %is_null, label %not_null, !make.implicit !0 27 is_null: 39 ; CHECK-NEXT: .LBB1_2: // %is_null 44 br i1 %c, label %is_null, label %not_null, !make.implicit !0 46 is_null: 61 ; CHECK-NEXT: .LBB2_2: // %is_null 66 br i1 %c, label %is_null, label %not_null, !make.implicit !0 68 is_null: 86 ; CHECK-NEXT: .LBB3_2: // %is_null [all …]
|
/external/openscreen/cast/streaming/ |
D | frame_id.h | 49 constexpr bool is_null() const { return *this == FrameId(); } in is_null() function 53 OSP_DCHECK(!is_null()); 54 OSP_DCHECK(!rhs.is_null()); 60 OSP_DCHECK(!is_null()); 64 OSP_DCHECK(!is_null()); 68 OSP_DCHECK(!is_null()); 72 OSP_DCHECK(!is_null()); 76 OSP_DCHECK(!is_null()); 81 OSP_DCHECK(!is_null()); 86 OSP_DCHECK(!is_null()); [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | implicit-null-checks.mir | 10 br i1 undef, label %is_null, label %not_null, !make.implicit !0 12 is_null: 29 br i1 undef, label %is_null, label %not_null, !make.implicit !0 31 is_null: 48 br i1 undef, label %is_null, label %not_null, !make.implicit !0 50 is_null: 67 br i1 undef, label %is_null, label %not_null, !make.implicit !0 69 is_null: 96 # CHECK-NEXT: %eax = FAULTING_LOAD_OP %bb.3.is_null, {{[0-9]+}}, killed %eax, killed %rdi, 1, _,… 101 successors: %bb.3.is_null, %bb.1.not_null [all …]
|
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/mojo/public/cpp/bindings/ |
D | struct_ptr.h | 64 bool is_null() const { return !ptr_; } in is_null() function 81 StructPtr Clone() const { return is_null() ? StructPtr() : ptr_->Clone(); } in Clone() 87 if (is_null() || other.is_null()) in Equals() 88 return is_null() && other.is_null(); in Equals() 94 if (is_null()) in Hash() 99 explicit operator bool() const { return !is_null(); } 163 bool is_null() const { return state_ == NIL; } in is_null() function 181 return is_null() ? InlinedStructPtr() : value_.Clone(); in Clone() 186 if (is_null() || other.is_null()) in Equals() 187 return is_null() && other.is_null(); in Equals() [all …]
|
D | map_data_view.h | 28 bool is_null() const { in is_null() function 29 DCHECK_EQ(keys_.is_null(), values_.is_null()); in is_null() 30 return keys_.is_null(); in is_null()
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_stmt_fetch.cc | 25 bool is_null[4]; in LLVMFuzzerTestOneInput() local 73 bind[0].is_null= &is_null[0]; in LLVMFuzzerTestOneInput() 81 bind[1].is_null= &is_null[1]; in LLVMFuzzerTestOneInput() 88 bind[2].is_null= &is_null[2]; in LLVMFuzzerTestOneInput() 95 bind[3].is_null= &is_null[3]; in LLVMFuzzerTestOneInput()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | data_view_unittest.cc | 71 ASSERT_FALSE(string_data_view.is_null()); in TEST_F() 87 ASSERT_FALSE(struct_data_view.is_null()); in TEST_F() 105 ASSERT_FALSE(data_data_view.is_null()); in TEST_F() 123 ASSERT_FALSE(array_data_view.is_null()); in TEST_F() 139 ASSERT_FALSE(array_data_view.is_null()); in TEST_F() 156 ASSERT_FALSE(array_data_view.is_null()); in TEST_F() 180 ASSERT_FALSE(array_data_view.is_null()); in TEST_F() 200 ASSERT_FALSE(array_data_view.is_null()); in TEST_F() 205 ASSERT_FALSE(nested_array_data_view.is_null()); in TEST_F() 228 ASSERT_FALSE(array_data_view.is_null()); in TEST_F() [all …]
|
D | struct_unittest.cc | 54 *out_data = writer.is_null() ? nullptr : writer.data(); in SerializeStruct() 99 EXPECT_TRUE(rect.is_null()); in TEST_F() 104 EXPECT_TRUE(rect.is_null()); in TEST_F() 109 EXPECT_FALSE(rect.is_null()); in TEST_F() 114 EXPECT_TRUE(null_rect.is_null()); in TEST_F() 125 EXPECT_TRUE(clone_region.is_null()); in TEST_F() 140 EXPECT_TRUE((*clone_region->rects)[0].is_null()); in TEST_F() 167 EXPECT_TRUE(pair.is_null()); in TEST_F() 170 EXPECT_FALSE(pair.is_null()); in TEST_F() 171 EXPECT_TRUE(pair->first.is_null()); in TEST_F() [all …]
|
/external/adhd/cras/src/server/rust/src/ |
D | rate_estimator_bindings.rs | 21 if window_size.is_null() { in rate_estimator_create() 40 if re.is_null() { in rate_estimator_destroy() 53 if re.is_null() { in rate_estimator_add_frames() 71 if re.is_null() || now.is_null() { in rate_estimator_check() 92 if re.is_null() { in rate_estimator_get_rate() 105 if re.is_null() { in rate_estimator_reset_rate()
|
/external/rust/crates/parking_lot_core/src/ |
D | word_lock.rs | 63 if thread_data_ptr.is_null() { in with_thread_data() 104 if state.is_queue_locked() || state.queue_head().is_null() { in unlock() 130 if state.queue_head().is_null() && spinwait.spin() { in lock_slow() 146 if queue_head.is_null() { in lock_slow() 184 if state.is_queue_locked() || state.queue_head().is_null() { in unlock_slow() 210 if !queue_tail.is_null() { in unlock_slow() 247 if new_tail.is_null() { in unlock_slow() 262 if state.queue_head().is_null() { in unlock_slow()
|
/external/rust/crates/futures-util/src/stream/futures_unordered/ |
D | mod.rs | 157 self.head_all.load(Relaxed).is_null() in is_empty() 220 let len = if task.is_null() { in iter_pin_mut() 240 let len = if task.is_null() { in atomic_load_head_and_len_all() 259 debug_assert!((*task.prev_all.get()).is_null()); in release_task() 305 let new_len = if next.is_null() { in link() 321 if !next.is_null() { in link() 337 debug_assert!(!head.is_null()); in unlink() 346 if !next.is_null() { in unlink() 350 if !prev.is_null() { in unlink() 358 if !head.is_null() { in unlink() [all …]
|
/external/rust/crates/rusqlite/src/ |
D | raw_statement.rs | 41 pub fn is_null(&self) -> bool { in is_null() method 42 self.ptr.is_null() in is_null() 70 if decltype.is_null() { in column_decltype() 88 !ptr.is_null(), in column_name() 139 if self.ptr.is_null() { in sql() 167 assert!(!self.ptr.is_null()); in get_status()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 95 if (is_null($this->desc)) { 446 if (is_null($field)) { 633 if (!is_null($sub)) { 695 if (is_null($this->$getter())) { 775 if (is_null($value)) { 782 if (is_null($value)) { 797 if (is_null($value)) { 807 if (is_null($value) && 819 if (is_null($value)) { 826 if (!is_null($enum_value)) { [all …]
|
/external/crosvm/libcrosvm_control/src/ |
D | lib.rs | 21 if !socket_path.is_null() { in validate_socket_path() 180 if dev_path.is_null() { in crosvm_client_usb_attach() 188 if !out_port.is_null() { in crosvm_client_usb_attach() 231 if battery_type.is_null() || property.is_null() || target.is_null() { in crosvm_client_modify_battery() 338 if !stats.is_null() { in crosvm_client_balloon_stats() 344 if !actual.is_null() { in crosvm_client_balloon_stats()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp.h | 381 inline bool is_null() const; 438 inline bool is_null() const; 475 inline bool is_null() const; 524 inline bool is_null() const; 1129 inline bool is_null() const; 1245 inline bool is_null() const; 1326 inline bool is_null() const; 1375 inline bool is_null() const; 1420 inline bool is_null() const; 1455 inline bool is_null() const; [all …]
|
/external/llvm-project/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/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/libchrome/base/task_scheduler/ |
D | scheduler_worker.cc | 66 DCHECK(thread_handle_.is_null()); in Start() 80 if (thread_handle_.is_null()) { in Start() 105 DCHECK(!thread_handle_.is_null()); in JoinForTesting() 116 return !thread_handle_.is_null(); in ThreadAliveForTesting() 123 if (!thread_handle_.is_null()) { in ~SchedulerWorker() 137 DCHECK(last_used_time_.is_null()); in BeginUnusedPeriod() 143 DCHECK(!last_used_time_.is_null()); in EndUnusedPeriod()
|