Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
D4-4.c44 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()
D4-3.c46 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/
Dcexcept.h199 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/
DcancellableLanguageServiceOperations.ts85 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/
Dtest-repl-syntax-error-handling.js63 let caught;
67 caught = true;
69 assert(caught);
/third_party/node/test/sequential/
Dtest-child-process-execsync.js53 let caught = false; variable
60 caught = true;
66 assert.ok(caught, 'execSync should throw');
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c48 char caught; member
107 s->caught = 1; in handler()
183 while (!s->caught) in test_sig()
/third_party/node/lib/
Ddomain.js239 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/
Dtest_metadata_api.py129 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/
Dtemplate_25-1.in10 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");
Dtemplate_22-1.in12 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");
Dtemplate_16-1.in92 static volatile sig_atomic_t caught = 0;
99 caught++;
188 while ( !caught )
/third_party/rust/crates/proc-macro-error/src/
Dlib.rs432 let caught = catch_unwind(f); in entry_point() localVariable
454 match caught { in entry_point()
/third_party/node/test/es-module/
Dtest-esm-loader-event-loop.mjs7 // Test that the process doesn't exit because of a caught exception thrown as part of dynamic impor…
Dtest-esm-nowarn-exports.mjs9 it('should not warn when caught', async () => {
/third_party/typescript/tests/baselines/reference/
DgenericCallSpecializedToTypeArg.errors.txt10 y.getDist(); //<-- this requires a missing constraint, but it's not caught
DgenericCallSpecializedToTypeArg.types19 y.getDist(); //<-- this requires a missing constraint, but it's not caught
DgenericCallSpecializedToTypeArg.symbols24 y.getDist(); //<-- this requires a missing constraint, but it's not caught
/third_party/rust/crates/regex/regex-capi/
DREADME.md87 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/
Dother_error.md45 The following code shows how a `other_error` exception can be caught.
Dinvalid_iterator.md45 The following code shows how a `invalid_iterator` exception can be caught.
Dtype_error.md46 The following code shows how a `type_error` exception can be caught.
Dout_of_range.md46 The following code shows how a `out_of_range` exception can be caught.
/third_party/python/Doc/library/
Dasyncio-exceptions.rst27 This exception can be caught to perform custom operations
/third_party/rust/crates/cxx/book/src/
Dreference.md29 the set of caught exceptions and their conversion to a Rust error message.

1234567