/external/tcpdump/ |
fddi.h | 68 #define FDDIFC_LLC_ASYNC 0x50 /* Async. LLC frame */ 70 #define FDDIFC_IMP_ASYNC 0x60 /* Implementor Async. */
|
/frameworks/rs/ |
rsObjectBase.h | 64 // The async lock is taken during object creation in non-rs threads 72 // Called inside the async lock for any object list management that is
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/ |
rsObjectBase.h | 64 // The async lock is taken during object creation in non-rs threads 70 // Called inside the async lock for any object list management that is
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/ |
rsObjectBase.h | 64 // The async lock is taken during object creation in non-rs threads 70 // Called inside the async lock for any object list management that is
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/ |
rsObjectBase.h | 64 // The async lock is taken during object creation in non-rs threads 70 // Called inside the async lock for any object list management that is
|
/external/chromium_org/jingle/glue/ |
chrome_async_socket_unittest.cc | 145 : ssl_socket_data_provider_(net::ASYNC, net::OK), 530 net::MockConnect(net::ASYNC, net::OK)); 552 net::MockConnect(net::ASYNC, net::OK)); 567 net::MockConnect(net::ASYNC, net::ERR_TIMED_OUT)); 594 net::MockConnect(net::ASYNC, net::OK)); 725 net::MockRead(net::ASYNC, net::ERR_TIMED_OUT)); 774 net::MockWrite(net::ASYNC, kWriteData, 3)); 776 net::MockWrite(net::ASYNC, kWriteData + 3, 5)); 778 net::MockWrite(net::ASYNC, kWriteData + 8, arraysize(kWriteData) - 8)); 797 net::MockWrite(net::ASYNC, kWriteData, 3)) [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_pool_unittest.cc | 252 data.set_connect_data(MockConnect(ASYNC, ERR_CONNECTION_FAILED)); 321 SSLSocketDataProvider ssl(ASYNC, OK); 345 SSLSocketDataProvider ssl(ASYNC, ERR_CERT_COMMON_NAME_INVALID); 369 SSLSocketDataProvider ssl(ASYNC, ERR_SSL_PROTOCOL_ERROR); 393 SSLSocketDataProvider ssl(ASYNC, OK); 420 SSLSocketDataProvider ssl(ASYNC, OK); 445 SSLSocketDataProvider ssl(ASYNC, OK); 477 SSLSocketDataProvider ssl(ASYNC, OK); 527 data.set_connect_data(MockConnect(ASYNC, ERR_CONNECTION_FAILED)); 594 SSLSocketDataProvider ssl(ASYNC, OK) [all...] |
/external/chromium_org/content/browser/appcache/ |
appcache_url_request_job_unittest.cc | 421 // Some of the individual tests involve multiple async steps. Each test 490 // This test has async steps. 515 // Completion is async. 527 // This test has async steps. 552 // Completion is async. 565 // This test has several async steps. 580 // Continues async 618 // Completion is async. 637 // This test has several async steps. 652 // Continues async [all...] |
/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 326 new SSLSocketDataProvider(ASYNC, OK)); 362 new SSLSocketDataProvider(ASYNC, OK); 763 MockRead(ASYNC, 0, 0) // EOF 835 MockRead(ASYNC, 0, 0) // EOF [all...] |
/external/chromium_org/android_webview/browser/ |
aw_form_database_service.h | 23 // needed (the chromium database components have an async. interface).
|
/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/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/common/extensions/docs/static/js/ |
site.js | 8 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
/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/mojo/public/cpp/environment/lib/ |
environment.cc | 47 // async waiters and loggers?
|
/external/chromium_org/remoting/ios/ |
host_refresh.h | 22 // Fetches the host list from the jabber service async. Authenticates,
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
sigsys_handlers.cc | 5 // Note: any code in this file MUST be async-signal safe. 34 // about async-signal safety. |size| is the size to write and should typically 49 // async-signal safe way. 53 // TODO(markus): replace with async-signal safe snprintf when available.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLScriptElement.idl | 25 attribute boolean async;
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/ |
fetchPolyfill.js | 27 xhr.open(request.method, request.url, true /* 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/compiler-rt/test/msan/ |
chained_origin_with_signals.cc | 3 // implementation being not async-signal-safe.
|
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/ |
Platform.java | 30 // involve async callbacks.
|