Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dthenables.js62 var synchronous = true;
64 synchronous = false;
79 promise._rejectCallback(reason, synchronous, true);
Dpromise.js470 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/
Dasync_guard.dart9 /// 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/
Dmessage_router_unittest.cc1031 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 …]
Dscheme_handler_unittest.cc676 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/
DSGIX_async_pixel.txt67 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
DGLX_SGIX_video_resize.txt23 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/
DSGIX_async_pixel.txt67 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
DGLX_SGIX_video_resize.txt23 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/
DREADME.md273 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/
Dstore.js41 Store.prototype.synchronous = false; method in Store
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.h109 gboolean synchronous; member
/third_party/elfutils/config/
Ddebuginfod.sysconfig15 #DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dbasic_types.dart47 /// * [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/
Dreadme.md7 making assertions and is intended to work for both simple synchronous
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h195 gboolean synchronous; member
Dximagesink.c1295 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/
DREADME.md37 Same as above but synchronous. Errors are thrown.
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDebug.cpp121 void Debug::setOutputSynchronous(bool synchronous) in setOutputSynchronous() argument
123 mOutputSynchronous = synchronous; in setOutputSynchronous()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dsampling_par.c279 && !sp->synchronous) { in _vbi_sampling_par_permit_service()
394 sp->synchronous = TRUE; in _vbi_sampling_par_from_services_log()
Ddecoder.h369 vbi_bool synchronous; member
/third_party/node/deps/npm/node_modules/isexe/
DREADME.md22 // same thing but synchronous, throws errors
/third_party/flutter/flutter/packages/flutter/test/painting/
Dfake_codec.dart12 /// frames, and provides synchronous [getNextFrame] implementation.
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt.c300 .synchronous = false); in lower_ray_walk_intrinsics()
322 .synchronous = false); in lower_ray_walk_intrinsics()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.cpp121 void Debug::setOutputSynchronous(bool synchronous) in setOutputSynchronous() argument
123 mOutputSynchronous = synchronous; in setOutputSynchronous()

12345678