| /freebsd-12.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-12.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-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyLogical.h | 28 Not enumerator 83 class Not : public LExpr { 87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function 92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ThreadSafetyLogical.cpp | 59 case LExpr::Not: in implies() 62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); in implies() 84 case LExpr::Not: in implies() 87 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg); in implies()
|
| /freebsd-12.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-12.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-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 428 Not = true; in getRegForI1Value() 432 Not = false; in getRegForI1Value() 875 bool Not; in selectSelect() local 888 if (Not) in selectSelect() 1080 Not = true; in selectFCmp() 1084 Not = true; in selectFCmp() 1088 Not = true; in selectFCmp() 1092 Not = true; in selectFCmp() 1103 if (Not) in selectFCmp() 1265 bool Not; in selectBr() local [all …]
|
| /freebsd-12.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-12.1/contrib/openmp/runtime/src/ |
| H A D | libomp.rc.var | 45 // VALUE "LegalTrademarks", "\0" // Not used for now. 59 // VALUE "SpecialBuild", "\0" // Not used for now.
|
| /freebsd-12.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-12.1/contrib/tcsh/nls/C/ |
| H A D | set1 | 51 48 Not in while/foreach 75 72 Not a login shell 114 111 Not that many scheduled events
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | gemini-rut1xx.dts | 124 /* Not used in this platform */ 136 /* Not used in this platform */
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | lb1spl.asm | 13 wr %g0,%g0,%y ! Not a delayed write for sparclite 56 wr %g0,%g0,%y ! Not a delayed write for sparclite 106 wr %g0,%g0,%y ! Not a delayed write for sparclite 181 wr %g0,%g0,%y ! Not a delayed write for sparclite
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | helpfile | 82 send directly to a users terminal. Not supported in this 86 soml otherwise mail. Not supported in this implementation. 89 saml and also mail a letter. Not supported in this 92 turn Reverses the direction of the connection. Not currently
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | echo3.0 | 3 # Not specified by POSIX.
|
| H A D | echo1.0 | 3 # Not specified by POSIX.
|
| H A D | echo2.0 | 3 # Not specified by POSIX.
|
| /freebsd-12.1/bin/sh/tests/expansion/ |
| H A D | cmdsubst11.0 | 3 # Not required by POSIX but useful for efficiency.
|
| H A D | cmdsubst8.0 | 2 # Not required by POSIX (although referenced in a non-normative section),
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterInfo.td | 283 // Not preserved across procedure calls 287 // Not preserved across procedure calls 303 // Not preserved across procedure calls 307 // Not preserved across procedure calls 353 // Not preserved across procedure calls 357 // Not preserved across procedure calls 394 // Not preserved across procedure calls 398 // Not preserved across procedure calls
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | CACerts | 17 Not Before: Mar 2 19:15:29 2015 GMT 18 Not After : Mar 1 19:15:29 2018 GMT 113 Not Before: Mar 10 02:47:46 2012 GMT 114 Not After : Mar 10 02:47:46 2015 GMT
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/media/ |
| H A D | network.subr | 80 f_dprintf "Not running as init -- calling the deed done." 104 f_dprintf "Not a DHCP interface." 161 f_dprintf "Not running as init -- calling the deed done."
|
| /freebsd-12.1/contrib/ntp/scripts/deprecated/ |
| H A D | ntp-status | 39 echo $HOSTNAME: Not running NTP
|
| /freebsd-12.1/contrib/gdb/gdb/config/i386/ |
| H A D | i386sco5.mh | 7 # Not all configurations of SCO OpenServer 5 come with the TCP/IP
|