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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model_unittest.cc 83 EXPECT_FALSE(controller()->saved_password());
84 EXPECT_FALSE(controller()->never_saved_password());
92 EXPECT_FALSE(controller()->saved_password());
93 EXPECT_FALSE(controller()->never_saved_password());
109 EXPECT_FALSE(controller()->saved_password());
110 EXPECT_FALSE(controller()->never_saved_password());
139 EXPECT_FALSE(controller()->never_saved_password());
167 EXPECT_FALSE(controller()->saved_password());
168 EXPECT_FALSE(controller()->never_saved_password());
196 EXPECT_FALSE(controller()->saved_password())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view_browsertest.cc 47 EXPECT_FALSE(ZoomBubbleView::IsShowing());
54 EXPECT_FALSE(zoom_bubble->GetAnchorView());
92 EXPECT_FALSE(zoom_bubble->GetAnchorView());
99 EXPECT_FALSE(ZoomBubbleView::IsShowing());
116 EXPECT_FALSE(immersive_controller->IsRevealed());
  /external/chromium_org/chromeos/network/
network_type_pattern_unittest.cc 47 EXPECT_FALSE(mobile_.MatchesType(shill::kTypeWifi));
52 EXPECT_FALSE(wireless_.MatchesType(shill::kTypeEthernet));
70 EXPECT_FALSE(MatchesPattern(cellular_, ethernet_));
80 EXPECT_FALSE(mobile_.Equals(cellular_));
81 EXPECT_FALSE(cellular_.Equals(mobile_));
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_service_url_unittest.cc 88 EXPECT_FALSE(IsUsingProd());
93 EXPECT_FALSE(IsUsingProd());
102 EXPECT_FALSE(IsUsingProd());
143 EXPECT_FALSE(IsSignInContinueUrl(GURL(not_a_sign_in_url), &user_index));
151 EXPECT_FALSE(IsSignInRelatedUrl(GURL("http://google.com")));
  /external/chromium_org/components/domain_reliability/
uploader_unittest.cc 40 EXPECT_FALSE(upload_complete_[index]);
60 EXPECT_FALSE(fetcher);
82 EXPECT_FALSE(upload_complete_[0]);
105 EXPECT_FALSE(upload_complete_[0]);
108 EXPECT_FALSE(upload_successful_[0]);
  /external/chromium_org/content/common/fileapi/
