/external/chromium_org/third_party/libjingle/source/talk/base/ |
asynctcpsocket_unittest.cc | 65 EXPECT_FALSE(ready_to_send_);
|
asyncudpsocket_unittest.cc | 65 EXPECT_FALSE(ready_to_send_);
|
/external/chromium_org/third_party/webrtc/base/ |
asynctcpsocket_unittest.cc | 48 EXPECT_FALSE(ready_to_send_);
|
asyncudpsocket_unittest.cc | 48 EXPECT_FALSE(ready_to_send_);
|
/external/chromium_org/ui/base/win/ |
hwnd_subclass_unittest.cc | 95 EXPECT_FALSE(window.saw_message); 128 EXPECT_FALSE(mf2.saw_message); 129 EXPECT_FALSE(window.saw_message); 156 EXPECT_FALSE(mf1.saw_message);
|
/external/chromium_org/ui/compositor/ |
layer_owner_unittest.cc | 29 EXPECT_FALSE(owner.layer()->visible());
|
/external/chromium_org/ui/gfx/geometry/ |
box_unittest.cc | 39 EXPECT_FALSE(BoxF(0.f, 0.f, 0.f, 0.f, 2.f, 2.f).IsEmpty()); 40 EXPECT_FALSE(BoxF(1.f, 2.f, 3.f, 0.f, 2.f, 2.f).IsEmpty()); 41 EXPECT_FALSE(BoxF(0.f, 0.f, 0.f, 2.f, 0.f, 2.f).IsEmpty()); 42 EXPECT_FALSE(BoxF(1.f, 2.f, 3.f, 2.f, 0.f, 2.f).IsEmpty()); 43 EXPECT_FALSE(BoxF(0.f, 0.f, 0.f, 2.f, 2.f, 0.f).IsEmpty()); 44 EXPECT_FALSE(BoxF(1.f, 2.f, 3.f, 2.f, 2.f, 0.f).IsEmpty()); 46 EXPECT_FALSE(BoxF(0.f, 0.f, 0.f, 2.f, 2.f, 2.f).IsEmpty()); 47 EXPECT_FALSE(BoxF(1.f, 2.f, 3.f, 2.f, 2.f, 2.f).IsEmpty()); 139 EXPECT_FALSE(BoxF() == BoxF(0.f, 0.f, 0.f, 0.f, 0.f, 1.f)); 140 EXPECT_FALSE(BoxF() == BoxF(0.f, 0.f, 0.f, 0.f, 1.f, 0.f)) [all...] |
/external/clang/unittests/Tooling/ |
RewriterTest.cpp | 19 EXPECT_FALSE(Context.Rewrite.overwriteChangedFiles());
|
/external/llvm/unittests/Support/ |
LockFileManagerTest.cpp | 41 EXPECT_FALSE(sys::fs::exists(StringRef(LockedFile))); 83 EXPECT_FALSE(sys::fs::exists(StringRef(LockedFile))); 115 EXPECT_FALSE(sys::fs::exists(LockedFile.str())); 116 EXPECT_FALSE(sys::fs::exists(FileLock.str()));
|
/external/qemu/android/filesystems/ |
fstab_parser_unittest.cpp | 45 EXPECT_FALSE(android_parseFstabPartitionFormat(kFstab, kFstabSize,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp9_thread_test.cc | 63 EXPECT_FALSE(worker_.had_error); 85 EXPECT_FALSE(vp9_worker_sync(&worker_)); 91 EXPECT_FALSE(worker_.had_error); 94 EXPECT_FALSE(worker_.had_error);
|
/sdk/emulator/opengl/shared/emugl/common/ |
id_to_object_map_unittest.cpp | 50 EXPECT_FALSE(map.set(n, new Foo(n))) << "For key " << n; 73 EXPECT_FALSE(map.set(n, new Foo(n))) << "For key " << n; 90 EXPECT_FALSE(map.set(n, new Foo(n))) << "For key " << n; 104 EXPECT_FALSE(map.contains(n)) << "For key " << n;
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_file_system_helper_unittest.cc | 164 EXPECT_FALSE(FileSystemContainsOriginAndType(kOrigin1, kPersistent)); 167 EXPECT_FALSE(FileSystemContainsOriginAndType(kOrigin2, kTemporary)); 216 EXPECT_FALSE(test_hosts_found[0]); 218 EXPECT_FALSE(ContainsKey(info->usage_map, kPersistent)); 223 EXPECT_FALSE(test_hosts_found[1]); 226 EXPECT_FALSE(ContainsKey(info->usage_map, kTemporary)); 229 EXPECT_FALSE(test_hosts_found[2]); 287 EXPECT_FALSE(ContainsKey(info->usage_map, kTemporary)); 292 EXPECT_FALSE(ContainsKey(info->usage_map, kPersistent));
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager_unittest.cc | 97 EXPECT_FALSE(cf->empty()); 103 EXPECT_FALSE(cf->empty()); 159 EXPECT_FALSE(state_machine->download_started()); 160 EXPECT_FALSE(state_machine->download_finished()); 167 EXPECT_FALSE(state_machine->download_finished()); 168 EXPECT_FALSE(state_machine->new_burn_posible()); 176 EXPECT_FALSE(state_machine->new_burn_posible()); 183 EXPECT_FALSE(state_machine->new_burn_posible()); 219 EXPECT_FALSE(state_machine->download_started());
|
/external/chromium_org/chrome/browser/chromeos/login/ |
existing_user_controller_auto_login_unittest.cc | 172 EXPECT_FALSE(auto_login_timer()); 178 EXPECT_FALSE(auto_login_timer()); 184 EXPECT_FALSE(auto_login_timer()); 206 EXPECT_FALSE(auto_login_timer()->IsRunning()); 214 EXPECT_FALSE(auto_login_timer()); 218 EXPECT_FALSE(auto_login_timer()); 243 EXPECT_FALSE(auto_login_timer()); 250 EXPECT_FALSE(auto_login_timer()); 278 EXPECT_FALSE(auto_login_timer()->IsRunning());
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_service_unittest.cc | 149 EXPECT_FALSE(dial_service_.discovery_active_); 168 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 170 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 173 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 178 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 183 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 189 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 196 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( 202 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse(
|
/external/chromium_org/chrome/browser/extensions/ |
component_loader_unittest.cc | 40 EXPECT_FALSE(extension_set_.Contains(extension->id())); 140 EXPECT_FALSE(manifest.get()); 146 EXPECT_FALSE(manifest.get()); 149 EXPECT_FALSE(manifest.get()); 152 EXPECT_FALSE(manifest.get()); 155 EXPECT_FALSE(manifest.get()); 158 EXPECT_FALSE(manifest.get()); 161 EXPECT_FALSE(manifest.get()); 164 EXPECT_FALSE(manifest.get());
|
/external/chromium_org/chrome/browser/prefs/ |
synced_pref_change_registrar_browsertest.cc | 154 EXPECT_FALSE(observer.has_been_notified); 165 EXPECT_FALSE(GetBooleanPrefValue(prefs::kShowHomeButton)); 166 EXPECT_FALSE(observer.last_update_is_from_sync); 167 EXPECT_FALSE(observer.last_seen_value); 173 EXPECT_FALSE(observer.last_update_is_from_sync); 179 EXPECT_FALSE(GetBooleanPrefValue(prefs::kShowHomeButton)); 181 EXPECT_FALSE(observer.last_seen_value); 202 EXPECT_FALSE(observer.has_been_notified); 222 EXPECT_FALSE(observer.has_been_notified);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_unittest_win.cc | 202 EXPECT_FALSE(base::PathExists(shortcut_path)) << location.ToString(); 356 EXPECT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_2_name_)); 372 EXPECT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_2_name_)); 373 EXPECT_FALSE(ProfileShortcutExistsAtDefaultPath(base::string16())); 383 EXPECT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_2_name_)); 389 EXPECT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_1_name_)); 412 EXPECT_FALSE(base::PathExists(profile_1_shortcut_path)); 413 EXPECT_FALSE(base::PathExists(profile_2_shortcut_path)); 436 EXPECT_FALSE(base::PathExists(profile_1_shortcut_path)); 437 EXPECT_FALSE(base::PathExists(profile_2_shortcut_path)) [all...] |
/external/chromium_org/chrome/common/ |
crash_keys_unittest.cc | 70 EXPECT_FALSE(HasCrashKey("switch-4")); 84 EXPECT_FALSE(HasCrashKey("switch-16")); 85 EXPECT_FALSE(HasCrashKey("switch-17")); 100 EXPECT_FALSE(HasCrashKey(base::StringPrintf(crash_keys::kSwitch, i))); 120 EXPECT_FALSE(HasCrashKey("extension-4")); 139 EXPECT_FALSE(HasCrashKey("extension-13")); 140 EXPECT_FALSE(HasCrashKey("extension-14")); 160 EXPECT_FALSE(HasCrashKey(key)) << key; 184 EXPECT_FALSE(HasCrashKey("switch-5"));
|
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_updater_unittest.cc | 125 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(1)); 148 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(0)); 168 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(1)); 184 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(0)); 204 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(1)); 219 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(0)); 239 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(1)); 253 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(0)); 287 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(fetcher_id)); 312 EXPECT_FALSE(fetcher_factory_.GetFetcherByID(fetcher_id)) [all...] |
/external/chromium_org/gpu/config/ |
gpu_test_expectations_parser_unittest.cc | 115 EXPECT_FALSE(parser.LoadTestExpectations(text)); 141 EXPECT_FALSE(parser.LoadTestExpectations(text)); 150 EXPECT_FALSE(parser.LoadTestExpectations(text)); 159 EXPECT_FALSE(parser.LoadTestExpectations(text)); 168 EXPECT_FALSE(parser.LoadTestExpectations(text)); 177 EXPECT_FALSE(parser.LoadTestExpectations(text)); 186 EXPECT_FALSE(parser.LoadTestExpectations(text)); 195 EXPECT_FALSE(parser.LoadTestExpectations(text)); 205 EXPECT_FALSE(parser.LoadTestExpectations(text));
|
/external/chromium_org/net/cert/ |
nss_profile_filter_chromeos_unittest.cc | 107 EXPECT_FALSE( 109 EXPECT_FALSE(profile_filter_1_.IsCertAllowed(certs_[0]->os_cert_handle())); 110 EXPECT_FALSE( 112 EXPECT_FALSE(profile_filter_2_.IsCertAllowed(certs_[0]->os_cert_handle())); 178 EXPECT_FALSE( 180 EXPECT_FALSE( 185 EXPECT_FALSE(profile_filter_1_.IsCertAllowed(cert_2->os_cert_handle())); 186 EXPECT_FALSE(profile_filter_1_copy_.IsCertAllowed(cert_2->os_cert_handle())); 188 EXPECT_FALSE(profile_filter_2_.IsCertAllowed(cert_1->os_cert_handle()));
|
/external/chromium_org/net/http/ |
transport_security_persister_unittest.cc | 51 EXPECT_FALSE(dirty); 60 EXPECT_FALSE(state_.GetStaticDomainState(kYahooDomain, true, &domain_state)); 61 EXPECT_FALSE(state_.GetDynamicDomainState(kYahooDomain, &domain_state)); 84 EXPECT_FALSE(state_.GetStaticDomainState("com", true, &domain_state)); 139 EXPECT_FALSE(dirty); 170 EXPECT_FALSE(state_.GetDynamicDomainState(kTestDomain, &domain_state)); 173 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log)); 179 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log)); 185 EXPECT_FALSE(domain_state.CheckPublicKeyPins(hashes, &failure_log));
|
/external/chromium_org/net/quic/ |
quic_fec_group_test.cc | 118 EXPECT_FALSE(header.entropy_flag); 173 EXPECT_FALSE(group.ProtectsPacketsBefore(1)); 174 EXPECT_FALSE(group.ProtectsPacketsBefore(2)); 175 EXPECT_FALSE(group.ProtectsPacketsBefore(3)); 194 EXPECT_FALSE(group.ProtectsPacketsBefore(1)); 195 EXPECT_FALSE(group.ProtectsPacketsBefore(2)); 196 EXPECT_FALSE(group.ProtectsPacketsBefore(3)); 214 EXPECT_FALSE(group.ProtectsPacketsBefore(1)); 215 EXPECT_FALSE(group.ProtectsPacketsBefore(2));
|