Home
last modified time | relevance | path

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

12345678910>>...148

/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/contrib/xz/src/xz/
H A Dmytime.c32 // by signals_block()/signals_unblock() since accessing an uint64_t isn't
33 // atomic on all systems. But since the variable isn't accessed very
74 // reason isn't at runtime, fallback to CLOCK_REALTIME which in mytime_now()
126 // to it isn't atomic at least on 32-bit systems. in mytime_set_start_time()
H A Dsandbox.c125 // that isn't part of version 1.
189 // isn't be good enough. It tries to get translations and in enable_landlock()
212 // will fail if the no_new_privs attribute isn't set, thus if prctl() in sandbox_init()
270 // NOTE: LANDLOCK_ACCESS_FS_READ_DIR isn't needed here because in sandbox_enable_strict_if_allowed()
/freebsd-src/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-src/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-src/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-src/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-src/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-src/contrib/xz/src/liblzma/
H A Dvalidate_map.sh22 # API/ABI compatibility tracking isn't done between development
53 # This is unfortunate but this alone isn't too bad as the problem
68 # luckily isn't included there anymore with XZ Utils 5.2.4.)
123 # the #define HAVE_SYMBOL_VERSIONS_LINUX isn't used).
/freebsd-src/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-src/contrib/xz/src/common/
H A Dmythread.h70 // Calls the given function once. This isn't thread safe.
107 // If clock_gettime() isn't available, use gettimeofday() from <sys/time.h>
239 // is suddenly changed. Unfortunately CLOCK_MONOTONIC isn't available
241 // used if CLOCK_MONOTONIC isn't available.
243 // If clock_gettime() isn't available at all, gettimeofday() will be used.
408 // mythread_sigmask() isn't available on Windows. Even a dummy version would
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h44 * the end marker isn't allowed or where it might not (always) be present.
138 * It is safe to call this with a value that isn't listed in
186 * It is safe to call this with a value that isn't listed in lzma_mode
417 * end marker isn't written and the application has to store
429 * Otherwise, if this flag isn't set, then the input stream
438 * end marker isn't allowed in any other position. This behavior
532 * This isn't used with LZMA_FILTER_LZMA1 or LZMA_FILTER_LZMA2.
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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).

12345678910>>...148