/external/chromium_org/android_webview/browser/net/ |
D | input_stream_reader_unittest.cc | 24 using testing::NotNull; 62 EXPECT_CALL(input_stream_, BytesAvailable(NotNull())) in TEST_F() 72 EXPECT_CALL(input_stream_, BytesAvailable(NotNull())) in TEST_F() 76 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull())) in TEST_F() 86 EXPECT_CALL(input_stream_, BytesAvailable(NotNull())) in TEST_F() 90 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull())) in TEST_F() 101 EXPECT_CALL(input_stream_, BytesAvailable(NotNull())) in TEST_F() 110 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull())) in TEST_F() 114 EXPECT_CALL(input_stream_, Skip(3, NotNull())) in TEST_F() 118 EXPECT_CALL(input_stream_, Skip(2, NotNull())) in TEST_F() [all …]
|
D | android_stream_reader_url_request_job_unittest.cc | 34 using testing::NotNull; 213 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Gt(0))) in TEST_F() 258 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 260 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 262 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 291 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 293 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F()
|
/external/chromium_org/media/audio/ |
D | audio_input_controller_unittest.cc | 19 using ::testing::NotNull; 80 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() 108 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() 112 EXPECT_CALL(event_handler, OnRecording(NotNull())) in TEST_F() 116 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull(), _)) in TEST_F() 152 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() 156 EXPECT_CALL(event_handler, OnRecording(NotNull())) in TEST_F() 160 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull(), _)) in TEST_F() 167 EXPECT_CALL(event_handler, OnError(NotNull())) in TEST_F() 205 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() [all …]
|
/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 …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringStatics.cpp | 68 new (NotNull, (void*)&nullAtom) AtomicString; in init() 69 new (NotNull, (void*)&emptyAtom) AtomicString(""); in init() 77 new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral); in init() 78 new (NotNull, (void*)&xmlAtom) AtomicString("xml", AtomicString::ConstructFromLiteral); in init() 79 new (NotNull, (void*)&xmlnsAtom) AtomicString("xmlns", AtomicString::ConstructFromLiteral); in init() 80 new (NotNull, (void*)&xlinkAtom) AtomicString("xlink", AtomicString::ConstructFromLiteral); in init()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | customization_document_unittest.cc | 77 using ::testing::NotNull; 83 EXPECT_CALL(mock_statistics_provider, GetMachineStatistic(_, NotNull())) in TEST() 86 GetMachineStatistic(std::string("hardware_class"), NotNull())) in TEST() 114 GetMachineStatistic(std::string("hardware_class"), NotNull())) in TEST() 118 GetMachineStatistic(std::string("initial_locale"), NotNull())) in TEST() 122 GetMachineStatistic(std::string("initial_timezone"), NotNull())) in TEST() 126 GetMachineStatistic(std::string("keyboard_layout"), NotNull())) in TEST()
|
/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/mockito/src/org/mockito/internal/matchers/ |
D | NotNull.java | 14 public class NotNull extends ArgumentMatcher<Object> implements Serializable { class 17 public static final NotNull NOT_NULL = new NotNull(); 19 private NotNull() { in NotNull() method in NotNull
|
/external/chromium_org/chrome_frame/test/ |
D | proxy_factory_mock.cc | 51 LaunchComplete(testing::NotNull(), testing::_)).Times(1); in TEST_F() 64 LaunchComplete(testing::NotNull(), testing::_)).Times(1); in TEST_F() 65 EXPECT_CALL(d2, LaunchComplete(testing::NotNull(), testing::_)).Times(1); in TEST_F() 85 LaunchComplete(testing::NotNull(), testing::_)); in TEST_F() 86 EXPECT_CALL(d2, LaunchComplete(testing::NotNull(), testing::_)); in TEST_F() 116 EXPECT_CALL(*d1, LaunchComplete(testing::NotNull(), AUTOMATION_SUCCESS)) in TEST_F() 124 EXPECT_CALL(*d2, LaunchComplete(testing::NotNull(), AUTOMATION_SUCCESS)) in TEST_F()
|
D | automation_client_mock.cc | 53 EXPECT_CALL(factory_, GetAutomationServer(testing::NotNull(), in SetAutomationServerOk() 55 testing::NotNull())) in SetAutomationServerOk() 62 ReleaseAutomationServer(testing::Eq(id_), testing::NotNull())) in SetAutomationServerOk() 254 testing::NotNull(), _)) in TEST_F() 288 testing::NotNull(), _)) in TEST_F() 354 testing::NotNull(), _)).Times(3) in TEST_F() 436 testing::NotNull(), _)) in TEST_F() 449 testing::NotNull(), _)) in TEST_F()
|
/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_org/remoting/host/ |
D | heartbeat_sender_unittest.cc | 30 using testing::NotNull; 73 EXPECT_CALL(signal_strategy_, AddListener(NotNull())) in SetUp() 75 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull())) in SetUp() 107 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 129 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 146 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 168 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 183 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F()
|
D | register_support_host_request_unittest.cc | 28 using testing::NotNull; 63 EXPECT_CALL(signal_strategy_, AddListener(NotNull())) in SetUp() 65 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull())) in SetUp() 91 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F()
|
D | host_change_notification_listener_unittest.cc | 23 using testing::NotNull; 52 EXPECT_CALL(signal_strategy_, AddListener(NotNull())) in SetUp() 54 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull())) in SetUp()
|
D | host_status_sender_unittest.cc | 23 using testing::NotNull; 76 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 104 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | web_contents_audio_input_stream_unittest.cc | 27 using ::testing::NotNull; 121 ON_CALL(*this, AddOutputStream(NotNull(), _)) in MockVirtualAudioInputStream() 124 ON_CALL(*this, RemoveOutputStream(NotNull(), _)) in MockVirtualAudioInputStream() 231 StartMirroring(kRenderProcessId, kRenderViewId, NotNull())) in Start() 236 StopMirroring(kRenderProcessId, kRenderViewId, NotNull())) in Start() 242 EXPECT_CALL(mock_input_callback_, OnData(NotNull(), NotNull(), _, _, _)) in Start() 279 EXPECT_CALL(*mock_vais_, AddOutputStream(NotNull(), _)) in AddAnotherInput() 282 EXPECT_CALL(*mock_vais_, RemoveOutputStream(NotNull(), _)) in AddAnotherInput() 317 NotNull())) in ChangeMirroringTarget() 323 NotNull())) in ChangeMirroringTarget()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_browsertest.cc | 72 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 92 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false)); in IN_PROC_BROWSER_TEST_F() 111 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 137 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false)); in IN_PROC_BROWSER_TEST_F() 159 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 189 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 220 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F()
|
/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_org/chrome/browser/chromeos/login/screens/ |
D | mock_eula_screen.cc | 10 using ::testing::NotNull; 26 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockEulaScreenActor()
|
D | mock_network_screen.cc | 10 using ::testing::NotNull; 22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockNetworkScreenActor()
|
D | mock_update_screen.cc | 10 using ::testing::NotNull; 22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockUpdateScreenActor()
|
/external/chromium_org/media/audio/win/ |
D | audio_unified_win_unittest.cc | 26 using ::testing::NotNull; 305 EXPECT_CALL(source, OnMoreIOData(NotNull(), NotNull(), _)) in TEST() 332 NotNull(), NotNull(), DelayGreaterThan(min_total_audio_delay))) in TEST()
|
/external/chromium_org/media/filters/ |
D | video_decoder_selector_unittest.cc | 19 using ::testing::NotNull; 271 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull())); in TEST_F() 298 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, NotNull())); in TEST_F() 322 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull())); in TEST_F()
|
D | audio_decoder_selector_unittest.cc | 18 using ::testing::NotNull; 261 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull())); in TEST_F() 288 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, NotNull())); in TEST_F() 312 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull())); in TEST_F()
|
/external/chromium_org/remoting/protocol/ |
D | ssl_hmac_channel_authenticator_unittest.cc | 26 using testing::NotNull; 97 EXPECT_CALL(client_callback_, OnDone(net::OK, NotNull())) in RunChannelAuth() 99 EXPECT_CALL(host_callback_, OnDone(net::OK, NotNull())) in RunChannelAuth()
|