/development/ndk/platforms/android-3/include/linux/sunrpc/ |
D | xprt.h | 79 int (*reserve_xprt)(struct rpc_task *task); 80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task); 82 void (*connect)(struct rpc_task *task); 83 void * (*buf_alloc)(struct rpc_task *task, size_t size); 84 void (*buf_free)(struct rpc_task *task); 85 int (*send_request)(struct rpc_task *task); 86 void (*set_retrans_timeout)(struct rpc_task *task); 87 void (*timer)(struct rpc_task *task); 88 void (*release_request)(struct rpc_task *task);
|
D | sched.h | 83 #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/ndk/platforms/android-3/include/linux/ |
D | smp_lock.h | 17 #define release_kernel_lock(task) do { } while(0) argument 18 #define reacquire_kernel_lock(task) 0 argument
|
D | stacktrace.h | 15 #define save_stack_trace(trace, task, all, skip) do { } while (0) argument
|
D | mutex.h | 31 struct task_struct *task; member
|
D | ncp.h | 28 __u8 task; member 42 __u8 task; member
|
D | nfs_xdr.h | 466 struct rpc_task task; member 481 struct rpc_task task; member
|
D | blkdev.h | 92 struct task_struct *task; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | processor_32.h | 241 #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
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
D | BusinessCardActivity.java | 99 AsyncTask<Uri, Void, ContactInfo> task = new AsyncTask<Uri, Void, ContactInfo>() { in loadContactInfo() local 112 task.execute(contactUri); in loadContactInfo()
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 141 BitmapDownloaderTask task = new BitmapDownloaderTask(imageView); in forceDownload() local 142 DownloadedDrawable downloadedDrawable = new DownloadedDrawable(task); in forceDownload() 144 task.execute(url, cookie); in forceDownload()
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
D | ImageWorker.java | 89 final BitmapWorkerTask task = new BitmapWorkerTask(imageView); in loadImage() local 91 new AsyncDrawable(mResources, mLoadingBitmap, task); in loadImage() 97 task.executeOnExecutor(AsyncTask.DUAL_THREAD_EXECUTOR, data); in loadImage()
|
D | AsyncTask.java | 688 AsyncTaskResult(AsyncTask task, Data... data) { in AsyncTaskResult() argument 689 mTask = task; in AsyncTaskResult()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderThrottle.java | 464 AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onOptionsItemSelected() local 470 task.execute((Void[])null); in onOptionsItemSelected()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderThrottleSupport.java | 464 AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onOptionsItemSelected() local 470 task.execute((Void[])null); in onOptionsItemSelected()
|
/development/tools/mkstubs/ |
D | README.txt | 63 because the tool was designed to solve one task and not just to be super generic. That means
|
/development/apps/Development/src/com/android/development/ |
D | PackageSummary.java | 79 mTask = (TextView)findViewById(R.id.task); in onCreate()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 246 designate - v. give an assignment to (a person) to a post, or assign a task to (a person)
|