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

1 2 3 4 5 6 7 8 91011>>

  /system/media/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/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
hc_elementgetattributenode.js 30 // If there are no configuration exceptions, asynchronous
hc_elementgetelementsbytagname.js 30 // If there are no configuration exceptions, asynchronous
hc_elementgetelementsbytagnamenomatch.js 30 // If there are no configuration exceptions, asynchronous
hc_elementgettagname.js 30 // If there are no configuration exceptions, asynchronous
hc_elementremoveattributenode.js 30 // If there are no configuration exceptions, asynchronous
hc_elementretrieveattrvalue.js 30 // If there are no configuration exceptions, asynchronous

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>