HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_FALSE (Results 626 - 650 of 2995) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 158 EXPECT_FALSE(fake_audio_capture_module_->PlayoutIsInitialized());
159 EXPECT_FALSE(fake_audio_capture_module_->Playing());
164 EXPECT_FALSE(fake_audio_capture_module_->Playing());
177 EXPECT_FALSE(fake_audio_capture_module_->Playing());
191 EXPECT_FALSE(stereo_available);
194 EXPECT_FALSE(fake_audio_capture_module_->Recording());
205 EXPECT_FALSE(fake_audio_capture_module_->Recording());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer_unittest.cc 74 EXPECT_FALSE(printer.failed());
100 EXPECT_FALSE(printer.failed());
135 EXPECT_FALSE(printer.failed());
160 EXPECT_FALSE(printer.failed());
201 EXPECT_FALSE(printer.failed());
244 EXPECT_FALSE(printer.failed());
268 EXPECT_FALSE(printer.failed());
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 121 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
125 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
131 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
133 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
137 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
142 EXPECT_FALSE(PPRec->areInDifferentConditionalDirectiveRegion(
148 EXPECT_FALSE(PPRec->areInDifferentConditionalDirectiveRegion(
  /external/chromium_org/content/browser/appcache/
appcache_unittest.cc 106 EXPECT_FALSE(cache->AddOrModifyEntry(kFooUrl, entry3));
129 EXPECT_FALSE(cache->online_whitelist_all_);
253 EXPECT_FALSE(found);
261 EXPECT_FALSE(fallback_entry.has_response_id());
262 EXPECT_FALSE(network_namespace);
272 EXPECT_FALSE(fallback_entry.has_response_id());
273 EXPECT_FALSE(network_namespace);
282 EXPECT_FALSE(entry.has_response_id());
283 EXPECT_FALSE(fallback_entry.has_response_id());
294 EXPECT_FALSE(fallback_entry.has_response_id())
    [all...]
appcache_request_handler_unittest.cc 292 EXPECT_FALSE(job_->is_waiting());
307 EXPECT_FALSE(fallback_job);
310 EXPECT_FALSE(fallback_job);
344 EXPECT_FALSE(job_->is_waiting());
357 EXPECT_FALSE(fallback_job);
414 EXPECT_FALSE(job_->is_waiting());
422 EXPECT_FALSE(job_.get());
475 EXPECT_FALSE(job_->is_waiting());
483 EXPECT_FALSE(job_.get());
498 EXPECT_FALSE(job_.get())
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc 244 EXPECT_FALSE(t_urls[default_index]->suggestions_url.empty());
245 EXPECT_FALSE(t_urls[default_index]->instant_url.empty());
246 EXPECT_FALSE(t_urls[default_index]->image_url.empty());
247 EXPECT_FALSE(t_urls[default_index]->new_tab_url.empty());
248 EXPECT_FALSE(t_urls[default_index]->contextual_search_url.empty());
249 EXPECT_FALSE(t_urls[default_index]->image_url_post_params.empty());
278 EXPECT_FALSE(t_urls[default_index]->suggestions_url.empty());
279 EXPECT_FALSE(t_urls[default_index]->instant_url.empty());
280 EXPECT_FALSE(t_urls[default_index]->image_url.empty());
281 EXPECT_FALSE(t_urls[default_index]->new_tab_url.empty())
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store_unittest.cc 131 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
138 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
145 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
152 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
169 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
176 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
193 EXPECT_FALSE(contents.empty());
216 EXPECT_FALSE(store_->Store(
224 EXPECT_FALSE(store_->Store(
229 EXPECT_FALSE(store_->Store
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
path_test.cc 21 EXPECT_FALSE(p1.IsAbsolute());
37 EXPECT_FALSE(empty.IsAbsolute());
41 EXPECT_FALSE(dot.IsAbsolute());
53 EXPECT_FALSE(rel_str.IsAbsolute());
57 EXPECT_FALSE(self_str.IsAbsolute());
68 EXPECT_FALSE(empty.IsAbsolute());
72 EXPECT_FALSE(dot.IsAbsolute());
84 EXPECT_FALSE(rel_str.IsAbsolute());
88 EXPECT_FALSE(self_str.IsAbsolute());
94 EXPECT_FALSE(cpy_str.IsAbsolute())
    [all...]
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 144 EXPECT_FALSE(controller()->DoesNotificationTimeout());
163 EXPECT_FALSE(IsNotificationVisible());
169 EXPECT_FALSE(controller()->DoesNotificationTimeout());
180 EXPECT_FALSE(IsNotificationVisible());
196 EXPECT_FALSE(IsNotificationVisible());
202 EXPECT_FALSE(controller()->DoesNotificationTimeout());
211 EXPECT_FALSE(IsNotificationVisible());
234 EXPECT_FALSE(IsNotificationVisible());
249 EXPECT_FALSE(IsNotificationVisible());
266 EXPECT_FALSE(IsNotificationVisible())
    [all...]
  /external/chromium_org/base/
command_line_unittest.cc 49 EXPECT_FALSE(cl.GetCommandLineString().empty());
50 EXPECT_FALSE(cl.HasSwitch("cruller"));
51 EXPECT_FALSE(cl.HasSwitch("flim"));
52 EXPECT_FALSE(cl.HasSwitch("program"));
53 EXPECT_FALSE(cl.HasSwitch("dog"));
54 EXPECT_FALSE(cl.HasSwitch("cat"));
55 EXPECT_FALSE(cl.HasSwitch("output-rotation"));
56 EXPECT_FALSE(cl.HasSwitch("not-a-switch"));
57 EXPECT_FALSE(cl.HasSwitch("--"));
114 EXPECT_FALSE(cl.GetCommandLineString().empty())
    [all...]
  /external/chromium_org/cc/resources/
picture_unittest.cc 46 EXPECT_FALSE(invalid_picture.get());
161 EXPECT_FALSE(iterator);
171 EXPECT_FALSE(++iterator) << x << " " << y;
173 EXPECT_FALSE(iterator) << x << " " << y;
189 EXPECT_FALSE(++iterator);
207 EXPECT_FALSE(++iterator);
215 EXPECT_FALSE(++copy);
262 EXPECT_FALSE(iterator);
271 EXPECT_FALSE(++iterator) << x << " " << y;
273 EXPECT_FALSE(iterator) << x << " " << y
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos_unittest.cc 55 EXPECT_FALSE(
57 EXPECT_FALSE(prefs_.GetValue(prefs::kAccessibilityScreenMagnifierType, NULL));
115 EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage)
117 EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty());
130 EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage)
132 EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty());
146 EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage)
148 EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty());
161 EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage)
163 EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty())
    [all...]
user_cloud_policy_manager_chromeos_unittest.cc 178 EXPECT_FALSE(manager_->IsInitializationComplete(POLICY_DOMAIN_CHROME));
179 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
218 EXPECT_FALSE(manager_->core()->client()->is_registered());
270 EXPECT_FALSE(manager_->core()->client()->is_registered());
354 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
357 EXPECT_FALSE(manager_->core()->client()->is_registered());
389 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
392 EXPECT_FALSE(manager_->core()->client()->is_registered());
412 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
415 EXPECT_FALSE(manager_->core()->client()->is_registered())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 132 EXPECT_FALSE(view->model()->popup_model()->IsOpen());
142 EXPECT_FALSE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_OMNIBOX));
143 EXPECT_FALSE(omnibox_view->IsSelectAll());
156 EXPECT_FALSE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_OMNIBOX));
157 EXPECT_FALSE(omnibox_view->IsSelectAll());
172 EXPECT_FALSE(omnibox_view->IsSelectAll());
180 EXPECT_FALSE(omnibox_view->IsSelectAll());
186 EXPECT_FALSE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_OMNIBOX));
187 EXPECT_FALSE(omnibox_view->IsSelectAll());
197 EXPECT_FALSE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_OMNIBOX))
    [all...]
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area_unittest.cc 171 EXPECT_FALSE(mock_proxy_->HasOneRef());
174 EXPECT_FALSE(IsPrimed(cached_area.get()));
196 EXPECT_FALSE(IsPrimed(cached_area.get()));
204 EXPECT_FALSE(IsIgnoringAllMutations(cached_area.get()));
208 EXPECT_FALSE(IsPrimed(cached_area.get()));
217 EXPECT_FALSE(IsPrimed(cached_area.get()));
232 EXPECT_FALSE(IsPrimed(cached_area.get()));
246 EXPECT_FALSE(IsPrimed(cached_area.get()));
256 EXPECT_FALSE(IsPrimed(cached_area.get()));
260 EXPECT_FALSE(mock_proxy_->observed_remove_item_)
    [all...]
  /external/chromium_org/mojo/public/cpp/system/tests/
