HomeSort by relevance Sort by last modified time
    Searched full:expect_false (Results 251 - 275 of 3115) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/cookies/
parsed_cookie_unittest.cc 16 EXPECT_FALSE(pc.IsSecure());
51 EXPECT_FALSE(pc.IsSecure());
134 EXPECT_FALSE(pc.HasPath());
135 EXPECT_FALSE(pc.HasDomain());
148 EXPECT_FALSE(pc.HasPath());
149 EXPECT_FALSE(pc.HasDomain());
195 EXPECT_FALSE(pc2.IsSecure());
201 EXPECT_FALSE(pc.IsValid());
212 EXPECT_FALSE(pc2.IsValid());
217 EXPECT_FALSE(pc.IsValid())
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_unittest.cc 172 EXPECT_FALSE(AllowsDevInterfaces(params));
183 EXPECT_FALSE(AllowsDevInterfaces(params));
196 EXPECT_FALSE(AllowsDevInterfaces(params));
221 EXPECT_FALSE(AllowsDevInterfaces(params));
228 EXPECT_FALSE(AllowsDevInterfaces(params));
235 EXPECT_FALSE(AllowsDevInterfaces(params));
242 EXPECT_FALSE(AllowsDevInterfaces(params));
264 EXPECT_FALSE(ChromeContentRendererClient::IsNaClAllowed(
270 EXPECT_FALSE(ChromeContentRendererClient::IsNaClAllowed(
276 EXPECT_FALSE(ChromeContentRendererClient::IsNaClAllowed
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 136 EXPECT_FALSE(ValidateCodeTable());
143 EXPECT_FALSE(ValidateCodeTable());
150 EXPECT_FALSE(ValidateCodeTable());
156 EXPECT_FALSE(ValidateCodeTable());
158 EXPECT_FALSE(ValidateCodeTable());
164 EXPECT_FALSE(ValidateCodeTable());
166 EXPECT_FALSE(ValidateCodeTable());
172 EXPECT_FALSE(ValidateCodeTable());
178 EXPECT_FALSE(ValidateCodeTable());
188 EXPECT_FALSE(ValidateCodeTable())
    [all...]
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper_unittest.cc 41 EXPECT_FALSE(mock_probe_running_);
122 EXPECT_FALSE(probe_running());
128 EXPECT_FALSE(probe_running());
135 EXPECT_FALSE(probe_running());
155 EXPECT_FALSE(probe_running());
159 EXPECT_FALSE(probe_running());
164 EXPECT_FALSE(probe_running());
168 EXPECT_FALSE(probe_running());
189 EXPECT_FALSE(probe_running());
194 EXPECT_FALSE(probe_running())
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 136 EXPECT_FALSE(ValidateCodeTable());
143 EXPECT_FALSE(ValidateCodeTable());
150 EXPECT_FALSE(ValidateCodeTable());
156 EXPECT_FALSE(ValidateCodeTable());
158 EXPECT_FALSE(ValidateCodeTable());
164 EXPECT_FALSE(ValidateCodeTable());
166 EXPECT_FALSE(ValidateCodeTable());
172 EXPECT_FALSE(ValidateCodeTable());
178 EXPECT_FALSE(ValidateCodeTable());
188 EXPECT_FALSE(ValidateCodeTable())
    [all...]
  /external/open-vcdiff/src/
codetable_test.cc 136 EXPECT_FALSE(ValidateCodeTable());
143 EXPECT_FALSE(ValidateCodeTable());
150 EXPECT_FALSE(ValidateCodeTable());
156 EXPECT_FALSE(ValidateCodeTable());
158 EXPECT_FALSE(ValidateCodeTable());
164 EXPECT_FALSE(ValidateCodeTable());
166 EXPECT_FALSE(ValidateCodeTable());
172 EXPECT_FALSE(ValidateCodeTable());
178 EXPECT_FALSE(ValidateCodeTable());
188 EXPECT_FALSE(ValidateCodeTable())
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 475 EXPECT_FALSE(manager->OriginHasData(kOrigin1, kPersistent, kClientFile));
486 EXPECT_FALSE(manager->OriginHasData(kOrigin2, kTemporary, kClientFile));
516 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin1, kTemporary,
518 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin2, kTemporary,
520 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin3, kTemporary,
522 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin1, kPersistent,
524 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin2, kPersistent,
526 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin3, kPersistent,
542 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin1, kTemporary,
544 EXPECT_FALSE(GetMockManager()->OriginHasData(kOrigin2, kTemporary
    [all...]
  /external/chromium/app/sql/
statement_unittest.cc 73 EXPECT_FALSE(s); // bool conversion operator.
75 EXPECT_FALSE(s.is_valid());
79 EXPECT_FALSE(!s);
88 EXPECT_FALSE(s.Succeeded());
91 EXPECT_FALSE(s.Step());
97 EXPECT_FALSE(s.Run());
103 EXPECT_FALSE(s.Succeeded());
110 EXPECT_FALSE(s.Step());
123 EXPECT_FALSE(s.Run());
  /external/chromium/base/mac/
mac_util_unittest.mm 35 EXPECT_FALSE(caches_dir.empty());
40 EXPECT_FALSE(application_support_dir.empty());
44 EXPECT_FALSE(library_dir.empty());
50 EXPECT_FALSE(library_dir.value().empty());
91 EXPECT_FALSE(out.empty()) << "loop: " << i;
111 EXPECT_FALSE(CSBackupIsItemExcluded((CFURLRef)fileURL, &excludeByPath));
117 EXPECT_FALSE(CSBackupIsItemExcluded((CFURLRef)fileURL, &excludeByPath));
130 EXPECT_FALSE(GetValueFromDictionary(dict, CFSTR("key"), CFNumberGetTypeID()));
131 EXPECT_FALSE(GetValueFromDictionary(
  /external/chromium/chrome/browser/autofill/
form_field_unittest.cc 28 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^$"), true));
32 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("a"), true));
37 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^tail"), true));
41 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("head$"), true));
46 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^head$"), true));
47 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^tail$"), true));
57 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("m\\.i\\."), true));
67 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("head.+tail"), true));
77 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("bad|good"), true));
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 46 EXPECT_FALSE(file_util::PathExists(lock_file_path));
51 EXPECT_FALSE(lock->HasAcquired());
55 EXPECT_FALSE(file_util::PathExists(lock_file_path));
63 EXPECT_FALSE(lock->HasAcquired());
66 EXPECT_FALSE(file_util::PathExists(lock_file_path));
91 EXPECT_FALSE(lock->HasAcquired());
112 EXPECT_FALSE(lock2->HasAcquired());
115 EXPECT_FALSE(lock1->HasAcquired());
120 EXPECT_FALSE(lock2->HasAcquired());
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_unittest.cc 41 EXPECT_FALSE(base::PathExists(lock_file_path));
46 EXPECT_FALSE(lock->HasAcquired());
50 EXPECT_FALSE(base::PathExists(lock_file_path));
58 EXPECT_FALSE(lock->HasAcquired());
61 EXPECT_FALSE(base::PathExists(lock_file_path));
83 EXPECT_FALSE(lock->HasAcquired());
101 EXPECT_FALSE(lock2->HasAcquired());
104 EXPECT_FALSE(lock1->HasAcquired());
109 EXPECT_FALSE(lock2->HasAcquired());
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 117 EXPECT_FALSE(controller()->IsRevealed());
123 EXPECT_FALSE(toolbar->visible());
137 EXPECT_FALSE(tabstrip->IsImmersiveStyle());
160 EXPECT_FALSE(tabstrip->IsImmersiveStyle());
171 EXPECT_FALSE(controller()->IsRevealed());
172 EXPECT_FALSE(tabstrip->visible());
173 EXPECT_FALSE(toolbar->visible());
181 EXPECT_FALSE(browser_view()->GetWidget()->IsFullscreen());
182 EXPECT_FALSE(controller()->IsEnabled());
183 EXPECT_FALSE(controller()->IsRevealed())
    [all...]
  /external/chromium_org/chrome/installer/util/
