Home
last modified time | relevance | path

Searched full:isn (Results 1 – 25 of 2677) sorted by relevance

12345678910>>...108

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc248 EXPECT_EQ("isn't NaN", Describe(mf)); in TEST()
251 EXPECT_EQ("isn't NaN", Describe(md)); in TEST()
254 EXPECT_EQ("isn't NaN", Describe(mld)); in TEST()
410 EXPECT_EQ("isn't equal to 5", Describe(m)); in TEST()
497 "(is > 0) and (isn't equal to 1) and (isn't equal to 2)"; in TEST()
502 "(is > 0) and (isn't equal to 1) and (isn't equal to 2) and (isn't equal " in TEST()
508 "(is >= 0) and (is < 10) and (isn't equal to 3) and (isn't equal to 5) " in TEST()
509 "and (isn't equal to 7)"; in TEST()
517 std::string expected_descr4 = "(isn't <= 2) or (isn't >= 1)"; in TEST()
522 "(isn't > 0) or (is equal to 1) or (is equal to 2)"; in TEST()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h112 /// Return null if the identifier isn't a register mask.
117 /// Return 0 if the name isn't a subregister index class.
122 /// Return true if the name isn't a name of a target index.
128 /// Return true if the name isn't a name of a direct flag.
134 /// Return true if the name isn't a name of a bitmask target flag.
140 /// Return true if the name isn't a name of a target MMO flag.
145 /// Return null if the name isn't a register class.
150 /// Return null if the name isn't a register bank.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp287 // Comparing a pointer with null, or any other constant, isn't an in GetARCInstKind()
296 // operand isn't actually being dereferenced, it is being stored to in GetARCInstKind()
340 llvm_unreachable("covered switch isn't covered?"); in IsUser()
376 llvm_unreachable("covered switch isn't covered?"); in IsRetain()
410 llvm_unreachable("covered switch isn't covered?"); in IsAutorelease()
445 llvm_unreachable("covered switch isn't covered?"); in IsForwarding()
480 llvm_unreachable("covered switch isn't covered?"); in IsNoopOnNull()
515 llvm_unreachable("covered switch isn't covered?"); in IsNoopOnGlobal()
551 llvm_unreachable("covered switch isn't covered?"); in IsAlwaysTail()
590 llvm_unreachable("covered switch isn't covered?"); in IsNeverTail()
[all …]
/freebsd/share/man/man9/
H A Dnvmem.963 EINVAL if the size isn't correct.
67 EINVAL if the size isn't correct.
71 EINVAL if the size isn't correct.
75 EINVAL if the size isn't correct.
/freebsd/crypto/openssl/test/
H A Dbio_prefix_text.c54 * to the source/sink BIO. If idx isn't given, 0 is assumed
167 "%s: -n argument isn't a decimal number: %s", in setup()
194 "%s: -i index isn't a decimal number: %s", in setup()
205 "%s: -i value isn't a decimal number: %s", in setup()
232 "%s: -p index isn't a decimal number: %s", in setup()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgeneric.txt7 "low-speed". In case this isn't passed via DT, USB
12 "peripheral" and "otg". In case this attribute isn't
18 In case this isn't passed via DT, USB controllers should
H A Dusb.yaml41 selected. In case this isn't passed via DT, USB controllers should
49 isn't passed via DT, USB controllers should default to their maximum HW
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_get_size.pod26 L<EVP_SealInit(3)>, but it isn't limited there. The returned size is
48 return a positive number, or 0 if this size isn't available.
59 isn't strictly necessary to call EVP_PKEY_get_size() to find out the
H A DEVP_PKEY_asn1_get_count.pod38 If B<pe> isn't B<NULL>, then it will look up an engine implementing a
44 Just like EVP_PKEY_asn1_find(), if B<pe> isn't B<NULL>, then it will
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h77 // Returns LLDB_INVALID_ADDRESS if the symbol's value isn't an address.
82 // value isn't an address or if the section isn't loaded in \a target.
96 // symbol's value isn't an address. in GetAddress()
113 // When a symbol's value isn't an address, we need to access the raw value.
114 // This function will ensure this symbol's value isn't an address and return
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp103 // If we found an empty bucket, this key isn't in the table yet, return it. in LookupBucketFor()
126 // Do the comparison like this because Name isn't necessarily in LookupBucketFor()
161 // If we found an empty bucket, this key isn't in the table yet, return. in FindKey()
173 // Do the comparison like this because NameStart isn't necessarily in FindKey()
192 /// delete it. This aborts if the value isn't in the table.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_mounts.ksh26 # 1. Verify a received redacted stream isn't mounted by default.
30 # 4. Verify the device file isn't present until the kernel variable is set.
84 # The device file isn't guaranteed to show up right away.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp532 // isn't really much to do here. in VisitIfClause()
713 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitPrivateClause()
714 // it isn't apparent in the standard where this is justified. in VisitPrivateClause()
730 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitFirstPrivateClause()
731 // it isn't apparent in the standard where this is justified. in VisitFirstPrivateClause()
746 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitNoCreateClause()
747 // it isn't apparent in the standard where this is justified. in VisitNoCreateClause()
762 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitPresentClause()
763 // it isn't apparent in the standard where this is justified. in VisitPresentClause()
778 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitCopyClause()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp28 // FIXME: There isn't a way to ask CPlusPlusLanguage and ObjCLanguage for in Initialize()
52 // Creating a dummy target if only a debugger is given isn't implemented yet. in CreateInstance()
73 // FIXME: There isn't a good way to know if the input source is complete or in SourceIsComplete()
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_create_flow.344 …x1, /* Default unicast and multicast rule - receive all Eth traffic which isn't steered to any QP…
45 … 0x2, /* Default multicast rule - receive all Eth multicast traffic which isn't steered to any QP…
126 Device managed flow steering isn't currently supported
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp52 /// follows the null clause. It is set to 0 and isn't used. Identifiers of
68 /// The element at index 0 isn't used. Variables start from the element at
84 /// The element at index 0 isn't used. States start from the element at index
97 /// The element at index 0 isn't used. Variable assignments start from the
305 // If the new watched literal isn't watched by any other clause and its in updateWatchedLiterals()
306 // variable isn't assigned we need to add it to the active variables. in updateWatchedLiterals()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_f.c36 /* Single quotes isn't used by command.exe. */ in DEFINE_TEST()
48 /* Single quotes isn't used by command.exe. */ in DEFINE_TEST()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h91 assert(Kind == String && "This token isn't a string!"); in getStringContents()
116 assert(Kind == Integer && "This token isn't an integer!"); in getIntVal()
122 "This token isn't an integer!"); in getAPIntVal()
/freebsd/crypto/openssh/
H A Dauth.c93 * will be returned. If AllowUsers isn't empty and user isn't listed
94 * there, or if AllowGroups isn't empty and one of user's groups isn't
164 /* Return false if AllowUsers isn't empty and user isn't listed there */ in allowed_user()
201 * Return false if AllowGroups isn't empty and one of user's groups in allowed_user()
202 * isn't listed there in allowed_user()
/freebsd/share/mk/
H A Dsrc.sys.mk3 # it will always grab SRCCONF, even if it isn't being built in-tree
5 # be reflected there so SRCCONF isn't included multiple times.
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.ql48 result = "gmtime(3) isn't thread-safe. Use gmtime_r(3) instead!"
50 result = "localtime(3) isn't thread-safe. Use localtime_r(3) instead!"
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_insn.h138 * Returns non-zero if it is, zero if it isn't (or @insn/@iext is NULL).
145 * Returns non-zero if it is, zero if it isn't (or @insn/@iext is NULL).
166 * Returns non-zero if it is, zero if it isn't (or @insn/@iext is NULL).
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigsuspend.c35 * Regression test for sigsuspend in libpthread when pthread lib isn't
60 "Checks sigsuspend in libpthread when pthread lib isn't initialized"); in ATF_TC_HEAD()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dpam_short_password.ksh40 # passphrase length isn't enforced. This leads to a non-loadable key if
41 # `zfs load-key` enforces a minimal length. Make sure this isn't the case.
/freebsd/lib/libcam/
H A Dcamlib.c200 * At this point, if the last character of the string isn't a in cam_get_device()
216 * isn't a digit, we've hit the device name. Because of the check in cam_get_device()
437 /* This isn't strictly necessary for the GETPASSTHRU ioctl. */ in cam_lookup_pass()
447 * passthrough driver isn't in the kernel. in cam_lookup_pass()
456 * exist, or the passthrough driver isn't in the kernel. in cam_lookup_pass()
460 "\n%s: either the pass driver isn't in " in cam_lookup_pass()
496 * Open a given device. The path argument isn't strictly necessary, but it

12345678910>>...108