HomeSort by relevance Sort by last modified time
    Searched full:async (Results 301 - 325 of 1591) sorted by null

<<11121314151617181920>>

  /frameworks/wilhelm/src/objects/
CEngine.c 52 SLresult CEngine_Realize(void *self, SLboolean async)
79 SLresult CEngine_Resume(void *self, SLboolean async)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
pulseaudio.h 84 * PulseAudio API. A guide can be found in \subpage async.
88 * where the simple API is insufficient. See the \ref async page for
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 84 * PulseAudio API. A guide can be found in \subpage async.
88 * where the simple API is insufficient. See the \ref async page for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 84 * PulseAudio API. A guide can be found in \subpage async.
88 * where the simple API is insufficient. See the \ref async page for
  /external/chromium_org/net/websockets/
websocket_stream_test.cc 452 MockConnect(ASYNC, ERR_CONNECTION_TIMED_OUT));
476 MockWrite writes[] = {MockWrite(ASYNC, 0, "GET / HTTP/"),
477 MockWrite(ASYNC, 1, "1.1\r\n")};
496 MockWrite writes[] = {MockWrite(ASYNC, 0, request.c_str())};
498 MockRead(ASYNC, 1, "HTTP/1.1 101 Switching Protocols\r\nUpgr"),
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 52 // async signal safe if |file_to_open| is NULL.
200 // This function needs to be async signal safe.
204 RAW_CHECK(initialized_); // async signal safe CHECK().
452 // Async signal safe if and only if |file_to_access| is NULL.
494 // Async signal safe if and only if |file_to_open| is NULL.
  /external/chromium_org/third_party/tlslite/tlslite/
TLSConnection.py 56 settings=None, checker=None, async=False):
104 @type async: bool
105 @param async: If False, this function will block until the
113 @return: If 'async' is True, a generator object will be
125 if async:
132 async=False):
183 @type async: bool
184 @param async: If False, this function will block until the
192 @return: If 'async' is True, a generator object will be
205 if async
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.h 56 ASYNC,
128 : mode(ASYNC),
228 // If an async IO is pending because the SocketDataProvider returned
231 // data.async is ignored, and this read is completed synchronously as
402 // Note: All MockReads and MockWrites must be async.
414 // Note: All MockReads and MockWrites must be async.
454 // when the corresponding MockRead or MockWrite is marked !async).
478 // MockRead(true, "second read", length, 2) // async
481 // MockWrite(true, "first write", length, 1), // async
    [all...]
  /external/chromium_org/chrome/test/base/
web_ui_browsertest.cc 623 // Test that bogus javascript fails async test fast as well - no timeout waiting
633 // Tests that the async framework works.
701 AddLibrary(base::FilePath(FILE_PATH_LITERAL("async.js")));
715 // message). (Async version).
737 // Test that test continues and passes. (Async version).
788 // when waiting for async result. This is similar to the previous test, but call
795 // waiting for async result.
  /frameworks/base/core/java/android/os/
Handler.java 162 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
167 public Handler(boolean async) {
168 this(null, async);
183 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
188 public Handler(Callback callback, boolean async) {
205 mAsynchronous = async;
222 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
227 public Handler(Looper looper, Callback callback, boolean async) {
231 mAsynchronous = async;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper_unittest.cc 58 // any async call whose response we want to test ought to be followed by a call
60 // called. For this to work, you'll need to ensure that each async call is
90 // of async activity in a callback method.
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc 200 // and some async messages are sent in response to a synchronous
201 // renderer->plugin call, the sync reply will be processed before the async
204 // Allowing all async messages to unblock the renderer means more reentrancy
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-form-data.html 17 test-11, the -sync and -async versions should show the same Form Data,
185 // async
188 req.url = url.replace("^","-async");
  /external/chromium_org/tools/gn/
input_file_manager.cc 71 // Prevent mixing async and sync loads. See SyncLoadFile for discussion.
123 // Don't allow mixing of sync and async loads. If an async load is
  /external/libusb/examples/
dpfp.c 159 printf("async cb_mode_changed length=%d actual_length=%d\n",
179 printf("async set mode %02x\n", data);
449 /* async from here onwards */
dpfp_threaded.c 188 printf("async cb_mode_changed length=%d actual_length=%d\n",
208 printf("async set mode %02x\n", data);
476 /* async from here onwards */
  /external/qemu/android/
async-socket.h 21 #include "android/async-io-common.h"
22 #include "android/async-utils.h"
62 * asio - Async I/O in progress.
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 119 SDL_Thread *thread; /* thread for async updates to the screen */
120 SDL_sem *sem1, *sem2; /* synchronization for async screen updates */
122 BOOL quit_thread; /* used to quit the async blitting thread */
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 134 // and hook an async task with the new view. If the new view is reused
135 // as a convertView, the async task might put a wrong thumbnail on it.
241 // Handle to the adapter that initiates this async task.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 337 async = False variable in class:DocumentLS
341 def _set_async(self, async):
342 if async:
  /build/tools/droiddoc/templates-ds/
head_tag.cs 48 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  /build/tools/droiddoc/templates-sdk/
head_tag.cs 63 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  /device/asus/flo/camera/QCamera2/stack/common/
mm_jpeg_interface.h 167 /* config a job -- async call */
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 101 // Async API events.

Completed in 1357 milliseconds

<<11121314151617181920>>