HomeSort by relevance Sort by last modified time
    Searched full:tasks (Results 401 - 425 of 864) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find_selectors.h 26 * @brief Function objects representing different tasks to be plugged
  /external/chromium/chrome/browser/
jumplist_win.cc 268 // This function cannot update registered categories (such as "Tasks") because
328 // Updates the "Tasks" category of the JumpList.
464 // Update the "Tasks" category of the JumpList.
479 // This task encapsulates all I/O tasks and OS-specific tasks required for
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 91 public enum Tasks {
333 mAsyncTaskExecutor.submit(Tasks.MARK_VOICEMAIL_READ, new AsyncTask<Void, Void, Void>() {
588 mAsyncTaskExecutor.submit(Tasks.UPDATE_PHONE_CALL_DETAILS, new UpdateContactDetailsTask());
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 184 ** Description BTE MAIN API - Creates all the BTE tasks. Should be called
212 ** Description BTE MAIN API - Destroys all the BTE tasks. Should be called
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 31 // you want to ensure that any tasks added to the event queue after this one
126 // we know that the mouse events (and any tasks that they spawn on the message
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 415 // We're done. Since we don't post any more tasks to ourself, our ref count
511 // We're done. We don't post any more tasks to ourselves so we are deleted
user_script_master_unittest.cc 39 // UserScriptMaster posts tasks to the file thread so make the current
  /external/chromium/chrome/browser/sync/glue/
password_model_associator.cc 49 // store, as it can post tasks to the UI thread which can itself be blocked
143 // store, as it can post tasks to the UI thread which can itself be blocked
  /external/chromium/chrome/browser/ui/cocoa/
page_info_bubble_controller.mm 116 // the scheduled Tasks if the controller (and thus this bridge) get
136 // Factory that vends RunnableMethod tasks for scheduling layout.
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
mali_parser.js 38 this.addJMCounter(jobHWCStr + '_TASKS', jobStr + ' Tasks');
99 this.addComputeCounter('mali_hwc_COMPUTE_TASKS', 'Tasks');
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/
build.xml 101 <!-- Run custom tasks before processing, i.e. creating source build zip files -->
109 <!-- Run custom tasks after compiling, i.e. reporting compile errors -->
  /external/iproute2/doc/
api-ip6-flowlabels.tex 30 The API must solve the following tasks:
92 to solve the first four tasks using
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 175 // After m_closing is set, all the tasks in the queue continue to be fetched but only
176 // tasks with isCleanupTask()==true will be executed.
  /frameworks/base/docs/html/training/implementing-navigation/
temporal.jd 21 <li><a href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a></li>
  /frameworks/base/libs/hwui/
PathCache.cpp 320 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize) {
440 if (!Caches::getInstance().tasks.canRunTasks()) {
  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 43 * can be used to carry out the tasks associated with verifying a signed JAR.
44 * These tasks would typically include:
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 50 * request lots of pdus around the same time, and AsyncTask may reject tasks
52 * tasks.
  /build/core/tasks/
product-graph.mk 37 this_makefile := build/core/tasks/product-graph.mk
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 187 * The tasks accepts a pair of voicemail object and the recording Uri as the param.
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 29 * the download or decode; instead, it manages persistent storage for the tasks that do the work.
  /external/bluetooth/bluedroid/gki/common/
gki.h 393 /* To send buffers and events between tasks
  /external/chromium/base/threading/
thread.h 21 // pending tasks queued on the thread's message loop will run to completion
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 70 // Make sure all pending tasks are executed.
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 106 // but is in place to assure correctness (that any tasks that were set, are
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc 134 // Run IO thread tasks.

Completed in 983 milliseconds

<<11121314151617181920>>