HomeSort by relevance Sort by last modified time
    Searched refs:tasks (Results 276 - 300 of 937) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/
kotlin-gradle-plugin-1.1.1.jar 
  /external/gemmlowp/internal/
multi_thread_gemm.h 364 // <index> to order tasks with equal <index>.
375 void Execute(const std::vector<Task*>& tasks) {
376 assert(tasks.size() >= 1);
377 // One of the tasks will be run on the current thread.
378 std::size_t workers_count = tasks.size() - 1;
383 std::for_each(tasks.begin(), --tasks.end(),
386 Task* task = tasks.back();
391 // Cleanup tasks (best to do this from the same thread that allocated
393 std::for_each(tasks.begin(), tasks.end(), [](Task* task) { delete task; })
665 std::vector<Task*> tasks; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha3/
gradle-core-1.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha2/
gradle-core-1.3.0-alpha2.jar 
  /build/make/core/tasks/
boot_jars_package_check.mk 27 script := build/make/core/tasks/check_boot_jars/check_boot_jars.py
28 whitelist_file := build/make/core/tasks/check_boot_jars/package_whitelist.txt
  /cts/hostsidetests/theme/
generate_images.py 54 def __init__(self, tasks, setup, q):
57 self._tasks = tasks
86 def execute_parallel(tasks, setup, q, num_threads):
90 t = ParallelExecutor(tasks, setup, q)
230 tasks = [do_capture]
240 result = execute_parallel(tasks, setup, device_queue, len(devices))
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
WrappingScheduledExecutorServiceTest.java 169 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks)
176 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
182 public <T> T invokeAny(Collection<? extends Callable<T>> tasks)
188 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceResolver.java 5 package javax.jmdns.impl.tasks.resolver;
34 * @see javax.jmdns.impl.tasks.DNSTask#getName()
43 * @see javax.jmdns.impl.tasks.Resolver#addAnswers(javax.jmdns.impl.DNSOutgoing)
59 * @see javax.jmdns.impl.tasks.Resolver#addQuestions(javax.jmdns.impl.DNSOutgoing)
71 * @see javax.jmdns.impl.tasks.Resolver#description()
TypeResolver.java 5 package javax.jmdns.impl.tasks.resolver;
36 * @see javax.jmdns.impl.tasks.DNSTask#getName()
45 * @see javax.jmdns.impl.tasks.Resolver#addAnswers(javax.jmdns.impl.DNSOutgoing)
60 * @see javax.jmdns.impl.tasks.Resolver#addQuestions(javax.jmdns.impl.DNSOutgoing)
69 * @see javax.jmdns.impl.tasks.Resolver#description()
  /external/lisa/tests/eas/
heavy_load.py 29 those tasks were spread across all CPUs in the system by asserting that all
54 "tasks" : "cpus",
72 def test_tasks_spread(self, experiment, tasks):
  /external/ltp/testcases/kernel/controllers/freezer/
vfork_freeze.sh 87 "${CG_FILE_WRITE}" $vfork_proc >> tasks # should add to the same cgroup as above
  /external/smali/smali/
build.gradle 107 tasks.getByPath('build').dependsOn(fatJar)
152 tasks.getByPath(':release').dependsOn(proguard)
  /external/toolchain-utils/bestflags/
genetic_algorithm.py 153 # Number of tasks in each generation.
161 # The flags that can be used to generate new tasks.
175 num_chromosomes: Number of tasks in each generation.
178 specs: The flags that can be used to generate new tasks.
188 def __init__(self, tasks, parents, total_stucks):
192 tasks: A set of tasks to be run.
193 parents: A set of tasks from which this new generation is produced. This
194 set also contains the best tasks generated so far.
200 Generation.__init__(self, tasks, parents
    [all...]
  /external/vogar/src/vogar/android/
DexTask.java 25 import vogar.tasks.Task;
  /external/vogar/src/vogar/tasks/
PrepareTarget.java 17 package vogar.tasks;
Task.java 17 package vogar.tasks;
26 * A task necessary to accomplish the user's requested actions. Tasks have
28 * Tasks may be run at most once; running a task produces a result.
  /frameworks/base/libs/hwui/tests/common/
LeakChecker.cpp 75 Caches::getInstance().tasks.stop();
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
SupportAndroidTestAppPlugin.kt 27 import org.gradle.api.tasks.compile.JavaCompile
79 project.tasks.forEach {
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
TaskExecutor.java 42 * Tasks#createIntent(Context, Class)}).
46 * <p>All tasks are ran in the background with a wakelock being held by the {@link
50 * the process is killed the queued tasks will be restored. If a new task is added, a new {@link
58 * <p>If there are still tasks in the queue but none are executable immediately, the service will
62 * there are no more tasks in the queue or when the executor is put to sleep.
109 * When there are no more tasks to be run the service should be stopped. But when all tasks has
110 * finished there might still be more tasks in the message queue waiting to be processed,
119 // The thread to run tasks on
135 private final TaskQueue tasks = new TaskQueue() field in class:TaskExecutor
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestScheduledExecutorService.java 91 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks)
97 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, long timeout,
103 public <T> T invokeAny(Collection<? extends Callable<T>> tasks)
109 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /test/vti/test_serving/gae/webapp/src/
webapp_main.py 30 from webapp.src.tasks import indexing
57 ("/tasks/schedule", periodic.PeriodicScheduler),
58 ("/tasks/device_heartbeat", device_heartbeat.PeriodicDeviceHeartBeat),
59 ("/tasks/job_heartbeat", job_heartbeat.PeriodicJobHeartBeat),
60 ("/tasks/indexing", indexing.CreateIndex),
61 ("/tasks/indexing/build", indexing.CreateBuildModelIndex),
62 ("/tasks/indexing/device", indexing.CreateDeviceModelIndex),
63 ("/tasks/indexing/job", indexing.CreateJobModelIndex),
64 ("/tasks/indexing/lab", indexing.CreateLabModelIndex),
65 ("/tasks/indexing/schedule", indexing.CreateScheduleModelIndex
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelWifiVideoTest.py 106 tasks = [
114 if not multithread_func(self.log, tasks):
147 tasks = [
155 if not multithread_func(self.log, tasks):
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha1/
gradle-core-1.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.0-alpha1/
gradle-core-1.2.0-alpha1.jar 
  /external/autotest/client/tests/cgroup/
cgroup.py 323 for task in tasks:
332 err += "\nCan't terminate tasks: %s" % inst
377 tasks = []
380 tasks.append(item.test("cpu"))
381 if item.set_cgroup(tasks[i].pid, pwd):
384 tasks[i].stdin.write('\n')

Completed in 1459 milliseconds

<<11121314151617181920>>