| /OK3568_Linux_fs/kernel/lib/ |
| H A D | locking-selftest.c | 44 #define FAILURE 0 macro 1390 if (expected == FAILURE && debug_locks) { in dotest() 1441 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1453 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1459 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN); \ 1460 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1466 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\ 1467 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1474 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1492 dotest(name##_spin, FAILURE, LOCKTYPE_SPIN); \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | nmi_selftest.c | 23 #define FAILURE 1 macro 71 nmi_fail = FAILURE; in test_nmi_ipi() 122 if (nmi_fail == FAILURE) in dotest()
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_parser.py | 45 FAILURE = auto() variable in TestStatus 133 test_case.status = TestStatus.FAILURE 192 elif left == TestStatus.FAILURE or right == TestStatus.FAILURE: 193 return TestStatus.FAILURE 215 test_suite.status = TestStatus.FAILURE
|
| /OK3568_Linux_fs/buildroot/package/php-zmq/ |
| H A D | 0003-fix-for-php-8.0.0beta2.patch | 25 if (zend_call_function(fci, fci_cache) == FAILURE) { 40 if (zend_call_function(&(cb->fci), &(cb->fci_cache)) == FAILURE) {
|
| H A D | 0001-updates-for-php7.4-and-php8.0.patch | 162 if (zend_call_function(&(cb->fci), &(cb->fci_cache)) == FAILURE) { 223 - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz/", &key, &zv) == FAILURE) { 224 + if (zend_parse_parameters(ZEND_NUM_ARGS(), "lz/", &key, &zv) == FAILURE) {
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | parse-console.sh | 41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file 63 print_bug $title FAILURE, $nerrs
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | functions | 13 FAILURE="\\033[1;31m" # Failures are red 80 echo -n -e "${BRACKET}[${FAILURE} FAIL ${BRACKET}]${NORMAL}"
|
| /OK3568_Linux_fs/buildroot/package/trousers/ |
| H A D | 0001-Check-if-the-compiler-understands-pie-and-relro-options.patch | 57 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 64 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on 135 +# AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 142 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | collect2-aix.h | 296 #define FAILURE 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | collect2-aix.h | 296 #define FAILURE 0 macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
| H A D | 0001-configure-Check-for-Wno-error-format-truncation-comp.patch | 46 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 53 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/ |
| H A D | 0001-configure-Check-for-Wno-error-format-truncation-comp.patch | 31 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 38 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0001-configure-Disable-format-overflow-if-supported-by-gc.patch | 58 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 65 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/numactl/numactl/ |
| H A D | Fix-the-test-output-format.patch | 35 - echo '========FAILURE'
|
| /OK3568_Linux_fs/buildroot/package/jose/ |
| H A D | 0002-configure-fix-build-with-old-compilers.patch | 95 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 102 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0002-Add-test-for-Wunused-but-set-variable.patch | 76 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 83 +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
| /OK3568_Linux_fs/u-boot/test/fs/ |
| H A D | fat-noncontig-test.sh | 139 if itest.l *${crcaddr} != ${crc}; then echo FAILURE; else echo PASS; fi
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | atomic_bitops.txt | 61 - RMW operations that are conditional are unordered on FAILURE,
|
| /OK3568_Linux_fs/buildroot/docs/website/ |
| H A D | copyright.txt | 22 DEFLECTOR ARRAY, LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
|
| /OK3568_Linux_fs/buildroot/package/php-amqp/ |
| H A D | 0002-more-work-for-php-8.patch | 46 ) == FAILURE) { 261 - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o", &connection_object) == FAILURE) { 262 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &connection_object, amqp_connection_class_entry) == FAILURE) { 861 - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o", &channelObj) == FAILURE) { 862 …rse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &channelObj, amqp_channel_class_entry) == FAILURE) { 932 - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o", &channelObj) == FAILURE) { 933 …rse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &channelObj, amqp_channel_class_entry) == FAILURE) { 1152 #define PHP_AMQP_NOPARAMS() if (zend_parse_parameters_none() == FAILURE) { return; }
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/ |
| H A D | s2io.c | 705 return FAILURE; in init_shared_mem() 1170 return FAILURE; in init_tti() 1632 if (rts_ds_steer(nic, i, 0) == FAILURE) { in init_nic() 2275 return FAILURE; in start_nic() 3336 int ret = FAILURE, cnt = 0, delay = 1; in wait_for_cmd_complete() 3340 return FAILURE; in wait_for_cmd_complete() 3551 return FAILURE; in s2io_set_swapper() 3583 return FAILURE; in s2io_set_swapper() 3645 return FAILURE; in s2io_set_swapper() 3926 if (do_s2io_prog_unicast(dev, dev->dev_addr) == FAILURE) { in s2io_open() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | jasper-LICENSE | 47 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | jasper-LICENSE | 47 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | JasPer-2.0 | 17 … SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE SOFTWARE O…
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/ |
| H A D | jasper-LICENSE | 47 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
|