HomeSort by relevance Sort by last modified time
    Searched refs:IsNull (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/media/base/
callback_holder_unittest.cc 23 EXPECT_TRUE(cb.IsNull());
29 EXPECT_FALSE(cb.IsNull());
34 EXPECT_FALSE(cb.IsNull());
36 EXPECT_TRUE(cb.IsNull());
42 EXPECT_TRUE(cb.IsNull());
46 EXPECT_FALSE(cb.IsNull());
52 EXPECT_FALSE(cb.IsNull());
54 EXPECT_TRUE(cb.IsNull());
60 EXPECT_TRUE(cb.IsNull());
64 EXPECT_FALSE(cb.IsNull());
    [all...]
callback_holder.h 34 bool IsNull() const {
  /art/runtime/mirror/
reference.cc 25 CHECK(java_lang_ref_Reference_.IsNull());
31 CHECK(!java_lang_ref_Reference_.IsNull());
36 if (!java_lang_ref_Reference_.IsNull()) {
art_field.cc 35 CHECK(java_lang_reflect_ArtField_.IsNull());
41 CHECK(!java_lang_reflect_ArtField_.IsNull());
59 if (!java_lang_reflect_ArtField_.IsNull()) {
stack_trace_element.cc 32 CHECK(java_lang_StackTraceElement_.IsNull());
38 CHECK(!java_lang_StackTraceElement_.IsNull());
71 if (!java_lang_StackTraceElement_.IsNull()) {
array.h 162 CHECK(array_class_.IsNull());
168 DCHECK(!array_class_.IsNull());
173 CHECK(!array_class_.IsNull());
throwable.cc 130 CHECK(java_lang_Throwable_.IsNull());
136 CHECK(!java_lang_Throwable_.IsNull());
141 if (!java_lang_Throwable_.IsNull()) {
stack_trace_element.h 60 DCHECK(!java_lang_StackTraceElement_.IsNull());
throwable.h 50 DCHECK(!java_lang_Throwable_.IsNull());
  /external/hamcrest/src/org/hamcrest/core/
IsNull.java 14 public class IsNull<T> extends BaseMatcher<T> {
28 return new IsNull<T>();
36 return not(IsNull.<T>nullValue());
  /external/chromium_org/testing/gtest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /external/gtest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /external/chromium_org/v8/src/platform/
elapsed-timer.h 45 ASSERT(started_ || start_ticks_.IsNull());
46 ASSERT(!started_ || !start_ticks_.IsNull());
47 return !start_ticks_.IsNull();
85 ASSERT(!now.IsNull());
  /external/chromium_org/media/filters/
audio_decoder_selector_unittest.cc 17 using ::testing::IsNull;
129 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
165 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
178 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
205 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull()));
232 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
253 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
    [all...]
video_decoder_selector_unittest.cc 17 using ::testing::IsNull;
125 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
163 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
176 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
203 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull()));
230 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
251 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
    [all...]
fake_video_decoder.cc 39 DCHECK(reset_cb_.IsNull()) << "No reinitialization during pending reset.";
60 DCHECK(reset_cb_.IsNull());
91 DCHECK(reset_cb_.IsNull());
106 if (!init_cb_.IsNull())
110 if (!reset_cb_.IsNull())
135 DCHECK(reset_cb_.IsNull());
159 if (!reset_cb_.IsNull() && held_decode_callbacks_.empty())
208 if (!reset_cb_.IsNull()) {
240 DCHECK(!reset_cb_.IsNull());
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_path.h 25 bool IsNull() const { return type_ == blink::WebIDBKeyPathTypeNull; }
  /art/runtime/
gc_root.h 42 bool IsNull() const {
indirect_reference_table-inl.h 49 if (UNLIKELY(table_[idx].IsNull())) {
indirect_reference_table.cc 136 DCHECK(!pScan->IsNull());
138 while (!pScan->IsNull()) {
225 if (!table_[topIndex-1].IsNull()) {
245 if (table_[idx].IsNull()) {
  /external/chromium_org/mojo/bindings/js/
handle.cc 28 if (val->IsNull()) {
  /external/lldb/include/lldb/Utility/
PythonPointer.h 69 bool IsNull() { return ptr_ == NULL; }
  /external/chromium_org/v8/test/mjsunit/compiler/
null-compare.js 28 function IsNull(x) {
32 assertTrue(IsNull(null), "null == null");
33 assertTrue(IsNull(void 0), "void 0 == null");
34 assertFalse(IsNull(42), "42 != null");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Callback.h 64 if (value->IsNull() && (acceptedValues & CallbackAllowNull))

Completed in 1034 milliseconds

1 2 3 4 5 6 7