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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 279 --list-tasks) LIST_TASKS=yes
928 # Variant of task define for dual tasks
929 # This really defines two tasks named '<task>_1' and '<task>_2"
973 # $2+: other tasks this task depends on.
982 # $2+: other non-dual tasks this dual task depends on
992 # $2+: other dual tasks this dual task depends on
1113 # Used to build the list of tasks with a tree post-order traversal, i.e.
1118 # $1: space-separated list of tasks to visit
1119 # Out: list of all tasks in post-order
1163 # Build the list of tasks, in reverse order (from leafs to last
    [all...]
  /external/v8/benchmarks/
richards.js 94 * A scheduler can be used to schedule a set of tasks based on their relative
96 * which holds tasks and the data queue they are processing.
186 * Execute the tasks managed by this scheduler.
362 * device tasks.
364 * @param {int} v1 a seed value that controls how the device tasks are scheduled
504 * A simple package of data that is manipulated by the tasks. The exact layout
506 * nature of the work performed on packets by the tasks.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 89 * A scheduler can be used to schedule a set of tasks based on their relative
91 * which holds tasks and the data queue they are processing.
181 * Execute the tasks managed by this scheduler.
357 * device tasks.
359 * @param {int} v1 a seed value that controls how the device tasks are scheduled
499 * A simple package of data that is manipulated by the tasks. The exact layout
501 * nature of the work performed on packets by the tasks.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 89 * A scheduler can be used to schedule a set of tasks based on their relative
91 * which holds tasks and the data queue they are processing.
181 * Execute the tasks managed by this scheduler.
357 * device tasks.
359 * @param {int} v1 a seed value that controls how the device tasks are scheduled
499 * A simple package of data that is manipulated by the tasks. The exact layout
501 * nature of the work performed on packets by the tasks.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 89 * A scheduler can be used to schedule a set of tasks based on their relative
91 * which holds tasks and the data queue they are processing.
181 * Execute the tasks managed by this scheduler.
357 * device tasks.
359 * @param {int} v1 a seed value that controls how the device tasks are scheduled
499 * A simple package of data that is manipulated by the tasks. The exact layout
501 * nature of the work performed on packets by the tasks.
  /external/chromium/base/
tracked_objects.cc 166 output->append("<html><head><title>About Tasks");
209 "<li><b>about:tasks/file</b> would sort the above data by file, and"
211 "<li><b>about:tasks/file=Dns</b> would only list data for tasks constructed"
213 "<li><b>about:tasks/birth/death</b> would sort the above list by birth"
218 " <b>about:tasks/reset</b>. The existing stats will be displayed, but the"
220 " option is very helpful if you only wish to consider tasks created after"
394 // is the last tasks instance (on last thread) that will run the method.
408 // Make sure enough tasks are called before completion is signaled.
    [all...]
tracked_objects_unittest.cc 20 // Minimal test doesn't even create any tasks.
  /frameworks/base/docs/html/training/sync-adapters/
creating-sync-adapter.jd 53 The sync adapter component in your app encapsulates the code for the tasks that transfer
94 tasks.
100 constructors to run setup tasks each time your sync adapter component is created from
240 general tasks your implementation should perform:
254 A sync adapter doesn't automate any data transfer tasks. If you want to download
284 In addition to your sync-related tasks, you should try to combine your regular
285 network-related tasks and add them to
287 By concentrating all of your network tasks in this method, you conserve the battery power that's
291 tasks you can include in your data transfer code.
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 50 // Helper class that performs delayed first-run tasks that need more of the
54 enum Tasks {
59 explicit FirstRunDelayedTasks(Tasks task) {
  /external/linux-tools-perf/
builtin-sched.c 91 static struct task_desc **tasks; variable in typeref:struct:task_desc
346 tasks = realloc(tasks, nr_tasks*sizeof(struct task_task *));
347 BUG_ON(!tasks);
348 tasks[task->nr] = task;
363 task = tasks[i];
375 task1 = tasks[i];
379 task2 = tasks[j];
535 task = tasks[i];
556 task = tasks[i]
    [all...]
  /frameworks/base/docs/html/training/multiple-threads/
communicate-ui.jd 34 tasks to do background work and then move the results to UI elements such as bitmaps.
39 to other objects on that thread. Because tasks that you run on a thread from a thread pool
198 // Handle status messages from tasks
  /sdk/
changes.txt 167 - Support for extension targets in Ant build to perform tasks between the
168 normal tasks: -pre-build, -pre-compile, -post-compile.
176 - Updated Ant rules and custom tasks
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 55 * ADT startup tasks (other than those performed in {@link AdtPlugin#start(org.osgi.framework.BundleContext)}
58 * The main tasks currently performed are:
290 // startup tasks time to finish since it's not vital to get the usage ping
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 36 * The home for utility methods that handle various exception-related tasks.
  /external/chromium/base/threading/
platform_thread_win.cc 134 // blocking tasks.
worker_pool_posix.cc 126 "This thread pool is already terminated. Do not post new tasks.";
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 67 // bandwidth from the actual page load. Create delayed tasks to spread out
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.h 101 // Create a message loop to allow notifications code to post tasks,
  /external/chromium/chrome/browser/password_manager/
password_store_mac.h 36 // Schedules tasks on |thread_|.
password_store_win_unittest.cc 163 // The WDS schedules tasks to run on the DB thread so we schedule yet another
272 // The WDS schedules tasks to run on the DB thread so we schedule yet another
427 // The WDS schedules tasks to run on the DB thread so we schedule yet another
443 // Again, the WDS schedules tasks to run on the DB thread, so schedule a task
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.h 85 // The list of tasks to call after the load has finished.
  /external/chromium/chrome/browser/sync/engine/
model_safe_worker.h 35 // The Syncer uses a ModelSafeWorker for all tasks that could potentially
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 83 // pending close tasks that have already been posted.
  /external/chromium/chrome/browser/web_resource/
web_resource_service.h 77 // Allows the creation of tasks to send a WEB_RESOURCE_STATE_CHANGED

Completed in 491 milliseconds

<<11121314151617181920>>