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

1 2 3 4 5 6

  /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 {
  /external/chromium_org/media/filters/
fake_video_decoder.cc 33 DCHECK(decode_cb_.IsNull()) << "No reinitialization during pending decode.";
34 DCHECK(reset_cb_.IsNull()) << "No reinitialization during pending reset.";
53 DCHECK(decode_cb_.IsNull()) << "Overlapping decodes are not supported.";
54 DCHECK(reset_cb_.IsNull());
85 DCHECK(reset_cb_.IsNull());
89 if (!decode_cb_.IsNull())
100 if (!init_cb_.IsNull() || !decode_cb_.IsNull() || !reset_cb_.IsNull())
128 DCHECK(decode_cb_.IsNull());
    [all...]
audio_decoder_selector_unittest.cc 16 using ::testing::IsNull;
129 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
142 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
157 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull()));
170 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
180 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
191 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
    [all...]
video_decoder_selector_unittest.cc 17 using ::testing::IsNull;
139 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
152 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
167 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull()));
180 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
190 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
201 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
    [all...]
decrypting_video_decoder_unittest.cc 22 using ::testing::IsNull;
111 EXPECT_CALL(*this, FrameReady(status, IsNull()));
366 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull()));
376 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull()));
449 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull()));
459 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull()));
481 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull()));
decrypting_audio_decoder_unittest.cc 23 using ::testing::IsNull;
129 EXPECT_CALL(*this, FrameReady(status, IsNull()));
470 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
485 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
515 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
539 EXPECT_CALL(*this, FrameReady(AudioDecoder::kDecodeError, IsNull()));
563 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
575 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
585 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
decrypting_demuxer_stream_unittest.cc 20 using ::testing::IsNull;
131 EXPECT_CALL(*this, BufferReady(status, IsNull()));
349 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull()));
362 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull()));
372 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull()));
403 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, 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/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/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/content/common/indexed_db/
indexed_db_key_path.h 24 bool IsNull() const { return type_ == WebKit::WebIDBKeyPathTypeNull; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLMediaElementCustom.cpp 37 if (!value->IsNull()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Callback.h 62 if (value->IsNull() && (acceptedValues & CallbackAllowNull))
V8StringResource.h 50 ASSERT(!string.isNull());
61 ASSERT(!string.isNull());
71 if (m_plainString.impl() != m_atomicString.impl() && !m_atomicString.isNull())
83 if (m_atomicString.isNull()) {
85 ASSERT(!m_atomicString.isNull());
239 if (m_v8Object.IsEmpty() || m_v8Object->IsNull()) {
248 if (m_v8Object.IsEmpty() || m_v8Object->IsNull() || m_v8Object->IsUndefined()) {
V8Utilities.cpp 57 if (cache->IsNull() || cache->IsUndefined()) {
152 if (!newValue->IsNull() && !newValue->IsUndefined())
  /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/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/v8/src/extensions/i18n/
i18n-utils.cc 73 if (!value->IsUndefined() && !value->IsNull() && value->IsString()) {
94 if (!value->IsUndefined() && !value->IsNull() && value->IsNumber()) {
116 if (!value->IsUndefined() && !value->IsNull() && value->IsBoolean()) {
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 70 inline bool IsNull() const {
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 134 return org.hamcrest.core.IsNull.nullValue();
141 return org.hamcrest.core.IsNull.nullValue(type);
148 return org.hamcrest.core.IsNull.notNullValue();
155 return org.hamcrest.core.IsNull.notNullValue(type);
  /external/chromium_org/chrome/renderer/extensions/
i18n_custom_bindings.cc 31 if (args[2]->IsNull() || !args[2]->IsString()) {
  /external/chromium_org/sync/syncable/
syncable_id.h 68 inline bool IsNull() const {

Completed in 659 milliseconds

1 2 3 4 5 6