/external/chromium/webkit/glue/media/ |
D | buffered_data_source_unittest.cc | 25 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 …]
|
D | simple_data_source_unittest.cc | 24 using ::testing::NotNull;
|
D | buffered_resource_loader_unittest.cc | 28 using ::testing::NotNull;
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | NotNull.java | 22 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/ |
D | customization_document_unittest.cc | 114 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/ |
D | url_request_job_tracker_unittest.cc | 24 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/ |
D | profile_manager_unittest.cc | 169 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/ |
D | print_dialog_cloud_unittest.cc | 34 using testing::NotNull; 340 EXPECT_THAT(mock_flow_handler_.get(), NotNull()); in TEST_F()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 614 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/ |
D | trace_event_win_unittest.cc | 29 using testing::NotNull;
|
/external/chromium/testing/gmock/test/ |
D | gmock_link_test.h | 159 using testing::NotNull; 509 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return()); in TEST()
|
D | gmock-matchers_test.cc | 105 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/ |
D | client_side_detection_host_unittest.cc | 33 using ::testing::NotNull; 184 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull())) in ExpectPreClassificationChecks()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 551 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/ |
D | CHANGES | 35 * NotNull() and IsNull() now work with smart pointers.
|
/external/easymock/src/org/easymock/ |
D | EasyMock.java | 1307 reportMatcher(NotNull.NOT_NULL); in notNull()
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 2644 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
|
/external/chromium/testing/ |
D | gmock_mutant.h | 964 EXPECT_THAT(*this->obj_, testing::NotNull()); in RunWithParams()
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 21374 /* 74 */ "NotNull", 62450 /* Opcode: NotNull P1 P2 * * *
|