HomeSort by relevance Sort by last modified time
    Searched full:async (Results 376 - 400 of 2132) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/url_request/
url_request_job.h 292 // If returning false, an error occurred or an async IO is now pending.
293 // If async IO is pending, the status of the request will be
313 // return data, this call can issue a new async IO request under
405 // While the async IO is in progress, we save the user buffer here, and
  /external/chromium_org/remoting/ios/
authorize.mm 93 // Execute request async
host_refresh.mm 86 // @protocol NSURLConnectionDataDelegate, may be called async multiple times.
  /external/chromium_org/sync/api/attachments/
attachment_service.h 24 // Destroying this object does not necessarily cancel outstanding async
attachment_store.h 26 // Destroying this object does not necessarily cancel outstanding async
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CallbackPromiseAdapter.h 54 // // Since promise resolving is done as an async task, it's not
WorkerScriptController.h 77 // Async request to terminate a future JS execution. Eventually causes termination
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
LinkImport.cpp 122 return m_owner && !m_owner->async();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseServer.cpp 69 case DatabaseType::Async:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests_unittest.py 81 "../resources/js-test-post-async.js": None,
  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageArea.h 91 // DEPRECATED - being replaced by the async variants above which do not return oldValues or block until completion.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 94 void SetAsync(bool async) {
95 async_ = async;
350 void SetAsync(bool async) { async_ = async; }
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plresolv.h 62 #define PL_RESOLVE_ELAUNCH 3 /* Error launching Async request */
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 132 // might change its pointers, which would make it harder for async diffs to record their
  /external/chromium_org/third_party/sqlite/src/test/
async4.test 33 # The async logic is not built into this system
  /external/chromium_org/third_party/webrtc/base/
asyncinvoker.h 30 // A note about async calls and object lifetimes: users should
  /external/chromium_org/ui/aura/test/
event_generator.h 111 void set_async(bool async) { async_ = async; }
112 bool async() const { return async_; } function in class:aura::test::EventGenerator
346 void DoDispatchEvent(ui::Event* event, bool async);
  /external/lldb/tools/driver/
Driver.h 26 #define ASYNC true
  /external/llvm/lib/Support/
DataStream.cpp 36 // threads/async callbacks to actually overlap download+compile
  /external/qemu/android/
async-console.c 16 #include "android/async-console.h"
  /external/qemu/include/sysemu/
char.h 118 /* async I/O support */
  /external/skia/tools/skpdiff/
SkDiffContext.h 132 // might change its pointers, which would make it harder for async diffs to record their
  /external/valgrind/main/none/tests/
Makefile.am 66 async-sigs.stderr.exp async-sigs.stderr.exp-mips32 async-sigs.vgtest \
178 async-sigs \
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
ChangeTouchModeTest.java 121 // need to wait for async update back to window to occur
  /frameworks/native/include/gui/
BufferQueue.h 44 // When in async mode we reserve two slots in order to guarantee that the

Completed in 1639 milliseconds

<<11121314151617181920>>