/third_party/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/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/flutter/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/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/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/flutter/flutter/packages/flutter/test/rendering/ |
D | rendering_tester.dart | 18 /// If [onErrors] is not null, it is called if [FlutterError] caught any errors 19 /// while drawing the frame. If [onErrors] is null and [FlutterError] caught at least 26 /// A function called after drawing a frame if [FlutterError] caught any errors. 33 /// Returns the error least recently caught by [FlutterError] and removes it 45 /// Returns all error details caught by [FlutterError] from least recently caught to 46 /// most recently caught, and removes them from the list of captured errors. 59 /// Returns all exceptions caught by [FlutterError] from least recently caught to 60 /// most recently caught, and removes them from the list of captured errors.
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | Assert.cs | 120 var caught = false; 127 caught = true; 130 if (!caught)
|
/third_party/boost/libs/any/test/ |
D | test.hpp | 276 catch(const failure & caught) in operator ()() local 278 (result = "failed: ") += caught.what(); in operator ()() 286 catch(const exception & caught) in operator ()() local 288 (result = "exception: ") += caught.what(); in operator ()()
|
/third_party/boost/boost/context/detail/ |
D | exception.hpp | 26 bool caught{ false }; member 37 BOOST_ASSERT( caught); in ~forced_unwind()
|
/third_party/node/test/sequential/ |
D | test-child-process-execsync.js | 47 let caught = false; variable 54 caught = true; 60 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 | 230 let caught = false; 269 caught = this.emit('error', er); 285 caught = this.emit('error', er); 293 caught = process.domain._errorHandler(er2); 306 return caught;
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | direct_resolve.js | 30 return this.caught(reason, handler); 43 return this.caught(value, handler);
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/ |
D | async_guard_test.dart | 95 test('syncError is caught by asyncGuard', () async { 109 test('asyncError is caught by asyncGuard', () async { 122 test('asyncAndSyncError is caught by asyncGuard', () async {
|
/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/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/boost/libs/phoenix/doc/modules/ |
D | statement.qbk | 319 cout << val("caught runtime error or derived\n") 323 cout << val("caught exception or derived: ") << bind(&exception::what, e_) << val("\n") 327 cout << val("caught some other type of exception\n") 356 cout << val("caught runtime error or derived\n"), 361 cout << val("caught exception or derived\n"), 366 cout << val("caught some other type of exception\n"),
|
/third_party/boost/libs/graph/test/ |
D | metric_tsp_approx.cpp | 319 bool caught = false; in main() local 328 caught = true; in main() 330 BOOST_ASSERT(caught); in main()
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | image_provider_test.dart | 69 test('ImageProvider errors can always be caught', () async { 85 test('obtainKey errors will be caught', () async { 100 test('resolve sync errors will be caught', () async { 123 test('resolve errors in the completer will be 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
|