/external/libppp/src/ |
acf.c | 49 #include "async.h"
|
hdlc.h | 32 * Definition for Async HDLC
|
sync.c | 47 #include "async.h"
|
/external/llvm/lib/Support/ |
DataStream.cpp | 35 // threads/async callbacks to actually overlap download+compile
|
/external/qemu/android/ |
async-console.c | 16 #include "android/async-console.h"
|
/external/qemu/android/protocol/ |
attach-ui-proxy.c | 21 #include "android/async-utils.h"
|
/external/qemu/ |
qemu-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 | 62 async-sigs.stderr.exp async-sigs.stderr.exp-mips32 async-sigs.vgtest \ 174 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/base/packages/PrintSpooler/src/com/android/printspooler/ |
RemotePrintDocumentAdapter.java | 99 // Async call to initiate the other process writing the data.
|
/hardware/qcom/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 179 /* config a job -- async call */
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayWriteback.h | 76 /* Async queue. (Does not write)
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsApplication.java | 125 // We use an async task here just to avoid creating a new thread.
|
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivityQueryHandler.java | 30 * Class used by {@link CallDetailActivity} to fire async content resolver queries.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
serial.h | 109 #define ASYNC_FLAGS 0x7FFF /* Possible legal async flags */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
serial.h | 109 #define ASYNC_FLAGS 0x7FFF /* Possible legal async flags */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
serial.h | 109 #define ASYNC_FLAGS 0x7FFF /* Possible legal async flags */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
SdkLoadingTestCase.java | 64 // actually have a valid SDK location because it won't have started an async load:
|
/external/chromium_org/ipc/ |
ipc_message_macros.h | 229 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 1, 0, (type1), ()) 232 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 2, 0, (type1, type2), ()) 235 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 3, 0, (type1, type2, type3), ()) 238 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 4, 0, (type1, type2, type3, type4), ()) 241 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 5, 0, (type1, type2, type3, type4, type5), ()) 247 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 1, 0, (type1), ()) 250 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 2, 0, (type1, type2), ()) 253 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 3, 0, (type1, type2, type3), ()) 256 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 4, 0, (type1, type2, type3, type4), ()) 259 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 5, 0, (type1, type2, type3, type4, type5), () [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequest.cpp | 518 void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, ExceptionState& exceptionState) 520 WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.string().utf8().data(), url.elidedString().utf8().data(), async); 552 if (!async && executionContext()->isDocument()) { 578 m_async = async; 590 void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, ExceptionState& exceptionState) 595 open(method, urlWithCredentials, async, exceptionState); 598 void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, const String& password, ExceptionState& exceptionState) 604 open(method, urlWithCredentials, async, exceptionState); 783 // Also, only async requests support upload progress events. [all...] |
/external/bison/lib/ |
sigaction.c | 36 POSIX warns is not generically async-signal-safe. Oh well. 150 /* POSIX requires sigaction() to be async-signal-safe. In other
|
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider_unittest.cc | 181 // Ask for async. We should get the bookmark immediately. 189 // Run the message loop (needed for async history results).
|
/external/chromium/chrome/browser/net/ |
resolve_proxy_msg_helper_unittest.cc | 149 // Start three requests. Since the proxy resolver is async, all the 207 // Start three requests. Since the proxy resolver is async, all the
|
/external/chromium/chrome/common/extensions/docs/static/ |
tut_analytics.html | 57 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 81 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|