/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | thenables.js | 62 var synchronous = true; 64 synchronous = false; 79 promise._rejectCallback(reason, synchronous, true);
|
D | promise.js | 470 function(reason, synchronous, ignoreNonErrorWarnings) { argument 478 this._attachExtraTrace(trace, synchronous ? hasStack : false); 487 var synchronous = true; 491 promise._rejectCallback(reason, synchronous); 493 synchronous = false;
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | async_guard.dart | 9 /// If the execution of [fn] does not throw a synchronous exception, and if the 14 /// If the execution of [fn] throws a synchronous exception, then the [Future] 16 /// stack trace are given by the synchronous exception. 25 /// synchronous and asynchronous are ignored.
|
/third_party/cef/tests/ceftests/ |
D | message_router_unittest.cc | 1031 bool synchronous, in MultiQueryManager() argument 1034 synchronous_(synchronous), in MultiQueryManager() 1836 bool synchronous, in MultiQuerySingleFrameTestHandler() argument 1838 : manager_(std::string(), synchronous), cancel_type_(cancel_type) { in MultiQuerySingleFrameTestHandler() 1926 #define MULTI_QUERY_SINGLE_FRAME_TYPE_TEST(name, type, synchronous) \ argument 1929 new MultiQuerySingleFrameTestHandler(synchronous); \ 2106 MultiQueryMultiHandlerTestHandler(bool synchronous, in MultiQueryMultiHandlerTestHandler() argument 2108 : manager_(std::string(), synchronous, 0), in MultiQueryMultiHandlerTestHandler() 2298 MultiQueryManager* CreateManager(const std::string& url, bool synchronous) { in CreateManager() argument 2302 url, synchronous, static_cast<int>(manager_map_.size()) * 1000); in CreateManager() [all …]
|
D | scheme_handler_unittest.cc | 676 XHRTestSettings() : synchronous(true) {} in XHRTestSettings() 682 bool synchronous; member 705 if (settings.synchronous) { in SetUpXHR() 1178 settings.synchronous = false; in TEST() 1232 settings.synchronous = false; in TEST() 1417 settings.synchronous = false; in TEST() 1638 settings.synchronous = false; in TEST() 1756 settings.synchronous = false; in TEST() 1903 settings.synchronous = false; in TEST() 1935 settings.synchronous = false; in TEST() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_async_pixel.txt | 67 Normally the DrawPixels command is synchronous: OpenGL executes a 83 ASYNC_DRAW_PIXELS_SGIX restores the default synchronous behavior 103 ASYNC_TEX_IMAGE_SGIX restores the default synchronous behavior for 125 ASYNC_READ_PIXELS_SGIX restores the default synchronous behavior
|
D | GLX_SGIX_video_resize.txt | 23 This extension provides a means for doing swap or frame synchronous 32 at swap rates and panning at frame rates is possible using frame synchronous 33 update instead of swap synchronous update used for the fill reduction case.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_async_pixel.txt | 67 Normally the DrawPixels command is synchronous: OpenGL executes a 83 ASYNC_DRAW_PIXELS_SGIX restores the default synchronous behavior 103 ASYNC_TEX_IMAGE_SGIX restores the default synchronous behavior for 125 ASYNC_READ_PIXELS_SGIX restores the default synchronous behavior
|
D | GLX_SGIX_video_resize.txt | 23 This extension provides a means for doing swap or frame synchronous 32 at swap rates and panning at frame rates is possible using frame synchronous 33 update instead of swap synchronous update used for the fill reduction case.
|
/third_party/node/deps/npm/node_modules/tough-cookie/ |
D | README.md | 273 Synchronous version of `setCookie`; only works with synchronous stores (e.g. the default `MemoryCoo… 293 Synchronous version of `getCookies`; only works with synchronous stores (e.g. the default `MemoryCo… 301 Synchronous version of `getCookieString`; only works with synchronous stores (e.g. the default `Mem… 309 Synchronous version of `getSetCookieStrings`; only works with synchronous stores (e.g. the default … 337 Sync version of `.deserialize`. _Note_ that the `store` must be synchronous for this to work. 355 …th be synchronous `Store`s. If one or both stores are asynchronous, use `.clone` instead. Recall t… 367 Stores are asynchronous by default, but if `store.synchronous` is set to `true`, then the `*Sync` m… 433 …CookieJar synchronous store implementation, used by default. Despite being a synchronous implement…
|
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | store.js | 41 Store.prototype.synchronous = false; method in Store
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.h | 109 gboolean synchronous; member
|
/third_party/elfutils/config/ |
D | debuginfod.sysconfig | 15 #DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | basic_types.dart | 47 /// * [VoidCallback], a synchronous version of this signature. 57 /// * [ValueSetter], a synchronous version of this signature. 65 /// * [ValueGetter], a synchronous version of this signature.
|
/third_party/node/test/fixtures/wpt/resources/ |
D | readme.md | 7 making assertions and is intended to work for both simple synchronous
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.h | 195 gboolean synchronous; member
|
D | ximagesink.c | 1295 ximagesink->synchronous ? "TRUE" : "FALSE"); in gst_x_image_sink_change_state() 1297 XSynchronize (ximagesink->xcontext->disp, ximagesink->synchronous); in gst_x_image_sink_change_state() 1752 ximagesink->synchronous = g_value_get_boolean (value); in gst_x_image_sink_set_property() 1755 ximagesink->synchronous ? "TRUE" : "FALSE"); in gst_x_image_sink_set_property() 1757 XSynchronize (ximagesink->xcontext->disp, ximagesink->synchronous); in gst_x_image_sink_set_property() 1814 g_value_set_boolean (value, ximagesink->synchronous); in gst_x_image_sink_get_property() 1931 ximagesink->synchronous = FALSE; in gst_x_image_sink_init()
|
/third_party/node/deps/npm/node_modules/read-cmd-shim/ |
D | README.md | 37 Same as above but synchronous. Errors are thrown.
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.cpp | 121 void Debug::setOutputSynchronous(bool synchronous) in setOutputSynchronous() argument 123 mOutputSynchronous = synchronous; in setOutputSynchronous()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | sampling_par.c | 279 && !sp->synchronous) { in _vbi_sampling_par_permit_service() 394 sp->synchronous = TRUE; in _vbi_sampling_par_from_services_log()
|
D | decoder.h | 369 vbi_bool synchronous; member
|
/third_party/node/deps/npm/node_modules/isexe/ |
D | README.md | 22 // same thing but synchronous, throws errors
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | fake_codec.dart | 12 /// frames, and provides synchronous [getNextFrame] implementation.
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_rt.c | 300 .synchronous = false); in lower_ray_walk_intrinsics() 322 .synchronous = false); in lower_ray_walk_intrinsics()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.cpp | 121 void Debug::setOutputSynchronous(bool synchronous) in setOutputSynchronous() argument 123 mOutputSynchronous = synchronous; in setOutputSynchronous()
|