core_unittest.cc 33 EXPECT_FALSE(h0.is_valid());
46 EXPECT_FALSE(h1.is_valid());
74 EXPECT_FALSE(handle_to_int.find(h0) == handle_to_int.end());
76 EXPECT_FALSE(handle_to_int.find(h1) == handle_to_int.end());
78 EXPECT_FALSE(handle_to_int.find(h2) == handle_to_int.end());
80 EXPECT_FALSE(handle_to_int.find(h3) == handle_to_int.end());
114 EXPECT_FALSE(MakeScopedHandle(Handle()).is_valid());
115 EXPECT_FALSE(MakeScopedHandle(MessagePipeHandle()).is_valid());
116 EXPECT_FALSE(MakeScopedHandle(DataPipeProducerHandle()).is_valid());
117 EXPECT_FALSE(MakeScopedHandle(DataPipeConsumerHandle()).is_valid())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 93 EXPECT_FALSE(sink_->IsEnabled());
105 EXPECT_FALSE(sink_->IsEnabled());
179 EXPECT_FALSE(recorder->EnableChannel(channel, true, true, SINK_PRE_CRYPTO));
180 EXPECT_FALSE(channel->HasSendSinks(SINK_PRE_CRYPTO));
181 EXPECT_FALSE(channel->HasRecvSinks(SINK_PRE_CRYPTO));
182 EXPECT_FALSE(channel->HasSendSinks(SINK_POST_CRYPTO));
183 EXPECT_FALSE(channel->HasRecvSinks(SINK_POST_CRYPTO));
203 EXPECT_FALSE(channel->HasRecvSinks(SINK_POST_CRYPTO));
204 EXPECT_FALSE(channel->HasSendSinks(SINK_POST_CRYPTO));
205 EXPECT_FALSE(channel->HasRecvSinks(SINK_POST_CRYPTO))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc 316 EXPECT_FALSE(audio_device_->PlayoutIsInitialized());
317 EXPECT_FALSE(audio_device_->Playing());
318 EXPECT_FALSE(audio_device_->SpeakerIsInitialized());
322 EXPECT_FALSE(audio_device_->RecordingIsInitialized());
323 EXPECT_FALSE(audio_device_->Recording());
324 EXPECT_FALSE(audio_device_->MicrophoneIsInitialized());
360 EXPECT_FALSE(audio_device_->Initialized());
364 EXPECT_FALSE(audio_device_->Initialized());
370 EXPECT_FALSE(audio_device_->Initialized());
372 EXPECT_FALSE(audio_device_->Initialized())
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 437 EXPECT_FALSE(contents()->cross_navigation_pending());
447 EXPECT_FALSE(contents()->cross_navigation_pending());
491 EXPECT_FALSE(contents()->cross_navigation_pending());
513 EXPECT_FALSE(pending_rvh->are_navigations_suspended());
526 EXPECT_FALSE(contents()->cross_navigation_pending());
549 EXPECT_FALSE(goback_rvh->are_navigations_suspended());
554 EXPECT_FALSE(contents()->cross_navigation_pending());
583 EXPECT_FALSE(contents()->cross_navigation_pending());
594 EXPECT_FALSE(contents()->cross_navigation_pending());
603 EXPECT_FALSE(contents()->cross_navigation_pending())
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model_unittest.cc 187 EXPECT_FALSE(model.IsEnabledAt(0));
188 EXPECT_FALSE(model.IsEnabledAt(2));
197 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title));
198 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title));
199 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(2, &url, &title));
223 EXPECT_FALSE(model.IsEnabledAt(0));
228 EXPECT_FALSE(model.IsEnabledAt(4));
240 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title));
243 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(3, &url, &title));
244 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(4, &url, &title))
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
403 EXPECT_FALSE(FilePath("").DirectoryExists());
551 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
557 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
567 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not ther
    [all...]
  /external/gtest/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
