/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
D | 4-4.c | 44 static int caught = 0; variable 51 caught++; in handler() 116 caught = 0; in main() 120 if (caught == 1) { in main() 129 if (caught >= 2) { in main() 132 printf("Caught %d < 2 signals\n", caught); in main()
|
D | 4-3.c | 46 static int caught = 0; variable 53 caught++; in handler() 126 if (caught == 1) { in main() 129 printf("FAIL: Caught %d signals, not 1\n", caught); in main()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 199 int caught; \ 220 while (the_exception_context->caught = 0, \ 221 the_exception_context->caught); \ 224 the_exception_context->caught = 1; \ 228 if (!the_exception_context->caught || action) { } \
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | cancellableLanguageServiceOperations.ts | 85 let caught: any; 90 caught = e; 92 assert.exists(caught, "Expected operation to be cancelled, but was not"); 93 assert.instanceOf(caught, OperationCanceledException);
|
/third_party/node/test/parallel/ |
D | test-repl-syntax-error-handling.js | 63 let caught; 67 caught = true; 69 assert(caught);
|
/third_party/node/test/sequential/ |
D | test-child-process-execsync.js | 53 let caught = false; variable 60 caught = true; 66 assert.ok(caught, 'execSync should throw');
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 16-1.c | 48 char caught; member 107 s->caught = 1; in handler() 183 while (!s->caught) in test_sig()
|
/third_party/node/lib/ |
D | domain.js | 239 let caught = false; 279 caught = this.emit('error', er); 295 caught = this.emit('error', er); 303 caught = process.domain._errorHandler(er2); 316 return caught;
|
/third_party/python/Lib/test/test_importlib/ |
D | test_metadata_api.py | 129 with suppress_known_deprecation() as caught: 136 expected = next(iter(caught)) 148 with suppress_known_deprecation() as caught: 152 expected = next(iter(caught))
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_25-1.in | 10 the signal that was caught is added to the signal mask by raising that 41 printf("%%MYSIG%% caught\n"); 43 printf("Signal caught while inside handler\n");
|
D | template_22-1.in | 12 was caught is not added to the signal mask by raising that signal in the 43 printf("%%MYSIG%% caught\n"); 45 printf("Signal caught while inside handler\n");
|
D | template_16-1.in | 92 static volatile sig_atomic_t caught = 0; 99 caught++; 188 while ( !caught )
|
/third_party/rust/crates/proc-macro-error/src/ |
D | lib.rs | 432 let caught = catch_unwind(f); in entry_point() localVariable 454 match caught { in entry_point()
|
/third_party/node/test/es-module/ |
D | test-esm-loader-event-loop.mjs | 7 // Test that the process doesn't exit because of a caught exception thrown as part of dynamic impor…
|
D | test-esm-nowarn-exports.mjs | 9 it('should not warn when caught', async () => {
|
/third_party/typescript/tests/baselines/reference/ |
D | genericCallSpecializedToTypeArg.errors.txt | 10 y.getDist(); //<-- this requires a missing constraint, but it's not caught
|
D | genericCallSpecializedToTypeArg.types | 19 y.getDist(); //<-- this requires a missing constraint, but it's not caught
|
D | genericCallSpecializedToTypeArg.symbols | 24 y.getDist(); //<-- this requires a missing constraint, but it's not caught
|
/third_party/rust/crates/regex/regex-capi/ |
D | README.md | 87 This library will abort your process if an unwinding panic is caught in the 92 which will cause a panic, which will be caught and printed to stderr. The
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | other_error.md | 45 The following code shows how a `other_error` exception can be caught.
|
D | invalid_iterator.md | 45 The following code shows how a `invalid_iterator` exception can be caught.
|
D | type_error.md | 46 The following code shows how a `type_error` exception can be caught.
|
D | out_of_range.md | 46 The following code shows how a `out_of_range` exception can be caught.
|
/third_party/python/Doc/library/ |
D | asyncio-exceptions.rst | 27 This exception can be caught to perform custom operations
|
/third_party/rust/crates/cxx/book/src/ |
D | reference.md | 29 the set of caught exceptions and their conversion to a Rust error message.
|