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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/
gesture_config_ui.h 27 * This method is asynchronous; the result is provided by a call to
34 * via asynchronous callback to the JS method
version_handler_chromeos.cc 17 // Start the asynchronous load of the version.
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous)
50 ret = sps->requestPriority(pid, tid, prio, asynchronous);
SchedulingPolicyService.h 24 // The asynchronous parameter should be 'true' to return immediately,
27 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous = false);
ISchedulingPolicyService.cpp 40 virtual int requestPriority(int32_t pid, int32_t tid, int32_t prio, bool asynchronous)
47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
52 if (asynchronous) {
ISchedulingPolicyService.h 30 int32_t prio, bool asynchronous) = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
operation.h 31 * Asynchronous operations */
35 /** An asynchronous operation object */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
operation.h 31 * Asynchronous operations */
35 /** An asynchronous operation object */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
operation.h 31 * Asynchronous operations */
35 /** An asynchronous operation object */
  /external/chromium_org/native_client_sdk/src/doc/
glossary.rst 10 asynchronous programming
11 In the asynchronous programming model, function calls are executed and return
14 and gets notified of asynchronous call completion through callbacks or some
  /external/chromium_org/third_party/sqlite/src/test/
async.test 43 # Enable asynchronous IO.
71 # [file delete]). If the asynchronous backend still has the file
77 # Flush the write-queue and disable asynchronous IO. This should ensure
  /external/webrtc/src/common_audio/resampler/include/
resampler.h 29 // 4 LSB = Synchronous or asynchronous
83 // Asynchronous resampling, input
86 // Asynchronous resampling output, remaining samples are buffered
  /external/chromium_org/net/base/
file_stream.h 32 // Uses |task_runner| for asynchronous operations.
45 // Uses |task_runner| for asynchronous operations.
69 // automatically closed when FileStream is destructed in an asynchronous
86 // It is invalid to request any asynchronous operations while there is an
87 // in-flight asynchronous operation.
101 // It is invalid to request any asynchronous operations while there is an
102 // in-flight asynchronous operation.
129 // asynchronous read in progress. That will cancel the read and allow
132 // It is invalid to request any asynchronous operations while there is an
133 // in-flight asynchronous operation
    [all...]
  /development/samples/USB/AdbTest/
_index.html 12 <li>Asynchronous IO on bulk endpoints</li>
  /external/chromium_org/android_webview/browser/
scoped_allow_wait_for_legacy_web_view_api.h 13 // return value. Long term, asynchronous overloads of all such methods will be
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder.h 16 // These methods look for the iTunes/iPhoto library in in an asynchronous
  /external/chromium_org/components/webdata/common/
web_data_service_consumer.h 11 // All requests to the web data service are asynchronous. When the request has
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResultReceiver.java 14 // TODO: Use handler to make asynchronous
  /external/smack/src/org/xbill/DNS/
ResolveThread.java 7 * ExtendedResolver) to perform asynchronous queries.
  /frameworks/base/core/java/android/accounts/
IAccountManagerResponse.aidl 21 * The interface used to return responses for asynchronous calls to the {@link IAccountManager}
  /frameworks/base/core/java/android/app/
IWallpaperManagerCallback.aidl 20 * Callback interface used by IWallpaperManager to send asynchronous
  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 18 * Asynchronous interval timer.
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
analytics.js 6 * Below is a modified version of the Google Analytics asynchronous tracking
13 * for information on how to use the asynchronous tracking API.
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.h 41 // If |async| is true, asynchronous version is used.
44 // guaranteed that in asynchronous version initialization happens after this
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.h 60 // The asynchronous success response to RegisterServiceWorker.
62 // The asynchronous success response to UregisterServiceWorker.

Completed in 2366 milliseconds

1 23 4 5 6 7 8 91011>>