Home
last modified time | relevance | path

Searched refs:EXPECT_FALSE (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/clang/unittests/Basic/
DCharInfoTest.cpp49 EXPECT_FALSE(isASCII('\x80')); in TEST()
50 EXPECT_FALSE(isASCII('\xc2')); in TEST()
51 EXPECT_FALSE(isASCII('\xff')); in TEST()
61 EXPECT_FALSE(isIdentifierHead('0')); in TEST()
62 EXPECT_FALSE(isIdentifierHead('.')); in TEST()
63 EXPECT_FALSE(isIdentifierHead('`')); in TEST()
64 EXPECT_FALSE(isIdentifierHead('\0')); in TEST()
66 EXPECT_FALSE(isIdentifierHead('$')); in TEST()
69 EXPECT_FALSE(isIdentifierHead('\x80')); in TEST()
70 EXPECT_FALSE(isIdentifierHead('\xc2')); in TEST()
[all …]
/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring_unittest.cpp24 EXPECT_FALSE(empty < empty); in TEST()
25 EXPECT_FALSE(a < a); in TEST()
26 EXPECT_FALSE(abc < abc); in TEST()
27 EXPECT_FALSE(def < def); in TEST()
30 EXPECT_FALSE(a < empty); in TEST()
33 EXPECT_FALSE(abc < empty); in TEST()
36 EXPECT_FALSE(def < empty); in TEST()
39 EXPECT_FALSE(abc < a); in TEST()
42 EXPECT_FALSE(def < a); in TEST()
45 EXPECT_FALSE(def < abc); in TEST()
[all …]
Dfx_basic_bstring_unittest.cpp24 EXPECT_FALSE(empty < empty); in TEST()
25 EXPECT_FALSE(a < a); in TEST()
26 EXPECT_FALSE(abc < abc); in TEST()
27 EXPECT_FALSE(def < def); in TEST()
30 EXPECT_FALSE(a < empty); in TEST()
33 EXPECT_FALSE(abc < empty); in TEST()
36 EXPECT_FALSE(def < empty); in TEST()
39 EXPECT_FALSE(abc < a); in TEST()
42 EXPECT_FALSE(def < a); in TEST()
45 EXPECT_FALSE(def < abc); in TEST()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dtype_traits_unittest.cc185 EXPECT_FALSE(is_integral<void>::value); in TEST()
186 EXPECT_FALSE(is_integral<float>::value); in TEST()
187 EXPECT_FALSE(is_integral<string>::value); in TEST()
188 EXPECT_FALSE(is_integral<int*>::value); in TEST()
189 EXPECT_FALSE(is_integral<A>::value); in TEST()
190 EXPECT_FALSE((is_integral<pair<int, int> >::value)); in TEST()
197 EXPECT_FALSE(is_integral<const float>::value); in TEST()
198 EXPECT_FALSE(is_integral<int* volatile>::value); in TEST()
199 EXPECT_FALSE(is_integral<const volatile string>::value); in TEST()
209 EXPECT_FALSE(is_floating_point<void>::value); in TEST()
[all …]
/external/protobuf/gtest/test/
Dgtest-port_test.cc214 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST()
219 EXPECT_FALSE(RE::FullMatch(TypeParam("baz"), re)); in TYPED_TEST()
220 EXPECT_FALSE(RE::FullMatch(TypeParam("azy"), re)); in TYPED_TEST()
234 EXPECT_FALSE(RE::PartialMatch(TypeParam("zza"), re)); in TYPED_TEST()
242 EXPECT_FALSE(IsInSet('\0', "")); in TEST()
243 EXPECT_FALSE(IsInSet('\0', "\0")); in TEST()
244 EXPECT_FALSE(IsInSet('\0', "a")); in TEST()
248 EXPECT_FALSE(IsInSet('a', "Ab")); in TEST()
249 EXPECT_FALSE(IsInSet('c', "")); in TEST()
256 EXPECT_FALSE(IsDigit('\0')); in TEST()
[all …]
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc192 EXPECT_FALSE(mini.HasStream(ThreadExListStream)); in TEST_F()
193 EXPECT_FALSE(mini.HasStream(Memory64ListStream)); in TEST_F()
194 EXPECT_FALSE(mini.HasStream(CommentStreamA)); in TEST_F()
195 EXPECT_FALSE(mini.HasStream(CommentStreamW)); in TEST_F()
196 EXPECT_FALSE(mini.HasStream(HandleDataStream)); in TEST_F()
197 EXPECT_FALSE(mini.HasStream(FunctionTableStream)); in TEST_F()
198 EXPECT_FALSE(mini.HasStream(UnloadedModuleListStream)); in TEST_F()
199 EXPECT_FALSE(mini.HasStream(MemoryInfoListStream)); in TEST_F()
200 EXPECT_FALSE(mini.HasStream(ThreadInfoListStream)); in TEST_F()
201 EXPECT_FALSE(mini.HasStream(HandleOperationListStream)); in TEST_F()
[all …]
Dexception_handler_test.cc275 EXPECT_FALSE(mini.HasStream(Memory64ListStream)); in TEST_F()
277 EXPECT_FALSE(full.HasStream(MemoryListStream)); in TEST_F()
282 EXPECT_FALSE(mini.HasStream(ThreadExListStream)); in TEST_F()
283 EXPECT_FALSE(full.HasStream(ThreadExListStream)); in TEST_F()
284 EXPECT_FALSE(mini.HasStream(CommentStreamA)); in TEST_F()
285 EXPECT_FALSE(full.HasStream(CommentStreamA)); in TEST_F()
286 EXPECT_FALSE(mini.HasStream(CommentStreamW)); in TEST_F()
287 EXPECT_FALSE(full.HasStream(CommentStreamW)); in TEST_F()
288 EXPECT_FALSE(mini.HasStream(FunctionTableStream)); in TEST_F()
289 EXPECT_FALSE(full.HasStream(FunctionTableStream)); in TEST_F()
[all …]
/external/gtest/test/
Dgtest-port_test.cc72 EXPECT_FALSE(IsXDigit('-')); in TEST()
73 EXPECT_FALSE(IsXDigit('g')); in TEST()
74 EXPECT_FALSE(IsXDigit('G')); in TEST()
78 EXPECT_FALSE(IsXDigit(static_cast<char>(0x80))); in TEST()
79 EXPECT_FALSE(IsXDigit(static_cast<char>('0' | 0x80))); in TEST()
90 EXPECT_FALSE(IsXDigit(L'-')); in TEST()
91 EXPECT_FALSE(IsXDigit(L'g')); in TEST()
92 EXPECT_FALSE(IsXDigit(L'G')); in TEST()
96 EXPECT_FALSE(IsXDigit(static_cast<wchar_t>(0x80))); in TEST()
97 EXPECT_FALSE(IsXDigit(static_cast<wchar_t>(L'0' | 0x80))); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc155 EXPECT_FALSE(const_converted); in TEST()
161 EXPECT_FALSE(converted); in TEST()
407 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); in TYPED_TEST()
412 EXPECT_FALSE(RE::FullMatch(TypeParam("baz"), re)); in TYPED_TEST()
413 EXPECT_FALSE(RE::FullMatch(TypeParam("azy"), re)); in TYPED_TEST()
427 EXPECT_FALSE(RE::PartialMatch(TypeParam("zza"), re)); in TYPED_TEST()
435 EXPECT_FALSE(IsInSet('\0', "")); in TEST()
436 EXPECT_FALSE(IsInSet('\0', "\0")); in TEST()
437 EXPECT_FALSE(IsInSet('\0', "a")); in TEST()
441 EXPECT_FALSE(IsInSet('a', "Ab")); in TEST()
[all …]
/external/llvm/unittests/ADT/
DBitVectorTest.cpp33 EXPECT_FALSE(Vec.any()); in TYPED_TEST()
43 EXPECT_FALSE(Vec.none()); in TYPED_TEST()
44 EXPECT_FALSE(Vec.empty()); in TYPED_TEST()
50 EXPECT_FALSE(Vec.all()); in TYPED_TEST()
51 EXPECT_FALSE(Vec.none()); in TYPED_TEST()
52 EXPECT_FALSE(Vec.empty()); in TYPED_TEST()
59 EXPECT_FALSE(Inv.all()); in TYPED_TEST()
60 EXPECT_FALSE(Inv.none()); in TYPED_TEST()
61 EXPECT_FALSE(Inv.empty()); in TYPED_TEST()
63 EXPECT_FALSE(Inv == Vec); in TYPED_TEST()
[all …]
DImmutableSetTest.cpp41 EXPECT_FALSE(f.getEmptySet() != f.getEmptySet()); in TEST_F()
47 EXPECT_FALSE(S.begin() != S.end()); in TEST_F()
57 EXPECT_FALSE(S2.isEmpty()); in TEST_F()
58 EXPECT_FALSE(S == S2); in TEST_F()
60 EXPECT_FALSE(S.contains(3)); in TEST_F()
62 EXPECT_FALSE(S2.begin() == S2.end()); in TEST_F()
67 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
68 EXPECT_FALSE(S == S3); in TEST_F()
70 EXPECT_FALSE(S.contains(2)); in TEST_F()
73 EXPECT_FALSE(S2 == S3); in TEST_F()
[all …]
DPointerUnionTest.cpp29 EXPECT_FALSE(a != a); in TEST_F()
31 EXPECT_FALSE(a == b); in TEST_F()
33 EXPECT_FALSE(b != c); in TEST_F()
35 EXPECT_FALSE(b == n); in TEST_F()
39 EXPECT_FALSE(a.isNull()); in TEST_F()
40 EXPECT_FALSE(b.isNull()); in TEST_F()
42 EXPECT_FALSE(!a); in TEST_F()
43 EXPECT_FALSE(!b); in TEST_F()
48 EXPECT_FALSE(n); in TEST_F()
58 EXPECT_FALSE(a.is<int *>()); in TEST_F()
[all …]
/external/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp30 EXPECT_FALSE(Value.isString()); in TEST()
31 EXPECT_FALSE(Value.isMatcher()); in TEST()
43 EXPECT_FALSE(Value.isUnsigned()); in TEST()
44 EXPECT_FALSE(Value.isMatcher()); in TEST()
51 EXPECT_FALSE(Value.isUnsigned()); in TEST()
52 EXPECT_FALSE(Value.isString()); in TEST()
55 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()
63 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<UnaryOperator>()); in TEST()
68 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()
69 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Stmt>()); in TEST()
[all …]
/external/llvm/unittests/Support/
DBranchProbabilityTest.cpp37 EXPECT_FALSE(BP(1, 7) < BP(1, 7)); in TEST()
38 EXPECT_FALSE(BP(1, 7) < BP(2, 14)); in TEST()
39 EXPECT_FALSE(BP(4, 7) < BP(1, 2)); in TEST()
40 EXPECT_FALSE(BP(4, 7) < BP(3, 7)); in TEST()
42 EXPECT_FALSE(BP(1, 7) > BP(2, 7)); in TEST()
43 EXPECT_FALSE(BP(1, 7) > BP(1, 4)); in TEST()
44 EXPECT_FALSE(BP(5, 7) > BP(3, 4)); in TEST()
45 EXPECT_FALSE(BP(1, 7) > BP(1, 7)); in TEST()
46 EXPECT_FALSE(BP(1, 7) > BP(2, 14)); in TEST()
55 EXPECT_FALSE(BP(4, 7) <= BP(1, 2)); in TEST()
[all …]
DMemoryTest.cpp67 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P()
86 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P()
87 EXPECT_FALSE(doesOverlap(M2, M3)); in TEST_P()
88 EXPECT_FALSE(doesOverlap(M1, M3)); in TEST_P()
90 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P()
91 EXPECT_FALSE(Memory::releaseMappedMemory(M3)); in TEST_P()
96 EXPECT_FALSE(Memory::releaseMappedMemory(M4)); in TEST_P()
97 EXPECT_FALSE(Memory::releaseMappedMemory(M2)); in TEST_P()
117 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P()
136 EXPECT_FALSE(doesOverlap(M1, M2)); in TEST_P()
[all …]
DRegexTest.cpp25 EXPECT_FALSE(r1.match("9a")); in TEST_F()
49 EXPECT_FALSE(r4.match("abb")); in TEST_F()
58 EXPECT_FALSE(r5.match(String)); in TEST_F()
59 EXPECT_FALSE(r5.match("X9")); in TEST_F()
69 EXPECT_FALSE(r1.match("abc_ab", &Matches)); in TEST_F()
75 EXPECT_FALSE(r2.match("a2b2c3")); in TEST_F()
82 EXPECT_FALSE(r3.match("a6zb6y")); in TEST_F()
83 EXPECT_FALSE(r3.match("a6zb7z")); in TEST_F()
117 EXPECT_FALSE(Regex::isLiteralERE("a(bc)")); in TEST_F()
118 EXPECT_FALSE(Regex::isLiteralERE("^abc")); in TEST_F()
[all …]
DSpecialCaseListTest.cpp58 EXPECT_FALSE(SCL->inSection("src", "hi")); in TEST_F()
59 EXPECT_FALSE(SCL->inSection("fun", "hello")); in TEST_F()
60 EXPECT_FALSE(SCL->inSection("src", "hello", "category")); in TEST_F()
66 EXPECT_FALSE(SCL->inSection("global", "foo")); in TEST_F()
67 EXPECT_FALSE(SCL->inSection("global", "bar")); in TEST_F()
69 EXPECT_FALSE(SCL->inSection("global", "bar", "init")); in TEST_F()
72 EXPECT_FALSE(SCL->inSection("type", "t1")); in TEST_F()
73 EXPECT_FALSE(SCL->inSection("type", "t2")); in TEST_F()
74 EXPECT_FALSE(SCL->inSection("type", "t1", "init")); in TEST_F()
78 EXPECT_FALSE(SCL->inSection("src", "hello")); in TEST_F()
[all …]
/external/safe-iop/src/
Dsafe_iop.c165 #define EXPECT_FALSE(cmd) ({ \ macro
184 a=SCHAR_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s8()
185 a=SCHAR_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s8()
197 a=SHRT_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s16()
198 a=SHRT_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s16()
208 a=INT_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s32()
209 a=INT_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s32()
219 a=SAFE_INT64_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s64()
220 a=SAFE_INT64_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_s64()
230 a=LONG_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_long()
[all …]
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp63 EXPECT_FALSE(DT->isReachableFromEntry(BB3)); in runOnFunction()
73 EXPECT_FALSE(DT->dominates(BB1, BB0)); in runOnFunction()
75 EXPECT_FALSE(DT->dominates(BB1, BB2)); in runOnFunction()
77 EXPECT_FALSE(DT->dominates(BB1, BB4)); in runOnFunction()
79 EXPECT_FALSE(DT->dominates(BB2, BB0)); in runOnFunction()
80 EXPECT_FALSE(DT->dominates(BB2, BB1)); in runOnFunction()
83 EXPECT_FALSE(DT->dominates(BB2, BB4)); in runOnFunction()
85 EXPECT_FALSE(DT->dominates(BB3, BB0)); in runOnFunction()
86 EXPECT_FALSE(DT->dominates(BB3, BB1)); in runOnFunction()
87 EXPECT_FALSE(DT->dominates(BB3, BB2)); in runOnFunction()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-cardinalities_test.cc71 EXPECT_FALSE(c.IsSatisfiedByCallCount(0)); in TEST()
77 EXPECT_FALSE(c.IsSatisfiedByCallCount(1)); in TEST()
84 EXPECT_FALSE(c.IsOverSaturatedByCallCount(4)); in TEST()
85 EXPECT_FALSE(c.IsOverSaturatedByCallCount(5)); in TEST()
113 EXPECT_FALSE(c.IsSaturatedByCallCount(0)); in TEST()
116 EXPECT_FALSE(c.IsSaturatedByCallCount(1)); in TEST()
119 EXPECT_FALSE(c.IsSaturatedByCallCount(9)); in TEST()
144 EXPECT_FALSE(c.IsSaturatedByCallCount(0)); in TEST()
147 EXPECT_FALSE(c.IsSaturatedByCallCount(1)); in TEST()
157 EXPECT_FALSE(c.IsSatisfiedByCallCount(0)); in TEST()
[all …]
Dgmock-matchers_test.cc225 EXPECT_FALSE(DummyMatchResultListener().IsInterested()); in TEST()
226 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested()); in TEST()
276 EXPECT_FALSE(m.Matches(3)); in TEST()
291 EXPECT_FALSE(m.Matches(5)); in TEST()
298 EXPECT_FALSE(m1.Matches(6)); in TEST()
306 EXPECT_FALSE(m1.Matches(&n)); in TEST()
314 EXPECT_FALSE(m1.Matches(true)); in TEST()
319 EXPECT_FALSE(m1.Matches(false)); in TEST()
337 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST()
346 EXPECT_FALSE(m1.Matches("hello")); in TEST()
[all …]
Dgmock-internal-utils_test.cc184 EXPECT_FALSE((LosslessArithmeticConvertible<unsigned char, bool>::value)); in TEST()
185 EXPECT_FALSE((LosslessArithmeticConvertible<int, bool>::value)); in TEST()
197 EXPECT_FALSE((LosslessArithmeticConvertible<short, UInt64>::value)); // NOLINT in TEST()
198 EXPECT_FALSE((LosslessArithmeticConvertible< in TEST()
210 EXPECT_FALSE((LosslessArithmeticConvertible< in TEST()
212 EXPECT_FALSE((LosslessArithmeticConvertible<int, unsigned int>::value)); in TEST()
213 EXPECT_FALSE((LosslessArithmeticConvertible<UInt64, Int64>::value)); in TEST()
216 EXPECT_FALSE((LosslessArithmeticConvertible<long, char>::value)); // NOLINT in TEST()
217 EXPECT_FALSE((LosslessArithmeticConvertible<int, signed char>::value)); in TEST()
218 EXPECT_FALSE((LosslessArithmeticConvertible<Int64, unsigned int>::value)); in TEST()
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc47 EXPECT_FALSE(MyMatch("foo", "baz")); in TEST()
48 EXPECT_FALSE(MyMatch("foobarbaz", "foobar")); in TEST()
49 EXPECT_FALSE(MyMatch("foobarbaz", "barbaz")); in TEST()
50 EXPECT_FALSE(MyMatch("foo*bar", "foobaz")); in TEST()
51 EXPECT_FALSE(MyMatch("foo*bar", "foo_baz")); in TEST()
52 EXPECT_FALSE(MyMatch("^foobar", "prefix_foobar")); in TEST()
53 EXPECT_FALSE(MyMatch("foobar$", "foobar_postfix")); in TEST()
54 EXPECT_FALSE(MyMatch("^foobar$", "prefix_foobar")); in TEST()
55 EXPECT_FALSE(MyMatch("^foobar$", "foobar_postfix")); in TEST()
56 EXPECT_FALSE(MyMatch("foo^bar", "foobar")); in TEST()
[all …]
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp70 EXPECT_FALSE(verifyModule(*M, &dbgs())); in TEST()
73 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
82 EXPECT_FALSE(verifyModule(*M, &dbgs())); in TEST()
96 EXPECT_FALSE(verifyModule(*M, &dbgs())); in TEST()
100 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
121 EXPECT_FALSE(verifyModule(*M, &dbgs())); in TEST()
124 EXPECT_FALSE(M->getFunction("before")->materialize()); in TEST()
125 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
127 EXPECT_FALSE(verifyModule(*M, &dbgs())); in TEST()
131 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
[all …]
/external/google-breakpad/src/processor/
Ddisassembler_x86_unittest.cc93 EXPECT_FALSE(dis.currentInstructionValid()); in TEST()
100 EXPECT_FALSE(dis.currentInstructionValid()); in TEST()
108 EXPECT_FALSE(dis.endOfBlock()); in TEST()
114 EXPECT_FALSE(dis.endOfBlock()); in TEST()
119 EXPECT_FALSE(dis.endOfBlock()); in TEST()
129 EXPECT_FALSE(dis.endOfBlock()); in TEST()
135 EXPECT_FALSE(dis.endOfBlock()); in TEST()
140 EXPECT_FALSE(dis.endOfBlock()); in TEST()
145 EXPECT_FALSE(dis.endOfBlock()); in TEST()
154 EXPECT_FALSE(dis.endOfBlock()); in TEST()
[all …]

12345678910