delete_reg_value_work_item_unittest.cc 78 EXPECT_FALSE(key.HasValue(name_str.c_str()));
79 EXPECT_FALSE(key.HasValue(name_dword.c_str()));
80 EXPECT_FALSE(key.HasValue(name_empty.c_str()));
112 EXPECT_FALSE(key.HasValue(name_str.c_str()));
113 EXPECT_FALSE(key.HasValue(name_dword.c_str()));
125 EXPECT_FALSE(key.HasValue(name_str.c_str()));
126 EXPECT_FALSE(key.HasValue(name_dword.c_str()));
131 EXPECT_FALSE(key.HasValue(name_str.c_str()));
132 EXPECT_FALSE(key.HasValue(name_dword.c_str()));
  /external/chromium_org/chrome/service/cloud_print/
connector_settings_unittest.cc 90 EXPECT_FALSE(settings.proxy_id().empty());
91 EXPECT_FALSE(settings.delete_on_enum_fail());
94 EXPECT_FALSE(settings.xmpp_ping_enabled());
104 EXPECT_FALSE(settings.proxy_id().empty());
109 EXPECT_FALSE(settings.ShouldConnect("prn0"));
110 EXPECT_FALSE(settings.ShouldConnect("prn1"));
130 EXPECT_FALSE(settings2.ShouldConnect("prn0"));
131 EXPECT_FALSE(settings2.ShouldConnect("prn1"));
139 EXPECT_FALSE(settings.xmpp_ping_enabled());
  /external/chromium_org/content/renderer/media/
audio_message_filter_unittest.cc 94 EXPECT_FALSE(delegate.created_received());
100 EXPECT_FALSE(base::SharedMemory::IsHandleValid(delegate.handle()));
105 EXPECT_FALSE(delegate.state_changed_received());
141 EXPECT_FALSE(delegate1.state_changed_received());
142 EXPECT_FALSE(delegate2.state_changed_received());
147 EXPECT_FALSE(delegate2.state_changed_received());
150 EXPECT_FALSE(delegate1.state_changed_received());
151 EXPECT_FALSE(delegate2.state_changed_received());
155 EXPECT_FALSE(delegate1.state_changed_received());
  /external/chromium_org/media/filters/
