Searched
full:async (Results
526 -
550 of
1591) sorted by null
<<21222324252627282930>>
/frameworks/base/core/java/android/content/ |
CursorLoader.java | 100 // An async query came in while the loader is stopped
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
FusedLocationHardware.java | 209 super(looper, null /*callback*/ , true /*async*/);
|
/frameworks/base/services/java/com/android/server/ |
DockObserver.java | 196 private final Handler mHandler = new Handler(true /*async*/) {
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/ |
PhotoBitmapLoader.java | 79 // An async query came in while the loader is stopped. We
|
/frameworks/support/v4/java/android/support/v4/content/ |
CursorLoader.java | 63 // An async query came in while the loader is stopped
|
/frameworks/wilhelm/src/android/ |
android_GenericMediaPlayer.h | 99 // Async event handlers (called from GenericPlayer's event loop)
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.h | 242 * Trigger the copybit draw operation(async).
|
/hardware/qcom/display/msm8974/libcopybit/ |
copybit.h | 255 * Trigger the copybit draw operation(async).
|
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit.h | 242 * Trigger the copybit draw operation(async).
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
DOMImplementationLS.java | 27 * parameter values <code>"LS"</code> (or <code>"LS-Async"</code>) and
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 71 /** Holds the previous state of the list, to restore after the async 114 /** Our instance of QueryHandler used to perform async background queries. */ 289 * an async query, and must take care of plugging the new one in 527 // happening. After the async query finishes in response to onResume()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
EmlMessageLoader.java | 103 // An async query came in while the loader is stopped. We
|
/packages/apps/UnifiedEmail/src/com/android/mail/content/ |
ObjectCursorLoader.java | 107 // An async query came in while the loader is stopped
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ThumbnailLoadTask.java | 81 // async image load must separately ensure the default appears upon load failure.
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
HomeGroupsXLarge.java | 101 // commit is actually async, so add in details at largePane, which will be correct
|
/packages/services/Telephony/src/com/android/phone/ |
ADNList.java | 107 if (DBG) log("query: starting an async query");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
synclink.h | 161 /* Async Only */
|
wanrouter.h | 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol. 227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */ 433 unsigned char asy_data_trans; /* async API options */ 434 unsigned char rts_hs_for_receive; /* async Protocol options */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
synclink.h | 161 /* Async Only */
|
wanrouter.h | 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol. 227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */ 433 unsigned char asy_data_trans; /* async API options */ 434 unsigned char rts_hs_for_receive; /* async Protocol options */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
synclink.h | 161 /* Async Only */
|
wanrouter.h | 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol. 227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */ 433 unsigned char asy_data_trans; /* async API options */ 434 unsigned char rts_hs_for_receive; /* async Protocol options */
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.js | 26 var Test = function(name, testName, expected, testEnvironmentArg, async, callback) { 31 this.async = async; 93 if ( this.async ) { 227 // each of these can by async 269 test: function(testName, expected, callback, async) { 290 var test = new Test(name, testName, expected, testEnvironmentArg, async, callback); [all...] |
/external/qemu/ |
usb-linux.c | 8 * Major rewrite to support fully async operation 197 * Async URB state. 259 dprintf("husb: async. reap urb failed errno %d\n", errno); 265 dprintf("husb: async completed. aurb %p status %d alen %d\n", 296 dprintf("husb: async cancel. aurb %p\n", aurb); 303 dprintf("husb: async. discard urb failed errno %d\n", errno); 968 /* USB devio uses 'write' flag to check for async completions */ [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
future | 30 async = 1, 32 any = async | deferred 313 async(F&& f, Args&&... args); 317 async(launch policy, F&& f, Args&&... args); 400 async = 1, 402 any = async | deferred [all...] |
Completed in 2367 milliseconds
<<21222324252627282930>>