| /external/v8/src/ |
| D | maybe-handles.h | 68 bool is_null() const { return location_ == nullptr; } in is_null() function 104 bool is_null() const { return handle_.is_null(); } in is_null() function
|
| D | code-reference.h | 34 bool is_null() const { in is_null() function
|
| D | handles.h | 47 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function
|
| /external/libchrome/base/threading/ |
| D | platform_thread.h | 68 bool is_null() const { in is_null() function 92 bool is_null() const { in is_null() function
|
| /external/libchrome/base/strings/ |
| D | nullable_string16.h | 35 bool is_null() const { return !string_; } in is_null() function
|
| D | nullable_string16.cc | 15 NullableString16::NullableString16(const string16& string, bool is_null) { in NullableString16()
|
| /external/libchrome/mojo/public/cpp/bindings/ |
| D | string_data_view.h | 22 bool is_null() const { return !data_; } in is_null() function
|
| D | map_data_view.h | 28 bool is_null() const { in is_null() function
|
| D | struct_ptr.h | 64 bool is_null() const { return !ptr_; } in is_null() function 163 bool is_null() const { return state_ == NIL; } in is_null() function
|
| D | array_data_view.h | 205 bool is_null() const { return !this->data_; } in is_null() function
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| D | stable_partition.pass.cpp | 287 struct is_null struct 299 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
|
| /external/libchrome/mojo/public/cpp/bindings/lib/ |
| D | map_data_internal.h | 32 bool is_null() const { return !buffer_; } in is_null() function
|
| D | bindings_internal.h | 118 bool is_null() const { return offset == 0; } in is_null() function
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | owning_device_memory.h | 101 bool is_null() const { return mem_.is_null(); } in is_null() function
|
| /external/libchrome/base/ |
| D | callback_internal.h | 108 bool is_null() const { return !bind_state_; } in is_null() function
|
| /external/autotest/client/deps/glbench/src/ |
| D | utils.h | 105 bool is_null() const { return !bind_state_; } in is_null() function
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | device_memory.h | 67 bool is_null() const { return opaque_ == nullptr; } in is_null() function
|
| /external/libchrome/base/android/ |
| D | scoped_java_ref.h | 61 bool is_null() const { return obj_ == nullptr; } in is_null() function
|
| /external/python/apitools/apitools/base/py/ |
| D | extra_types.py | 154 is_null = messages.BooleanField(1, default=False) variable in JsonValue
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_shader.cpp | 734 backend_reg::is_null() const in is_null() function in backend_reg
|
| /external/bcc/src/cc/frontends/b/ |
| D | codegen_llvm.cc | 168 Value *is_null = B.CreateIsNotNull(pop_expr()); in visit_onvalid_stmt_node() local 901 Value *is_null = B.CreateIsNotNull(load_1); in visit_match_decl_stmt_node() local 929 Value *is_null = B.CreateIsNull(load_1); in visit_miss_decl_stmt_node() local
|
| /external/libchrome/base/time/ |
| D | time.h | 354 bool is_null() const { in is_null() function
|
| /external/python/cpython2/Lib/plat-mac/ |
| D | gensuitemodule.py | 1147 def is_null(data): function
|
| /external/python/cpython2/Tools/gdb/ |
| D | libpython.py | 227 def is_null(self): member in PyObjectPtr
|
| /external/python/cpython3/Tools/gdb/ |
| D | libpython.py | 256 def is_null(self): member in PyObjectPtr
|