HomeSort by relevance Sort by last modified time
    Searched refs:NotNull (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/chromium_org/media/audio/
virtual_audio_input_stream_unittest.cc 23 using ::testing::NotNull;
128 EXPECT_CALL(input_callback_, OnData(_, NotNull(), _, _, _))
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 248 testing::NotNull(), NotFail())).Times(testing::AtLeast(1));
290 testing::NotNull(), NotFail())).Times(testing::AtLeast(3));
639 testing::NotNull(), NotFail())).Times(testing::AtLeast(3));
680 testing::NotNull(), NotFail())).Times(testing::AtLeast(2));
731 testing::NotNull(), NotFail())).Times(testing::AtLeast(2));
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 590 bool NotNull = false;
593 NotNull = true;
602 NotNull = true;
614 if (NotNull) {
642 if (NotNull) {
    [all...]
  /external/chromium/base/debug/
trace_event_win_unittest.cc 29 using testing::NotNull;
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 24 using ::testing::NotNull;
buffered_resource_loader_unittest.cc 28 using ::testing::NotNull;
  /external/chromium_org/base/debug/
trace_event_win_unittest.cc 32 using testing::NotNull;
  /external/chromium_org/media/cdm/
aes_decryptor_unittest.cc 22 using ::testing::NotNull;
296 EXPECT_CALL(*this, BufferDecrypted(AesDecryptor::kSuccess, NotNull()))
309 EXPECT_CALL(*this, BufferDecrypted(AesDecryptor::kSuccess, NotNull()))
322 EXPECT_CALL(*this, BufferDecrypted(AesDecryptor::kSuccess, NotNull()))
  /external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h 259 enum NotNullTag { NotNull };
HashTraits.h 126 static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); }
Deque.h 414 new (NotNull, &m_buffer.buffer()[m_end]) T(value);
431 new (NotNull, &m_buffer.buffer()[m_start]) T(value);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc     [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 33 using ::testing::NotNull;
184 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
  /external/chromium/testing/gmock/test/
gmock_link_test.h 71 // NotNull
159 using testing::NotNull;
505 // Tests the linkage of the NotNull matcher.
509 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return());
gmock-matchers_test.cc 105 using testing::NotNull;
889 // Tests that NotNull() matches any non-NULL pointer of any type.
891 Matcher<int*> m1 = NotNull();
897 Matcher<const char*> m2 = NotNull();
904 const Matcher<linked_ptr<int> > m = NotNull();
913 const Matcher<const linked_ptr<double>&> m = NotNull();
922 const Matcher<const scoped_ptr<double>&> m = NotNull();
930 // Tests that NotNull() describes itself properly.
932 Matcher<int*> m = NotNull();
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc 28 using ::testing::NotNull;
301 EXPECT_CALL(*this, NeedKeyCBMock(kWebMEncryptInitDataType, NotNull(),
video_renderer_base_unittest.cc 30 using ::testing::NotNull;
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 530 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr,
532 "notnull");
533 BranchInst::Create(UnwindBlock, TermBlock, NotNull, UnwindHandler);
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 46 using ::testing::NotNull;
    [all...]
client_side_detection_host_unittest.cc 38 using ::testing::NotNull;
258 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 277 return adoptRef(new (NotNull, string) StringImpl(length, Force8BitConstructor));
295 return adoptRef(new (NotNull, string) StringImpl(length));
315 return adoptRef(new (NotNull, string) StringImpl(length, Force8BitConstructor));
335 return adoptRef(new (NotNull, string) StringImpl(length));
351 impl = new (NotNull, impl) StringImpl(length, hash, StaticString);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormController.cpp 168 static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontCache.cpp 273 new (NotNull, &slot) FontPlatformData(HashTableDeletedValue);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 284 "Iterator List Map Numeric Nil NotNull Option Ordered Ordering PartialFunction PartialOrdering " +

Completed in 3653 milliseconds

1 23 4