| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | cond-op-not.mk | 29 . info Not empty evaluates to true. 31 . info Not empty evaluates to false. 35 . info Not space evaluates to true. 37 . info Not space evaluates to false. 41 . info Not 0 evaluates to true. 43 . info Not 0 evaluates to false. 47 . info Not 1 evaluates to true. 49 . info Not 1 evaluates to false. 53 . info Not word evaluates to true. 55 . info Not word evaluates to false.
|
| H A D | cond-op-not.exp | 1 make: "cond-op-not.mk" line 29: Not empty evaluates to true. 2 make: "cond-op-not.mk" line 37: Not space evaluates to false. 3 make: "cond-op-not.mk" line 41: Not 0 evaluates to true. 4 make: "cond-op-not.mk" line 49: Not 1 evaluates to false. 5 make: "cond-op-not.mk" line 55: Not word evaluates to false.
|
| H A D | directive-for.exp | 20 make: "directive-for.mk" line 155: XXX: Not reached word1 21 make: "directive-for.mk" line 155: XXX: Not reached word3
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-generated-matchers_test.cc | 85 using testing::Not; 138 EXPECT_THAT(t, Not(Args<0, 2>(Gt()))); in TEST() 144 EXPECT_THAT(t, Not(Args<1, 1>(Ne()))); in TEST() 150 EXPECT_THAT(t, Not(Args<2, 1>(Lt()))); in TEST() 663 EXPECT_THAT(a, Not(ElementsAreArray( in TEST() 843 EXPECT_THAT(4, Not(IsPositiveOdd())); in TEST() 844 EXPECT_THAT(-1, Not(IsPositiveOdd())); in TEST() 1011 EXPECT_THAT(1, Not(EqualsSumOf())); in TEST() 1012 EXPECT_THAT(-1, Not(EqualsSumOf(1))); in TEST() 1192 Matcher<vector<int> > m2 = Not(m); in TEST() [all …]
|
| H A D | gmock-matchers_test.cc | 116 using testing::Not; 1519 EXPECT_THAT(p, Not(Key(42))); in TEST() 1544 EXPECT_THAT(p, Not(Key(42))); in TEST() 1605 Matcher<const pair<int, int>&> m2 = Not(Pair(Not(13), 42)); in TEST() 1662 EXPECT_THAT(p, Not(Pair(25, Not("foo")))); in TEST() 2462 m = Not(Eq(2)); in TEST() 2469 Matcher<int> m = Not(Eq(5)); in TEST() 2480 Matcher<int&> m3 = Not(m); in TEST() 4807 EXPECT_THAT(0, Not(IsTrue())); in TEST() 4814 EXPECT_THAT(1, Not(IsFalse())); in TEST() [all …]
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | http.errors | 18 304 OK Not Modified 26 404 UNAVAIL Not Found 27 405 PROTO Method Not Allowed 28 406 PROTO Not Acceptable 38 416 UNAVAIL Requested Range Not Satisfiable 41 501 PROTO Not Implemented
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyLogical.h | 27 Not enumerator 82 class Not : public LExpr { 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function 91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafetyLogical.cpp | 58 case LExpr::Not: in implies() 61 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); in implies() 83 case LExpr::Not: in implies() 86 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg); in implies()
|
| /freebsd-13.1/sys/fs/cd9660/ |
| H A D | TODO | 31 Not yet. 35 Not yet. we need not only a technical spec but also ECMA format 40 Not yet. We should also hack the other part of system as 8 bit
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Enable.ksh.out | 1 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description dtrace::… 4 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description syscall:…
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 219 bool Not; member 228 ConstraintOrBlock(DomTreeNode *DTN, CmpInst *Condition, bool Not) in ConstraintOrBlock() 230 Not(Not), Condition(Condition) {} in ConstraintOrBlock() 427 if (CB.Not && CI) in eliminateConstraints() 430 if (CB.Not) { in eliminateConstraints() 449 LLVM_DEBUG(dbgs() << "Adding " << *CB.Condition << " " << CB.Not << "\n"); in eliminateConstraints() 461 DFSInStack.emplace_back(CB.NumIn, CB.NumOut, CB.Condition, CB.Not); in eliminateConstraints()
|
| /freebsd-13.1/share/examples/jails/ |
| H A D | VIMAGE | 28 # NB: Not strictly necessary; will load automatically via KLD when needed 40 # NB: Not strictly necessary; will load automatically via KLD when needed
|
| /freebsd-13.1/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/ |
| H A D | fwd_udp_with_tcp_upstream.test | 18 echo "Not OK" 31 echo "Not OK"
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 432 Not = false; in getRegForI1Value() 911 bool Not; in selectSelect() local 925 if (Not) in selectSelect() 1099 bool Not = false; in selectFCmp() local 1121 Not = true; in selectFCmp() 1125 Not = true; in selectFCmp() 1129 Not = true; in selectFCmp() 1133 Not = true; in selectFCmp() 1144 if (Not) in selectFCmp() 1312 bool Not; in selectBr() local [all …]
|
| /freebsd-13.1/contrib/unbound/testdata/stub_udp_with_tcp_upstream.tdir/ |
| H A D | stub_udp_with_tcp_upstream.test | 18 echo "Not OK" 33 echo "Not OK"
|
| /freebsd-13.1/secure/caroot/trusted/ |
| H A D | Entrust_Root_Certification_Authority.pem | 22 Not Before: Nov 27 20:23:42 2006 GMT 23 Not After : Nov 27 20:53:42 2026 GMT 54 Not Before: Nov 27 20:23:42 2006 GMT, Not After: Nov 27 20:53:42 2026 GMT
|
| H A D | GlobalSign_ECC_Root_CA_-_R4.pem | 23 Not Before: Nov 13 00:00:00 2012 GMT 24 Not After : Jan 19 03:14:07 2038 GMT
|
| /freebsd-13.1/contrib/unbound/testdata/http_user_agent.tdir/ |
| H A D | http_user_agent.test | 46 echo "Not OK" 92 echo "Not OK" 99 echo "Not OK"
|
| /freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ |
| H A D | ratelimit.test | 29 echo "Not OK" 74 echo "Not OK" 122 echo "Not OK" 132 echo "Not OK" 169 echo "Not OK"
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README | 29 Not all code will be generated properly. For example, when mocking templated 33 Not all permutations of using multiple pointers/references will be rendered
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | libomp.rc.var | 44 // VALUE "LegalTrademarks", "\0" // Not used for now. 58 // VALUE "SpecialBuild", "\0" // Not used for now.
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | gemini-rut1xx.dts | 124 /* Not used in this platform */ 136 /* Not used in this platform */
|
| /freebsd-13.1/contrib/tcsh/nls/C/ |
| H A D | set1 | 50 48 Not in while/foreach 74 72 Not a login shell 113 111 Not that many scheduled events
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | mvme5100.dts | 117 /* IDSEL 12 - Not Used */ 128 /* IDSEL 15 - Not Used */ 142 /* IDSEL 18 - Not Used */
|
| /freebsd-13.1/contrib/unbound/testdata/zonemd_reload.tdir/ |
| H A D | zonemd_reload.test | 47 echo "Not OK" 70 echo "Not OK"
|