fake_demuxer_stream_unittest.cc 62 EXPECT_FALSE(read_pending_);
65 EXPECT_FALSE(buffer_->end_of_stream());
69 EXPECT_FALSE(read_pending_);
71 EXPECT_FALSE(buffer_.get());
75 EXPECT_FALSE(read_pending_);
77 EXPECT_FALSE(buffer_.get());
81 EXPECT_FALSE(read_pending_);
94 EXPECT_FALSE(read_pending_);
125 EXPECT_FALSE(read_pending_);
  /external/chromium_org/skia/ext/
analysis_canvas_unittest.cc 60 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
87 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
100 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
106 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
114 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
139 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
161 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
166 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
186 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
204 EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor))
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
validating_util_test.cc 80 EXPECT_FALSE(ValidatingUtil::UnwrapChecksum(&data));
85 EXPECT_FALSE(ValidatingUtil::UnwrapChecksum(&data));
90 EXPECT_FALSE(ValidatingUtil::UnwrapChecksum(&data));
95 EXPECT_FALSE(ValidatingUtil::UnwrapChecksum(&data));
106 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
111 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
116 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
121 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
132 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
  /external/chromium/chrome/browser/extensions/
apps_promo_unittest.cc 86 EXPECT_FALSE(AppsPromo::IsPromoSupportedForLocale());
87 EXPECT_FALSE(apps_promo()->ShouldShowAppLauncher(installed_ids));
88 EXPECT_FALSE(apps_promo()->ShouldShowPromo(installed_ids,
90 EXPECT_FALSE(promo_just_expired);
100 EXPECT_FALSE(promo_just_expired);
107 EXPECT_FALSE(apps_promo()->ShouldShowPromo(installed_ids,
109 EXPECT_FALSE(promo_just_expired);
116 EXPECT_FALSE(apps_promo()->ShouldShowPromo(installed_ids,
118 EXPECT_FALSE(promo_just_expired);
127 EXPECT_FALSE(promo_just_expired)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util_unittest.cc 47 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message1,
49 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message1,
51 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message2,
55 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message2,
57 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message3,
59 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message3,
65 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(test_message1,
72 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(message2_copy,
150 EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response));
164 EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response))
    [all...]
  /external/chromium/net/socket/
socks_client_socket_pool_unittest.cc 120 EXPECT_FALSE(handle.is_initialized());
121 EXPECT_FALSE(handle.socket());
137 EXPECT_FALSE(handle.is_initialized());
138 EXPECT_FALSE(handle.socket());
151 EXPECT_FALSE(handle.is_initialized());
152 EXPECT_FALSE(handle.socket());
155 EXPECT_FALSE(handle.is_initialized());
156 EXPECT_FALSE(handle.socket());
173 EXPECT_FALSE(handle.is_initialized());
174 EXPECT_FALSE(handle.socket())
    [all...]
  /external/chromium/testing/gtest/test/
gtest-test-part_test.cc 82 EXPECT_FALSE(success.failed());
83 EXPECT_FALSE(success.nonfatally_failed());
84 EXPECT_FALSE(success.fatally_failed());
90 EXPECT_FALSE(nonfatal_failure.passed());
93 EXPECT_FALSE(nonfatal_failure.fatally_failed());
99 EXPECT_FALSE(fatal_failure.passed());
101 EXPECT_FALSE(fatal_failure.nonfatally_failed());
132 EXPECT_FALSE(r2_.passed());
133 EXPECT_FALSE(r3_.passed());
138 EXPECT_FALSE(r1_.failed())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager_browsertest.cc 30 EXPECT_FALSE(oom_priority_manager->recent_tab_discard());
89 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(1));
90 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(2));
98 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(2));
102 EXPECT_FALSE(oom_priority_manager->DiscardTab());
105 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(2));
110 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(1));
127 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(0));
128 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(1));
138 EXPECT_FALSE(browser()->tab_strip_model()->IsTabDiscarded(0))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_unittest.cc 119 EXPECT_FALSE(TestSingleVerifiedSite("file:///example.com", "example.com"));
133 EXPECT_FALSE(TestSingleVerifiedSite("http://example.com/",
137 EXPECT_FALSE(TestSingleVerifiedSite("http://www.example.com/",
145 EXPECT_FALSE(TestSingleVerifiedSite("http://example.com:456/",
149 EXPECT_FALSE(TestSingleVerifiedSite("http://example.com/",
160 EXPECT_FALSE(TestSingleVerifiedSite("http://example.com/foo",
164 EXPECT_FALSE(TestSingleVerifiedSite("http://example.com",
186 EXPECT_FALSE(TestSingleVerifiedSite("https://example.com",
188 EXPECT_FALSE(TestSingleVerifiedSite("http://example.com",
192 EXPECT_FALSE(TestSingleVerifiedSite("file://example.com"
    [all...]

Completed in 3356 milliseconds

<<11121314151617181920>>