/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.
|
D | SGIX_async_histogram.txt | 72 ASYNC_HISTOGRAM_SGIX restores the default synchronous behavior.
|
/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.
|
D | SGIX_async_histogram.txt | 72 ASYNC_HISTOGRAM_SGIX restores the default synchronous behavior.
|
/third_party/node/test/parallel/ |
D | test-stream-some-find-every.mjs | 18 // Some, find, and every work with a synchronous stream and predicate 31 // Some, find, and every work with an asynchronous stream and synchronous predicate 41 // Some, find, and every work on synchronous streams with an asynchronous predicate
|
D | test-stream-asIndexedPairs.mjs | 6 // asIndexedPairs with a synchronous stream
|
/third_party/node/test/fixtures/wpt/resources/ |
D | readme.md | 10 making assertions and is intended to work for both simple synchronous
|
/third_party/elfutils/config/ |
D | debuginfod.sysconfig | 15 #DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.h | 109 gboolean synchronous; member
|
D | xvcontext.h | 203 gboolean synchronous);
|
D | xvimagesink.c | 1628 xvimagesink->synchronous = g_value_get_boolean (value); in gst_xv_image_sink_set_property() 1631 xvimagesink->synchronous); in gst_xv_image_sink_set_property() 1707 g_value_set_boolean (value, xvimagesink->synchronous); in gst_xv_image_sink_get_property() 1796 xvimagesink->synchronous); in gst_xv_image_sink_open() 1915 xvimagesink->synchronous = FALSE; in gst_xv_image_sink_init()
|
/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/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
|
D | raw_decoder.c | 500 if (sp->synchronous && 0 != sp->start[1]) in decode_pattern() 504 if (sp->synchronous && 0 != sp->start[0]) in decode_pattern() 825 if (!sp->synchronous) { in lines_containing_data()
|
/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()
|
D | Debug.h | 44 void setOutputSynchronous(bool synchronous);
|
/third_party/libfuse/doc/ |
D | mainpage.dox | 19 libfuse offers two APIs: a "high-level", synchronous API, and a
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_fifo_synchronous.txt | 138 the producer. In synchronous operation, this is the frame whose 183 synchronous operation). In this case the state of the EGLStream
|