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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder1_test.cc 51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
64 EXPECT_FALSE(decoder_.FinishDecoding());
75 EXPECT_FALSE(decoder_.FinishDecoding());
102 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
111 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
140 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
164 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
174 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
183 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
192 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
  /external/open-vcdiff/src/
vcdecoder1_test.cc 51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
64 EXPECT_FALSE(decoder_.FinishDecoding());
75 EXPECT_FALSE(decoder_.FinishDecoding());
102 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
111 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
140 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
164 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
174 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
183 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
192 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
  /external/chromium/chrome/common/
worker_thread_ticker_unittest.cc 52 EXPECT_FALSE(ticker.IsRunning());
56 EXPECT_FALSE(ticker.RegisterTickHandler(&callback));
57 EXPECT_FALSE(ticker.UnregisterTickHandler(&callback));
59 EXPECT_FALSE(ticker.Start()); // Can't start when it is running.
61 EXPECT_FALSE(ticker.IsRunning());
62 EXPECT_FALSE(ticker.Stop()); // Can't stop when it isn't running.
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings_unittest.cc 53 EXPECT_FALSE(
55 EXPECT_FALSE(
57 EXPECT_FALSE(
59 EXPECT_FALSE(
61 EXPECT_FALSE(
63 EXPECT_FALSE(content_settings->IsContentBlocked(
65 EXPECT_FALSE(content_settings->IsContentBlocked(
82 EXPECT_FALSE(
84 EXPECT_FALSE(
86 EXPECT_FALSE(
    [all...]
  /external/chromium_org/media/base/
bit_reader_unittest.cc 25 EXPECT_FALSE(reader1.ReadBits(1, &value8));
33 EXPECT_FALSE(reader2.ReadBits(1, &value8));
43 EXPECT_FALSE(reader1.ReadBits(5, &value8));
44 EXPECT_FALSE(reader1.ReadBits(1, &value8));
62 EXPECT_FALSE(reader1.SkipBits(100));
64 EXPECT_FALSE(reader1.SkipBits(1));
  /external/chromium_org/net/quic/
quic_ack_notifier_test.cc 34 EXPECT_FALSE(notifier_->OnAck(26));
35 EXPECT_FALSE(notifier_->OnAck(99));
43 EXPECT_FALSE(notifier_->OnAck(26));
44 EXPECT_FALSE(notifier_->OnAck(99));
55 EXPECT_FALSE(notifier_->OnAck(26)); // original
56 EXPECT_FALSE(notifier_->OnAck(3000)); // updated
  /external/chromium_org/third_party/ots/test/
table_dependencies_test.cc 57 EXPECT_FALSE(ots::ots_vhea_should_serialise(&file));
62 EXPECT_FALSE(ots::ots_vmtx_should_serialise(&file));
67 EXPECT_FALSE(ots::ots_vhea_should_serialise(&file));
69 EXPECT_FALSE(ots::ots_vhea_should_serialise(&file));
74 EXPECT_FALSE(ots::ots_vmtx_should_serialise(&file));
76 EXPECT_FALSE(ots::ots_vmtx_should_serialise(&file));
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 84 EXPECT_FALSE(matches(ClassSnippet, BoolValue));
85 EXPECT_FALSE(matches(BoolSnippet, IsArrowValue));
93 EXPECT_FALSE(matches("int x;", Value));
98 EXPECT_FALSE(matches("void foo(int);", Value));
110 EXPECT_FALSE(matches(code, HasInitializerSimple));
111 EXPECT_FALSE(matches(code, HasInitializerComplex));
115 EXPECT_FALSE(matches(code, HasInitializerComplex));
124 EXPECT_FALSE(matches("void f(int x, int a);", HasParameter));
143 EXPECT_FALSE(matches(Code, CallExpr0));
148 EXPECT_FALSE(matches(Code, CallExpr1))
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 475 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
477 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
479 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
481 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
483 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
485 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
487 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
498 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
500 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
502 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore
    [all...]
  /external/chromium/net/proxy/
proxy_bypass_rules_unittest.cc 29 EXPECT_FALSE(rules.Matches(GURL("http://foo.www.google.com")));
30 EXPECT_FALSE(rules.Matches(GURL("http://xxx.google.com")));
31 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
32 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com.baz.org")));
51 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
52 EXPECT_FALSE(rules.Matches(GURL("http://foo.google.com.baz.org")));
67 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
68 EXPECT_FALSE(rules.Matches(GURL("http://foo.google.com.baz.org")));
71 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com:90")));
72 EXPECT_FALSE(rules.Matches(GURL("https://www.google.com")))
    [all...]
  /external/chromium_org/net/proxy/
proxy_bypass_rules_unittest.cc 29 EXPECT_FALSE(rules.Matches(GURL("http://foo.www.google.com")));
30 EXPECT_FALSE(rules.Matches(GURL("http://xxx.google.com")));
31 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
32 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com.baz.org")));
51 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
52 EXPECT_FALSE(rules.Matches(GURL("http://foo.google.com.baz.org")));
67 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
68 EXPECT_FALSE(rules.Matches(GURL("http://foo.google.com.baz.org")));
71 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com:90")));
72 EXPECT_FALSE(rules.Matches(GURL("https://www.google.com")))
    [all...]
  /external/chromium/base/
logging_unittest.cc 102 EXPECT_FALSE(LOG_IS_ON(INFO));
110 EXPECT_FALSE(LOG_IS_ON(INFO));
111 EXPECT_FALSE(LOG_IS_ON(WARNING));
118 EXPECT_FALSE(LOG_IS_ON(INFO));
119 EXPECT_FALSE(LOG_IS_ON(WARNING));
120 EXPECT_FALSE(LOG_IS_ON(ERROR));
127 EXPECT_FALSE(LOG_IS_ON(INFO));
128 EXPECT_FALSE(LOG_IS_ON(WARNING));
129 EXPECT_FALSE(LOG_IS_ON(ERROR));
136 EXPECT_FALSE(LOG_IS_ON(INFO))
    [all...]
  /external/chromium/chrome/browser/autofill/
phone_number_unittest.cc 103 EXPECT_FALSE(phone_number.IsCountryCode(ASCIIToUTF16("")));
104 EXPECT_FALSE(phone_number.IsCountryCode(ASCIIToUTF16("1")));
106 EXPECT_FALSE(phone_number.IsCountryCode(ASCIIToUTF16("123")));
108 EXPECT_FALSE(phone_number.IsCityCode(ASCIIToUTF16("")));
109 EXPECT_FALSE(phone_number.IsCityCode(ASCIIToUTF16("1")));
110 EXPECT_FALSE(phone_number.IsCityCode(ASCIIToUTF16("12")));
112 EXPECT_FALSE(phone_number.IsCityCode(ASCIIToUTF16("1234")));
114 EXPECT_FALSE(phone_number.IsNumber(ASCIIToUTF16("")));
115 EXPECT_FALSE(phone_number.IsNumber(ASCIIToUTF16("1")));
116 EXPECT_FALSE(phone_number.IsNumber(ASCIIToUTF16("12")))
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 57 EXPECT_FALSE(base::PathExists(filename_));
58 EXPECT_FALSE(base::PathExists(temp_file));
68 EXPECT_FALSE(base::PathExists(filename_));
73 EXPECT_FALSE(base::PathExists(filename_));
74 EXPECT_FALSE(base::PathExists(temp_file));
90 EXPECT_FALSE(corruption_detected_);
109 EXPECT_FALSE(store_->FinishUpdate(pending_adds, &add_prefixes, &add_hashes));
124 EXPECT_FALSE(store_->BeginUpdate());
130 EXPECT_FALSE(base::PathExists(filename_));
132 EXPECT_FALSE(corruption_detected_)
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
tab_node_pool_unittest.cc 66 EXPECT_FALSE(pool_.IsUnassociatedTabNode(1));
67 EXPECT_FALSE(pool_.IsUnassociatedTabNode(2));
73 EXPECT_FALSE(pool_.Empty());
80 EXPECT_FALSE(pool_.Full());
98 EXPECT_FALSE(pool_.IsUnassociatedTabNode(5));
99 EXPECT_FALSE(pool_.IsUnassociatedTabNode(6));
101 EXPECT_FALSE(pool_.Empty());
130 EXPECT_FALSE(pool_.Empty());
135 EXPECT_FALSE(pool_.Empty());
136 EXPECT_FALSE(pool_.Full())
    [all...]
  /external/chromium_org/extensions/browser/
admin_policy_unittest.cc 50 EXPECT_FALSE(ap::BlacklistedByDefault(NULL));
54 EXPECT_FALSE(ap::BlacklistedByDefault(&blacklist));
122 EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
125 EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
127 EXPECT_FALSE(error.empty());
131 EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
135 EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
142 EXPECT_FALSE(ap::UserMayLoad(&blacklist, &whitelist, NULL, NULL,
145 EXPECT_FALSE(ap::UserMayLoad(&blacklist, &whitelist, NULL, NULL,
154 EXPECT_FALSE(ap::UserMayLoad(NULL, NULL, NULL, &allowed_types
    [all...]
  /external/chromium/base/synchronization/
waitable_event_unittest.cc 15 EXPECT_FALSE(event.IsSignaled());
22 EXPECT_FALSE(event.IsSignaled());
23 EXPECT_FALSE(event.TimedWait(TimeDelta::FromMilliseconds(10)));
33 EXPECT_FALSE(event.IsSignaled());
37 EXPECT_FALSE(event.IsSignaled());
40 EXPECT_FALSE(event.IsSignaled());
41 EXPECT_FALSE(event.TimedWait(TimeDelta::FromMilliseconds(10)));
45 EXPECT_FALSE(event.TimedWait(TimeDelta::FromMilliseconds(10)));
  /external/chromium/chrome/browser/sync/glue/
extension_util_unittest.cc 128 EXPECT_FALSE(IsExtensionValid(*extension));
136 EXPECT_FALSE(IsExtensionValid(*extension));
146 EXPECT_FALSE(extension && IsExtensionValid(*extension));
153 EXPECT_FALSE(extension && IsExtensionValid(*extension));
167 EXPECT_FALSE(IsExtensionSpecificsUnset(specifics));
173 EXPECT_FALSE(IsExtensionSpecificsUnset(specifics));
179 EXPECT_FALSE(IsExtensionSpecificsUnset(specifics));
185 EXPECT_FALSE(IsExtensionSpecificsUnset(specifics));
191 EXPECT_FALSE(IsExtensionSpecificsUnset(specifics));
197 EXPECT_FALSE(IsExtensionSpecificsUnset(specifics))
    [all...]
  /external/chromium/chrome/common/extensions/
extension_extent_unittest.cc 19 EXPECT_FALSE(extent.ContainsURL(GURL("http://www.foo.com/bar")));
20 EXPECT_FALSE(extent.ContainsURL(GURL()));
21 EXPECT_FALSE(extent.ContainsURL(GURL("invalid")));
30 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.google.com/")));
31 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.microsoft.com/")));
41 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.apple.com/monkey")));
57 EXPECT_FALSE(extent1.OverlapsWith(extent2));
58 EXPECT_FALSE(extent2.OverlapsWith(extent1));
  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 71 EXPECT_FALSE(c.IsSatisfiedByCallCount(0));
77 EXPECT_FALSE(c.IsSatisfiedByCallCount(1));
84 EXPECT_FALSE(c.IsOverSaturatedByCallCount(4));
85 EXPECT_FALSE(c.IsOverSaturatedByCallCount(5));
113 EXPECT_FALSE(c.IsSaturatedByCallCount(0));
116 EXPECT_FALSE(c.IsSaturatedByCallCount(1));
119 EXPECT_FALSE(c.IsSaturatedByCallCount(9));
144 EXPECT_FALSE(c.IsSaturatedByCallCount(0));
147 EXPECT_FALSE(c.IsSaturatedByCallCount(1));
157 EXPECT_FALSE(c.IsSatisfiedByCallCount(0))
    [all...]
  /external/chromium_org/base/synchronization/
waitable_event_unittest.cc 17 EXPECT_FALSE(event.IsSignaled());
24 EXPECT_FALSE(event.IsSignaled());
25 EXPECT_FALSE(event.TimedWait(TimeDelta::FromMilliseconds(10)));
35 EXPECT_FALSE(event.IsSignaled());
39 EXPECT_FALSE(event.IsSignaled());
42 EXPECT_FALSE(event.IsSignaled());
43 EXPECT_FALSE(event.TimedWait(TimeDelta::FromMilliseconds(10)));
47 EXPECT_FALSE(event.TimedWait(TimeDelta::FromMilliseconds(10)));
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable_unittest.cc 50 EXPECT_FALSE(info->all_ids);
54 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://example.com/index.html")));
68 EXPECT_FALSE(info->matches.MatchesURL(GURL("https://build.chromium.org")));
69 EXPECT_FALSE(info->matches.MatchesURL(GURL("https://build.chromium.org/")));
70 EXPECT_FALSE(
73 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://yahoo.com")));
74 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://yahoo.com/")));
82 EXPECT_FALSE(
84 EXPECT_FALSE(
86 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://here.go/somewhere")))
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory_unittest.cc 89 EXPECT_FALSE(disk_store1->HasOneRef());
90 EXPECT_FALSE(disk_store2->HasOneRef());
111 EXPECT_FALSE(store_ptr->close_timer()->IsRunning());
116 EXPECT_FALSE(store_ptr->close_timer()->IsRunning());
124 EXPECT_FALSE(store_ptr->close_timer()->IsRunning());
145 EXPECT_FALSE(mem_store1->HasOneRef());
146 EXPECT_FALSE(mem_store2->HasOneRef());
147 EXPECT_FALSE(mem_store3->HasOneRef());
150 EXPECT_FALSE(mem_store1->HasOneRef()); // mem_store1 and 2
151 EXPECT_FALSE(mem_store2->HasOneRef()); // mem_store1 and
    [all...]
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 49 EXPECT_FALSE(animation.IsShowing());
50 EXPECT_FALSE(animation.IsClosing());
69 EXPECT_FALSE(animation.IsClosing());
78 EXPECT_FALSE(animation.IsShowing());
84 EXPECT_FALSE(animation.IsShowing());
85 EXPECT_FALSE(animation.IsClosing());
101 EXPECT_FALSE(delegate.finished());
102 EXPECT_FALSE(delegate.canceled());
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 41 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
44 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
47 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
52 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
55 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
58 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
61 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
64 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
67 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
70 EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey
    [all...]

Completed in 1029 milliseconds

1 2 3 4 5 67 8 91011>>