Home
last modified time | relevance | path

Searched refs:NotNull (Results 1 – 19 of 19) sorted by relevance

/external/chromium/webkit/glue/media/
Dbuffered_data_source_unittest.cc25 using ::testing::NotNull;
109 EXPECT_CALL(*loader_, Start(NotNull(), NotNull(), NotNull())) in ExpectCreateAndStartResourceLoader()
244 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull())) in ReadDataSourceHit()
266 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull())); in ReadDataSourceHang()
289 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull())) in ReadDataSourceMiss()
303 EXPECT_CALL(*new_loader, Start(NotNull(), NotNull(), NotNull())) in ReadDataSourceMiss()
313 EXPECT_CALL(*new_loader, Read(position, size, NotNull(), NotNull())) in ReadDataSourceMiss()
341 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull())) in ReadDataSourceFailed()
363 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull())) in ReadDataSourceTimesOut()
377 EXPECT_CALL(*new_loader, Start(NotNull(), NotNull(), NotNull())) in ReadDataSourceTimesOut()
[all …]
Dsimple_data_source_unittest.cc24 using ::testing::NotNull;
Dbuffered_resource_loader_unittest.cc28 using ::testing::NotNull;
/external/easymock/src/org/easymock/internal/matchers/
DNotNull.java22 public class NotNull implements IArgumentMatcher, Serializable { class
26 public static final NotNull NOT_NULL = new NotNull();
28 private NotNull() { in NotNull() method in NotNull
/external/chromium/chrome/browser/chromeos/
Dcustomization_document_unittest.cc114 using ::testing::NotNull;
120 EXPECT_CALL(mock_system_access, GetMachineStatistic(_, NotNull())) in TEST()
123 GetMachineStatistic(std::string("hwid"), NotNull())) in TEST()
151 GetMachineStatistic(std::string("hwid"), NotNull())) in TEST()
155 GetMachineStatistic(std::string("initial_locale"), NotNull())) in TEST()
159 GetMachineStatistic(std::string("initial_timezone"), NotNull())) in TEST()
163 GetMachineStatistic(std::string("keyboard_layout"), NotNull())) in TEST()
/external/chromium/net/url_request/
Durl_request_job_tracker_unittest.cc24 using testing::NotNull;
165 EXPECT_CALL(observer, OnJobAdded(NotNull())); in AssertJobTrackerCallbacks()
166 EXPECT_CALL(observer, OnBytesRead(NotNull(), in AssertJobTrackerCallbacks()
169 EXPECT_CALL(observer, OnJobDone(NotNull(), in AssertJobTrackerCallbacks()
171 EXPECT_CALL(observer, OnJobRemoved(NotNull())); in AssertJobTrackerCallbacks()
/external/chromium/chrome/browser/profiles/
Dprofile_manager_unittest.cc169 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(1); in TEST_F()
209 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(2); in TEST_F()
/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud_unittest.cc34 using testing::NotNull;
340 EXPECT_THAT(mock_flow_handler_.get(), NotNull()); in TEST_F()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp614 bool NotNull = false; in solveBlockValueNonLocal() local
617 NotNull = true; in solveBlockValueNonLocal()
621 NotNull = true; in solveBlockValueNonLocal()
632 if (NotNull) { in solveBlockValueNonLocal()
660 if (NotNull) { in solveBlockValueNonLocal()
/external/chromium/base/debug/
Dtrace_event_win_unittest.cc29 using testing::NotNull;
/external/chromium/testing/gmock/test/
Dgmock_link_test.h159 using testing::NotNull;
509 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return()); in TEST()
Dgmock-matchers_test.cc105 using testing::NotNull;
891 Matcher<int*> m1 = NotNull(); in TEST()
897 Matcher<const char*> m2 = NotNull(); in TEST()
904 const Matcher<linked_ptr<int> > m = NotNull(); in TEST()
913 const Matcher<const linked_ptr<double>&> m = NotNull(); in TEST()
922 const Matcher<const scoped_ptr<double>&> m = NotNull(); in TEST()
932 Matcher<int*> m = NotNull(); in TEST()
/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_host_unittest.cc33 using ::testing::NotNull;
184 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull())) in ExpectPreClassificationChecks()
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp551 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr, in insertExpensiveEHSupport() local
554 BranchInst::Create(UnwindBlock, TermBlock, NotNull, UnwindHandler); in insertExpensiveEHSupport()
/external/chromium/testing/gmock/
DCHANGES35 * NotNull() and IsNull() now work with smart pointers.
/external/easymock/src/org/easymock/
DEasyMock.java1307 reportMatcher(NotNull.NOT_NULL); in notNull()
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h2644 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
/external/chromium/testing/
Dgmock_mutant.h964 EXPECT_THAT(*this->obj_, testing::NotNull()); in RunWithParams()
/external/sqlite/dist/
Dsqlite3.c.orig21374 /* 74 */ "NotNull",
62450 /* Opcode: NotNull P1 P2 * * *