Home
last modified time | relevance | path

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

12345678910>>...16

/external/libchrome/base/
Dcallback_unittest.cc63 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 …]
Dcallback_list.h88 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/
Dimplicit-null-check.ll10 ; 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 …]
Dimplicit-null-checks.mir10 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 …]
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:
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/
Dimplicit-null-check.ll16 ; 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/
Dframe_id.h49 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/
Dimplicit-null-checks.mir10 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 …]
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/mojo/public/cpp/bindings/
Dstruct_ptr.h64 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 …]
Dmap_data_view.h28 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/
Dfuzz_stmt_fetch.cc25 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/
Ddata_view_unittest.cc71 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 …]
Dstruct_unittest.cc54 *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/
Drate_estimator_bindings.rs21 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/
Dword_lock.rs63 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/
Dmod.rs157 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/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php95 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/llvm-project/polly/lib/External/isl/include/isl/
Dcpp.h381 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/rust/crates/rusqlite/src/
Draw_statement.rs41 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/crosvm/libcrosvm_control/src/
Dlib.rs21 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/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/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/libchrome/base/task_scheduler/
Dscheduler_worker.cc66 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()

12345678910>>...16