HomeSort by relevance Sort by last modified time
    Searched defs:TASKS (Results 1 - 25 of 26) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_maps.c 415 static void run_parallel(int tasks, void (*fn)(int task, void *data),
418 pid_t pid[tasks];
421 for (i = 0; i < tasks; i++) {
432 for (i = 0; i < tasks; i++) {
450 #define TASKS 1024
461 for (i = fn; i < MAP_SIZE; i += TASKS) {
495 run_parallel(TASKS, do_work, data);
517 run_parallel(TASKS, do_work, data);
  /art/test/708-jit-cache-churn/src/
JitCacheChurnTest.java 52 /* Tasks to run and generate compiled code of various sizes */
53 private static final BaseTask [] TASKS = {
57 private static final int TASK_BITMASK = (1 << TASKS.length) - 1;
72 // Force JIT compilation of tasks method.
77 ArrayList<Callable<Integer>> tasks = new ArrayList<>(CONCURRENCY); local
79 tasks.add(i, task);
82 List<Future<Integer>> results = executorService.invokeAll(tasks);
230 runTasks(TASKS[index]);
255 removeJittedMethod(TASKS[index].getClass(), JITTED_METHOD);
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 210 * scheduleAtFixedRate executes series of tasks at given rate.
239 * scheduleWithFixedDelay executes series of tasks with given period.
414 * when tasks complete
499 * getTaskCount increases, but doesn't overestimate, when tasks
503 final int TASKS = 3;
518 for (int i = 0; i < TASKS; i++) {
523 assertEquals(1 + TASKS, p.getTaskCount());
527 assertEquals(1 + TASKS, p.getTaskCount());
530 assertEquals(1 + TASKS, p.getTaskCount());
531 assertEquals(1 + TASKS, p.getCompletedTaskCount())
639 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
662 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
690 final ScheduledFuture[] tasks = new ScheduledFuture[5]; local
758 List<ScheduledFuture> tasks = new ArrayList<>(); local
    [all...]
ScheduledExecutorTest.java 154 * scheduleAtFixedRate executes series of tasks at given rate.
183 * scheduleWithFixedDelay executes series of tasks with given period.
358 * when tasks complete
443 * getTaskCount increases, but doesn't overestimate, when tasks
447 final int TASKS = 3;
462 for (int i = 0; i < TASKS; i++) {
467 assertEquals(1 + TASKS, p.getTaskCount());
471 assertEquals(1 + TASKS, p.getTaskCount());
474 assertEquals(1 + TASKS, p.getTaskCount());
475 assertEquals(1 + TASKS, p.getCompletedTaskCount())
587 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
610 ScheduledFuture[] tasks = new ScheduledFuture[5]; local
638 final ScheduledFuture[] tasks = new ScheduledFuture[5]; local
707 List<ScheduledFuture> tasks = new ArrayList<>(); local
    [all...]
ThreadPoolExecutorSubclassTest.java 325 * when tasks complete
547 * getTaskCount increases, but doesn't overestimate, when tasks submitted
550 final int TASKS = 3;
568 for (int i = 0; i < TASKS; i++) {
573 assertEquals(1 + TASKS, p.getTaskCount());
577 assertEquals(1 + TASKS, p.getTaskCount());
580 assertEquals(1 + TASKS, p.getTaskCount());
581 assertEquals(1 + TASKS, p.getCompletedTaskCount());
656 * getQueue returns the work queue, which contains queued tasks
667 FutureTask[] tasks = new FutureTask[5] local
698 Runnable[] tasks = new Runnable[6]; local
733 FutureTask[] tasks = new FutureTask[5]; local
1179 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
1194 final TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
    [all...]
ThreadPoolExecutorTest.java 178 * when tasks complete
400 * getTaskCount increases, but doesn't overestimate, when tasks submitted
403 final int TASKS = 3;
421 for (int i = 0; i < TASKS; i++) {
426 assertEquals(1 + TASKS, p.getTaskCount());
430 assertEquals(1 + TASKS, p.getTaskCount());
433 assertEquals(1 + TASKS, p.getTaskCount());
434 assertEquals(1 + TASKS, p.getCompletedTaskCount());
541 * getQueue returns the work queue, which contains queued tasks
552 FutureTask[] tasks = new FutureTask[5] local
583 Runnable[] tasks = new Runnable[6]; local
618 FutureTask[] tasks = new FutureTask[5]; local
1149 TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
1166 final TrackedNoOpRunnable[] tasks = new TrackedNoOpRunnable[5]; local
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
core-3.1.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.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.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 

Completed in 241 milliseconds

1 2