/external/chromium_org/android_webview/browser/ |
aw_form_database_service.h | 23 // needed (the chromium database components have an async. interface).
|
/external/chromium_org/base/debug/ |
stack_trace_ios.mm | 20 // TODO(phajdan.jr): Fix async-signal unsafety.
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_base.h | 17 // Async API functions of fileBrowserPrivate should inherit this class.
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_socket_unittest.cc | 347 // - TCP connection succeeds (async) 348 // - SSL connection succeeds (async) 370 // - TCP connection succeeds (async) 371 // - SSL connection fails with cert error (async) 373 // - Second TCP connection succeeds (async) 374 // - Second SSL connection succeeds (async) 411 // - TCP connection succeeds (async) 412 // - SSL connection fails with cert error (async) 414 // - Second TCP connection succeeds (async) 415 // - Second SSL connection fails (async) [all...] |
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_io_handler.h | 44 // Performs an async Read operation. Behavior is undefined if this is called 49 // Performs an async Write operation. Behavior is undefined if this is called 75 // ReadCompleted is called when the underlying async operation is completed 82 // WriteCompleted is called when the underlying async operation is completed
|
/external/chromium_org/chrome/utility/importer/ |
importer.h | 21 // And it will be run in file thread by ImporterHost. Since we do async
|
/external/chromium_org/media/tools/layout_tests/ |
layouttests_unittest.py | 32 'load() and async play event.'),
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
sigsys_handlers.cc | 5 // Note: any code in this file MUST be async-signal safe. 28 // about async-signal safety. |size| is the size to write and should typically 43 // async-signal safe way. 47 // TODO(markus): replace with async-signal safe snprintf when available.
|
sigsys_handlers.h | 12 // guaranteed to be async-signal safe.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLScriptElement.idl | 25 attribute boolean async;
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBasicTypes.h | 36 Async,
|
/external/chromium_org/third_party/WebKit/Tools/qunit/test/ |
test.js | 73 module("async setup test", { 83 asyncTest("module with async setup", function() { 89 module("async teardown test", { 99 asyncTest("module with async teardown", function() {
|
/external/chromium_org/third_party/sqlite/src/test/ |
async5.test | 17 # The async logic is not built into this system
|
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/ |
Platform.java | 30 // involve async callbacks.
|
/external/kernel-headers/original/linux/ |
if_ppp.h | 122 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */ 123 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 125 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */ 126 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
|
/external/libogg/ |
CHANGES | 10 * New async error reporting mechanism. Calls made after a fatal error are
|
/external/ppp/pppd/include/net/ |
if_ppp.h | 117 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */ 118 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 120 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */ 121 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
|
/external/qemu/android/protocol/ |
fb-updates-impl.h | 24 #include "android/async-utils.h"
|
/external/valgrind/main/none/tests/ |
pth_cancel2.c | 11 * Example showing macro wrappers for calling non-async
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedRadioControl.java | 43 /** Pause responses to async requests until (ref-counted) resumeResponses() */
|
/frameworks/wilhelm/src/android/ |
AudioRecorder_to_android.h | 46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AsyncHandler.java | 24 * and handle async broadcasts.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hysdn_if.h | 29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
|
if_ppp.h | 136 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */ 137 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 139 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */ 140 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_ppp.h | 141 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */ 142 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 144 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */ 145 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
|