HomeSort by relevance Sort by last modified time
    Searched refs:NotNull (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/easymock/src/org/easymock/internal/matchers/
NotNull.java 22 public class NotNull implements IArgumentMatcher, Serializable {
26 public static final NotNull NOT_NULL = new NotNull();
28 private NotNull() {
37 buffer.append("notNull()");
  /external/mockito/src/org/mockito/internal/matchers/
NotNull.java 14 public class NotNull extends ArgumentMatcher<Object> implements Serializable {
17 public static final NotNull NOT_NULL = new NotNull();
19 private NotNull() {
28 description.appendText("notNull()");
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringStatics.cpp 74 new (NotNull, (void*)&nullAtom) AtomicString;
75 new (NotNull, (void*)&emptyAtom) AtomicString("");
83 new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral);
84 new (NotNull, (void*)&xmlAtom) AtomicString("xml", AtomicString::ConstructFromLiteral);
85 new (NotNull, (void*)&xmlnsAtom) AtomicString("xmlns", AtomicString::ConstructFromLiteral);
86 new (NotNull, (void*)&xlinkAtom) AtomicString("xlink", AtomicString::ConstructFromLiteral);
87 new (NotNull, (void*)&xmlnsWithColon) String("xmlns:");
AtomicStringHash.h 60 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
mock_auto_enrollment_check_screen.cc 8 using ::testing::NotNull;
23 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_eula_screen.cc 10 using ::testing::NotNull;
26 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
mock_network_screen.cc 10 using ::testing::NotNull;
22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
mock_update_screen.cc 10 using ::testing::NotNull;
22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
  /external/chromium_org/android_webview/browser/net/
input_stream_reader_unittest.cc 24 using testing::NotNull;
62 EXPECT_CALL(input_stream_, BytesAvailable(NotNull()))
72 EXPECT_CALL(input_stream_, BytesAvailable(NotNull()))
76 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull()))
86 EXPECT_CALL(input_stream_, BytesAvailable(NotNull()))
90 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull()))
101 EXPECT_CALL(input_stream_, BytesAvailable(NotNull()))
110 EXPECT_CALL(input_stream_, Skip(bytesToSkip, NotNull()))
114 EXPECT_CALL(input_stream_, Skip(3, NotNull()))
118 EXPECT_CALL(input_stream_, Skip(2, NotNull()))
    [all...]
android_stream_reader_url_request_job_unittest.cc 35 using testing::NotNull;
248 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Gt(0)))
322 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
324 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
326 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
355 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
357 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
  /external/chromium_org/media/audio/
audio_input_controller_unittest.cc 19 using ::testing::NotNull;
84 EXPECT_CALL(event_handler, OnCreated(NotNull()))
112 EXPECT_CALL(event_handler, OnCreated(NotNull()))
116 EXPECT_CALL(event_handler, OnRecording(NotNull()))
120 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull()))
158 EXPECT_CALL(event_handler, OnCreated(NotNull()))
162 EXPECT_CALL(event_handler, OnRecording(NotNull()))
166 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 42 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); }
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 112 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
133 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
153 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
181 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
206 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
239 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
280 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
  /external/chromium_org/remoting/host/
register_support_host_request_unittest.cc 29 using testing::NotNull;
64 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
66 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull()))
92 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
heartbeat_sender_unittest.cc 31 using testing::NotNull;
74 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
76 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull()))
108 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
130 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
147 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
169 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
184 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
host_change_notification_listener_unittest.cc 23 using testing::NotNull;
52 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
54 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull()))
host_status_sender_unittest.cc 23 using testing::NotNull;
76 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
104 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 67 new (NotNull, &slot) FontPlatformData(WTF::HashTableDeletedValue);
  /external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream_unittest.cc 27 using ::testing::NotNull;
121 ON_CALL(*this, AddOutputStream(NotNull(), _))
124 ON_CALL(*this, RemoveOutputStream(NotNull(), _))
232 StartMirroring(kRenderProcessId, kRenderViewId, NotNull()))
237 StopMirroring(kRenderProcessId, kRenderViewId, NotNull()))
243 EXPECT_CALL(mock_input_callback_, OnData(NotNull(), NotNull(), _, _))
279 EXPECT_CALL(*mock_vais_, AddOutputStream(NotNull(), _))
282 EXPECT_CALL(*mock_vais_, RemoveOutputStream(NotNull(), _))
317 NotNull()))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc 27 using ::testing::NotNull;
73 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull()))
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 106 using ::testing::NotNull;
112 EXPECT_CALL(mock_statistics_provider, GetMachineStatistic(_, NotNull()))
115 GetMachineStatistic(std::string("hardware_class"), NotNull()))
135 GetMachineStatistic(std::string("hardware_class"), NotNull()))
139 GetMachineStatistic(std::string("initial_locale"), NotNull()))
143 GetMachineStatistic(std::string("initial_timezone"), NotNull()))
147 GetMachineStatistic(std::string("keyboard_layout"), NotNull()))
224 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull()))
267 GetMachineStatistic(system::kCustomizationIdKey, NotNull()))
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer_unittest.cc 20 using ::testing::NotNull;
132 EXPECT_CALL(*gl_, GenQueries(_, NotNull())).Times(AtLeast(1)).WillOnce(
135 EXPECT_CALL(*gl_, GetQueryObjectiv(_, GL_QUERY_RESULT_AVAILABLE, NotNull()))
145 EXPECT_CALL(*gl_, GetQueryObjectui64v(_, GL_QUERY_RESULT, NotNull()))
150 EXPECT_CALL(*gl_, DeleteQueries(2, NotNull()))
  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator_unittest.cc 26 using testing::NotNull;
97 EXPECT_CALL(client_callback_, OnDone(net::OK, NotNull()))
99 EXPECT_CALL(host_callback_, OnDone(net::OK, NotNull()))
  /external/chromium_org/media/base/
mock_filters.cc 12 using ::testing::NotNull;
  /external/chromium_org/media/filters/
audio_decoder_selector_unittest.cc 19 using ::testing::NotNull;
285 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull()));
314 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, NotNull()));
340 EXPECT_CALL(*this, OnDecoderSelected(NotNull(), IsNull()));

Completed in 787 milliseconds

1 2 3 4