/external/kernel-headers/original/linux/ |
wait.h | 103 * Used to distinguish between sync and async io wait context: 106 * aio specifies a wait queue entry with an async notification
|
/external/qemu-pc-bios/bochs/ |
bochs.h | 230 # define BX_DBG_ASYNC_INTR bx_guard.async.irq 231 # define BX_DBG_ASYNC_DMA bx_guard.async.dma
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 360 int fd = -1; //FenceFD from the Copybit(valid in async mode) 408 int fd = -1; //FenceFD from the Copybit(valid in async mode)
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc.cpp | 361 int fd = -1; //FenceFD from the Copybit(valid in async mode) 409 int fd = -1; //FenceFD from the Copybit(valid in async mode)
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 287 * On successful append, if the call was ASYNC, return. 556 private static final int ASYNC = 1; // for offer, put, add 571 * @param how NOW, ASYNC, SYNC, or TIMED 615 if (how != ASYNC) [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventLocationAdapter.java | 208 // the image. Otherwise the async image update with using 'convertView' above 277 // Start the recent locations query (async).
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsProvider2_AccountRemovalTest.java | 147 // Check merge before continuing. Merge process is async.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/ |
AppListFragment.java | 166 * Our model object for each application item. Allows us to load the label async and store the
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
AddVoicemailActivity.java | 186 * An async task that inserts a new voicemail record using a background thread.
|
/external/bison/lib/ |
sigprocmask.c | 310 async-signal-safe. This is not true of our
|
/external/chromium/chrome/browser/extensions/ |
extension_function.h | 108 // async functions, for example if the extension is unloaded while the
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_tree.js | 131 * callbacks is not very useful so we therefore have this async call which
|
/external/chromium/chrome/common/ |
json_pref_store.cc | 236 // Start async reading of the preferences file. It will delete itself
|
/external/chromium/net/base/ |
cert_verifier.h | 99 // the async request. This handle is not valid after the request has
|
host_resolver.h | 153 // the async request. This handle is not valid after the request has
|
/external/chromium/net/disk_cache/ |
file_posix.cc | 147 // A static object tha will broker all async operations.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
task.cc | 99 // Async Error() was called
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
NavigationHistoryTest.java | 283 // Since the page performs an async action, we can't rely on callbacks.
|
/external/chromium_org/base/debug/ |
stack_trace_unittest.cc | 142 // Regression test for StackDumpingSignalHandler async-signal unsafety.
|
/external/chromium_org/base/prefs/ |
json_pref_store.cc | 254 // Start async reading of the preferences file. It will delete itself
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_api.h | 98 // Helpers to report async function results to the caller.
|
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
device_id.cc | 86 // RAS Async Adapter
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_tree.js | 126 * callbacks is not very useful so we therefore have this async call which
|
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/bmm/ |
bookmark_tree.js | 126 * callbacks is not very useful so we therefore have this async call which
|
/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
async_util.js | 8 * Namespace for async utility functions.
|