403 EXPECT_FALSE(FilePath("").DirectoryExists());
551 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
557 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
567 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not ther
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
403 EXPECT_FALSE(FilePath("").DirectoryExists());
551 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
557 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string();
567 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not ther
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc 70 EXPECT_FALSE(s.insert(node).second);
79 EXPECT_FALSE(d.onLock(&dtls, n1));
80 EXPECT_FALSE(d.onLock(&dtls, n2));
84 EXPECT_FALSE(d.onLock(&dtls, n2));
105 EXPECT_FALSE(d.onLock(&dtls, n1));
106 EXPECT_FALSE(d.onLock(&dtls, n2));
110 EXPECT_FALSE(d.onLock(&dtls, n2));
111 EXPECT_FALSE(d.onLock(&dtls, n3));
115 EXPECT_FALSE(d.onLock(&dtls, n3));
181 EXPECT_FALSE(d.onLock(&dtls, l2))
    [all...]
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 299 EXPECT_FALSE(modal_view->got_capture_lost());
300 EXPECT_FALSE(modal_view->got_press());
307 EXPECT_FALSE(modal_view->got_capture_lost());
308 EXPECT_FALSE(view->got_capture_lost());
309 EXPECT_FALSE(view->got_press());
362 EXPECT_FALSE(d11.received_touch());
375 EXPECT_FALSE(d11.received_touch());
407 EXPECT_FALSE(wm::IsActiveWindow(modal_parent));
414 EXPECT_FALSE(wm::IsActiveWindow(modal_parent));
415 EXPECT_FALSE(wm::IsActiveWindow(parent))
    [all...]

Completed in 929 milliseconds

<<21222324252627282930>>