HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_FALSE (Results 1 - 25 of 2995) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker_unittest.cc 13 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(IsHWIDCorrect("SPRING "))
    [all...]
  /external/chromium_org/dbus/
string_util_unittest.cc 15 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(IsValidObjectPath("/foo/bar(1)"))
    [all...]
  /external/chromium_org/remoting/host/setup/
pin_validator_unittest.cc 16 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(IsPinValid("a123456"))
    [all...]
  /external/clang/unittests/Basic/
CharInfoTest.cpp 49 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(isIdentifierHead('\xc2'))
    [all...]
  /ndk/sources/android/support/tests/
ctype_unittest.cc 8 EXPECT_FALSE(isblank('\n'));
9 EXPECT_FALSE(isblank('\f'));
10 EXPECT_FALSE(isblank('\r'));
16 EXPECT_FALSE(isprint('\t'));
17 EXPECT_FALSE(isprint('\n'));
18 EXPECT_FALSE(isprint('\f'));
19 EXPECT_FALSE(isprint('\r'));
  /external/chromium_org/chrome/installer/util/
compat_checks_unittest.cc 11 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/
input_method_whitelist_unittest.cc 23 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/
compat_checks_unittest.cc 11 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/
hpack_string_util_test.cc 25 EXPECT_FALSE(StringPiecesEqualConstantTime("foo", "foox"));
26 EXPECT_FALSE(StringPiecesEqualConstantTime("foo", "bar"));
  /external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DeferredLegacyStyleInterpolationTest.cpp 39 EXPECT_FALSE(test(CSSPropertyColor, "rgb(10, 20, 30)"));
40 EXPECT_FALSE(test(CSSPropertyColor, "aqua"));
41 EXPECT_FALSE(test(CSSPropertyColor, "yellow"));
42 EXPECT_FALSE(test(CSSPropertyColor, "transparent"));
43 EXPECT_FALSE(test(CSSPropertyFloodColor, "aliceblue"));
44 EXPECT_FALSE(test(CSSPropertyFloodColor, "yellowgreen"));
45 EXPECT_FALSE(test(CSSPropertyFloodColor, "grey"));
59 EXPECT_FALSE(test(CSSPropertyWidth, "10px"));
66 EXPECT_FALSE(test(CSSPropertyOpacity, "0.5"));
72 EXPECT_FALSE(test(CSSPropertyTransform, "translateY(20px)"))
    [all...]
  /external/chromium_org/chrome/browser/
file_select_helper_unittest.cc 15 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/
search_urls_unittest.cc 17 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/
nacl_file_host_unittest.cc 88 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(PnaclCanOpenFile("thisstringisactuallywaaaaaaaaaaaaaaaaaaaaaaaa
    [all...]
  /external/chromium_org/net/base/
ip_pattern_unittest.cc 31 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(CheckForMatch(pattern_v6, "1:2fab:3:4:5:5:7:8"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementationTest.cpp 60 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(DOMImplementation::isXMLMIMEType("application/x-custom+xml2"))
    [all...]
  /external/chromium_org/chrome/browser/google/
google_util_unittest.cc 77 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(IsHomePage("http://www.google.uk.qq"))
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2_unittest.cc 19 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(trap.Trap(base::UTF8ToUTF16("t")))
    [all...]
  /external/chromium_org/media/base/android/
media_drm_bridge_unittest.cc 18 EXPECT_FALSE(a); \
54 EXPECT_FALSE(IsSecurityLevelSupported(kWidevineKeySystem, kLNone));
63 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kLNone));
64 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kL1));
65 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kL3));
77 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kAudioWebM));
78 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kVideoWebM));
79 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "unknown"));
80 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "video/avi"));
81 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "audio/mp3"))
    [all...]
  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 31 #define EXPECT_PROPRIETARY EXPECT_FALSE
39 #define EXPECT_ECK EXPECT_FALSE
40 #define EXPECT_ECKPROPRIETARY EXPECT_FALSE
57 #define EXPECT_WVAVC1AAC EXPECT_FALSE
60 #define EXPECT_WVMP4 EXPECT_FALSE
61 #define EXPECT_WVAVC1 EXPECT_FALSE
62 #define EXPECT_WVAVC1AAC EXPECT_FALSE
68 #define EXPECT_WVAAC EXPECT_FALSE
72 #define EXPECT_WV EXPECT_FALSE
73 #define EXPECT_WVMP4 EXPECT_FALSE
    [all...]
  /bionic/tests/
ctype_test.cpp 25 EXPECT_FALSE(isalnum('!'));
26 EXPECT_FALSE(isalnum(' '));
30 EXPECT_FALSE(isalpha('1'));
33 EXPECT_FALSE(isalpha('!'));
34 EXPECT_FALSE(isalpha(' '));
39 EXPECT_FALSE(isascii('\x80'));
43 EXPECT_FALSE(isblank('1'));
49 EXPECT_FALSE(iscntrl('1'));
55 EXPECT_FALSE(isdigit('a'));
56 EXPECT_FALSE(isdigit('x'))
    [all...]
  /external/chromium_org/net/proxy/
proxy_info_unittest.cc 16 EXPECT_FALSE(info.is_direct_only());
25 EXPECT_FALSE(info.is_direct_only());
29 EXPECT_FALSE(info.is_direct_only());
32 EXPECT_FALSE(info.is_direct());
33 EXPECT_FALSE(info.is_direct_only());
37 EXPECT_FALSE(info.is_direct_only());
  /external/llvm/unittests/ADT/
SparseBitVectorTest.cpp 20 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));
  /art/runtime/verifier/
reg_type_test.cc 41 EXPECT_FALSE(ref_type_const_0.Equals(ref_type_const_2));
42 EXPECT_FALSE(ref_type_const_0.Equals(ref_type_const_3));
52 EXPECT_FALSE(ref_type_const_wide_2.Equals(ref_type_const_wide_4));
66 EXPECT_FALSE(precise_hi.IsLowHalf());
67 EXPECT_FALSE(precise_lo.IsHighHalf());
72 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const));
84 EXPECT_FALSE(bool_reg_type.IsUndefined());
85 EXPECT_FALSE(bool_reg_type.IsConflict());
86 EXPECT_FALSE(bool_reg_type.IsZero());
87 EXPECT_FALSE(bool_reg_type.IsOne())
    [all...]
  /external/chromium_org/content/browser/shared_worker/
shared_worker_instance_unittest.cc 55 EXPECT_FALSE(Matches(instance1, "http://example.com/w2.js", ""));
56 EXPECT_FALSE(Matches(instance1, "http://example.net/w.js", ""));
57 EXPECT_FALSE(Matches(instance1, "http://example.net/w2.js", ""));
58 EXPECT_FALSE(Matches(instance1, "http://example.com/w.js", "name"));
59 EXPECT_FALSE(Matches(instance1, "http://example.com/w2.js", "name"));
60 EXPECT_FALSE(Matches(instance1, "http://example.net/w.js", "name"));
61 EXPECT_FALSE(Matches(instance1, "http://example.net/w2.js", "name"));
69 EXPECT_FALSE(Matches(instance2, "http://example.com/w.js", ""));
70 EXPECT_FALSE(Matches(instance2, "http://example.com/w2.js", ""));
71 EXPECT_FALSE(Matches(instance2, "http://example.net/w.js", ""))
    [all...]
  /external/chromium_org/cc/resources/
tile_priority_unittest.cc 18 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_eventually.IsHigherPriorityThan(now))
    [all...]

Completed in 1237 milliseconds

1 2 3 4 5 6 7 8 91011>>