Home
last modified time | relevance | path

Searched refs:Ne (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/tcsh/nls/french/
H A Dset2321 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 Dset313 1 Ne peut ouvrir TERMCAP: [%s]\n
4 2 Ne peut ouvrir %s.\n
H A Dset722 20 %s: Ne peut ouvrir /etc/termcap.\n
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2530 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 Dgmock-generated-matchers_test.cc84 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 Dgmock_link_test.h162 using testing::Ne;
507 ON_CALL(mock, VoidFromFloat(Ne(1.0f))).WillByDefault(Return()); in TEST()
H A Dgmock-spec-builders_test.cc89 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 Dgmock-actions_test.cc68 using testing::Ne;
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp45 case GtestCmp::Ne: in getComparisonDecl()
75 case GtestCmp::Ne: in getComparisonTypeName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h27 Ne, enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1185 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 DHexagonCommonGEP.cpp506 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 Deo.po24 msgstr "Ne"
H A Dsl.po26 msgstr "Ne"
H A Dlt.po26 msgstr "Ne"
H A Dcs.po28 msgstr "Ne"
H A Dhr.po28 msgstr "Ne"
/freebsd-13.1/contrib/mandoc/
H A Dpredefs.in37 PREDEF("Ne", "\\(!=")
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md178 |`Ne(value)` |`argument != value`|
305 |`Ne()`|`x != y`|
H A DCookBook.md673 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 DDataFlowSanitizer.cpp1609 Value *Ne = in runImpl() local
1612 Ne, Pos, /*Unreachable=*/false, ColdCallWeights)); in runImpl()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4373 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 Dt_netpgpverify.sh2785 yHb9B4T9w0TzXjSq/fvvWZy/+M1v/8vf/Ne//Z9vxVm9LVDzeHxPqa1O4deWPb+e