Searched refs:is_null (Results 26 - 50 of 295) sorted by relevance

1234567891011>>

/external/libchrome/base/threading/
H A Dpost_task_and_reply_impl.cc81 DCHECK(!task.is_null()) << from_here.ToString();
82 DCHECK(!reply.is_null()) << from_here.ToString();
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dwtf_array_unittest.cc44 ASSERT_TRUE(arr.is_null());
57 ASSERT_TRUE(arr.is_null());
H A Dstruct_unittest.cc80 EXPECT_TRUE(rect.is_null());
85 EXPECT_TRUE(rect.is_null());
90 EXPECT_FALSE(rect.is_null());
95 EXPECT_TRUE(null_rect.is_null());
106 EXPECT_TRUE(clone_region.is_null());
121 EXPECT_TRUE((*clone_region->rects)[0].is_null());
150 EXPECT_TRUE(pair.is_null());
153 EXPECT_FALSE(pair.is_null());
154 EXPECT_TRUE(pair->first.is_null());
155 EXPECT_TRUE(pair->first.is_null());
[all...]
H A Dwtf_map_unittest.cc46 ASSERT_TRUE(mojo_map.is_null());
62 ASSERT_TRUE(mojo_map.is_null());
/external/libchrome/base/
H A Dcallback_list.h90 if (!list_->removal_callback_.is_null())
106 DCHECK(!cb.is_null());
146 while ((list_iter_ != list_->callbacks_.end()) && list_iter_->is_null())
181 if ((*it).is_null()) {
189 if (updated && !removal_callback_.is_null())
H A Dcancelable_callback_unittest.cc80 EXPECT_TRUE(callback3.is_null());
140 ASSERT_FALSE(callback.is_null());
147 ASSERT_FALSE(callback2.is_null());
/external/tensorflow/tensorflow/stream_executor/
H A Ddevice_memory.h58 bool is_null() const { return opaque_ == nullptr; } function in class:perftools::gputools::DeviceMemoryBase
59 bool operator==(std::nullptr_t other) const { return is_null(); }
60 bool operator!=(std::nullptr_t other) const { return !is_null(); }
237 bool operator==(std::nullptr_t other) const { return wrapped_.is_null(); }
238 bool operator!=(std::nullptr_t other) const { return !wrapped_.is_null(); }
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dscoped_interface_endpoint_handle.cc44 if (!association_event_handler_.is_null()) {
101 if (association_event_handler_.is_null()) {
193 if (!association_event_handler_.is_null()) {
206 if (!handler.is_null())
229 if (!association_event_handler_.is_null()) {
243 if (!handler.is_null())
260 if (!handler.is_null())
H A Dmessage_header_validator.cc76 if (!header_v2->payload.is_null() &&
88 if (!header_v2->payload_interface_ids.is_null()) {
/external/v8/src/
H A Dproperty-descriptor.h86 bool has_value() const { return !value_.is_null(); }
97 bool has_get() const { return !get_.is_null(); }
101 bool has_set() const { return !set_.is_null(); }
H A Dallocation-site-scopes.h70 if (top().is_null()) {
85 DCHECK(object.is_null() || *object == scope_site->transition_info());
H A Dcompilation-info.cc53 return parse_info_ && !parse_info_->shared_info().is_null();
146 if (!closure_.is_null()) {
160 if (parse_info() && !parse_info()->shared_info().is_null()) {
213 bool CompilationInfo::has_context() const { return !closure().is_null(); }
220 return !closure().is_null() && (closure()->native_context() != nullptr);
H A Dproperty-descriptor.cc213 if (!enumerable.is_null()) {
225 if (!configurable.is_null()) {
237 if (!value.is_null()) desc->set_value(value);
247 if (!writable.is_null()) desc->set_writable(writable->BooleanValue());
256 if (!getter.is_null()) {
274 if (!setter.is_null()) {
/external/v8/src/asmjs/
H A Dasm-js.cc49 if (stdlib.is_null()) {
55 if (maybe_math.is_null()) {
63 if (maybe_value.is_null()) {
85 if (stdlib.is_null()) {
91 if (maybe_value.is_null()) {
98 if (stdlib.is_null()) {
104 if (maybe_value.is_null()) {
115 if (value.is_null() || !value->IsJSFunction()) { \
147 return !value.is_null() && value->IsNumber() && \
195 DCHECK(!compiled.is_null());
[all...]
/external/autotest/client/deps/glbench/src/
H A Dcontexttest.cc47 if (!render_func_.is_null())
/external/libbrillo/brillo/dbus/
H A Ddbus_signal_handler.h50 if (!signal_callback.is_null()) {
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_utils.cc22 while (!timeout_called && (terminate.is_null() || !terminate.Run()))
/external/libchrome/base/message_loop/
H A Dmessage_pump_default.cc52 if (delayed_work_time_.is_null()) {
/external/libchrome/base/profiler/
H A Dtracked_time.h57 bool is_null() const;
/external/libchrome/base/test/
H A Dsequenced_worker_pool_owner.cc52 if (!will_wait_for_shutdown_callback_.is_null()) {
/external/libchrome/base/timer/
H A Dmock_timer.cc49 DCHECK(!user_task_.is_null());
/external/libmojo/mojo/android/system/
H A Dwatcher_impl.cc59 DCHECK(!java_watcher_.is_null());
67 java_watcher_.is_null() ? java_watcher_preserver : java_watcher_,
/external/libmojo/mojo/public/cpp/system/
H A Dwatcher.cc41 DCHECK(!callback.is_null());
85 if (!callback.is_null()) {
/external/libchrome/base/task_scheduler/
H A Dsequence_unittest.cc86 EXPECT_FALSE(task_a_->sequenced_time.is_null());
92 EXPECT_FALSE(task_b_->sequenced_time.is_null());
96 EXPECT_FALSE(task_c_->sequenced_time.is_null());
100 EXPECT_FALSE(task_d_->sequenced_time.is_null());
120 EXPECT_FALSE(task_e_->sequenced_time.is_null());
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_cse.cpp151 inst->dst.is_null()))
157 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) &&
181 if (no_existing_temp && !entry->generator->dst.is_null()) {
205 if (!inst->dst.is_null()) {

Completed in 457 milliseconds

1234567891011>>