file_system_util_unittest.cc 143 EXPECT_FALSE(VirtualPath::IsAbsolute(base::FilePath::StringType()));
144 EXPECT_FALSE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("foo/bar")));
152 EXPECT_FALSE(VirtualPath::IsRootPath(
156 EXPECT_FALSE(VirtualPath::IsRootPath(
237 EXPECT_FALSE(CrackIsolatedFileSystemName("foobar", &fsid));
238 EXPECT_FALSE(CrackIsolatedFileSystemName("foo:_bar", &fsid));
239 EXPECT_FALSE(CrackIsolatedFileSystemName("foo:Isolatedbar", &fsid));
240 EXPECT_FALSE(CrackIsolatedFileSystemName("fooIsolatedbar", &fsid));
241 EXPECT_FALSE(CrackIsolatedFileSystemName("foo:Persistent", &fsid));
242 EXPECT_FALSE(CrackIsolatedFileSystemName("foo:Temporary", &fsid))
    [all...]
  /external/chromium_org/mojo/common/test/
multiprocess_test_helper_unittest.cc 62 EXPECT_FALSE(result >= 0 && result <= 127);
129 EXPECT_FALSE(helper.WaitForChildTestShutdown());
144 EXPECT_FALSE(helper.WaitForChildTestShutdown());
148 EXPECT_FALSE(MultiprocessTestHelper::client_platform_handle.is_valid())
150 EXPECT_FALSE(IsNonBlocking(
  /external/chromium_org/mojo/system/
platform_handle_dispatcher_unittest.cc 31 EXPECT_FALSE(fp);
36 EXPECT_FALSE(h.is_valid());
43 EXPECT_FALSE(h.is_valid());
54 EXPECT_FALSE(h.is_valid());
74 EXPECT_FALSE(transport.IsBusy());
  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 239 EXPECT_FALSE(ChannelIDVerifier::Verify("a" + key, signed_data, signature));
240 EXPECT_FALSE(ChannelIDVerifier::Verify(key, "a" + signed_data, signature));
245 EXPECT_FALSE(ChannelIDVerifier::Verify(
251 EXPECT_FALSE(ChannelIDVerifier::Verify(
254 EXPECT_FALSE(ChannelIDVerifier::Verify(
  /external/chromium_org/net/quic/
quic_alarm_test.cc 71 EXPECT_FALSE(alarm_.IsSet());
86 EXPECT_FALSE(alarm_.IsSet());
87 EXPECT_FALSE(alarm_.scheduled());
96 EXPECT_FALSE(alarm_.IsSet());
97 EXPECT_FALSE(alarm_.scheduled());
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue_unittest.cc 87 EXPECT_FALSE(q->Get(&msg, 0)); // No more messages
105 EXPECT_FALSE(Get(&msg, 0));
107 EXPECT_FALSE(was_locked);
129 EXPECT_FALSE(Get(&msg, 0));
156 EXPECT_FALSE(MessageQueueManager::IsInitialized());
referencecountedsingletonfactory_unittest.cc 78 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
106 EXPECT_FALSE(MyExistenceWatcher::create_called_);
126 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
128 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
130 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 175 EXPECT_FALSE(test_case_->AddToDatabase(file_proto));
207 EXPECT_FALSE(database_->FindFileByName("baz.proto", &file));
307 EXPECT_FALSE(database_->FindFileContainingSymbol("Baz", &file));
313 EXPECT_FALSE(database_->FindFileContainingSymbol("Bar", &file));
361 EXPECT_FALSE(database_->FindFileContainingExtension("Bar", 56, &file));
362 EXPECT_FALSE(
369 EXPECT_FALSE(database_->FindFileContainingExtension("Foo", 12, &file));
375 EXPECT_FALSE(
382 EXPECT_FALSE(database_->FindFileContainingExtension("Bar", 70, &file));
427 EXPECT_FALSE(database_->FindAllExtensionNumbers("NoSuchType", &numbers))
    [all...]
  /external/chromium_org/third_party/webrtc/base/
messagequeue_unittest.cc 70 EXPECT_FALSE(q->Get(&msg, 0)); // No more messages
88 EXPECT_FALSE(Get(&msg, 0));
90 EXPECT_FALSE(was_locked);
112 EXPECT_FALSE(Get(&msg, 0));
139 EXPECT_FALSE(MessageQueueManager::IsInitialized());
referencecountedsingletonfactory_unittest.cc 61 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
89 EXPECT_FALSE(MyExistenceWatcher::create_called_);
109 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
111 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
113 EXPECT_FALSE(MyExistenceWatcher::delete_called_);
  /external/chromium_org/ui/ozone/platform/dri/
screen_manager_unittest.cc 59 EXPECT_FALSE(screen_manager_->GetDisplayController(1));
76 EXPECT_FALSE(screen_manager_->GetDisplayController(2));
94 EXPECT_FALSE(controller);
102 EXPECT_FALSE(screen_manager_->GetDisplayController(2));
112 EXPECT_FALSE(screen_manager_->GetDisplayController(2));
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 175 EXPECT_FALSE(test_case_->AddToDatabase(file_proto));
207 EXPECT_FALSE(database_->FindFileByName("baz.proto", &file));
307 EXPECT_FALSE(database_->FindFileContainingSymbol("Baz", &file));
313 EXPECT_FALSE(database_->FindFileContainingSymbol("Bar", &file));
361 EXPECT_FALSE(database_->FindFileContainingExtension("Bar", 56, &file));
362 EXPECT_FALSE(
369 EXPECT_FALSE(database_->FindFileContainingExtension("Foo", 12, &file));
375 EXPECT_FALSE(
382 EXPECT_FALSE(database_->FindFileContainingExtension("Bar", 70, &file));
427 EXPECT_FALSE(database_->FindAllExtensionNumbers("NoSuchType", &numbers))
    [all...]
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
buffer_with_extendable_buffer_test.cpp 73 EXPECT_FALSE(emptyBuffer.writeUint(0 /* data */, 1 /* size */, 0 /* pos */));
74 EXPECT_FALSE(emptyBuffer.extend(1 /* size */));
78 EXPECT_FALSE(smallBuffer.writeUint(0 /* data */, 1 /* size */, 4 /* pos */));
81 EXPECT_FALSE(emptyBuffer.copy(&smallBuffer));
84 EXPECT_FALSE(buffer.isNearSizeLimit());
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 187 EXPECT_FALSE(layer->hide_layer_and_subtree());
188 EXPECT_FALSE(layer->DrawsContent());
790 EXPECT_FALSE(impl->settings().impl_side_painting);
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 575 EXPECT_FALSE(CreateSymbolicLink(link_to, link_to));
576 EXPECT_FALSE(ReadSymbolicLink(link_to, &result));
578 EXPECT_FALSE(ReadSymbolicLink(missing, &result));
609 EXPECT_FALSE(NormalizeFilePath(link_from, &normalized_path))
621 EXPECT_FALSE(NormalizeFilePath(link_from, &normalized_path));
654 EXPECT_FALSE(PathExists(file_name));
663 EXPECT_FALSE(PathExists(file_name));
682 EXPECT_FALSE(PathExists(file_link));
689 EXPECT_FALSE(PathExists(non_existent));
698 EXPECT_FALSE(PathExists(file_link))
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc 108 EXPECT_FALSE(MaybeShowUsbChargerNotification(discharging));
127 EXPECT_FALSE(MaybeShowUsbChargerNotification(more_charge));
145 EXPECT_FALSE(UpdateNotificationState(no_battery));
151 EXPECT_FALSE(UpdateNotificationState(calculating));
160 EXPECT_FALSE(UpdateNotificationState(charging));
167 EXPECT_FALSE(UpdateNotificationState(low));
178 EXPECT_FALSE(UpdateNotificationState(low));
192 EXPECT_FALSE(UpdateNotificationState(safe));
200 EXPECT_FALSE(UpdateNotificationState(low_usb));
218 EXPECT_FALSE(UpdateNotificationState(safe_usb))
    [all...]
  /external/chromium_org/base/process/
process_metrics_unittest.cc 40 EXPECT_FALSE(IsValidDiskName(invalid_input1));
41 EXPECT_FALSE(IsValidDiskName(invalid_input2));
42 EXPECT_FALSE(IsValidDiskName(invalid_input3));
43 EXPECT_FALSE(IsValidDiskName(invalid_input4));
44 EXPECT_FALSE(IsValidDiskName(invalid_input5));
45 EXPECT_FALSE(IsValidDiskName(invalid_input6));
46 EXPECT_FALSE(IsValidDiskName(invalid_input7));
47 EXPECT_FALSE(IsValidDiskName(invalid_input8));
76 EXPECT_FALSE(ParseProcMeminfo(invalid_input1, &meminfo));
77 EXPECT_FALSE(ParseProcMeminfo(invalid_input2, &meminfo))
    [all...]
  /external/chromium_org/cc/output/
output_surface_unittest.cc 94 EXPECT_FALSE(output_surface.HasClient());
99 EXPECT_FALSE(client.deferred_initialize_called());
102 EXPECT_FALSE(client.did_lose_output_surface_called());
117 EXPECT_FALSE(output_surface.HasClient());
120 EXPECT_FALSE(output_surface.BindToClient(&client));
121 EXPECT_FALSE(output_surface.HasClient());
139 EXPECT_FALSE(output_surface_.InitializeNewContext3d(context_provider_));
142 EXPECT_FALSE(output_surface_.context_provider());
153 EXPECT_FALSE(client_.deferred_initialize_called());
159 EXPECT_FALSE(client_.did_lose_output_surface_called())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker_browsertest.cc 172 EXPECT_FALSE(tester->IsLocked());
195 EXPECT_FALSE(window_state->hide_shelf_when_fullscreen());
196 EXPECT_FALSE(tester->IsLocked());
204 EXPECT_FALSE(window_state->hide_shelf_when_fullscreen());
212 EXPECT_FALSE(tester->IsLocked());
217 EXPECT_FALSE(browser_window->IsFullscreen());
232 EXPECT_FALSE(tester->IsLocked());
239 EXPECT_FALSE(browser_window->IsFullscreen());
245 EXPECT_FALSE(tester->IsLocked());
279 EXPECT_FALSE(tester->IsLocked())
    [all...]
  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store_unittest.cc 41 EXPECT_FALSE(data_->invoked);
46 EXPECT_FALSE(data_->invoked);
188 EXPECT_FALSE(read_error_delegate_data_.invoked);
192 EXPECT_FALSE(read_error_delegate_data_.invoked);
197 EXPECT_FALSE(read_error_delegate_data_.invoked);
241 EXPECT_FALSE(read_error_delegate_data_.invoked);
245 EXPECT_FALSE(read_error_delegate_data_.invoked);
257 EXPECT_FALSE(segregated_store_->IsInitializationComplete());
265 EXPECT_FALSE(segregated_store_->IsInitializationComplete());
267 EXPECT_FALSE(segregated_store_->IsInitializationComplete())
    [all...]

Completed in 937 milliseconds

<<21222324252627282930>>