| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 472 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7))); in TEST() 474 AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8))); in TEST() 476 9, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), Ne(9))); in TEST() 477 AllOfMatches(10, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), in TEST() 480 50, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), Ne(9), in TEST() 481 Ne(10), Ne(11), Ne(12), Ne(13), Ne(14), Ne(15), Ne(16), Ne(17), in TEST() 482 Ne(18), Ne(19), Ne(20), Ne(21), Ne(22), Ne(23), Ne(24), Ne(25), in TEST() 483 Ne(26), Ne(27), Ne(28), Ne(29), Ne(30), Ne(31), Ne(32), Ne(33), in TEST() 484 Ne(34), Ne(35), Ne(36), Ne(37), Ne(38), Ne(39), Ne(40), Ne(41), in TEST() 485 Ne(42), Ne(43), Ne(44), Ne(45), Ne(46), Ne(47), Ne(48), Ne(49), in TEST() [all …]
|
| H A D | gmock_link_test.h | 161 using testing::Ne; 501 ON_CALL(mock, VoidFromFloat(Ne(1.0f))).WillByDefault(Return()); in TEST()
|
| H A D | gmock-matchers-containers_test.cc | 104 Eq(3), Eq(9), Eq(12), Eq(11), Ne(122))); in TEST() 1908 {Eq(1), Ne(-2), Ge(3), Le(4), Eq(5)})); in TEST() 1910 {Eq(1), Ne(-2), Ge(3), Le(4), Eq(6)}))); in TEST() 2617 Matcher<const list<int>&> m = ElementsAre(1, Ne(2)); in TEST() 2721 ElementsAre(0, Ge(0), _, 3, 4, Ne(2), Eq(6), 7, 8, _)); in TEST() 2760 EXPECT_THAT(nested, ElementsAre(ElementsAre('H', Ne('e')), in TEST() 2942 a, ElementsAreArray<Matcher<int>>({Eq(1), Ne(-2), Ge(3), Le(4), Eq(5)})); in TEST() 2944 {Eq(1), Ne(-2), Ge(3), Le(4), Eq(6)}))); in TEST()
|
| H A D | gmock-matchers-comparisons_test.cc | 931 Matcher<int> m1 = Ne(0); in TEST() 939 Matcher<int> m = Ne(5); in TEST() 977 EXPECT_CALL(helper, Call(Ne(ByRef(m)))); in TEST() 1550 EXPECT_THAT(p, Pair(Eq(nullptr), Ne(nullptr))); in TEST()
|
| H A D | gmock-spec-builders_test.cc | 1409 EXPECT_THAT(e1, Ne(e2)); in TEST() 1427 EXPECT_THAT(e1, Ne(e2)); in TEST() 1462 EXPECT_THAT(es3, Ne(es2)); in TEST()
|
| H A D | gmock-matchers-misc_test.cc | 861 EXPECT_THAT(t, Not(Args<>(Ne(std::tuple<>())))); in TEST() 882 EXPECT_THAT(t, Not(Args<1, 1>(Ne()))); in TEST()
|
| /freebsd-14.2/contrib/tcsh/nls/french/ |
| H A D | set23 | 21 19 getwd: Ne peut ouvrir ".." (%s) 22 20 getwd: Ne peut effectuer chdir vers ".." (%s) 24 22 getwd: Ne peut revenir à "." (%s) 25 23 getwd: Ne peut effectuer stat "/" (%s) 26 24 getwd: Ne peut effectuer stat "." (%s) 27 25 getwd: Ne peut effectuer stat sur répertoire "%s" (%s) 28 26 getwd: Ne peut ouvrir le répertoire "%s" (%s) 29 27 getwd: Ne peut trouver "." dans ".." (%s)
|
| H A D | set31 | 3 1 Ne peut ouvrir TERMCAP: [%s]\n 4 2 Ne peut ouvrir %s.\n
|
| H A D | set7 | 22 20 %s: Ne peut ouvrir /etc/termcap.\n
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 44 case GtestCmp::Ne: in getComparisonDecl() 74 case GtestCmp::Ne: in getComparisonTypeName()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | GtestMatchers.h | 27 Ne, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1194 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local 1195 return Vs.reduceUnaryOp(*this, Ne); in traverse() 1280 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local 1281 return Vs.reduceCast(*this, Ne); in traverse() 1480 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() local 1481 return Vs.reduceReturn(*this, Ne); in traverse() 1629 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local 1630 Nas.push_back(Ne); in traverse() 1633 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local 1634 Nis.push_back(Ne); in traverse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 496 NodePairSet &Ne) { in node_eq() argument 506 NodePairSet::iterator FNe = Ne.find(NP); in node_eq() 507 if (FNe != Ne.end()) in node_eq() 519 Ne.insert(P); in node_eq() 525 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) { in node_eq() 548 NodePairSet Eq, Ne; // Caches. in common() local 562 if (node_eq(N, *NJ, Eq, Ne)) in common()
|
| /freebsd-14.2/contrib/dialog/po/ |
| H A D | eo.po | 24 msgstr "Ne"
|
| H A D | sl.po | 26 msgstr "Ne"
|
| H A D | lt.po | 26 msgstr "Ne"
|
| H A D | cs.po | 28 msgstr "Ne"
|
| H A D | hr.po | 28 msgstr "Ne"
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | predefs.in | 37 PREDEF("Ne", "\\(!=")
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 43 | `Ne(value)` | `argument != value` | 225 `Ne()` | `x != y`
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 916 inline internal::NeMatcher<Rhs> Ne(Rhs x) {
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 889 using ::testing::Ne; 894 Ne(10)))); 1060 using ::testing::Ne; 1063 EXPECT_CALL(foo, InRange(Ne(0), _)) 1136 using ::testing::Ne; 1138 Matches(AllOf(Ge(0), Le(100), Ne(50)))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1772 Value *Ne = in runImpl() local 1775 Ne, Pos, /*Unreachable=*/false, ColdCallWeights)); in runImpl()
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 4605 inline internal::Ne2Matcher Ne() { return internal::Ne2Matcher(); }
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| H A D | t_netpgpverify.sh | 2785 yHb9B4T9w0TzXjSq/fvvWZy/+M1v/8vf/Ne//Z9vxVm9LVDzeHxPqa1O4deWPb+e
|