Searched defs:async (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DThreadPool.h78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { function in class:llvm::ThreadPool
96 inline std::shared_future<VoidTy> async(Function &&F) { function in class:llvm::ThreadPool
/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.h74 // For tests that really need async operations with message loop, call this
76 void SetAsyncMode(bool async) { async_ = async; } argument
/external/libmojo/base/android/java/src/org/chromium/base/
H A DSystemMessageHandler.java69 // Marking the message async provides fair Chromium task dispatch when
80 * to L MR1 the async Message API was hidden, and for such cases we fall
87 public static void setAsynchronous(Message message, boolean async) { argument
88 IMPL.setAsynchronous(message, async);
95 public void setAsynchronous(Message message, boolean async); argument
110 public void setAsynchronous(Message msg, boolean async) { argument
111 msg.setAsynchronous(async);
135 public void setAsynchronous(Message msg, boolean async) { argument
140 mMessageMethodSetAsynchronous.invoke(msg, async);
142 Log.e(TAG, "Illegal access to async messag
[all...]
/external/libdrm/exynos/
H A Dexynos_drm.h131 __u64 async; member in struct:drm_exynos_g2d_exec
/external/curl/lib/
H A Dasyn-ares.c170 static void destroy_async_data(struct Curl_async *async);
179 destroy_async_data(&conn->async);
183 * destroy_async_data() cleans up async resolver data.
185 static void destroy_async_data(struct Curl_async *async) argument
187 free(async->hostname);
189 if(async->os_specific) {
190 struct ResolverResults *res = (struct ResolverResults *)async->os_specific;
198 async->os_specific = NULL;
201 async->hostname = NULL;
312 conn->async
[all...]
H A Dasyn-thread.c144 destroy_async_data(&conn->async);
178 return &(((struct thread_data *)conn->async.os_specific)->tsd);
181 #define CONN_THREAD_SYNC_DATA(conn) &(((conn)->async.os_specific)->tsd);
253 /* The tsd->res structure has been copied to async.dns and perhaps the DNS
341 * destroy_async_data() cleans up async resolver data and thread handle.
343 static void destroy_async_data(struct Curl_async *async) argument
345 if(async->os_specific) {
346 struct thread_data *td = (struct thread_data*) async->os_specific;
367 free(async->os_specific);
370 async
[all...]
H A Dmulti.c1167 bool async; local
1171 result = Curl_connect(data, connp, &async, &protocol_done);
1176 if(async) {
1177 /* Now, if async is TRUE here, we need to wait for the name
1279 bool async; local
1407 &async, &protocol_connect);
1426 if(async)
1470 conn->async.dns = dns;
1471 conn->async.done = TRUE;
H A Durl.c654 /* possible left-overs from the async name resolvers */
3803 bool *async)
3815 *async = FALSE;
3871 *async = TRUE;
3893 *async = TRUE;
4003 * if this function returns CURLE_OK and *async is set to TRUE, the resolve
4004 * response will be coming asynchronously. If *async is FALSE, the name is
4009 * @param async is set TRUE when an async DNS resolution is pending
4017 bool *async)
3801 resolve_server(struct Curl_easy *data, struct connectdata *conn, bool *async) argument
4015 create_conn(struct Curl_easy *data, struct connectdata **in_connect, bool *async) argument
[all...]
H A Durldata.h971 struct Curl_async async; member in struct:connectdata
/external/libchrome/base/files/
H A Dfile.h308 bool async() const { return async_; } function in class:base::File
/external/python/cpython2/Lib/xml/dom/
H A Dxmlbuilder.py337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
/external/webrtc/webrtc/p2p/base/
H A Dfaketransportcontroller.h66 // If async, will send packets by "Post"-ing to message queue instead of
68 void SetAsync(bool async) { async_ = async; } argument
361 // If async, will send packets by "Post"-ing to message queue instead of
363 void SetAsync(bool async) { async_ = async; } argument
/external/boringssl/src/ssl/test/
H A Dtest_config.h40 bool async = false; member in struct:TestConfig
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h135 __u64 async; member in struct:drm_exynos_g2d_exec
/external/python/cpython2/Mac/Modules/snd/
H A D_Sndmodule.c115 Boolean async; local
118 &async))
122 async);
191 PyDoc_STR("(SndListHandle sndHandle, Boolean async) -> None")},
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc100 bool async)
103 async_(async),
113 ASSERT(async_ || (type_ != SOCK_STREAM)); // We only support async streams
97 VirtualSocket(VirtualSocketServer* server, int family, int type, bool async) argument
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h817 bool async; member in struct:pipe_debug_callback
/external/caliper/lib/
H A Djersey-client-1.11.jar ... com.sun.jersey.api.client.async.ITypeListener) public abstract java.util.concurrent. ...
/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc1602 AsyncOpKernel* async = item.kernel->AsAsync(); local
1603 DCHECK(async != nullptr);
1653 device->ComputeAsync(async, &state->ctx, done);
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2069 milliseconds

12