/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
D | 3-1.c | 52 int unresolved = 0, failure = 0; in main() local 67 failure = 1; in main() 72 failure = 1; in main() 77 failure = 1; in main() 82 failure = 1; in main() 87 failure = 1; in main() 92 failure = 1; in main() 97 failure = 1; in main() 102 failure = 1; in main() 107 failure = 1; in main() [all …]
|
D | 3-2.c | 54 int unresolved = 0, failure = 0; in main() local 70 failure = 1; in main() 76 failure = 1; in main() 82 failure = 1; in main() 88 failure = 1; in main() 94 failure = 1; in main() 104 failure = 1; in main() 114 failure = 1; in main() 124 failure = 1; in main() 134 failure = 1; in main() [all …]
|
D | 4-3.c | 38 int unresolved = 0, failure = 0; in main() local 53 failure = 1; in main() 58 failure = 1; in main() 63 failure = 1; in main() 76 if (failure == 1) { in main()
|
D | 9-1.c | 39 int unresolved = 0, failure = 0; in main() local 55 failure = 1; in main() 60 failure = 1; in main() 66 failure = 1; in main() 83 if (failure == 1) { in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 62 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) in failure() function in MessageFormatRegressionTest 94 failure(status, "couldn't create MessageFormat"); in Test4074764() 99 failure(status, "messageFormat->applyPattern"); in Test4074764() 108 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format")) in Test4074764() 114 failure(status, "messageFormatter->applyPattern"); in Test4074764() 127 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format")) in Test4074764() 133 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format")) in Test4074764() 187 failure(status, "new MessageFormat"); in Test4031438() 194 failure(status, "messageFormat->applyPattern"); in Test4031438() 202 …"Impossible {1} has occurred -- status code is 7 and message is {2}." || failure(status, "MessageF… in Test4031438() [all …]
|
D | miscdtfm.cpp | 45 DateFormatMiscTests::failure(UErrorCode status, const char* msg) in failure() function in DateFormatMiscTests 129 if(failure(status, "new SimpleDateFormat")) return; in test4097450() 134 failure(status, "resultFormatter.format"); in test4097450() 166 if(failure(status, "new SimpleDateFormat")) return; in test4099975() 171 failure(status, "df->toLocalizedPattern"); in test4099975() 181 failure(status, "df->toLocalizedPattern"); in test4099975() 196 if(failure(status, "new DateFormatSymbols")) return; in test4099975() 198 if(failure(status, "new SimpleDateFormat")) return; in test4099975() 204 failure(status, "df->toLocalizedPattern"); in test4099975() 214 failure(status, "df->toLocalizedPattern"); in test4099975() [all …]
|
D | numrgts.cpp | 188 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const Locale& l, U… in failure() function in NumberFormatRegressionTest 205 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const char *l, UBo… in failure() function in NumberFormatRegressionTest 222 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, UBool possibleData… in failure() function in NumberFormatRegressionTest 294 if (!failure(status, "new DecimalFormat", "")) { in Test4088161() 324 failure(status, "new DecimalFormatSymbols", ""); in Test4087245() 330 failure(status, "new DecimalFormat with symbols", ""); in Test4087245() 416 if (failure(status, "NumberFormat::createCurrencyInstance", Locale::getUS(), true)){ in assignFloatValue() 427 failure(status, "nfcommon->parse", Locale::getUS()); in assignFloatValue() 446 failure(status, "new Decimalformat", Locale::getUS()); in Test4059870() 451 failure(status, "format->parse", Locale::getUS()); in Test4059870() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | 3-1.c | 55 int unresolved = 0, failure = 0; in main() local 72 failure = 1; in main() 78 failure = 1; in main() 84 failure = 1; in main() 90 failure = 1; in main() 96 failure = 1; in main() 101 failure = 1; in main() 106 failure = 1; in main() 111 failure = 1; in main() 116 failure = 1; in main() [all …]
|
D | 3-2.c | 57 int unresolved = 0, failure = 0; in main() local 75 failure = 1; in main() 82 failure = 1; in main() 89 failure = 1; in main() 96 failure = 1; in main() 103 failure = 1; in main() 113 failure = 1; in main() 123 failure = 1; in main() 133 failure = 1; in main() 143 failure = 1; in main() [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 142-defined-within-macro.c | 5 failure 13 failure 22 failure 26 failure 36 failure 44 failure 54 failure 58 failure 73 failure 77 failure [all …]
|
/third_party/googletest/googletest/test/ |
D | googletest-output-test-golden-lin.txt | 74 (expecting a failure that x should be 1) 84 (expecting a failure that x should be 1) 94 (expecting a failure on false) 135 This failure is expected, and shouldn't have a trace. 140 This failure is expected, and should have a trace. 147 This failure is expected, and shouldn't have a trace. 210 This failure is expected, and should contain trace point A. 217 This failure is expected, and should contain trace point A and B. 225 This failure is expected, and should contain trace point A, B, and C. 234 This failure is expected, and should contain trace point A, B, and D. [all …]
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
D | cmp_status.c | 170 int failure; in snprint_PKIStatusInfo_parts() local 200 for (failure = 0; failure <= OSSL_CMP_PKIFAILUREINFO_MAX; failure++) { in snprint_PKIStatusInfo_parts() 201 if ((fail_info & (1 << failure)) != 0) { in snprint_PKIStatusInfo_parts() 202 failure_string = CMP_PKIFAILUREINFO_to_string(failure); in snprint_PKIStatusInfo_parts() 280 int failure; in OSSL_CMP_STATUSINFO_new() local 299 for (failure = 0; failure <= OSSL_CMP_PKIFAILUREINFO_MAX; failure++) { in OSSL_CMP_STATUSINFO_new() 300 if ((fail_info & (1 << failure)) != 0) { in OSSL_CMP_STATUSINFO_new() 304 if (!ASN1_BIT_STRING_set_bit(si->failInfo, failure, 1)) in OSSL_CMP_STATUSINFO_new()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_status.c | 170 int failure; in snprint_PKIStatusInfo_parts() local 200 for (failure = 0; failure <= OSSL_CMP_PKIFAILUREINFO_MAX; failure++) { in snprint_PKIStatusInfo_parts() 201 if ((fail_info & (1 << failure)) != 0) { in snprint_PKIStatusInfo_parts() 202 failure_string = CMP_PKIFAILUREINFO_to_string(failure); in snprint_PKIStatusInfo_parts() 280 int failure; in OSSL_CMP_STATUSINFO_new() local 299 for (failure = 0; failure <= OSSL_CMP_PKIFAILUREINFO_MAX; failure++) { in OSSL_CMP_STATUSINFO_new() 300 if ((fail_info & (1 << failure)) != 0) { in OSSL_CMP_STATUSINFO_new() 304 if (!ASN1_BIT_STRING_set_bit(si->failInfo, failure, 1)) in OSSL_CMP_STATUSINFO_new()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
D | 1-1.c | 41 int unresolved = 0, failure = 0; in main() local 64 failure = 1; in main() 70 failure = 1; in main() 75 failure = 1; in main() 79 failure = 1; in main() 83 failure = 1; in main() 88 failure = 1; in main() 101 if (failure == 1) { in main()
|
/third_party/python/Doc/c-api/ |
D | number.rst | 20 Returns the result of adding *o1* and *o2*, or ``NULL`` on failure. This is the 26 Returns the result of subtracting *o2* from *o1*, or ``NULL`` on failure. This is 32 Returns the result of multiplying *o1* and *o2*, or ``NULL`` on failure. This is 39 failure. This is the equivalent of the Python expression ``o1 @ o2``. 46 Return the floor of *o1* divided by *o2*, or ``NULL`` on failure. This is 53 *o2*, or ``NULL`` on failure. The return value is "approximate" because binary 61 Returns the remainder of dividing *o1* by *o2*, or ``NULL`` on failure. This is 69 See the built-in function :func:`divmod`. Returns ``NULL`` on failure. This is 77 See the built-in function :func:`pow`. Returns ``NULL`` on failure. This is the 85 Returns the negation of *o* on success, or ``NULL`` on failure. This is the [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/ |
D | 2-2.c | 35 int failure = 0; in main() local 46 failure = 1; in main() 50 failure = 1; in main() 69 failure = 1; in main() 73 failure = 1; in main() 76 if (failure) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
D | 1-1.c | 42 int unresolved = 0, failure = 0; in main() local 67 failure = 1; in main() 73 failure = 1; in main() 78 failure = 1; in main() 84 failure = 1; in main() 89 failure = 1; in main() 94 failure = 1; in main() 107 if (failure == 1) { in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 240 goto failure; in egl_config_to_structure() 252 goto failure; in egl_config_to_structure() 257 goto failure; in egl_config_to_structure() 262 goto failure; in egl_config_to_structure() 267 goto failure; in egl_config_to_structure() 272 goto failure; in egl_config_to_structure() 277 goto failure; in egl_config_to_structure() 282 goto failure; in egl_config_to_structure() 287 goto failure; in egl_config_to_structure() 294 goto failure; in egl_config_to_structure() [all …]
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
D | workbench.py | 73 self.failure = 0 85 for failure in failures: 86 if failure['source'] in self.known_states: 90 self.known_states.add(failure['source']) 91 self.failure += 1 92 self.failures.append(failure) 99 'failure': self.failure, 126 for failure in all_stats.failures: 127 print(failure)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 176 goto failure; in fb_config_to_structure() 181 goto failure; in fb_config_to_structure() 186 goto failure; in fb_config_to_structure() 191 goto failure; in fb_config_to_structure() 196 goto failure; in fb_config_to_structure() 201 goto failure; in fb_config_to_structure() 207 goto failure; in fb_config_to_structure() 211 goto failure; in fb_config_to_structure() 216 goto failure; in fb_config_to_structure() 221 goto failure; in fb_config_to_structure() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/ |
D | 10000-1.c | 51 int failure = 0; in main() local 83 failure = 1; in main() 91 failure = 1; in main() 103 failure = 1; in main() 107 failure = 1; in main() 111 if (failure) { in main()
|
/third_party/json/docs/mkdocs/docs/home/ |
D | exceptions.md | 131 !!! failure "Example message" 190 !!! failure "Example message" 204 !!! failure "Example message" 218 !!! failure "Example message" 228 !!! failure "Example message" 244 !!! failure "Example message" 254 !!! failure "Example message" 264 !!! failure "Example message" 274 !!! failure "Example messages" 287 !!! failure "Example message" [all …]
|
/third_party/iptables/ |
D | iptables.init | 32 failure() { 105 [ $ret -eq 0 ] && success || failure 163 [ $ret -eq 0 ] && success || failure 177 [ $ret -eq 0 ] && success || failure 212 failure; echo; 219 failure; echo; return 1 235 [ $ret -eq 0 ] && success || failure 300 [ $ret -eq 0 ] && success || failure 369 failure; echo; echo "Firewall rules are not changed."; return 1 381 [ $ret -eq 0 ] && success || failure
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/ |
D | 10000-1.c | 62 int failure = 0; in main() local 82 failure = 1; in main() 89 failure = 1; in main() 95 failure = 1; in main() 100 if (failure) { in main()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_entropy.data | 1 PSA external RNG failure: generate random and key 4 # When verifying the impact of a forced RNG failure, depend on the built-in 8 # its own randomness source which is not affected by the forced failure of 12 PSA external RNG failure: randomized ECDSA 16 PSA external RNG failure: deterministic ECDSA (software implementation) 20 PSA external RNG failure: RSA-PSS 24 PSA external RNG failure: RSA PKCS#1v1.5 (software implementation)
|