Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/glib/gio/tests/
Dproxy.c107 use_resolver (gboolean synchronous) in use_resolver() argument
113 if (synchronous) in use_resolver()
227 run_with_enumerator (gboolean synchronous, GSocketAddressEnumerator *enumerator) in run_with_enumerator() argument
231 if (synchronous) in run_with_enumerator()
260 use_enumerator (gboolean synchronous) in use_enumerator() argument
269 run_with_enumerator (synchronous, enumerator); in use_enumerator()
275 use_inet_address (gboolean synchronous) in use_inet_address() argument
311 run_with_enumerator (synchronous, enumerator); in use_inet_address()
318 use_unix_address (gboolean synchronous) in use_unix_address() argument
337 run_with_enumerator (synchronous, enumerator); in use_unix_address()
[all …]
Dresolver.c39 static gboolean synchronous = FALSE; variable
573 do_connectable (const char *arg, gboolean synchronous, guint count) in do_connectable() argument
617 if (synchronous) in do_connectable()
672 { "synchronous", 's', 0, G_OPTION_ARG_NONE, &synchronous, "Synchronous connections", NULL },
726 do_connectable (argv[1], synchronous, connectable_count); in main()
730 if (synchronous) in main()
/third_party/boost/libs/asio/doc/requirements/
Dsynchronous_socket_operations.qbk8 [section:synchronous_socket_operations Requirements on synchronous socket operations]
10 In this section, ['synchronous socket operations] are those member functions
16 For an object `s`, the conditions under which its synchronous socket operations
23 [mdash] the synchronous socket operation is specified in terms of a __POSIX__
31 then the synchronous socket operation shall not block the calling thread.
34 Otherwise, the synchronous socket operation shall block the calling thread
DSyncRandomAccessReadDevice.qbk8 [section:SyncRandomAccessReadDevice Buffer-oriented synchronous random-access
11 In the table below, `a` denotes a synchronous random-access read device object,
16 [table Buffer-oriented synchronous random-access read device requirements
DSyncRandomAccessWriteDevice.qbk8 [section:SyncRandomAccessWriteDevice Buffer-oriented synchronous random-access
11 In the table below, `a` denotes a synchronous random-access write device
16 [table Buffer-oriented synchronous random-access write device requirements
/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/boost/libs/beast/doc/qbk/03_core/
D7b_detect_ssl.qbk15 synchronous stream algorithm. Finally, we implement an asynchronous
40 algorithms may be synchronous or asynchronous. Because synchronous algorithms
44 The synchronous version is implemented thusly:
48 Now that we have the synchronous version, we can attempt to model the
50 operation is called an ['initiating function]. While the synchronous
100 is a transformation of the synchronous version of `detect_ssl` above,
D4__layers.qbk13 of both synchronous and asynchronous read and write streams, implemented
52 This stream can be used for synchronous and asynchronous reading
62 A buffered read stream meets the requirements for synchronous and
123 It meets the requirements for synchronous and asynchronous read and write
D2_streams.qbk15 an ordered sequence of bytes. Streams are either synchronous or asynchronous,
112 synchronous stream may check its argument:
/third_party/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc98 bool synchronous = true; in get_request_metadata() local
106 synchronous = false; // Async return. in get_request_metadata()
110 if (synchronous) delete ctx; in get_request_metadata()
111 return synchronous; in get_request_metadata()
/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/libsoup/examples/
Dget.c150 static gboolean synchronous, ntlm; variable
182 G_OPTION_ARG_NONE, &synchronous,
286 if (!synchronous) in main()
291 if (!synchronous) in main()
/third_party/boost/libs/asio/doc/overview/
Dbasics.qbk10 Boost.Asio may be used to perform both synchronous and asynchronous operations on I/O
15 connect operation on a socket. We shall start by examining synchronous
32 When a synchronous connect operation is performed, the following sequence of
87 Time passes. (In the synchronous case this wait would have been contained
Dstreams.qbk21 * `SyncReadStream`, where synchronous read operations are performed using a
27 * `SyncWriteStream`, where synchronous write operations are performed using a
Dasync.qbk10 The Boost.Asio library offers side-by-side support for synchronous and asynchronous
13 disadvantages of this approach, when compared to a synchronous-only or Reactor
116 library may also be implemented using synchronous event demultiplexors that
128 synchronous-only approach would require) can degrade system performance, due to
/third_party/grpc/test/cpp/codegen/
Dcompiler_test_golden299 // disable synchronous version of this method
319 // disable synchronous version of this method
339 // disable synchronous version of this method
359 // disable synchronous version of this method
402 // disable synchronous version of this method
440 // disable synchronous version of this method
478 // disable synchronous version of this method
516 // disable synchronous version of this method
546 // disable synchronous version of this method
563 // disable synchronous version of this method
[all …]
/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/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/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/boost/libs/beast/doc/qbk/02_examples/
D_examples.qbk28 [HTTP, synchronous]
56 [WebSocket, synchronous]
85 [HTTP, synchronous]
121 [WebSocket, synchronous]
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dstore.js41 Store.prototype.synchronous = false; method in Store

12345678910>>...14