HomeSort by relevance Sort by last modified time
    Searched refs:asynchronous (Results 1 - 25 of 2651) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audioflinger/
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.h 30 int32_t prio, bool asynchronous) = 0;
SchedulingPolicyService.cpp 31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous)
50 ret = sps->requestPriority(pid, tid, prio, asynchronous);
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) {
  /external/guava/guava/src/com/google/common/cache/
RemovalListeners.java 42 public static <K, V> RemovalListener<K, V> asynchronous( method in class:RemovalListeners
  /frameworks/wilhelm/src/
locks.c 178 unsigned asynchronous = attributes; local
187 asynchronous &= ~(*handler)(thiz);
193 if (asynchronous) {
195 thiz->mAttributesMask = oldAttributesMask | asynchronous;
197 asynchronous = ATTR_NONE;
256 if (ATTR_NONE != asynchronous) {
  /external/mksh/
Android.mk 40 -fno-asynchronous-unwind-tables -fwrapv \
  /external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js 30 // If there are no configuration exceptions, asynchronous
hasFeature05.js 30 // If there are no configuration exceptions, asynchronous
hasFeature06.js 30 // If there are no configuration exceptions, asynchronous
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js 30 // If there are no configuration exceptions, asynchronous
hasFeature05.js 30 // If there are no configuration exceptions, asynchronous
hasFeature06.js 30 // If there are no configuration exceptions, asynchronous
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js 30 // If there are no configuration exceptions, asynchronous
hasFeature02.js 30 // If there are no configuration exceptions, asynchronous
hasFeature03.js 30 // If there are no configuration exceptions, asynchronous
hasFeature04.js 30 // If there are no configuration exceptions, asynchronous
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 47 static inline HINTERNET createInternetHandle(const String& userAgent, bool asynchronous)
50 HINTERNET internetHandle = InternetOpenW(userAgentString.charactersWithNullTermination(), INTERNET_OPEN_TYPE_PRECONFIG, 0, 0, asynchronous ? INTERNET_FLAG_ASYNC : 0);
52 if (asynchronous)
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 30 // If there are no configuration exceptions, asynchronous
hc_attrgetvalue1.js 30 // If there are no configuration exceptions, asynchronous
hc_attrhaschildnodes.js 30 // If there are no configuration exceptions, asynchronous
hc_characterdatagetdata.js 30 // If there are no configuration exceptions, asynchronous
hc_documentgetelementsbytagnamelength.js 30 // If there are no configuration exceptions, asynchronous
hc_documentgetimplementation.js 30 // If there are no configuration exceptions, asynchronous
hc_documentgetrootnode.js 30 // If there are no configuration exceptions, asynchronous

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>