HomeSort by relevance Sort by last modified time
    Searched refs:NotNull (Results 1 - 25 of 87) 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 70 new (NotNull, (void*)&nullAtom) AtomicString;
71 new (NotNull, (void*)&emptyAtom) AtomicString("");
79 new (NotNull, (void*)&textAtom) AtomicString("#text", AtomicString::ConstructFromLiteral);
80 new (NotNull, (void*)&commentAtom) AtomicString("#comment", AtomicString::ConstructFromLiteral);
81 new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral);
82 new (NotNull, (void*)&xmlAtom) AtomicString("xml", AtomicString::ConstructFromLiteral);
83 new (NotNull, (void*)&xmlnsAtom) AtomicString("xmlns", AtomicString::ConstructFromLiteral);
84 new (NotNull, (void*)&xlinkAtom) AtomicString("xlink", AtomicString::ConstructFromLiteral);
AtomicStringHash.h 54 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
  /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 32 using testing::NotNull;
213 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Gt(0)))
258 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
260 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
262 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
291 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
293 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Ge(bytes_to_read)))
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaFeatureNames.cpp 41 #define INITIALIZE_GLOBAL(name, str) new (NotNull, (void*)&name##MediaFeature) AtomicString(str, AtomicString::ConstructFromLiteral);
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 77 using ::testing::NotNull;
83 EXPECT_CALL(mock_statistics_provider, GetMachineStatistic(_, NotNull()))
86 GetMachineStatistic(std::string("hardware_class"), NotNull()))
114 GetMachineStatistic(std::string("hardware_class"), NotNull()))
118 GetMachineStatistic(std::string("initial_locale"), NotNull()))
122 GetMachineStatistic(std::string("initial_timezone"), NotNull()))
126 GetMachineStatistic(std::string("keyboard_layout"), NotNull()))
  /external/chromium_org/media/audio/
audio_input_controller_unittest.cc 19 using ::testing::NotNull;
80 EXPECT_CALL(event_handler, OnCreated(NotNull()))
104 EXPECT_CALL(event_handler, OnCreated(NotNull()))
108 EXPECT_CALL(event_handler, OnRecording(NotNull()))
112 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull(), _))
145 EXPECT_CALL(event_handler, OnCreated(NotNull()))
149 EXPECT_CALL(event_handler, OnRecording(NotNull()))
153 EXPECT_CALL(event_handler, OnData(NotNull(), NotNull(), _)
    [all...]
  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 114 using ::testing::NotNull;
120 EXPECT_CALL(mock_system_access, GetMachineStatistic(_, NotNull()))
123 GetMachineStatistic(std::string("hwid"), NotNull()))
151 GetMachineStatistic(std::string("hwid"), NotNull()))
155 GetMachineStatistic(std::string("initial_locale"), NotNull()))
159 GetMachineStatistic(std::string("initial_timezone"), NotNull()))
163 GetMachineStatistic(std::string("keyboard_layout"), NotNull()))
  /external/chromium_org/chrome_frame/test/
proxy_factory_mock.cc 51 LaunchComplete(testing::NotNull(), testing::_)).Times(1);
64 LaunchComplete(testing::NotNull(), testing::_)).Times(1);
65 EXPECT_CALL(d2, LaunchComplete(testing::NotNull(), testing::_)).Times(1);
85 LaunchComplete(testing::NotNull(), testing::_));
86 EXPECT_CALL(d2, LaunchComplete(testing::NotNull(), testing::_));
116 EXPECT_CALL(*d1, LaunchComplete(testing::NotNull(), AUTOMATION_SUCCESS))
124 EXPECT_CALL(*d2, LaunchComplete(testing::NotNull(), AUTOMATION_SUCCESS))
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 25 using ::testing::NotNull;
109 EXPECT_CALL(*loader_, Start(NotNull(), NotNull(), NotNull()))
244 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull()))
266 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull()));
289 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
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 69 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
87 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
104 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
128 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
148 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
176 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
205 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
  /external/chromium_org/remoting/host/
register_support_host_request_unittest.cc 28 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 30 using testing::NotNull;
73 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
75 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull()))
107 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
129 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
146 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
168 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
183 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()))
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream_unittest.cc 27 using ::testing::NotNull;
121 ON_CALL(*this, AddOutputStream(NotNull(), _))
124 ON_CALL(*this, RemoveOutputStream(NotNull(), _))
231 StartMirroring(kRenderProcessId, kRenderViewId, NotNull()))
236 StopMirroring(kRenderProcessId, kRenderViewId, NotNull()))
242 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/net/url_request/
url_request_job_tracker_unittest.cc 24 using testing::NotNull;
165 EXPECT_CALL(observer, OnJobAdded(NotNull()));
166 EXPECT_CALL(observer, OnBytesRead(NotNull(),
169 EXPECT_CALL(observer, OnJobDone(NotNull(),
171 EXPECT_CALL(observer, OnJobRemoved(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/android_webview/native/
input_stream_unittest.cc 27 using testing::NotNull;
40 ASSERT_THAT(env_, NotNull());
  /external/chromium_org/media/base/
mock_filters.cc 12 using ::testing::NotNull;

Completed in 1286 milliseconds

1 2 3 4