HomeSort by relevance Sort by last modified time
    Searched refs:tasks (Results 151 - 175 of 656) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
TaskStackHorizontalViewAdapter.java 101 public TaskStackHorizontalViewAdapter(List tasks) {
102 mTaskList = new ArrayList<Task>(tasks);
105 public void setNewStackTasks(List tasks) {
107 mTaskList.addAll(tasks);
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
MavenDependencyCollectorTask.groovy 41 import org.gradle.api.tasks.Input
42 import org.gradle.api.tasks.TaskAction
  /external/autotest/site_utils/suite_scheduler/
driver_unittest.py 46 event.tasks = []
118 """Test that we can build a list of Tasks from a config."""
121 tasks = self.driver.TasksFromConfig(self.config)
122 self.assertTrue(self.nightly_bvt in tasks[timed_event.Nightly.KEYWORD])
123 self.assertTrue(self.weekly_bvt in tasks[timed_event.Weekly.KEYWORD])
127 """Test that we can build a list of Tasks from a config twice."""
135 self.assertTrue(self.nightly_bvt in event.tasks)
137 self.assertTrue(self.weekly_bvt in event.tasks)
154 self.assertTrue(self.nightly_bvt in event.tasks)
156 self.assertFalse(self.weekly_bvt in event.tasks)
    [all...]
driver.py 84 tasks = self.TasksFromConfig(config)
85 for keyword, task_list in tasks.iteritems():
87 events[keyword].tasks = task_list
94 """Generate a dict of {event_keyword: [tasks]} mappings from |config|.
101 @param config: a ForgivingConfigParser containing tasks to be parsed.
102 @return dict of {event_keyword: [tasks]} mappings.
105 tasks = {}
114 tasks.setdefault(keyword, []).append(new_task)
115 return tasks
timed_event.py 34 return self._deadline != other._deadline or self.tasks != other.tasks
38 return self._deadline == other._deadline and self.tasks == other.tasks
88 # Each task may have different setting of `hour`. Therefore, nightly tasks
118 """Filter the tasks to only return tasks that should run now.
120 Nightly task can run at each hour. This function only return the tasks
123 @return: A list of tasks that can run now.
126 return [task for task in self.tasks
    [all...]
  /external/skia/platform_tools/android/apps/canvasproof/
build.gradle 31 assembleTask = project.tasks.matching {
  /external/vogar/src/vogar/
JavaVm.java 26 import vogar.tasks.RunActionTask;
27 import vogar.tasks.Task;
  /frameworks/opt/setupwizard/tools/gradle/
docs.gradle 3 * Include this file using `apply from` in the gradle build file. This will generate new tasks
17 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 53 * {@code nThreads} threads will be active processing tasks.
54 * If additional tasks are submitted when all threads are active,
58 * execute subsequent tasks. The threads in the pool will exist
78 * guarantees about the order in which submitted tasks are
114 * tasks. If additional tasks are submitted when all threads are
118 * needed to execute subsequent tasks. The threads in the pool will
140 * subsequent tasks.) Tasks are guaranteed to execute
181 * of programs that execute many short-lived asynchronous tasks
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.2/
kotlin-gradle-plugin-api-1.0.2.jar 
  /system/connectivity/shill/cellular/
cellular_capability_cdma.cc 92 CellularTaskList* tasks = new CellularTaskList(); local
95 weak_ptr_factory_.GetWeakPtr(), callback, false, tasks);
97 tasks->push_back(Bind(&CellularCapabilityCDMA::EnableModem,
99 tasks->push_back(Bind(&CellularCapabilityCDMA::GetModemStatus,
101 tasks->push_back(Bind(&CellularCapabilityCDMA::GetMEID,
103 tasks->push_back(Bind(&CellularCapabilityCDMA::GetModemInfo,
105 tasks->push_back(Bind(&CellularCapabilityCDMA::FinishEnable,
108 RunNextStep(tasks);
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVideoDataTest.py 62 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
64 if not multithread_func(self.log, tasks):
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0/
gradle-core-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-rc1/
gradle-core-2.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-rc2/
gradle-core-2.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.1/
gradle-core-2.2.1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle-core/2.2.0/
gradle-core-2.2.0.jar 
  /external/gemmlowp/meta/
multi_thread_common.h 84 std::int32_t k, std::vector<internal::TaskRect>* tasks) {
94 tasks->push_back(TaskRect(0, m, 0, n));
101 tasks->push_back(TaskRect(i * m_chunk, m_chunk, 0, n));
104 tasks->push_back(TaskRect(last_m_offset, m - last_m_offset, 0, n));
108 tasks->push_back(TaskRect(0, m, i * n_chunk, n_chunk));
111 tasks->push_back(TaskRect(0, m, last_n_offset, n - last_n_offset));
  /external/smali/
build.gradle 78 tasks.withType(Javadoc) {
88 tasks.withType(JavaCompile) {
186 tasks.getByPath(':release').dependsOn(uploadArchives)
  /system/extras/alloc-stress/
alloc-stress.cpp 158 int tasks = mkdir(buf, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); local
159 if (tasks < 0) {
163 snprintf(buf, sizeof(buf), "/dev/memctl/apps/%u/tasks", pid);
164 tasks = open(buf, O_WRONLY);
165 if (tasks < 0) {
170 write(tasks, buf, strlen(buf));
171 close(tasks);
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha7/
gradle-core-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-beta1/
gradle-core-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-beta2/
gradle-core-2.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-beta3/
gradle-core-2.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha6/
gradle-core-2.2.0-alpha6.jar 

Completed in 296 milliseconds

1 2 3 4 5 67 8 91011>>