Searched refs:is_null (Results 1 - 25 of 275) sorted by relevance

1234567891011

/external/libchrome/base/strings/
H A Dnullable_string16.h21 NullableString16(const string16& string, bool is_null) argument
22 : string_(string), is_null_(is_null) {
26 bool is_null() const { return is_null_; } function in class:base::NullableString16
34 return a.is_null() == b.is_null() && a.string() == b.string();
H A Dnullable_string16.cc14 return value.is_null() ? out << "(null)" : out << UTF16ToUTF8(value.string());
H A Dnullable_string16_unittest.cc13 EXPECT_TRUE(s.is_null());
/external/libchrome/base/synchronization/
H A Dlock.cc19 DCHECK(owning_thread_ref_.is_null());
32 DCHECK(owning_thread_ref_.is_null());
/external/libchrome/base/
H A Dcallback_unittest.cc70 EXPECT_TRUE(c0.is_null());
71 EXPECT_TRUE(c1.is_null());
72 EXPECT_TRUE(c2.is_null());
73 EXPECT_TRUE(c3.is_null());
74 EXPECT_TRUE(c4.is_null());
75 EXPECT_TRUE(c5.is_null());
76 EXPECT_TRUE(c6.is_null());
80 EXPECT_TRUE(null_callback_.is_null());
81 EXPECT_FALSE(callback_a_.is_null());
82 EXPECT_FALSE(callback_b_.is_null());
[all...]
H A Dcallback_helpers.cc17 if (!closure_.is_null())
32 if (!old_closure.is_null())
H A Dtracking_info.h39 return delayed_run_time.is_null()
H A Dcancelable_callback.h69 DCHECK(!callback.is_null());
84 return callback_.is_null();
90 DCHECK(!callback.is_null());
H A Dcallback_internal.h66 bool is_null() const { return bind_state_.get() == NULL; } function in class:base::internal::CallbackBase
67 explicit operator bool() const { return !is_null(); }
/external/v8/src/
H A Dallocation-site-scopes.cc16 if (top().is_null()) {
26 DCHECK(!current().is_null());
37 DCHECK(!scope_site.is_null());
45 if (!object.is_null()) {
46 bool top_level = !scope_site.is_null() &&
H A Dprototype.h41 CHECK(!handle_.is_null());
91 DCHECK(!handle_.is_null());
101 DCHECK(handle_.is_null());
107 DCHECK(!iterator.handle_.is_null());
113 if (handle_.is_null() && object_->IsJSProxy()) {
117 } else if (!handle_.is_null() && handle_->IsJSProxy()) {
126 Object* object = handle_.is_null() ? object_ : *handle_;
134 if (handle_.is_null()) {
144 DCHECK(!(handle_.is_null() && object_->IsJSProxy()));
155 if (handle_.is_null() || !handle
[all...]
/external/libmojo/mojo/public/cpp/bindings/
H A Dstruct_ptr.h62 bool is_null() const { return ptr_ == nullptr; } function in class:mojo::StructPtr
79 StructPtr Clone() const { return is_null() ? StructPtr() : ptr_->Clone(); }
82 if (is_null() || other.is_null())
83 return is_null() && other.is_null();
152 bool is_null() const { return is_null_; } function in class:mojo::InlinedStructPtr
170 return is_null() ? InlinedStructPtr() : value_.Clone();
173 if (is_null() || other.is_null())
[all...]
H A Dstring_traits_standard.h15 static bool IsNull(const String& input) { return input.is_null(); }
H A Darray.h90 bool is_null() const { return is_null_; } function in class:mojo::Array
180 if (is_null() != other.is_null())
230 if (!input.is_null()) {
259 if (!input.is_null()) {
270 if (a.is_null())
271 return !b.is_null();
272 if (b.is_null())
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstring_unittest.cc17 EXPECT_FALSE(s.is_null());
22 EXPECT_TRUE(s.is_null());
28 EXPECT_TRUE(s.is_null());
33 EXPECT_FALSE(s.is_null());
35 EXPECT_TRUE(s.is_null());
40 EXPECT_FALSE(s.is_null());
52 EXPECT_FALSE(t.is_null());
54 EXPECT_FALSE(s.is_null());
104 EXPECT_TRUE(str1.is_null());
117 EXPECT_TRUE(str1.is_null());
[all...]
/external/autotest/client/deps/glbench/src/
H A Dswaptest.cc27 if (!render_func_.is_null())
H A Dglinterfacetest.h23 virtual bool IsDrawTest() const { return !render_func_.is_null(); }
/external/libmojo/base/message_loop/
H A Dmessage_pump_android.cc64 if (!next_delayed_work_time.is_null()) {
107 DCHECK(system_message_handler_obj_.is_null());
118 if (!system_message_handler_obj_.is_null()) {
135 DCHECK(!system_message_handler_obj_.is_null());
145 DCHECK(!system_message_handler_obj_.is_null());
/external/libchrome/base/profiler/
H A Dtracked_time_unittest.cc25 EXPECT_FALSE(some.is_null());
56 EXPECT_FALSE(ticks_before.is_null());
63 EXPECT_FALSE(ticks_after.is_null());
78 EXPECT_TRUE(track_now.is_null());
87 EXPECT_FALSE(ticks_before.is_null());
96 EXPECT_FALSE(ticks_after.is_null());
/external/libchrome/base/message_loop/
H A Dmessage_loop_task_runner.cc29 DCHECK(!task.is_null()) << from_here.ToString();
37 DCHECK(!task.is_null()) << from_here.ToString();
/external/libmojo/base/android/
H A Dcontext_utils.cc30 DCHECK(g_application_context.Get().is_null());
37 DCHECK(!g_application_context.Get().is_null());
/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker.cc12 if (!callback.is_null()) {
/external/libchrome/base/threading/
H A Dthread_checker_impl.cc29 if (valid_thread_id_.is_null()) {
H A Dpost_task_and_reply_impl.cc79 CHECK(!task.is_null()) << from_here.ToString();
80 CHECK(!reply.is_null()) << from_here.ToString();
/external/v8/src/asmjs/
H A Dasm-js.cc37 if (stdlib.is_null()) {
43 if (maybe_math.is_null()) {
51 if (maybe_value.is_null()) {
73 if (stdlib.is_null()) {
79 if (maybe_value.is_null()) {
86 if (stdlib.is_null()) {
92 if (maybe_value.is_null()) {
103 if (value.is_null() || !value->IsJSFunction()) { \
135 return !value.is_null() && value->IsNumber() && \
174 DCHECK(!compiled.is_null());
[all...]

Completed in 1153 milliseconds

1234567891011