| /freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | gpmc-nor.txt | 14 - gpmc,cs-on-ns: Chip-select assertion time 15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads 16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes 17 - gpmc,oe-on-ns: Output-enable assertion time 18 - gpmc,oe-off-ns: Output-enable de-assertion time 19 - gpmc,we-on-ns Write-enable assertion time 20 - gpmc,we-off-ns: Write-enable de-assertion time
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/ |
| H A D | zvol_swap_005_pos.ksh | 47 assertion="Verify the sum of swaplow and swaplen is less or equal to volsize" 48 log_assert $assertion 69 log_pass $assertion
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | gpmc-eth.txt | 29 - gpmc,cs-on-ns: Chip-select assertion time 30 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads 31 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes 32 - gpmc,oe-on-ns: Output-enable assertion time 33 - gpmc,oe-off-ns: Output-enable de-assertion time 34 - gpmc,we-on-ns: Write-enable assertion time 35 - gpmc,we-off-ns: Write-enable de-assertion time
|
| /freebsd-13.1/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 31 # Output an assertion 33 # $@ - assertion text 99 $out | egrep -i "internal error|assertion failed" \ 101 # internal error or assertion failed 105 " assertion failure exited $status" 227 $out | egrep -i "internal error|assertion failed" \ 229 # internal error or assertion failed 232 _printerror "$@" "internal error or assertion failure" \ 278 $out | egrep -i "internal error|assertion failed" \ 280 # internal error or assertion failed [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/scripts/ |
| H A D | gen_gtest_pred_impl.py | 595 assertion = assrt + '_PRED' 599 assertion += '_FORMAT' 603 assertion += '%(n)s' % DEFS 647 'assertion' : assertion, 662 indent = (len(assertion) + 3)*' '
|
| /freebsd-13.1/tools/regression/sockets/kqueue/ |
| H A D | kqueue.c | 80 const char *assertion) in fail_assertion() argument 83 printf("not ok %d - %s\n", curtest, assertion); in fail_assertion() 87 assertion); in fail_assertion() 90 socktype, assertion); in fail_assertion() 93 socktype, rest, assertion); in fail_assertion()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
| H A D | zpool_events_clear_retained.ksh | 96 assertion="Damage to recently repaired blocks should be reported/counted" 97 log_assert "$assertion" 133 log_pass "$assertion"
|
| /freebsd-13.1/contrib/diff/lib/ |
| H A D | strtoimax.c | 33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
|
| H A D | exclude.c | 57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | primer.md | 88 or has a failed assertion, then it *fails*; otherwise it *succeeds*. 98 assertion level and building up to tests and test cases. 114 assertion in question fails. 135 streamed to an assertion, it will be translated to UTF-8 when printed. 141 Fatal assertion | Nonfatal assertion | Verifies 148 function to continue running. In either case, an assertion failure means its 157 Fatal assertion | Nonfatal assertion | Verifies 166 Value arguments must be comparable by the assertion's comparison operator or 222 | Fatal assertion | Nonfatal assertion | Verifies … 229 Note that "CASE" in an assertion name means that case is ignored. A `NULL` [all …]
|
| H A D | advanced.md | 66 Fatal assertion | Nonfatal assertion | Verifies 106 | Fatal assertion | Nonfatal assertion | Verifies … 129 the assertion 135 will succeed, while the assertion 381 used in these assertion macros: 383 | Fatal assertion | Nonfatal assertion | Verifies | 459 Fatal assertion | Nonfatal assertion | Verifies 536 any assertion inside of it. 661 Fatal assertion | Nonfatal assertion | V… 1083 Fatal assertion | Nonfatal assertion | Verifies [all …]
|
| H A D | faq.md | 74 The need for `EXPECT_NE(NULL, ptr)` isn't nearly as strong. When the assertion 282 [here](advanced.md#assertion-placement). 343 * The googletest team is considering making the assertion macros throw on 403 you can use it in a predicate assertion like this: 443 has a googletest assertion failure. Very bad. 469 [section](advanced.md#assertion-placement) in the user's guide explains it. 548 `ASSERT_DEATH(*statement*, *regex*)` (or any death assertion macro) can be used 582 // A death assertion can contain a compound statement. 678 ## The compiler complains about "no match for 'operator<<'" when I use an assertion. What gives? 680 If you use a user-defined type `FooType` in an assertion, you must make sure
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | arm,pl172.txt | 67 - mpmc,write-enable-delay: Delay from chip select assertion to write 70 - mpmc,output-enable-delay: Delay from chip select assertion to output 73 - mpmc,write-access-delay: Delay from chip select assertion to write 76 - mpmc,read-access-delay: Delay from chip select assertion to read
|
| H A D | mvebu-devbus.txt | 62 - devbus,rd-setup-ps: Defines the time delay between DEV_CSn assertion to 63 DEV_OEn assertion. If set to 0 (default), 72 de-assertion of DEV_CSn. If set to 0 (default), 75 This parameter has no affect on DEV_OEn de-assertion. 86 to the DEV_WEn assertion.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | ingenic,rtc.yaml | 53 Reset pin low-level assertion time after wakeup 61 Minimum wakeup pin assertion time
|
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | README | 37 arguments if the assertion does fail. 'A' versions also accept 41 * You are encouraged to document each assertion with a failure() call 43 function whose text is displayed only if the assertion fails. It
|
| /freebsd-13.1/contrib/libfido2/examples/ |
| H A D | README.adoc | 72 Asks <device> for a FIDO2 assertion corresponding to [cred_id], 73 which may be omitted for resident keys. The obtained assertion 76 option. If option -u is specified, the assertion is generated using
|
| /freebsd-13.1/contrib/diff/src/ |
| H A D | system.h | 41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/bus/ |
| H A D | qcom,ebi2.txt | 98 with ADV assertion. 100 assertion, with respect to the cycle where ADV (address valid) is asserted. 104 assertion to OE assertion. Valid values 0 thru 15.
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | rfc4518.txt | 200 Failure in any step causes the assertion to evaluate to Undefined. 325 assertion values: If the input string contains no non-space 343 For input strings that are substring assertion values: If the string 627 filter [RFC4515] assertion (CN=A*B*C) says to "match any value (of 640 assertion constructed by subdividing that substring into multiple 661 That is, the substrings assertion (CN=foo\20*\20bar) matches the 692 This statement applies to the assertion values and attribute values 693 as whole strings, and not individually to substrings of an assertion 695 an assertion value and attribute value match without any 700 Hence the assertion (CN=foo\20*\20bar) matches [all …]
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | NEWS | 114 * Avoid an assertion failure in certain .Bl -column lists. 321 * mdoc(7): Fix an assertion failure for a .Bd without a type that 429 * mdoc(7): Avoid an assertion when .Fo has no argument. 430 * mdoc(7): Avoid an assertion when .Ta<tab> occurs in .Bl -column. 432 * roff(7): Avoid an assertion caused by blanks inside \o. 575 * input: Fix an assertion failure on certain invalid UTF-8 input. 579 * mdoc(7): Fix an assertion failure on .Bl -column ... .El .Ta. 580 * tbl(7): Fix assertion failures by macros inside table data, 674 * Fix an assertion triggered by .It right after .El. 675 * Fix an assertion triggered by .Ec without preceding .Eo. [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spi/ |
| H A D | fsl-spi.txt | 48 - fsl,csbef: chip select assertion time in bits before frame starts
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | cros-ec.txt | 27 assertion of the CS to the start of the first clock pulse.
|
| H A D | google,cros-ec.yaml | 36 assertion of the CS and the first clock pulse.
|
| /freebsd-13.1/contrib/libfido2/ |
| H A D | README.adoc | 11 assertion signatures.
|