/external/chromium_org/media/base/ |
D | callback_holder_unittest.cc | 23 EXPECT_TRUE(cb.IsNull()); in TEST() 29 EXPECT_FALSE(cb.IsNull()); in TEST() 34 EXPECT_FALSE(cb.IsNull()); in TEST() 36 EXPECT_TRUE(cb.IsNull()); in TEST() 42 EXPECT_TRUE(cb.IsNull()); in TEST() 46 EXPECT_FALSE(cb.IsNull()); in TEST() 52 EXPECT_FALSE(cb.IsNull()); in TEST() 54 EXPECT_TRUE(cb.IsNull()); in TEST() 60 EXPECT_TRUE(cb.IsNull()); in TEST() 64 EXPECT_FALSE(cb.IsNull()); in TEST() [all …]
|
/external/chromium_org/media/filters/ |
D | fake_video_decoder.cc | 33 DCHECK(decode_cb_.IsNull()) << "No reinitialization during pending decode."; in Initialize() 34 DCHECK(reset_cb_.IsNull()) << "No reinitialization during pending reset."; in Initialize() 53 DCHECK(decode_cb_.IsNull()) << "Overlapping decodes are not supported."; in Decode() 54 DCHECK(reset_cb_.IsNull()); in Decode() 85 DCHECK(reset_cb_.IsNull()); in Reset() 89 if (!decode_cb_.IsNull()) in Reset() 100 if (!init_cb_.IsNull() || !decode_cb_.IsNull() || !reset_cb_.IsNull()) in Stop() 128 DCHECK(decode_cb_.IsNull()); in SatisfyInit() 129 DCHECK(reset_cb_.IsNull()); in SatisfyInit() 133 if (!stop_cb_.IsNull()) in SatisfyInit() [all …]
|
D | video_decoder_selector_unittest.cc | 17 using ::testing::IsNull; 128 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in SelectDecoderAndAbort() 157 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in TEST_F() 170 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull())); in TEST_F() 195 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull())); in TEST_F() 220 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull())); in TEST_F() 239 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in TEST_F() 250 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in TEST_F() 322 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull())); in TEST_F()
|
D | audio_decoder_selector_unittest.cc | 16 using ::testing::IsNull; 121 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in SelectDecoderAndAbort() 147 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in TEST_F() 160 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull())); in TEST_F() 185 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull())); in TEST_F() 210 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull())); in TEST_F() 229 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in TEST_F() 240 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull())); in TEST_F() 312 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull())); in TEST_F()
|
D | decrypting_demuxer_stream_unittest.cc | 20 using ::testing::IsNull; 137 EXPECT_CALL(*this, BufferReady(status, IsNull())); in ReadAndExpectBufferReadyWith() 412 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F() 424 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F() 434 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F() 464 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F() 494 EXPECT_CALL(*this, BufferReady(DemuxerStream::kConfigChanged, IsNull())); in TEST_F() 534 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F() 543 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F() 552 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); in TEST_F()
|
D | decrypting_video_decoder_unittest.cc | 22 using ::testing::IsNull; 111 EXPECT_CALL(*this, FrameReady(status, IsNull())); in ReadAndExpectFrameReadyWith() 366 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); in TEST_F() 376 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); in TEST_F() 449 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); in TEST_F() 459 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); in TEST_F() 481 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); in TEST_F()
|
D | decrypting_audio_decoder_unittest.cc | 23 using ::testing::IsNull; 130 EXPECT_CALL(*this, FrameReady(status, IsNull())); in ReadAndExpectFrameReadyWith() 471 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); in TEST_F() 486 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); in TEST_F() 516 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); in TEST_F() 540 EXPECT_CALL(*this, FrameReady(AudioDecoder::kDecodeError, IsNull())); in TEST_F() 564 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); in TEST_F() 576 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); in TEST_F() 586 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); in TEST_F()
|
/external/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function 152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/external/chromium/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function 152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/external/chromium_org/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function 152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | null-compare.js | 28 function IsNull(x) { class 32 assertTrue(IsNull(null), "null == null"); 33 assertTrue(IsNull(void 0), "void 0 == null"); 34 assertFalse(IsNull(42), "42 != null");
|
/external/v8/test/mjsunit/compiler/ |
D | null-compare.js | 28 function IsNull(x) { class 32 assertTrue(IsNull(null), "null == null"); 33 assertTrue(IsNull(void 0), "void 0 == null"); 34 assertFalse(IsNull(42), "42 != null");
|
/external/chromium_org/v8/src/platform/ |
D | elapsed-timer.h | 68 ASSERT(started_ || start_ticks_.IsNull()); in IsStarted() 69 ASSERT(!started_ || !start_ticks_.IsNull()); in IsStarted() 70 return !start_ticks_.IsNull(); in IsStarted() 108 ASSERT(!now.IsNull()); in Now()
|
D | time.cc | 255 if (IsNull()) { in ToFiletime() 304 if (IsNull()) { in ToTimespec() 336 if (IsNull()) { in ToTimeval() 366 if (IsNull()) { in ToJsTime() 524 ASSERT(!ticks.IsNull()); in Now() 532 ASSERT(!ticks.IsNull()); in HighResolutionNow()
|
/external/hamcrest/src/org/hamcrest/core/ |
D | IsNull.java | 14 public class IsNull<T> extends BaseMatcher<T> { class 28 return new IsNull<T>(); in nullValue() 36 return not(IsNull.<T>nullValue()); in notNullValue()
|
/external/hamcrest/src/org/hamcrest/ |
D | CoreMatchers.java | 134 return org.hamcrest.core.IsNull.nullValue(); in nullValue() 141 return org.hamcrest.core.IsNull.nullValue(type); in nullValue() 148 return org.hamcrest.core.IsNull.notNullValue(); in notNullValue() 155 return org.hamcrest.core.IsNull.notNullValue(type); in notNullValue()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeFixture.cs | 58 Assert.IsNull(t.Parent); in testSingleNode() 71 Assert.IsNull(r0.Parent); in test4Nodes() 85 Assert.IsNull(r0.Parent); in testList() 111 Assert.IsNull(root.Parent); in testList2() 139 Assert.IsNull(root.Parent); in testAddListToExistChildren() 166 Assert.IsNull(dup.Parent); in testDupTree()
|
/external/chromium_org/v8/test/cctest/ |
D | test-time.cc | 80 CHECK(null.IsNull()); in TEST() 96 CHECK(null.IsNull()); in TEST() 114 CHECK(null.IsNull()); in TEST()
|
D | test-thread-termination.cc | 80 CHECK(try_catch.Exception()->IsNull()); in DoLoop() 97 CHECK(try_catch.Exception()->IsNull()); in DoLoopNoCall() 235 CHECK(try_catch.Exception()->IsNull()); in LoopGetProperty() 289 CHECK(try_catch.Exception()->IsNull()); in ReenterAfterTermination() 334 CHECK(try_catch.Exception()->IsNull()); in DoLoopCancelTerminate()
|
/external/chromium_org/content/renderer/ |
D | v8_value_converter_impl_unittest.cc | 104 bool IsNull(base::DictionaryValue* value, const std::string& key) { in IsNull() function in content::V8ValueConverterImplTest 113 bool IsNull(v8::Handle<v8::Object> value, const std::string& key) { in IsNull() function in content::V8ValueConverterImplTest 120 return child->IsNull(); in IsNull() 123 bool IsNull(base::ListValue* value, uint32 index) { in IsNull() function in content::V8ValueConverterImplTest 132 bool IsNull(v8::Handle<v8::Array> value, uint32 index) { in IsNull() function in content::V8ValueConverterImplTest 138 return child->IsNull(); in IsNull() 233 v8_object->Get(v8::String::NewFromUtf8(isolate_, "null"))->IsNull()); in TEST_F() 353 EXPECT_TRUE(IsNull(converted.get(), 0)); in TEST_F() 469 EXPECT_TRUE(IsNull(object_result.get(), "obj")); in TEST_F() 480 EXPECT_TRUE(IsNull(list_result.get(), 1)); in TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 236 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function 578 if (result.IsNull() && pool->underlay_ != NULL) { in FindByNameHelper() 584 if (result.IsNull()) { in FindByNameHelper() 889 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol() 897 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol() 1042 if (!result.IsNull() && !result.field_descriptor->is_extension()) { in FindFieldByName() 1053 if (!result.IsNull() && result.field_descriptor->is_extension()) { in FindExtensionByName() 1086 if (!result.IsNull()) { in FindNestedTypeByName() 1097 if (!result.IsNull()) { in FindEnumTypeByName() 1108 if (!result.IsNull()) { in FindEnumValueByName() [all …]
|
/external/v8/test/cctest/ |
D | test-thread-termination.cc | 83 CHECK(try_catch.Exception()->IsNull()); in DoLoop() 100 CHECK(try_catch.Exception()->IsNull()); in DoLoopNoCall() 294 CHECK(try_catch.Exception()->IsNull()); in LoopGetProperty() 345 CHECK(try_catch.Exception()->IsNull()); in ReenterAfterTermination()
|
/external/chromium_org/content/common/indexed_db/ |
D | indexed_db_key_path.h | 24 bool IsNull() const { return type_ == blink::WebIDBKeyPathTypeNull; } in IsNull() function
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 254 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function 672 if (result.IsNull() && pool->underlay_ != NULL) { in FindByNameHelper() 678 if (result.IsNull()) { in FindByNameHelper() 983 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol() 991 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol() 1135 if (!result.IsNull() && !result.field_descriptor->is_extension()) { in FindFieldByName() 1146 if (!result.IsNull() && result.field_descriptor->is_extension()) { in FindExtensionByName() 1179 if (!result.IsNull()) { in FindNestedTypeByName() 1190 if (!result.IsNull()) { in FindEnumTypeByName() 1201 if (!result.IsNull()) { in FindEnumValueByName() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8StringResource.h | 239 if (m_v8Object.IsEmpty() || m_v8Object->IsNull()) { in prepare() 248 if (m_v8Object.IsEmpty() || m_v8Object->IsNull() || m_v8Object->IsUndefined()) { in prepare()
|