HomeSort by relevance Sort by last modified time
    Searched refs:TASKS (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 300 --list-tasks) LIST_TASKS=yes
943 # Variant of task define for dual tasks
944 # This really defines two tasks named '<task>_1' and '<task>_2"
988 # $2+: other tasks this task depends on.
997 # $2+: other non-dual tasks this dual task depends on
1007 # $2+: other dual tasks this dual task depends on
1128 # Used to build the list of tasks with a tree post-order traversal, i.e.
1133 # $1: space-separated list of tasks to visit
1134 # Out: list of all tasks in post-order
1178 # Build the list of tasks, in reverse order (from leafs to last
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 300 --list-tasks) LIST_TASKS=yes
943 # Variant of task define for dual tasks
944 # This really defines two tasks named '<task>_1' and '<task>_2"
988 # $2+: other tasks this task depends on.
997 # $2+: other non-dual tasks this dual task depends on
1007 # $2+: other dual tasks this dual task depends on
1128 # Used to build the list of tasks with a tree post-order traversal, i.e.
1133 # $1: space-separated list of tasks to visit
1134 # Out: list of all tasks in post-order
1178 # Build the list of tasks, in reverse order (from leafs to last
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorTest.java 136 * scheduleAtFixedRate executes series of tasks at given rate
154 * scheduleWithFixedDelay executes series of tasks with given period
303 * when tasks complete
395 * getTaskCount increases, but doesn't overestimate, when tasks
402 final int TASKS = 5;
405 for (int i = 0; i < TASKS; i++)
412 assertEquals(TASKS, p.getTaskCount());
521 * getQueue returns the work queue, which contains queued tasks
528 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
529 for (int i = 0; i < tasks.length; i++)
552 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
586 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
639 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
668 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
    [all...]
ScheduledExecutorSubclassTest.java 188 * scheduleAtFixedRate executes series of tasks at given rate
206 * scheduleWithFixedDelay executes series of tasks with given period
353 * when tasks complete
445 * getTaskCount increases, but doesn't overestimate, when tasks
452 final int TASKS = 5;
455 for (int i = 0; i < TASKS; i++)
462 assertEquals(TASKS, p.getTaskCount());
570 * getQueue returns the work queue, which contains queued tasks
577 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
578 for (int i = 0; i < tasks.length; i++)
601 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
635 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
688 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
717 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
    [all...]
ThreadPoolExecutorSubclassTest.java 274 * when tasks complete
465 * getTaskCount increases, but doesn't overestimate, when tasks submitted
561 * getQueue returns the work queue, which contains queued tasks
572 FutureTask[] tasks = new FutureTask[5]; local
573 for (int i = 0; i < tasks.length; i++) {
581 tasks[i] = new FutureTask(task);
582 p.execute(tasks[i]);
586 assertFalse(q.contains(tasks[0]));
587 assertTrue(q.contains(tasks[tasks.length - 1]))
604 Runnable[] tasks = new Runnable[6]; local
643 FutureTask[] tasks = new FutureTask[5]; local
1021 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
1047 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
    [all...]
ThreadPoolExecutorTest.java 140 * when tasks complete
361 * getTaskCount increases, but doesn't overestimate, when tasks submitted
488 * getQueue returns the work queue, which contains queued tasks
499 FutureTask[] tasks = new FutureTask[5]; local
500 for (int i = 0; i < tasks.length; i++) {
508 tasks[i] = new FutureTask(task);
509 p.execute(tasks[i]);
513 assertFalse(q.contains(tasks[0]));
514 assertTrue(q.contains(tasks[tasks.length - 1]))
531 Runnable[] tasks = new Runnable[5]; local
570 FutureTask[] tasks = new FutureTask[5]; local
1122 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
1148 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 296 milliseconds