Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/nls/french/
H A Dset2322 19 getwd: Ne peut ouvrir ".." (%s)
23 20 getwd: Ne peut effectuer chdir vers ".." (%s)
25 22 getwd: Ne peut revenir à "." (%s)
26 23 getwd: Ne peut effectuer stat "/" (%s)
27 24 getwd: Ne peut effectuer stat "." (%s)
28 25 getwd: Ne peut effectuer stat sur répertoire "%s" (%s)
29 26 getwd: Ne peut ouvrir le répertoire "%s" (%s)
30 27 getwd: Ne peut trouver "." dans ".." (%s)
H A Dset314 1 Ne peut ouvrir TERMCAP: [%s]\n
5 2 Ne peut ouvrir %s.\n
H A Dset723 20 %s: Ne peut ouvrir /etc/termcap.\n
/freebsd-12.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;
1484 EXPECT_THAT(e1, Ne(e2)); in TEST()
1502 EXPECT_THAT(e1, Ne(e2)); in TEST()
1537 EXPECT_THAT(es3, Ne(es2)); in TEST()
H A Dgmock-actions_test.cc68 using testing::Ne;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1184 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local
1185 return Vs.reduceUnaryOp(*this, Ne); in traverse()
1270 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local
1271 return Vs.reduceCast(*this, Ne); in traverse()
1472 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() local
1473 return Vs.reduceReturn(*this, Ne); in traverse()
1621 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local
1622 Nas.push_back(Ne); in traverse()
1625 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local
1626 Nis.push_back(Ne); in traverse()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp499 NodePairSet &Ne) { in node_eq() argument
509 NodePairSet::iterator FNe = Ne.find(NP); in node_eq()
510 if (FNe != Ne.end()) in node_eq()
520 Ne.insert(P); in node_eq()
526 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) { in node_eq()
550 NodePairSet Eq, Ne; // Caches. in common() local
565 if (node_eq(N, *NJ, Eq, Ne)) in common()
/freebsd-12.1/contrib/dialog/po/
H A Deo.po24 msgstr "Ne"
H A Dlt.po26 msgstr "Ne"
H A Dhr.po26 msgstr "Ne"
H A Dsl.po26 msgstr "Ne"
H A Dcs.po28 msgstr "Ne"
/freebsd-12.1/contrib/mandoc/
H A Dpredefs.in37 PREDEF("Ne", "\\(!=")
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp966 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule() local
968 Ne, Pos, /*Unreachable=*/false, ColdCallWeights)); in runOnModule()
1107 Value *Ne = IRB.CreateICmpNE(V1, V2); in combineShadows() local
1109 Ne, Pos, /*Unreachable=*/false, DFS.ColdCallWeights, &DT)); in combineShadows()
/freebsd-12.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-12.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-12.1/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2785 yHb9B4T9w0TzXjSq/fvvWZy/+M1v/8vf/Ne//Z9vxVm9LVDzeHxPqa1O4deWPb+e