Searched
full:async (Results
501 -
525 of
1591) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorResourceAgent.h | 104 void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, PassRefPtr<FormData> body, const HTTPHeaderMap& headers, bool includeCrendentials);
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.h | 82 // Overridden by subclasses to handle sync vs async error-handling.
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBRequest.h | 151 bool m_requestAborted; // May be aborted by transaction then receive async onsuccess; ignore vs. assert.
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBackend.cpp | 44 : DatabaseBackendBase(databaseContext, name, expectedVersion, displayName, estimatedSize, DatabaseType::Async)
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
datastorefile.py | 99 logging.info('Doing async delete of keys: %s', keys)
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsessiondescriptionfactory.h | 85 // the async DTLS identity generation for WebRtcSession.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macsocketserver_unittest.cc | 147 // Reenable once we have mac async dns
|
task.cc | 99 // Async Error() was called
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
poll_windows.c | 27 * The way this layer works is by using OVERLAPPED with async I/O transfers, as 30 * For USB pollable async I/O, you would typically: 232 // Cancel any async I/O (handle can be invalid) 387 // Cancel any async IO (Don't care about the validity of our handles for this)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock.h | 39 // SpinLock is async signal safe.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
spinlock.h | 39 // SpinLock is async signal safe.
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
AsyncStateMachine.py | 192 handshakeClientxxx(..., async=True).
|
/external/chromium_org/v8/test/webkit/resources/ |
standalone-pre.js | 184 // It's possible for an async test to call finishJSTest() before js-test-post.js
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_flags.h | 43 // Report violations of async signal-safety
|
/external/iputils/doc/ |
tracepath.sgml | 120 following keyword <literal/async/. This information is not reliable.
|
/external/kernel-headers/original/linux/ |
wanrouter.h | 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol. 227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */ 433 unsigned char asy_data_trans; /* async API options */ 434 unsigned char rts_hs_for_receive; /* async Protocol options */
|
/external/libppp/src/ |
tcp.c | 56 #include "async.h"
|
/external/libusb/ |
PORTING | 17 layers, based on the async interface). Your backend must also provide
|
/external/ppp/pppd/include/net/ |
pppio.h | 107 #define PPPDBG_AHDLC 3 /* identifies ppp async hdlc target */
|
/external/qemu/android/ |
async-utils.c | 16 #include "android/async-utils.h"
|
/external/qemu/android/protocol/ |
ui-commands-proxy.c | 21 #include "android/async-utils.h"
|
user-events-proxy.c | 16 #include "android/async-utils.h"
|
/external/qemu/ |
block.h | 108 /* async block I/O */
|
block_int.h | 171 /* async read/write emulation */
|
cpu-defs.h | 59 #define EXCP_INTERRUPT 0x10000 /* async interruption */
|
Completed in 1152 milliseconds
<<21222324252627282930>>