HomeSort by relevance Sort by last modified time
    Searched refs:is_null (Results 51 - 75 of 321) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/
property-descriptor.cc 213 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()) {
compilation-dependencies.cc 50 if (object_wrapper_.is_null()) {
73 DCHECK(!object_wrapper_.is_null());
fast-accessor-assembler.cc 138 CodeAssemblerLabel is_null(assembler_.get());
142 &is_null, &not_null);
143 assembler_->Bind(&is_null);
231 state_ = !code.is_null() ? kBuilt : kError;
  /external/libchrome/base/threading/
platform_thread.h 68 bool is_null() const { function in class:base::PlatformThreadRef
92 bool is_null() const { function in class:base::PlatformThreadHandle
  /external/libmojo/mojo/public/cpp/bindings/tests/
router_test_util.cc 45 if (!closure_.is_null()) {
98 if (!closure_.is_null()) {
versioning_apptest.cc 48 EXPECT_FALSE(returned_finger_print.is_null());
66 EXPECT_TRUE(returned_finger_print.is_null());
map_common_test.h 72 EXPECT_FALSE(map0.is_null());
74 EXPECT_TRUE(map0.is_null());
78 EXPECT_TRUE(map1.is_null());
82 EXPECT_FALSE(map1.is_null());
  /external/libmojo/mojo/public/cpp/system/
watcher.cc 41 DCHECK(!callback.is_null());
85 if (!callback.is_null()) {
  /external/libchrome/base/profiler/
tracked_time.cc 66 bool TrackedTime::is_null() const { return ms_ == 0; } function in class:tracked_objects::TrackedTime
  /external/libchrome/base/time/
time.cc 139 if (is_null())
161 if (is_null())
189 if (is_null()) {
207 if (is_null()) {
  /external/libmojo/base/android/
application_status_listener.cc 41 DCHECK(!callback_.is_null());
content_uri_utils.cc 42 if (j_mime.is_null())
  /external/tensorflow/tensorflow/compiler/xla/service/
device_memory_allocator.cc 51 if (!mem->is_null()) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
infeed_manager.h 52 CHECK(!device_memory_.is_null());
  /external/v8/src/ic/
call-optimization.h 20 bool is_constant_call() const { return !constant_function_.is_null(); }
call-optimization.cc 32 if (expected_receiver_type_.is_null() ||
105 if (function.is_null() || !function->is_compiled()) return;
access-compiler.cc 32 return (FLAG_print_code_stubs && !name.is_null() && name->IsString())
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 70 if (delayed_task.second.closure.is_null()) {
183 if (delayed_task_it->second.closure.is_null())
248 if (!task_it->second.closure.is_null()) {
386 if (closure_.is_null()) {
421 if (closure_.is_null())
  /external/v8/src/wasm/
wasm-code-specialization.cc 95 DCHECK(relocate_direct_calls_instance.is_null());
96 DCHECK(!instance.is_null());
102 DCHECK(!old_obj.is_null() && !new_obj.is_null());
170 bool reloc_direct_calls = !relocate_direct_calls_instance.is_null();
  /external/libchrome/base/files/
important_file_writer.cc 65 if (!before_write_callback.is_null())
70 if (!after_write_callback.is_null())
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay_unittest.cc 143 EXPECT_FALSE(end_times[0].is_null());
146 EXPECT_FALSE(end_times[1].is_null());
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_dead_code_eliminate.cpp 58 (inst->dst.is_null() && inst->writes_flag())){
101 if (inst->dst.is_null() && inst->writes_flag()) {
  /external/v4l2_codec2/vda/
vp9_decoder.cc 173 DCHECK(!context_refresh_cb.is_null());
192 if (!context_refresh_cb.is_null())
  /external/libchrome/base/task_scheduler/
sequence.cc 20 DCHECK(task->sequenced_time.is_null());
  /external/libchrome/base/test/
multiprocess_test_android.cc 74 if (result_code.is_null() ||

Completed in 686 milliseconds

1 23 4 5 6 7 8 91011>>