Home
last modified time | relevance | path

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

1234

/external/chromium_org/android_webview/browser/net/
Dinput_stream_reader_unittest.cc24 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 …]
Dandroid_stream_reader_url_request_job_unittest.cc34 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/
Daudio_input_controller_unittest.cc19 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/
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 …]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringStatics.cpp68 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/
Dcustomization_document_unittest.cc77 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/
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/mockito/src/org/mockito/internal/matchers/
DNotNull.java14 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/
Dproxy_factory_mock.cc51 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()
Dautomation_client_mock.cc53 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/
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_org/remoting/host/
Dheartbeat_sender_unittest.cc30 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()
Dregister_support_host_request_unittest.cc28 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()
Dhost_change_notification_listener_unittest.cc23 using testing::NotNull;
52 EXPECT_CALL(signal_strategy_, AddListener(NotNull())) in SetUp()
54 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull())) in SetUp()
Dhost_status_sender_unittest.cc23 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/
Dweb_contents_audio_input_stream_unittest.cc27 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/
Dprofile_browsertest.cc72 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/
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_org/chrome/browser/chromeos/login/screens/
Dmock_eula_screen.cc10 using ::testing::NotNull;
26 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockEulaScreenActor()
Dmock_network_screen.cc10 using ::testing::NotNull;
22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockNetworkScreenActor()
Dmock_update_screen.cc10 using ::testing::NotNull;
22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockUpdateScreenActor()
/external/chromium_org/media/audio/win/
Daudio_unified_win_unittest.cc26 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/
Dvideo_decoder_selector_unittest.cc19 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()
Daudio_decoder_selector_unittest.cc18 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/
Dssl_hmac_channel_authenticator_unittest.cc26 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()

1234