HomeSort by relevance Sort by last modified time
    Searched full:asynchronous (Results 226 - 250 of 2015) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/tests/
test_flash_fullscreen.cc 70 // The transition is asynchronous and ends at the next DidChangeView().
78 // The out-of-process proxy is asynchronous, so testing for the following
135 // Transition to normal is synchronous in-process and asynchronous
  /external/chromium_org/third_party/tlslite/tlslite/integration/
AsyncStateMachine.py 2 A state machine for using TLS Lite with asynchronous I/O.
25 #These store the various asynchronous operations (i.e.
191 asynchronous handshake functions (i.e. handshakeServerAsync, or
  /external/qemu/android/
async-utils.h 22 /* A set of useful data types to perform asynchronous operations.
30 ASYNC_COMPLETE = 0, /* asynchronous operation completed */
212 /* Asynchronous connection to a socket
async-socket.c 43 * Asynchronous Socket internal API declarations
54 * as - Asynchronous socket for the I/O.
61 * Asynchronous Socket Reader / Writer
67 /* Asynchronous socket for this I/O. */
115 * as - Asynchronous socket for the I/O.
222 /* Creates new asynchronous socket reader.
224 * as - Asynchronous socket for the reader.
245 /* Creates new asynchronous socket writer.
247 * as - Asynchronous socket for the writer.
287 * Public Asynchronous Socket I/O AP
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 142 /** Create a new asynchronous graph runner with the given filter
154 /** Create a new asynchronous graph runner with the given filter
208 /** Stop graph execution. This is an asynchronous call; register a callback
  /frameworks/wilhelm/src/itf/
IObject.c 22 // Called by a worker thread to handle an asynchronous Object.Realize.
113 // Asynchronous: mark operation pending and cancellable
122 case SL_OBJECT_STATE_REALIZING_1: // asynchronous on non-Engine
133 case SL_OBJECT_STATE_REALIZING_2: // synchronous, or asynchronous on Engine
146 // asynchronous Realize on an Engine is actually done synchronously, but still has
165 // Called by a worker thread to handle an asynchronous Object.Resume.
241 // Asynchronous: mark operation pending and cancellable
250 case SL_OBJECT_STATE_RESUMING_1: // asynchronous
413 // Abort asynchronous operations on the object
436 // Abort asynchronous operations on interface
    [all...]
IDynamicInterfaceManagement.c 22 // Called by a worker thread to handle an asynchronous AddInterface.
133 // Asynchronous: mark operation pending and cancellable
261 // currently being resumed (will not auto-cancel an asynchronous resume)
278 // Called by a worker thread to handle an asynchronous ResumeInterface.
381 // Asynchronous: mark operation pending and cancellable
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 39 * Create an asynchronous <code>LSParser</code>.
53 * <code>LSParser</code> that is created will operate in asynchronous
70 * <code>LSParser</code> is either synchronous or asynchronous
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 230 // Called after an asynchronous read. Updates |crc32s_| if possible.
238 // Called after an asynchronous write completes.
258 // Called after an asynchronous doom completes.
272 // Called after completion of asynchronous IO and receiving file metadata for
313 // synchronous entry at the completion of each item of asynchronous IO.
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 110 // FIXME: make ImageBitmap creation asynchronous crbug.com/258082
153 // FIXME: make ImageBitmap creation asynchronous crbug.com/258082
189 // FIXME: make ImageBitmap creation asynchronous crbug.com/258082
240 // FIXME: make ImageBitmap creation asynchronous crbug.com/258082
259 // FIXME: make ImageBitmap creation asynchronous crbug.com/258082
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 43 * the asynchronous API without risking to stall the PulseAudio library.
97 * Callbacks in PulseAudio are asynchronous, so they require extra care when
220 * \subsection async_subsec Asynchronous callbacks
222 * PulseAudio also has callbacks that are completely asynchronous, meaning
228 * The callbacks that are completely asynchronous are:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 43 * the asynchronous API without risking to stall the PulseAudio library.
97 * Callbacks in PulseAudio are asynchronous, so they require extra care when
220 * \subsection async_subsec Asynchronous callbacks
222 * PulseAudio also has callbacks that are completely asynchronous, meaning
228 * The callbacks that are completely asynchronous are:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 43 * the asynchronous API without risking to stall the PulseAudio library.
97 * Callbacks in PulseAudio are asynchronous, so they require extra care when
220 * \subsection async_subsec Asynchronous callbacks
222 * PulseAudio also has callbacks that are completely asynchronous, meaning
228 * The callbacks that are completely asynchronous are:
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 59 * Context.sendBroadcast}) are completely asynchronous. All receivers of the
176 * {@link #onReceive} implementation: anything that requires asynchronous
178 * function to handle the asynchronous operation, but at that point the
180 * its process before the asynchronous operation completes.
264 * asynchronous broadcast handling.
274 * asynchronous broadcast handling.
283 * asynchronous broadcast handling.
293 * asynchronous broadcast handling.
302 * asynchronous broadcast handling.
312 * asynchronous broadcast handling
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.h 61 // Asynchronous connection success.
126 // Asynchronous read/write success (inferred data length).
225 // complete the asynchronous read operation.
230 // is called to complete the asynchronous read operation.
462 // asynchronous. It is an error to perform synchronous I/O while stopped.
467 // However, in the case of asynchronous I/O, this I/O may be initiated in
491 // complete in this step, but is marked asynchronous. Write() returns
511 // an asynchronous write has been started but the callback has not been
515 // an asynchronous read has been started but the callback has not been
518 // Called to complete an asynchronous write to execute the write callback
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
TraceEvent.java 282 * @param id The id of the asynchronous event. Will automatically figure out the name from
293 * @param id The id of the asynchronous event.
303 * @param id The id of the asynchronous event.
313 * @param id The id of the asynchronous event. Will automatically figure out the name from
324 * @param id The id of the asynchronous event.
334 * @param id The id of the asynchronous event.
  /frameworks/wilhelm/src/
sles_allinclusive.h 183 #define INTERFACE_ADDING_1 3 ///< part 1 of asynchronous AddInterface, pending
184 #define INTERFACE_ADDING_2 4 ///< synchronous AddInterface, or part 2 of asynchronous
189 #define INTERFACE_RESUMING_1 9 ///< part 1 of asynchronous ResumeInterface, pending
190 #define INTERFACE_RESUMING_2 10 ///< synchronous ResumeInterface, or part 2 of asynchronous
191 #define INTERFACE_ADDING_1A 11 ///< part 1 of asynchronous AddInterface, aborted
192 #define INTERFACE_RESUMING_1A 12 ///< part 1 of asynchronous ResumeInterface, aborted
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 30 // other is asynchronous, and used by the metrics services in preparation for a
145 // The sequence number used by the most recent asynchronous update request to
150 // an asynchronous update).
  /external/chromium/net/disk_cache/
file_posix.cc 17 // This class represents a single asynchronous IO operation while it is being
69 // These methods start an asynchronous operation. The arguments have the same
70 // semantics of the File asynchronous operations, with the exception that the
  /external/chromium_org/net/http/
http_pipelined_connection_impl.h 208 // Called when an asynchronous Send() completes.
225 // response to OnSendIOCallback for an asynchronous request.
238 // Called when the pending asynchronous ReadResponseHeaders() completes.
  /external/mdnsresponder/mDNSShared/
dns-sd.1 57 the asynchronous nature of DNS Service Discovery does
64 explicitly terminates the call. This style of asynchronous interaction
67 asynchronous event notifications as they happen.
mDNS.1 61 the asynchronous nature of DNS Service Discovery does
68 explicitly terminates the call. This style of asynchronous interaction
71 asynchronous event notifications as they happen.
  /frameworks/base/core/java/android/os/
Handler.java 153 * and set whether the handler should be asynchronous.
156 * one that is strictly asynchronous.
158 * Asynchronous messages represent interrupts or events that do not require global ordering
159 * with represent to synchronous messages. Asynchronous messages are not subject to
173 * and set whether the handler should be asynchronous.
176 * one that is strictly asynchronous.
178 * Asynchronous messages represent interrupts or events that do not require global ordering
179 * with represent to synchronous messages. Asynchronous messages are not subject to
211 * should be asynchronous.
214 * one that is strictly asynchronous
    [all...]
  /system/core/include/cutils/
trace.h 205 * Trace the beginning of an asynchronous event. Unlike ATRACE_BEGIN/ATRACE_END
206 * contexts, asynchronous events do not need to be nested. The name describes
227 * Trace the end of an asynchronous event.
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 59 * asynchronous events to occur in between the pause and resume operations.

Completed in 743 milliseconds

1 2 3 4 5 6 7 8 91011>>