| /freebsd-13.1/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-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.cc | 2530 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7))); in TEST() 2531 AllOfMatches(8, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), in TEST() 2533 AllOfMatches(9, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), in TEST() 2535 AllOfMatches(10, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), in TEST() 2545 Matcher<int> m = AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), in TEST() 2549 AllOfMatches(50, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), in TEST() 2550 Ne(9), Ne(10), Ne(11), Ne(12), Ne(13), Ne(14), Ne(15), in TEST() 2551 Ne(16), Ne(17), Ne(18), Ne(19), Ne(20), Ne(21), Ne(22), in TEST() 2552 Ne(23), Ne(24), Ne(25), Ne(26), Ne(27), Ne(28), Ne(29), in TEST() 2553 Ne(30), Ne(31), Ne(32), Ne(33), Ne(34), Ne(35), Ne(36), in TEST() [all …]
|
| H A D | gmock-generated-matchers_test.cc | 84 using testing::Ne; 123 EXPECT_THAT(t, Not(Args<>(Ne(tuple<>())))); in TEST() 144 EXPECT_THAT(t, Not(Args<1, 1>(Ne()))); in TEST() 334 Matcher<const list<int>& > m = ElementsAre(1, Ne(2)); in TEST() 437 ElementsAre(0, Ge(0), _, 3, 4, Ne(2), Eq(6), 7, 8, _)); in TEST() 479 EXPECT_THAT(nested, ElementsAre(ElementsAre('H', Ne('e')), in TEST() 674 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) })); in TEST() 676 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) }))); in TEST()
|
| H A D | gmock_link_test.h | 162 using testing::Ne; 507 ON_CALL(mock, VoidFromFloat(Ne(1.0f))).WillByDefault(Return()); in TEST()
|
| H A D | gmock-spec-builders_test.cc | 89 using testing::Ne; 1485 EXPECT_THAT(e1, Ne(e2)); in TEST() 1503 EXPECT_THAT(e1, Ne(e2)); in TEST() 1538 EXPECT_THAT(es3, Ne(es2)); in TEST()
|
| H A D | gmock-actions_test.cc | 68 using testing::Ne;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 45 case GtestCmp::Ne: in getComparisonDecl() 75 case GtestCmp::Ne: in getComparisonTypeName()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | GtestMatchers.h | 27 Ne, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1185 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local 1186 return Vs.reduceUnaryOp(*this, Ne); in traverse() 1271 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local 1272 return Vs.reduceCast(*this, Ne); in traverse() 1473 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() local 1474 return Vs.reduceReturn(*this, Ne); in traverse() 1622 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local 1623 Nas.push_back(Ne); in traverse() 1626 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local 1627 Nis.push_back(Ne); in traverse() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 506 NodePairSet &Ne) { in node_eq() argument 516 NodePairSet::iterator FNe = Ne.find(NP); in node_eq() 517 if (FNe != Ne.end()) in node_eq() 529 Ne.insert(P); in node_eq() 535 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) { in node_eq() 559 NodePairSet Eq, Ne; // Caches. in common() local 574 if (node_eq(N, *NJ, Eq, Ne)) in common()
|
| /freebsd-13.1/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-13.1/contrib/mandoc/ |
| H A D | predefs.in | 37 PREDEF("Ne", "\\(!=")
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 178 |`Ne(value)` |`argument != value`| 305 |`Ne()`|`x != y`|
|
| H A D | CookBook.md | 673 using ::testing::Ne; 678 Ne(10)))); 833 using ::testing::Ne; 835 EXPECT_CALL(foo, InRange(Ne(0), _)) 902 Matches(AllOf(Ge(0), Le(100), Ne(50)))
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1609 Value *Ne = in runImpl() local 1612 Ne, Pos, /*Unreachable=*/false, ColdCallWeights)); in runImpl()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 4373 inline internal::NeMatcher<Rhs> Ne(Rhs x) { 4732 inline internal::Ne2Matcher Ne() { return internal::Ne2Matcher(); }
|
| /freebsd-13.1/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| H A D | t_netpgpverify.sh | 2785 yHb9B4T9w0TzXjSq/fvvWZy/+M1v/8vf/Ne//Z9vxVm9LVDzeHxPqa1O4deWPb+e
|