HomeSort by relevance Sort by last modified time
    Searched full:task (Results 376 - 400 of 696) sorted by null

<<11121314151617181920>>

  /frameworks/base/awt/org/apache/harmony/awt/
ComponentInternals.java 83 * (because of click in non-AWT window or by task switching)
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 60 <p>The first task is to define a regular expression that matches the kind of
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gallery.jd 64 image for some other task).
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
RecentApplicationsDialog.java 125 Log.w("Recent", "Unable to launch recent task", e);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 318 * \brief The driver task
320 * This is the driver's task, where most of its job is done.
322 * task to continue the handling.
355 /* Call the driver main task */
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 92 struct task_struct *task; member in struct:io_context
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 92 struct task_struct *task; member in struct:io_context
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 92 struct task_struct *task; member in struct:io_context
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 92 struct task_struct *task; member in struct:io_context
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 92 struct task_struct *task; member in struct:io_context
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 92 struct task_struct *task; member in struct:io_context
  /packages/apps/Calendar/
AndroidManifest.xml 41 android:taskAffinity="android.task.calendar">
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNames.java 199 * This async task is launched just before exiting. It's a last chance test, before leaving
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 86 Log.w(TAG, "Can now start ADD_DEVICE_ADMIN as a new task");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoDictionary.java 219 * Async task to write pending words to the database so that it stays in sync with
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 317 * \brief The driver task
319 * This is the driver's task, where most of its job is done.
321 * task to continue the handling.
354 /* Call the driver main task */
  /external/guava/src/com/google/common/util/concurrent/
Futures.java 541 // When a listener is first added, we run a task that will wait for
550 // The task was cancelled, so it is done, run the listeners.
556 // The task caused an exception, so it is done, run the listeners.
  /external/kernel-headers/original/linux/
blkdev.h 38 void (*exit)(struct as_io_context *aic); /* called on task exit */
81 void (*exit)(struct io_context *); /* called on task exit */
91 struct task_struct *task; member in struct:io_context
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 504 int task = data.readInt(); local
505 moveTaskToFront(task);
512 int task = data.readInt(); local
513 moveTaskToBack(task);
530 int task = data.readInt(); local
531 moveTaskBackwards(task);
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp     [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
Executors.html 215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an executor service that runs each task in the thread
409 <DD>Creates an executor service that runs each task in the thread
418 submitted the task, this <code>ExecutorService</code> imposes a small
419 locking overhead on each task submission in order to implement shutdown
427 as any submitted task is considered to have started execution.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 641 * Background task for persisting edited contact data, using the changes
642 * defined by a set of {@link EntityDelta}. This task starts
670 // Before starting this task, start an empty service to protect our
781 final PersistTask task = new PersistTask(this, saveMode); local
782 task.execute(mState);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]
MessageView.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 100 milliseconds

<<11121314151617181920>>