Home
last modified time | relevance | path

Searched defs:task (Results 1 – 16 of 16) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dsmp_lock.h17 #define release_kernel_lock(task) do { } while(0) argument
18 #define reacquire_kernel_lock(task) 0 argument
Dstacktrace.h15 #define save_stack_trace(trace, task, all, skip) do { } while (0) argument
Dmutex.h31 struct task_struct *task; member
Dncp.h28 __u8 task; member
42 __u8 task; member
Dnfs_xdr.h466 struct rpc_task task; member
481 struct rpc_task task; member
Dblkdev.h92 struct task_struct *task; member
/development/samples/BusinessCard/src/com/example/android/businesscard/
DBusinessCardActivity.java99 AsyncTask<Uri, Void, ContactInfo> task = new AsyncTask<Uri, Void, ContactInfo>() { in loadContactInfo() local
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dsched.h83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struc… argument
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, str… argument
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, st… argument
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java141 BitmapDownloaderTask task = new BitmapDownloaderTask(imageView); in forceDownload() local
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java688 AsyncTaskResult(AsyncTask task, Data... data) { in AsyncTaskResult()
DImageWorker.java95 final BitmapWorkerTask task = new BitmapWorkerTask(data, imageView, listener); in loadImage() local
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java88 final BitmapWorkerTask task = new BitmapWorkerTask(imageView); in loadImage() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java464 AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onOptionsItemSelected() local
/development/ndk/platforms/android-21/include/linux/
Dncp.h34 __u8 task; member
49 __u8 task; member
Dperf_event.h204 task : 1, member
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dprocessor_32.h241 #define task_pt_regs(task) ({ struct pt_regs *__regs__; __regs__ = (struct pt_regs *)(KSTK_TOP… argument
242 #define KSTK_EIP(task) (task_pt_regs(task)->eip) argument
244 #define KSTK_ESP(task) (task_pt_regs(task)->esp) argument