/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
FakeAsyncTaskExecutor.java | 68 /** Encapsulates an async task with the params and identifier it was submitted with. */ 150 * to execute this async task will be a same-thread executor. 166 * to execute these async tasks will be a same-thread executor.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
future | 129 async, 143 async(launch __policy, _Fn&& __fn, _Args&&... __args); 158 async(_Fn&& __fn, _Args&&... __args); 598 async(launch, _Fn&&, _Args&&...); 639 async(launch, _Fn&&, _Args&&...); 680 async(launch, _Fn&&, _Args&&...); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
future | 129 async, 143 async(launch __policy, _Fn&& __fn, _Args&&... __args); 158 async(_Fn&& __fn, _Args&&... __args); 598 async(launch, _Fn&&, _Args&&...); 639 async(launch, _Fn&&, _Args&&...); 680 async(launch, _Fn&&, _Args&&...); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
future | 129 async, 143 async(launch __policy, _Fn&& __fn, _Args&&... __args); 158 async(_Fn&& __fn, _Args&&... __args); 598 async(launch, _Fn&&, _Args&&...); 639 async(launch, _Fn&&, _Args&&...); 680 async(launch, _Fn&&, _Args&&...); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
future | 129 async, 143 async(launch __policy, _Fn&& __fn, _Args&&... __args); 158 async(_Fn&& __fn, _Args&&... __args); 598 async(launch, _Fn&&, _Args&&...); 639 async(launch, _Fn&&, _Args&&...); 680 async(launch, _Fn&&, _Args&&...); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
IdeScanningContext.java | 122 * @param async if true, delay updating markers until the next display 125 public void updateMarkers(boolean async) { 130 if (async) {
|
/cts/suite/audio_quality/lib/src/task/ |
TaskAsync.cpp | 70 if (StringUtil::compare(value, "start") == 0) { // async
|
/external/ceres-solver/docs/source/_themes/armstrong/ |
layout.html | 73 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer.h | 61 // Starts async fetch for the next bookmark favicon.
|
/external/chromium/chrome/browser/chromeos/ |
audio_handler.h | 65 bool TryToConnect(bool async);
|
/external/chromium/chrome/browser/chromeos/cros/ |
cryptohome_library.cc | 35 "Couldn't initiate async check of user's key."); 77 "Couldn't initiate async mount of cryptohome."); 87 "Couldn't initiate async mount of cryptohome."); 102 "Couldn't initiate async removal of cryptohome.");
|
/external/chromium/chrome/common/ |
spellcheck_messages.h | 40 // be called directly after startup or in (async) response to a
|
/external/chromium/third_party/libjingle/source/talk/base/ |
nethelpers.h | 46 // AsyncResolver will perform async DNS resolution, signaling the result on
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwGeolocationPermissions.java | 107 * Async method to get the domains currently allowed or denied.
|
/external/chromium_org/base/ |
async_socket_io_handler_posix.cc | 79 // Set the socket to be non-blocking so we can do async reads.
|
/external/chromium_org/base/debug/ |
debugger_posix.cc | 78 // NOTE: This code MUST be async-signal safe (it's used by in-process 81 // While some code used below may be async-signal unsafe, note how 147 // NOTE: This code MUST be async-signal safe (it's used by in-process 254 // NOTE: This code MUST be async-signal safe (it's used by in-process
|
stack_trace_posix.cc | 64 // Note: code in this function is NOT async-signal safe (std::string uses 128 // NOTE: This code MUST be async-signal safe (it's used by in-process 151 // Below part is async-signal unsafe (uses malloc), so execute it only 177 // NOTE: This code MUST be async-signal safe (it's used by in-process 184 // NOTE: This code MUST be async-signal safe. 188 // of StackTrace can behave in an async-signal-safe manner. 382 // NOTE: This code MUST be async-signal safe (it's used by in-process 475 // NOTE: This code MUST be async-signal safe (it's used by in-process 484 // NOTE: This code MUST be async-signal safe (it's used by in-process
|
/external/chromium_org/chrome/browser/android/ |
shortcut_helper.h | 31 // 1) The renderer is asked to parse out webapp related meta tags with an async
|
/external/chromium_org/chrome/browser/extensions/ |
extension_bindings_apitest.cc | 37 // Tests that an error raised during an async function still fires
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
mtp_device_map_service.h | 74 // Map of attached mtp device async delegates.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_bridge.mm | 23 // Bookmark loading is async; it may may not have happened yet.
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
network_screen_handler.h | 56 // Async callback after ReloadResourceBundle(locale) completed.
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_browsertest.js | 48 * Async version of SyncSetupWebUITest.
|
/external/chromium_org/content/browser/aura/ |
software_output_device_x11.cc | 80 // TODO(skaslev): Maybe switch XShmPutImage since it's async.
|
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_screenshot_manager.h | 77 // Taking a screenshot and encoding them can be async. So use a weakptr for
|