HomeSort by relevance Sort by last modified time
    Searched full:asynchronous (Results 51 - 75 of 447) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
package-info.java 22 * thread pools, asynchronous IO, and lightweight task frameworks.
29 * complete asynchronous task execution framework. An
36 * provide methods arranging asynchronous execution of any
60 * asynchronous tasks.
202 * <li>Actions taken by the asynchronous computation represented by a
Future.java 10 * A <tt>Future</tt> represents the result of an asynchronous
59 * <p>Memory consistency effects: Actions taken by the asynchronous computation
  /frameworks/base/core/java/android/os/
AsyncTask.java 36 * <p>An asynchronous task is defined by a computation that runs on a background thread and
37 * whose result is published on the UI thread. An asynchronous task is defined by 3 generic
76 * <p>The three types used by an asynchronous task are the following:</p>
85 * <p>Not all types are always used by an asynchronous task. To mark a type as unused,
92 * <p>When an asynchronous task is executed, the task goes through 4 steps:</p>
100 * of the asynchronous task are passed to this step. The result of the computation must
179 * Creates a new asynchronous task. This constructor must be invoked on the UI thread.
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket.h 188 * This is an asynchronous method.
236 * This is an asynchronous method.
264 * This is an asynchronous method.
383 * This is an asynchronous method.
419 * This is an asynchronous method.
480 * This is an asynchronous method.
506 * This is an asynchronous method.
532 * This is an asynchronous method.
556 * This is an asynchronous method.
583 * This is an asynchronous method
    [all...]
oscl_dns_imp_base.h 44 //asynchronous methods.
oscl_dns.h 70 * asynchronous command completion.
127 * This is an asynchronous method.
oscl_file_native.h 101 ** Asynchronous read.
106 ** @param status: Request status for asynchronous completion
oscl_tcp_socket.cpp 165 //Allocate asynchronous method objects.
183 //Allocate asynchronous method objects.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParamsFactory.java 255 * asynchronous processing is required.
316 * asynchronous processing is required.
359 * asynchronous processing is required.
409 * asynchronous processing is required.
502 * asynchronous processing is required.
600 * asynchronous processing is required.
643 * asynchronous processing is required.
670 * asynchronous processing is required.
744 * asynchronous processing is required.t
811 * asynchronous processing is required
    [all...]
  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 20 asynchronous I/O requests issued via legacy USB API.
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 20 asynchronous I/O requests issued via WinUsb API.
  /external/bluetooth/glib/gio/
gloadableicon.h 52 * @load_finish: Finishes an asynchronous icon load.
gloadableicon.c 110 * Loads a loadable icon. For the asynchronous version of this function,
167 * Finishes an asynchronous icon load started in g_loadable_icon_load_async().
  /external/guava/src/com/google/common/util/concurrent/
CheckedFuture.java 38 * {@link Future} or as an asynchronous callback mechanism as needed. This
ListenableFuture.java 25 * is useful for asynchronous workflows. Each listener has an associated
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_cpm_support.cpp 64 * Queue an asynchronous node command - GetLicense(Unicode)
86 * Queue an asynchronous node command - GetLicense(ASCII)
109 * Queue an asynchronous node command - CancelGetLicense
614 * the queued commands are all asynchronous commands to the
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_systhread.c 57 /* Mask asynchronous signals for this thread */
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_systhread.c 77 /* Mask asynchronous signals for this thread */
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 84 /* Mask asynchronous signals for this thread */
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 110 /* Mask asynchronous signals for this thread */
  /external/kernel-headers/original/linux/
ppp_defs.h 62 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */
63 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */
  /external/opencore/engines/common/include/
pv_engine_types.h 226 * PVEngineAsyncEvent class is a data class to hold asynchronous events generated by the engine. The class is meant to be used inside the engine
257 * This function returns the stored asynchronous event type value.
  /external/opencore/nodes/common/include/
pvmf_nodes_sync_control.h 116 * This method is asynchronous and the completion of this command will be sent through the
127 * @returns A unique command id for asynchronous completion.
  /external/ppp/pppd/include/net/
ppp_defs.h 72 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */
73 #define PPP_TRANS 0x20 /* Asynchronous transparency modifier */
  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 190 // The call to proxy.onReceivedHttpAuthRequest() may be asynchronous. If
213 // The message queued by the response from the last asynchronous

Completed in 1365 milliseconds

1 23 4 5 6 7 8 91011>>