/external/chromium_org/chrome/test/chromedriver/chrome/ |
web_view_impl.cc | 463 return Status(kUnknownError, "async result info is not a dictionary"); 466 return Status(kUnknownError, "async result info has no int 'status'");
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_browsertest.cc | 358 // even when the RenderWidgetHost is deleting in the middle of an async copy. 378 // an async copy. [all...] |
/external/chromium_org/content/browser/webui/ |
url_data_manager_backend.cc | 168 // Separate from ReadRawData so we can handle async I/O. 177 // For async reads, we keep around a pointer to the buffer that
|
/external/chromium_org/dbus/ |
bus.h | 434 // Sets up async operations. 436 // This function needs to be called before starting async operations.
|
/external/chromium_org/net/http/ |
mock_http_cache.cc | 299 // request start operation (async) will finish without seeing the end of 302 // we re-post this operation (all async sparse IO operations will take two
|
/external/chromium_org/net/socket/ |
client_socket_pool_base_unittest.cc | 271 DoConnect(waiting_success_, true /* async */, false /* recoverable */); 325 true /* async */, 336 true /* async */, 355 true /* async */, 371 true /* async */, [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Tests.js | 147 * Async tests use this one to report that they are completed. 156 * Async tests use this one to report failures.
|
UISourceCode.js | 1000 // Schedule async storage. 1112 // Schedule async storage.
|
timelinePanel.css | 373 .glue-async-status-bar-item .glyph { 377 .glue-async-status-bar-item.toggled-on:disabled .glyph {
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBackendBase.cpp | 278 // FIXME: Add an async version getter to the DatabaseAPI. 336 // FIXME: Add an async openDatabase method to the DatabaseAPI.
|
/external/chromium_org/third_party/libevent/ |
evdns.h | 54 * Async DNS lookups are really a whole lot harder than they should be, 57 * can do the job for you with the modern async call getaddrinfo_a
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsession_unittest.cc | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 343 LOG_F(LS_INFO) << "async dns lookup (" << addr.hostname() << ")"; 574 // start the async select
|
/external/chromium_org/third_party/sqlite/src/ |
main.mk | 49 TCCX += -I$(TOP)/ext/async 321 $(TOP)/ext/async/sqlite3async.c
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
low_level_alloc.cc | 221 // We've decided not to support async-signal-safe arena use until 230 RAW_CHECK(false, "We do not yet support async-signal-safe arena.");
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
low_level_alloc.cc | 221 // We've decided not to support async-signal-safe arena use until 230 RAW_CHECK(false, "We do not yet support async-signal-safe arena.");
|
/external/tcpdump/ |
print-pptp.c | 382 printf("A"); /* Async */ 396 printf("A"); /* Async */
|
/frameworks/base/core/java/android/net/ |
MobileDataStateTracker.java | 448 * TODO - make async and return nothing? 516 * TODO - make async and always get a notification? [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 456 * Gets the the result of an async request that returns an {@link AccessibilityNodeInfo}. 485 * Gets the the result of an async request that returns {@link AccessibilityNodeInfo}s.
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 342 process_media_player_call( env, thiz, mp->prepareAsync(), "java/io/IOException", "Prepare Async failed." ); 545 // Don't use process_media_player_call which use the async loop to [all...] |
/frameworks/wilhelm/src/android/ |
android_AudioSfDecoder.cpp | 533 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/); 609 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettings.java | 126 // Async Tasks 407 * Start the async reload of the accounts list (if the headers are being displayed) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu10k1.h | 199 #define HCFG_AUTOMUTE_ASYNC 0x00008000 /* When set, the async sample rate convertors */ 202 /* async audio source */ 203 #define HCFG_AUTOMUTE_SPDIF 0x00004000 /* When set, the async sample rate convertors */ 230 /* 1 = Force all 3 async digital inputs to use */ 231 /* the same async sample rate tracker (ZVIDEO) */ 232 #define HCFG_AC3ENABLE_MASK 0x000000e0 /* AC3 async input control - Not implemented */ 236 #define HCFG_AUTOMUTE 0x00000010 /* When set, the async sample rate convertors */ 239 /* async audio source */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu10k1.h | 199 #define HCFG_AUTOMUTE_ASYNC 0x00008000 /* When set, the async sample rate convertors */ 202 /* async audio source */ 203 #define HCFG_AUTOMUTE_SPDIF 0x00004000 /* When set, the async sample rate convertors */ 230 /* 1 = Force all 3 async digital inputs to use */ 231 /* the same async sample rate tracker (ZVIDEO) */ 232 #define HCFG_AC3ENABLE_MASK 0x000000e0 /* AC3 async input control - Not implemented */ 236 #define HCFG_AUTOMUTE 0x00000010 /* When set, the async sample rate convertors */ 239 /* async audio source */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 186 # The exception is async, so we might have to keep the VM busy until 449 # Between fork() and exec(), only async-safe functions are allowed (issues
|