/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 | 37 using testing::NotNull; 250 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Gt(0))) in TEST_F() 324 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 326 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 328 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 357 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read))) in TEST_F() 359 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; 84 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() 112 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() 116 EXPECT_CALL(event_handler, OnRecording(NotNull())) in TEST_F() 120 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull())) in TEST_F() 158 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() 162 EXPECT_CALL(event_handler, OnRecording(NotNull())) in TEST_F() 166 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull())) in TEST_F() 173 EXPECT_CALL(event_handler, OnError(NotNull(), in TEST_F() 212 EXPECT_CALL(event_handler, OnCreated(NotNull())) in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringStatics.cpp | 78 new (NotNull, (void*)&nullAtom) AtomicString; in init() 79 new (NotNull, (void*)&emptyAtom) AtomicString(""); in init() 87 new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral); in init() 88 new (NotNull, (void*)&xmlAtom) AtomicString("xml", AtomicString::ConstructFromLiteral); in init() 89 new (NotNull, (void*)&xmlnsAtom) AtomicString("xmlns", AtomicString::ConstructFromLiteral); in init() 90 new (NotNull, (void*)&xlinkAtom) AtomicString("xlink", AtomicString::ConstructFromLiteral); in init() 91 new (NotNull, (void*)&xmlnsWithColon) String("xmlns:"); in init()
|
/external/chromium_org/extensions/browser/api/cast_channel/ |
D | cast_transport_unittest.cc | 26 using testing::NotNull; 203 EXPECT_CALL(mock_socket_, Write(NotNull(), serialized_message.size(), _)) in TEST_F() 226 EXPECT_CALL(mock_socket_, Write(NotNull(), serialized_message.size(), _)) in TEST_F() 231 EXPECT_CALL(mock_socket_, Write(NotNull(), serialized_message.size() - 1, _)) in TEST_F() 252 EXPECT_CALL(mock_socket_, Write(NotNull(), _, _)).WillOnce( in TEST_F() 269 EXPECT_CALL(mock_socket_, Write(NotNull(), serialized_message.size(), _)) in TEST_F() 289 EXPECT_CALL(mock_socket_, Write(NotNull(), serialized_message.size(), _)) in TEST_F() 292 EXPECT_CALL(mock_socket_, Write(NotNull(), serialized_message.size() - 1, _)) in TEST_F() 307 EXPECT_CALL(mock_socket_, Write(NotNull(), _, _)) in TEST_F() 326 Read(NotNull(), MessageFramer::MessageHeader::header_size(), _)) in TEST_F() [all …]
|
/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/remoting/host/ |
D | heartbeat_sender_unittest.cc | 31 using testing::NotNull; 74 EXPECT_CALL(signal_strategy_, AddListener(NotNull())) in SetUp() 76 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull())) in SetUp() 108 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 130 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 147 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 169 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F() 184 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull())) in TEST_F()
|
D | register_support_host_request_unittest.cc | 29 using testing::NotNull; 64 EXPECT_CALL(signal_strategy_, AddListener(NotNull())) in SetUp() 66 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull())) in SetUp() 92 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/media/capture/ |
D | web_contents_audio_input_stream_unittest.cc | 28 using ::testing::NotNull; 118 ON_CALL(*this, AddOutputStream(NotNull(), _)) in MockVirtualAudioInputStream() 121 ON_CALL(*this, RemoveOutputStream(NotNull(), _)) in MockVirtualAudioInputStream() 231 EXPECT_CALL(*mock_mirroring_manager_, StartMirroring(NotNull())) in Start() 235 EXPECT_CALL(*mock_mirroring_manager_, StopMirroring(NotNull())) in Start() 241 EXPECT_CALL(mock_input_callback_, OnData(NotNull(), NotNull(), _, _)) in Start() 277 EXPECT_CALL(*mock_vais_, AddOutputStream(NotNull(), _)) in AddAnotherInput() 280 EXPECT_CALL(*mock_vais_, RemoveOutputStream(NotNull(), _)) in AddAnotherInput() 313 EXPECT_CALL(*mock_mirroring_manager_, StartMirroring(NotNull())) in ChangeMirroringTarget()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gpu_tracer_unittest.cc | 20 using ::testing::NotNull; 179 EXPECT_CALL(*gl_, GenQueriesARB(_, NotNull())).Times(AtLeast(1)).WillOnce( in SetupTimerQueryMocks() 182 EXPECT_CALL(*gl_, GetQueryObjectiv(_, GL_QUERY_RESULT_AVAILABLE, NotNull())) in SetupTimerQueryMocks() 192 EXPECT_CALL(*gl_, GetQueryObjectui64v(_, GL_QUERY_RESULT, NotNull())) in SetupTimerQueryMocks() 197 EXPECT_CALL(*gl_, DeleteQueriesARB(2, NotNull())) in SetupTimerQueryMocks()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | customization_document_unittest.cc | 106 using ::testing::NotNull; 112 EXPECT_CALL(mock_statistics_provider, GetMachineStatistic(_, NotNull())) in TEST() 115 GetMachineStatistic(std::string("hardware_class"), NotNull())) in TEST() 135 GetMachineStatistic(std::string("hardware_class"), NotNull())) in TEST() 139 GetMachineStatistic(std::string("initial_locale"), NotNull())) in TEST() 143 GetMachineStatistic(std::string("initial_timezone"), NotNull())) in TEST() 147 GetMachineStatistic(std::string("keyboard_layout"), NotNull())) in TEST() 224 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull())) in SetUp() 269 GetMachineStatistic(system::kCustomizationIdKey, NotNull())) in AddCustomizationIdToVp()
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | mock_network_screen.cc | 10 using ::testing::NotNull; 22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockNetworkScreenActor()
|
D | mock_eula_screen.cc | 10 using ::testing::NotNull; 26 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockEulaScreenActor()
|
D | mock_update_screen.cc | 10 using ::testing::NotNull; 22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockUpdateScreenActor()
|
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
D | mock_auto_enrollment_check_screen.cc | 8 using ::testing::NotNull; 23 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1)); in MockAutoEnrollmentCheckScreenActor()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_browsertest.cc | 132 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 151 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false)); in IN_PROC_BROWSER_TEST_F() 171 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 200 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false)); in IN_PROC_BROWSER_TEST_F() 225 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 258 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F() 293 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_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()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_status_collector_browsertest.cc | 40 using ::testing::NotNull; 168 EXPECT_CALL(statistics_provider_, GetMachineStatistic(_, NotNull())) in DeviceStatusCollectorTest() 521 GetMachineStatistic("devsw_boot", NotNull())) in TEST_F() 530 GetMachineStatistic("devsw_boot", NotNull())) in TEST_F() 540 GetMachineStatistic("devsw_boot", NotNull())) in TEST_F() 546 GetMachineStatistic("devsw_boot", NotNull())) in TEST_F() 552 GetMachineStatistic("devsw_boot", NotNull())) in TEST_F() 558 GetMachineStatistic("devsw_boot", NotNull())) in TEST_F()
|
/external/chromium_org/media/filters/ |
D | audio_decoder_selector_unittest.cc | 20 using ::testing::NotNull; 301 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull())); in TEST_F() 328 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, NotNull())); in TEST_F() 352 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull())); in TEST_F()
|
D | video_decoder_selector_unittest.cc | 19 using ::testing::NotNull; 297 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull())); in TEST_F() 324 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, NotNull())); in TEST_F() 348 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull())); in TEST_F()
|
/external/chromium_org/media/audio/win/ |
D | audio_output_win_unittest.cc | 30 using ::testing::NotNull; 523 EXPECT_CALL(source, OnMoreData(NotNull(), in TEST() 529 EXPECT_CALL(source, OnMoreData(NotNull(), in TEST() 533 EXPECT_CALL(source, OnMoreData(NotNull(), in TEST() 537 EXPECT_CALL(source, OnMoreData(NotNull(), in TEST() 542 EXPECT_CALL(source, OnMoreData(NotNull(), in TEST() 547 EXPECT_CALL(source, OnMoreData(NotNull(), in TEST()
|
/external/chromium_org/chrome/browser/extensions/ |
D | external_provider_impl_chromeos_unittest.cc | 29 using ::testing::NotNull; 75 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull())) in SetUp()
|