/external/chromium_org/chrome/browser/ui/views/sync/ |
one_click_signin_bubble_view_unittest.cc | 131 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 140 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 161 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 179 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 199 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 215 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 232 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 246 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 278 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()); 293 EXPECT_FALSE(OneClickSigninBubbleView::IsShowing()) [all...] |
/external/chromium_org/chrome/installer/util/ |
registry_key_backup_unittest.cc | 37 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(), 50 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(), 83 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
|
/external/chromium_org/components/auto_login_parser/ |
auto_login_parser_unittest.cc | 42 EXPECT_FALSE(ParseHeader(header, ONLY_GOOGLE_COM, &header_data)); 53 EXPECT_FALSE(ParseHeader(header, ONLY_GOOGLE_COM, &header_data)); 63 EXPECT_FALSE(ParseHeader(header, ONLY_GOOGLE_COM, &header_data));
|
/external/chromium_org/components/autofill/content/renderer/ |
password_form_conversion_utils_browsertest.cc | 63 EXPECT_FALSE(password_form->ssl_valid); 64 EXPECT_FALSE(password_form->preferred); 65 EXPECT_FALSE(password_form->blacklisted_by_user);
|
/external/chromium_org/components/autofill/core/browser/ |
password_autofill_manager_unittest.cc | 88 EXPECT_FALSE(password_autofill_manager()->DidAcceptAutofillSuggestion( 94 EXPECT_FALSE(password_autofill_manager()->DidAcceptAutofillSuggestion( 98 EXPECT_FALSE(password_autofill_manager()->DidAcceptAutofillSuggestion(
|
/external/chromium_org/components/url_matcher/ |
url_matcher_factory_unittest.cc | 70 EXPECT_FALSE(error.empty()); 71 EXPECT_FALSE(result.get()); 77 EXPECT_FALSE(error.empty()); 78 EXPECT_FALSE(result.get()); 84 EXPECT_FALSE(error.empty()); 85 EXPECT_FALSE(result.get()); 90 EXPECT_FALSE(error.empty()); 91 EXPECT_FALSE(result.get()); 156 EXPECT_FALSE(error.empty()) << "in iteration " << i; 157 EXPECT_FALSE(result.get()) << "in iteration " << i [all...] |
/external/chromium_org/extensions/common/permissions/ |
permissions_data_unittest.cc | 56 EXPECT_FALSE(hosts.MatchesURL(GURL("http://www.google.com"))); 57 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get())); 62 EXPECT_FALSE(hosts.MatchesURL(GURL("https://www.google.com"))); 63 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get())); 70 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get())); 76 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get())); 83 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get())); 95 EXPECT_FALSE(PermissionsData::HasEffectiveAccessToAllHosts(extension.get())); 100 EXPECT_FALSE(hosts.MatchesURL(GURL("https://test/"))); 112 EXPECT_FALSE(hosts.MatchesURL(GURL("http://test/"))) [all...] |
/external/chromium_org/mojo/public/tests/ |
bindings_array_unittest.cc | 71 EXPECT_FALSE(pipe0.is_valid()); 72 EXPECT_FALSE(pipe1.is_valid()); 80 EXPECT_FALSE(handles[0].is_valid());
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates_unittest.cc | 89 EXPECT_FALSE(cryptographer->has_pending_keys()); 93 EXPECT_FALSE(cryptographer->is_ready()); 157 EXPECT_FALSE(cryptographer->has_pending_keys()); 163 EXPECT_FALSE(VerifyUnsyncedChangesAreEncrypted(&trans, encrypted_types)); 172 EXPECT_FALSE(cryptographer->has_pending_keys()); 200 EXPECT_FALSE(cryptographer->has_pending_keys()); 274 EXPECT_FALSE(cryptographer->has_pending_keys()); 279 EXPECT_FALSE(VerifyUnsyncedChangesAreEncrypted(&trans, encrypted_types)); 287 EXPECT_FALSE(cryptographer->is_ready()); 294 EXPECT_FALSE(VerifyUnsyncedChangesAreEncrypted(&trans, encrypted_types)) [all...] |
sync_directory_update_handler_unittest.cc | 171 EXPECT_FALSE(SyncerProtoUtil::ShouldMaintainPosition(*e)); 181 EXPECT_FALSE(entry.ShouldMaintainPosition()); 182 EXPECT_FALSE(entry.GetUniquePosition().IsValid()); 183 EXPECT_FALSE(entry.GetServerUniquePosition().IsValid()); 203 EXPECT_FALSE(SyncerProtoUtil::ShouldMaintainPosition(*e)); 212 EXPECT_FALSE(entry.ShouldMaintainPosition()); 213 EXPECT_FALSE(entry.GetUniquePosition().IsValid()); 214 EXPECT_FALSE(entry.GetServerUniquePosition().IsValid()); 344 EXPECT_FALSE(parent.GetIsUnsynced()); 345 EXPECT_FALSE(parent.GetIsUnappliedUpdate()) [all...] |
/external/chromium_org/sync/notifier/ |
object_id_invalidation_map_unittest.cc | 45 EXPECT_FALSE(one_invalidation.Empty()); 46 EXPECT_FALSE(invalidate_all.Empty()); 57 EXPECT_FALSE(empty == invalidate_all);
|
single_object_invalidation_set_unittest.cc | 63 EXPECT_FALSE(list.StartsWithUnknownVersion()); 66 EXPECT_FALSE(list.StartsWithUnknownVersion()); 72 EXPECT_FALSE(list.StartsWithUnknownVersion());
|
/external/chromium_org/sync/syncable/ |
model_type_unittest.cc | 65 EXPECT_FALSE(IsRealDataType(UNSPECIFIED)); 66 EXPECT_FALSE(IsRealDataType(MODEL_TYPE_COUNT)); 67 EXPECT_FALSE(IsRealDataType(TOP_LEVEL_FOLDER));
|
/external/chromium_org/testing/gtest/samples/ |
sample6_unittest.cc | 108 EXPECT_FALSE(this->table_->IsPrime(-5)); 109 EXPECT_FALSE(this->table_->IsPrime(0)); 110 EXPECT_FALSE(this->table_->IsPrime(1)); 111 EXPECT_FALSE(this->table_->IsPrime(4)); 112 EXPECT_FALSE(this->table_->IsPrime(6)); 113 EXPECT_FALSE(this->table_->IsPrime(100)); 172 EXPECT_FALSE(this->table_->IsPrime(-5)); 173 EXPECT_FALSE(this->table_->IsPrime(0)); 174 EXPECT_FALSE(this->table_->IsPrime(1)); 175 EXPECT_FALSE(this->table_->IsPrime(4)) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ThreadSafeDataTransportTest.cpp | 50 EXPECT_FALSE(transport.hasNewData()); 53 EXPECT_FALSE(transport.hasNewData()); 76 EXPECT_FALSE(memcmp(testString3, tempBuffer->data(), tempBuffer->size()));
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channelmanager_unittest.cc | 101 EXPECT_FALSE(cm_->initialized()); 106 EXPECT_FALSE(cm_->initialized()); 112 EXPECT_FALSE(cm_->initialized()); 119 EXPECT_FALSE(cm_->set_worker_thread(talk_base::Thread::Current())); 121 EXPECT_FALSE(cm_->initialized()); 127 EXPECT_FALSE(cm_->Init()); 128 EXPECT_FALSE(cm_->initialized()); 319 EXPECT_FALSE(cm_->SetAudioOptions("audio-in9", "audio-out2", options)); 470 EXPECT_FALSE(cm_->GetOutputVolume(&level)); 471 EXPECT_FALSE(cm_->SetOutputVolume(-1)); // Invalid volume [all...] |
/external/chromium_org/ui/app_list/cocoa/ |
app_list_window_controller_unittest.mm | 61 EXPECT_FALSE([[controller_ window] isVisible]); 82 EXPECT_FALSE([view_controller showingSearchResults]); 94 EXPECT_FALSE([view_controller showingSearchResults]);
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host_aura_unittest.cc | 78 EXPECT_FALSE(child_win->HasObserver(aura_host)); 89 EXPECT_FALSE(child_win->GetProperty(views::kHostViewKey)); 95 EXPECT_FALSE(child_win->GetProperty(views::kHostViewKey));
|
/external/chromium_org/ui/views/ |
rect_based_targeting_utils_unittest.cc | 19 EXPECT_FALSE(UsePointBasedTargeting(rect_2)); 20 EXPECT_FALSE(UsePointBasedTargeting(rect_3)); 21 EXPECT_FALSE(UsePointBasedTargeting(rect_4));
|
/external/gtest/samples/ |
sample6_unittest.cc | 108 EXPECT_FALSE(this->table_->IsPrime(-5)); 109 EXPECT_FALSE(this->table_->IsPrime(0)); 110 EXPECT_FALSE(this->table_->IsPrime(1)); 111 EXPECT_FALSE(this->table_->IsPrime(4)); 112 EXPECT_FALSE(this->table_->IsPrime(6)); 113 EXPECT_FALSE(this->table_->IsPrime(100)); 172 EXPECT_FALSE(this->table_->IsPrime(-5)); 173 EXPECT_FALSE(this->table_->IsPrime(0)); 174 EXPECT_FALSE(this->table_->IsPrime(1)); 175 EXPECT_FALSE(this->table_->IsPrime(4)) [all...] |
/external/llvm/unittests/Support/ |
ConvertUTFTest.cpp | 41 EXPECT_FALSE(Success); 62 EXPECT_FALSE(HasBOM); 64 EXPECT_FALSE(HasBOM);
|
/external/protobuf/gtest/samples/ |
sample6_unittest.cc | 108 EXPECT_FALSE(this->table_->IsPrime(-5)); 109 EXPECT_FALSE(this->table_->IsPrime(0)); 110 EXPECT_FALSE(this->table_->IsPrime(1)); 111 EXPECT_FALSE(this->table_->IsPrime(4)); 112 EXPECT_FALSE(this->table_->IsPrime(6)); 113 EXPECT_FALSE(this->table_->IsPrime(100)); 172 EXPECT_FALSE(this->table_->IsPrime(-5)); 173 EXPECT_FALSE(this->table_->IsPrime(0)); 174 EXPECT_FALSE(this->table_->IsPrime(1)); 175 EXPECT_FALSE(this->table_->IsPrime(4)) [all...] |
/ndk/sources/third_party/googletest/googletest/samples/ |
sample6_unittest.cc | 108 EXPECT_FALSE(this->table_->IsPrime(-5)); 109 EXPECT_FALSE(this->table_->IsPrime(0)); 110 EXPECT_FALSE(this->table_->IsPrime(1)); 111 EXPECT_FALSE(this->table_->IsPrime(4)); 112 EXPECT_FALSE(this->table_->IsPrime(6)); 113 EXPECT_FALSE(this->table_->IsPrime(100)); 172 EXPECT_FALSE(this->table_->IsPrime(-5)); 173 EXPECT_FALSE(this->table_->IsPrime(0)); 174 EXPECT_FALSE(this->table_->IsPrime(1)); 175 EXPECT_FALSE(this->table_->IsPrime(4)) [all...] |
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl_unittest.cc | 258 EXPECT_FALSE(controller.GetPendingEntry()); 259 EXPECT_FALSE(controller.GetVisibleEntry()); 260 EXPECT_FALSE(controller.GetLastCommittedEntry()); 264 EXPECT_FALSE(controller.CanGoBack()); 265 EXPECT_FALSE(controller.CanGoForward()); 283 EXPECT_FALSE(controller.CanGoBack()); 284 EXPECT_FALSE(controller.CanGoForward()); 285 EXPECT_FALSE(controller.CanGoToOffset(1)); 293 EXPECT_FALSE(controller.CanGoToOffset(-(i + 1))); 294 EXPECT_FALSE(controller.CanGoToOffset(1)) [all...] |
/external/chromium/base/ |
string_number_conversions_unittest.cc | 144 EXPECT_FALSE(StringToInt(input_string, &output)); 147 EXPECT_FALSE(StringToInt(input_string.begin(), input_string.end(), &output)); 150 EXPECT_FALSE(StringToInt(input, input + arraysize(input), &output)); 156 EXPECT_FALSE(StringToInt(utf16_input, &output)); 159 EXPECT_FALSE(StringToInt(utf16_input.begin(), utf16_input.end(), &output)); 162 EXPECT_FALSE(StringToInt(utf16_chars, 169 EXPECT_FALSE(StringToInt(string16(negative_wide_input), &output)); 249 EXPECT_FALSE(StringToInt64(input_string, &output)); 252 EXPECT_FALSE(StringToInt64(input_string.begin(), 257 EXPECT_FALSE(StringToInt64(input, input + arraysize(input), &output)) [all...] |