/external/libchrome/base/strings/ |
D | nullable_string16.h | 21 NullableString16(const string16& string, bool is_null) in NullableString16() 26 bool is_null() const { return is_null_; } in is_null() function
|
/external/libchrome/base/threading/ |
D | platform_thread.h | 62 bool is_null() const { in is_null() function 86 bool is_null() const { 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/libweave/third_party/chromium/base/ |
D | callback_internal.h | 67 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
|
/external/libchrome/base/ |
D | callback_internal.h | 68 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
|
/external/libchrome/base/profiler/ |
D | tracked_time.cc | 66 bool TrackedTime::is_null() const { return ms_ == 0; } in is_null() function in tracked_objects::TrackedTime
|
/external/v8/src/ |
D | handles.h | 44 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function 229 bool is_null() const { return location_ == nullptr; } in is_null() function
|
D | fast-accessor-assembler.cc | 131 CodeStubAssembler::Label is_null(assembler_.get()); in CheckNotZeroOrReturnNull() local
|
D | code-stubs-hydrogen.cc | 798 IfBuilder is_null(this); in BuildCodeStub() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | extra_types.py | 142 is_null = messages.BooleanField(1, default=False) variable in JsonValue
|
/external/lldb/examples/synthetic/ |
D | libcxx.py | 166 is_null = property(_isnull_impl,None) variable in stdlist_entry 369 is_null = property(_null_impl,None) variable in stdmap_iterator_node
|
/external/libweave/third_party/chromium/base/time/ |
D | time.h | 303 bool is_null() const { in is_null() function
|
/external/libchrome/base/time/ |
D | time.h | 303 bool is_null() const { in is_null() function
|
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 718 inline bool is_null (void) const { return 0 == *this; } in is_null() function
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 779 val is_null : llvalue -> bool val
|