Searched refs:EXPECT_FALSE (Results 1 - 25 of 3070) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/
H A Dhwid_checker_unittest.cc13 EXPECT_FALSE(IsHWIDCorrect(""));
18 EXPECT_FALSE(IsHWIDCorrect("SOME DATA 7861 "));
19 EXPECT_FALSE(IsHWIDCorrect("SOME DATA 786 1"));
20 EXPECT_FALSE(IsHWIDCorrect("SOME DATA 786"));
21 EXPECT_FALSE(IsHWIDCorrect("SOME DATA7861"));
34 EXPECT_FALSE(IsHWIDCorrect("SPRING 3A7N-BJKZ-F"));
35 EXPECT_FALSE(IsHWIDCorrect("SPRING LA7N-BJK7-H"));
36 EXPECT_FALSE(IsHWIDCorrect("FALCO BPO6-C"));
39 EXPECT_FALSE(IsHWIDCorrect("SPRING"));
40 EXPECT_FALSE(IsHWIDCorrec
[all...]
/external/chromium_org/dbus/
H A Dstring_util_unittest.cc15 EXPECT_FALSE(IsValidObjectPath(std::string()));
17 EXPECT_FALSE(IsValidObjectPath("//"));
18 EXPECT_FALSE(IsValidObjectPath("/foo//bar"));
19 EXPECT_FALSE(IsValidObjectPath("/foo///bar"));
21 EXPECT_FALSE(IsValidObjectPath("/foo/"));
22 EXPECT_FALSE(IsValidObjectPath("/foo/bar/"));
24 EXPECT_FALSE(IsValidObjectPath("foo/bar"));
26 EXPECT_FALSE(IsValidObjectPath("/foo.bar"));
27 EXPECT_FALSE(IsValidObjectPath("/foo/*"));
28 EXPECT_FALSE(IsValidObjectPat
[all...]
/external/chromium_org/remoting/host/setup/
H A Dpin_validator_unittest.cc16 EXPECT_FALSE(IsPinValid("12345"));
24 EXPECT_FALSE(IsPinValid("12345/"));
25 EXPECT_FALSE(IsPinValid("123456/"));
26 EXPECT_FALSE(IsPinValid("/123456"));
27 EXPECT_FALSE(IsPinValid("12345:"));
28 EXPECT_FALSE(IsPinValid("123456:"));
29 EXPECT_FALSE(IsPinValid(":123456"));
30 EXPECT_FALSE(IsPinValid("12345a"));
31 EXPECT_FALSE(IsPinValid("123456a"));
32 EXPECT_FALSE(IsPinVali
[all...]
/external/clang/unittests/Basic/
H A DCharInfoTest.cpp49 EXPECT_FALSE(isASCII('\x80'));
50 EXPECT_FALSE(isASCII('\xc2'));
51 EXPECT_FALSE(isASCII('\xff'));
61 EXPECT_FALSE(isIdentifierHead('0'));
62 EXPECT_FALSE(isIdentifierHead('.'));
63 EXPECT_FALSE(isIdentifierHead('`'));
64 EXPECT_FALSE(isIdentifierHead('\0'));
66 EXPECT_FALSE(isIdentifierHead('$'));
69 EXPECT_FALSE(isIdentifierHead('\x80'));
70 EXPECT_FALSE(isIdentifierHea
[all...]
/external/chromium_org/chrome/installer/util/
H A Dcompat_checks_unittest.cc11 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3001.0"));
17 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L""));
18 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000"));
19 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1.2"));
20 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1"));
/external/chromium_org/chromeos/ime/
H A Dinput_method_whitelist_unittest.cc23 EXPECT_FALSE(whitelist_.InputMethodIdIsWhitelisted("mozc,"));
24 EXPECT_FALSE(whitelist_.InputMethodIdIsWhitelisted(
26 EXPECT_FALSE(whitelist_.InputMethodIdIsWhitelisted("not-supported-id"));
27 EXPECT_FALSE(whitelist_.InputMethodIdIsWhitelisted(","));
28 EXPECT_FALSE(whitelist_.InputMethodIdIsWhitelisted(""));
/external/chromium_org/chrome/installer/setup/
H A Dcompat_checks_unittest.cc11 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3001.0"));
17 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L""));
18 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000"));
19 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1.2"));
20 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1"));
22 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(NULL));
/external/chromium_org/net/spdy/
H A Dhpack_string_util_test.cc25 EXPECT_FALSE(StringPiecesEqualConstantTime("foo", "foox"));
26 EXPECT_FALSE(StringPiecesEqualConstantTime("foo", "bar"));
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDeferredLegacyStyleInterpolationTest.cpp38 EXPECT_FALSE(test(CSSPropertyColor, "rgb(10, 20, 30)"));
39 EXPECT_FALSE(test(CSSPropertyColor, "aqua"));
40 EXPECT_FALSE(test(CSSPropertyColor, "yellow"));
41 EXPECT_FALSE(test(CSSPropertyColor, "transparent"));
42 EXPECT_FALSE(test(CSSPropertyFloodColor, "aliceblue"));
43 EXPECT_FALSE(test(CSSPropertyFloodColor, "yellowgreen"));
44 EXPECT_FALSE(test(CSSPropertyFloodColor, "grey"));
58 EXPECT_FALSE(test(CSSPropertyWidth, "10px"));
65 EXPECT_FALSE(test(CSSPropertyOpacity, "0.5"));
71 EXPECT_FALSE(tes
[all...]
/external/chromium_org/extensions/common/
H A Dcsp_validator_unittest.cc17 EXPECT_FALSE(ContentSecurityPolicyIsLegal(
19 EXPECT_FALSE(ContentSecurityPolicyIsLegal(
21 EXPECT_FALSE(ContentSecurityPolicyIsLegal(
26 EXPECT_FALSE(
28 EXPECT_FALSE(ContentSecurityPolicyIsSecure("img-src https://google.com",
31 EXPECT_FALSE(ContentSecurityPolicyIsSecure(
37 EXPECT_FALSE(ContentSecurityPolicyIsSecure(
42 EXPECT_FALSE(ContentSecurityPolicyIsSecure(
46 EXPECT_FALSE(ContentSecurityPolicyIsSecure(
53 EXPECT_FALSE(ContentSecurityPolicyIsSecur
[all...]
/external/chromium_org/chrome/browser/
H A Dfile_select_helper_unittest.cc15 EXPECT_FALSE(FileSelectHelper::IsAcceptTypeValid("."));
16 EXPECT_FALSE(FileSelectHelper::IsAcceptTypeValid("/"));
17 EXPECT_FALSE(FileSelectHelper::IsAcceptTypeValid("ABC/*"));
18 EXPECT_FALSE(FileSelectHelper::IsAcceptTypeValid("abc/def "));
/external/chromium_org/chrome/common/
H A Dsearch_urls_unittest.cc17 EXPECT_FALSE(MatchesOriginAndPath(
23 EXPECT_FALSE(MatchesOriginAndPath(
26 EXPECT_FALSE(MatchesOriginAndPath(
29 EXPECT_FALSE(MatchesOriginAndPath(
35 EXPECT_FALSE(MatchesOriginAndPath(
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host_unittest.cc88 EXPECT_FALSE(PnaclCanOpenFile(".xchars", &out_path));
89 EXPECT_FALSE(PnaclCanOpenFile("/xchars", &out_path));
90 EXPECT_FALSE(PnaclCanOpenFile("x/chars", &out_path));
91 EXPECT_FALSE(PnaclCanOpenFile("\\xchars", &out_path));
92 EXPECT_FALSE(PnaclCanOpenFile("x\\chars", &out_path));
93 EXPECT_FALSE(PnaclCanOpenFile("$xchars", &out_path));
94 EXPECT_FALSE(PnaclCanOpenFile("%xchars", &out_path));
95 EXPECT_FALSE(PnaclCanOpenFile("CAPS", &out_path));
97 EXPECT_FALSE(PnaclCanOpenFile(non_ascii, &out_path));
100 EXPECT_FALSE(PnaclCanOpenFil
[all...]
/external/chromium_org/net/base/
H A Dip_pattern_unittest.cc31 EXPECT_FALSE(pattern.Match(ipv4_address1));
32 EXPECT_FALSE(pattern.Match(ipv6_address1));
45 EXPECT_FALSE(pattern_v6.is_ipv4());
50 EXPECT_FALSE(CheckForMatch(pattern_v4, ipv6_text1));
51 EXPECT_FALSE(CheckForMatch(pattern_v6, ipv4_text1));
58 EXPECT_FALSE(CheckForMatch(pattern_v4, "1.2.2.4"));
60 EXPECT_FALSE(CheckForMatch(pattern_v4, "1.2.4.4"));
62 EXPECT_FALSE(CheckForMatch(pattern_v4, "1.2.6.4"));
66 EXPECT_FALSE(pattern_v6.is_ipv4());
67 EXPECT_FALSE(CheckForMatc
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementationTest.cpp60 EXPECT_FALSE(DOMImplementation::isTextMIMEType("application/x-custom;a=a+json"));
61 EXPECT_FALSE(DOMImplementation::isTextMIMEType("application/x-custom;a=a+json ;"));
62 EXPECT_FALSE(DOMImplementation::isTextMIMEType("application/x-custom+jsonsoup"));
63 EXPECT_FALSE(DOMImplementation::isTextMIMEType("application/x-custom+jsonsoup "));
64 EXPECT_FALSE(DOMImplementation::isTextMIMEType("text/html"));
65 EXPECT_FALSE(DOMImplementation::isTextMIMEType("text/xml"));
66 EXPECT_FALSE(DOMImplementation::isTextMIMEType("text/xsl"));
84 EXPECT_FALSE(DOMImplementation::isXMLMIMEType("application/x-custom;a=a+xml"));
85 EXPECT_FALSE(DOMImplementation::isXMLMIMEType("application/x-custom;a=a+xml ;"));
86 EXPECT_FALSE(DOMImplementatio
[all...]
/external/chromium_org/components/google/core/browser/
H A Dgoogle_util_unittest.cc77 EXPECT_FALSE(IsHomePage(std::string()));
80 EXPECT_FALSE(IsHomePage("http://maps.google.com"));
81 EXPECT_FALSE(IsHomePage("http://foo.google.com"));
84 EXPECT_FALSE(IsHomePage("http://www.google.com:1234"));
85 EXPECT_FALSE(IsHomePage("https://www.google.com:5678"));
88 EXPECT_FALSE(IsHomePage("http://www.google.abc"));
89 EXPECT_FALSE(IsHomePage("http://www.google.com.abc"));
90 EXPECT_FALSE(IsHomePage("http://www.google.abc.com"));
91 EXPECT_FALSE(IsHomePage("http://www.google.ab.cd"));
92 EXPECT_FALSE(IsHomePag
[all...]
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_application_id_unittest.cc13 EXPECT_FALSE(gcm::PushMessagingApplicationId(GURL(""), 1).IsValid());
14 EXPECT_FALSE(gcm::PushMessagingApplicationId(GURL("foo"), 1).IsValid());
15 EXPECT_FALSE(gcm::PushMessagingApplicationId(
17 EXPECT_FALSE(gcm::PushMessagingApplicationId(
19 EXPECT_FALSE(gcm::PushMessagingApplicationId(GURL("https://www.example.com/"),
21 EXPECT_FALSE(gcm::PushMessagingApplicationId().IsValid());
36 EXPECT_FALSE(gcm::PushMessagingApplicationId::Parse("").IsValid());
37 EXPECT_FALSE(gcm::PushMessagingApplicationId::Parse(
39 EXPECT_FALSE(gcm::PushMessagingApplicationId::Parse("push#foo#1").IsValid());
40 EXPECT_FALSE(gc
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2_unittest.cc19 EXPECT_FALSE(trap.IsSignalCaught());
20 EXPECT_FALSE(trap.Trap(base::string16()));
21 EXPECT_FALSE(trap.IsSignalCaught());
25 EXPECT_FALSE(trap.Trap(base::UTF8ToUTF16("T")));
26 EXPECT_FALSE(trap.IsSignalCaught());
27 EXPECT_FALSE(trap.Trap(base::UTF8ToUTF16("true")));
28 EXPECT_FALSE(trap.IsSignalCaught());
32 EXPECT_FALSE(trap.Trap(base::UTF8ToUTF16("t")));
33 EXPECT_FALSE(trap.IsSignalCaught());
38 EXPECT_FALSE(tra
[all...]
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge_unittest.cc19 EXPECT_FALSE(a); \
55 EXPECT_FALSE(IsSecurityLevelSupported(kWidevineKeySystem, kLNone));
64 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kLNone));
65 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kL1));
66 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kL3));
79 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kAudioWebM));
80 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kVideoWebM));
86 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "unknown"));
87 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "video/avi"));
88 EXPECT_FALSE(IsKeySystemSupportedWithTyp
[all...]
/external/llvm/unittests/ADT/
H A DSparseBitVectorTest.cpp20 EXPECT_FALSE(Vec.test(17));
23 EXPECT_FALSE(Vec.test(17));
26 EXPECT_FALSE(Vec.test(6));
28 EXPECT_FALSE(Vec.test(5));
30 EXPECT_FALSE(Vec.test_and_set(17));
33 EXPECT_FALSE(Vec.test(17));
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_instance_unittest.cc57 EXPECT_FALSE(Matches(instance1, "http://example.com/w2.js", ""));
58 EXPECT_FALSE(Matches(instance1, "http://example.net/w.js", ""));
59 EXPECT_FALSE(Matches(instance1, "http://example.net/w2.js", ""));
60 EXPECT_FALSE(Matches(instance1, "http://example.com/w.js", "name"));
61 EXPECT_FALSE(Matches(instance1, "http://example.com/w2.js", "name"));
62 EXPECT_FALSE(Matches(instance1, "http://example.net/w.js", "name"));
63 EXPECT_FALSE(Matches(instance1, "http://example.net/w2.js", "name"));
71 EXPECT_FALSE(Matches(instance2, "http://example.com/w.js", ""));
72 EXPECT_FALSE(Matches(instance2, "http://example.com/w2.js", ""));
73 EXPECT_FALSE(Matche
[all...]
/external/chromium_org/cc/resources/
H A Dtile_priority_unittest.cc18 EXPECT_FALSE(now.IsHigherPriorityThan(now));
19 EXPECT_FALSE(now.IsHigherPriorityThan(non_ideal_now));
32 EXPECT_FALSE(far_eventually.IsHigherPriorityThan(close_eventually));
33 EXPECT_FALSE(far_eventually.IsHigherPriorityThan(far_soon));
34 EXPECT_FALSE(far_eventually.IsHigherPriorityThan(close_soon));
35 EXPECT_FALSE(far_eventually.IsHigherPriorityThan(now));
36 EXPECT_FALSE(far_eventually.IsHigherPriorityThan(non_ideal_now));
37 EXPECT_FALSE(close_eventually.IsHigherPriorityThan(far_soon));
38 EXPECT_FALSE(close_eventually.IsHigherPriorityThan(close_soon));
39 EXPECT_FALSE(close_eventuall
[all...]
/external/chromium_org/base/i18n/
H A Dbreak_iterator_unittest.cc19 EXPECT_FALSE(iter.Advance());
20 EXPECT_FALSE(iter.IsWord());
21 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end.
22 EXPECT_FALSE(iter.IsWord());
31 EXPECT_FALSE(iter.IsWord());
37 EXPECT_FALSE(iter.IsWord());
43 EXPECT_FALSE(iter.IsWord());
46 EXPECT_FALSE(iter.IsWord());
49 EXPECT_FALSE(iter.IsWord());
55 EXPECT_FALSE(ite
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_helper_unittest.cc71 EXPECT_FALSE(IsWebScheme("invalid-scheme-i-just-made-up"));
75 EXPECT_FALSE(IsWebScheme(extensions::kExtensionScheme));
76 EXPECT_FALSE(IsWebScheme(url::kAboutScheme));
77 EXPECT_FALSE(IsWebScheme(content::kChromeDevToolsScheme));
78 EXPECT_FALSE(IsWebScheme(content::kChromeUIScheme));
79 EXPECT_FALSE(IsWebScheme(url::kJavaScriptScheme));
80 EXPECT_FALSE(IsWebScheme(url::kMailToScheme));
81 EXPECT_FALSE(IsWebScheme(content::kMetadataScheme));
82 EXPECT_FALSE(IsWebScheme(content::kSwappedOutScheme));
83 EXPECT_FALSE(IsWebSchem
[all...]
/external/chromium_org/chrome/browser/net/
H A Dconnect_interceptor_unittest.cc19 EXPECT_FALSE(cache.WasRecentlySeen(url));
20 EXPECT_FALSE(cache.WasRecentlySeen(ssl_url));
25 EXPECT_FALSE(cache.WasRecentlySeen(ssl_url));
47 EXPECT_FALSE(cache.WasRecentlySeen(ssl_url_wrong_host));
48 EXPECT_FALSE(cache.WasRecentlySeen(ssl_url_wrong_path));
49 EXPECT_FALSE(cache.WasRecentlySeen(ssl_url_wrong_port));
51 EXPECT_FALSE(cache.WasRecentlySeen(url_wrong_scheme));
53 EXPECT_FALSE(cache.WasRecentlySeen(url_wrong_host));
54 EXPECT_FALSE(cache.WasRecentlySeen(url_wrong_path));
55 EXPECT_FALSE(cach
[all...]

Completed in 742 milliseconds

1234567891011>>