Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 25 of 33) sorted by relevance

12

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSmsTest.py453 tasks = [(ensure_phone_default_state, (self.log, ads[0])),
455 if not multithread_func(self.log, tasks):
477 tasks = [(ensure_phone_default_state, (self.log, ads[0])),
479 if not multithread_func(self.log, tasks):
500 tasks = [(ensure_phone_default_state, (self.log, ads[0])),
502 if not multithread_func(self.log, tasks):
524 tasks = [(ensure_phone_default_state, (self.log, ads[0])),
526 if not multithread_func(self.log, tasks):
547 tasks = [(phone_setup_voice_2g, (self.log, ads[0])),
549 if not multithread_func(self.log, tasks):
[all …]
DTelLiveVoiceTest.py177 tasks = [(phone_setup_voice_general, (self.log, ads[0])),
179 if not multithread_func(self.log, tasks):
207 tasks = [(phone_setup_voice_general, (self.log, ads[0])),
209 if not multithread_func(self.log, tasks):
237 tasks = [(phone_setup_volte, (self.log, ads[0])), (phone_setup_volte,
239 if not multithread_func(self.log, tasks):
269 tasks = [(phone_setup_volte, (self.log, ads[0])), (phone_setup_volte,
271 if not multithread_func(self.log, tasks):
302 tasks = [(phone_setup_volte, (self.log, ads[0])), (phone_setup_volte,
304 if not multithread_func(self.log, tasks):
[all …]
DTelLiveVideoTest.py113 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
115 if not multithread_func(self.log, tasks):
149 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
151 if not multithread_func(self.log, tasks):
184 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
186 if not multithread_func(self.log, tasks):
220 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
222 if not multithread_func(self.log, tasks):
266 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
268 if not multithread_func(self.log, tasks):
[all …]
DTelLiveVideoDataTest.py54 tasks = [(phone_setup_video, (self.log, ads[0])), (phone_setup_video,
56 if not multithread_func(self.log, tasks):
DTelWifiVideoTest.py104 tasks = [
112 if not multithread_func(self.log, tasks):
145 tasks = [
153 if not multithread_func(self.log, tasks):
DTelLiveSettingsTest.py229 tasks = [(set_qxdm_logger_command, [ad, "IMS_DS_CNE_LnX_Golden.cfg"])
231 return multithread_func(self.log, tasks)
236 tasks = [(set_qxdm_logger_command, [ad, " QC_Default.cfg"])
238 return multithread_func(self.log, tasks)
DTelLiveProjectFiTest.py501 tasks = [(self.operator_network_switch, [ad, carrier])
503 if not multithread_func(self.log, tasks):
519 tasks = [(self._account_registration, [ad])
522 if not multithread_func(self.log, tasks):
/tools/metalava/
Dbuild.gradle.kts1 import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
46 tasks.withType(KotlinCompile::class.java) { in <lambda>()
73 tasks.withType(ShadowJar::class.java) { in <lambda>()
81 tasks.withType(Test::class.java) { in <lambda>()
82 val zipTask = project.tasks.register("zipResultsOf${name.capitalize()}", Zip::class.java) { in <lambda>()
156 tasks.register("ktlint", JavaExec::class.java) { in <lambda>()
164 tasks.register("ktlintFormat", JavaExec::class.java) { in <lambda>()
207 tasks.register("createArchive", Zip::class.java) { in <lambda>()
/tools/apksig/src/main/java/com/android/apksig/util/
DRunnablesExecutor.java41 Phaser tasks = new Phaser(1);
47 tasks.arriveAndDeregister();
49 tasks.register();
54 tasks.arriveAndAwaitAdvance();
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithA2dpPerformanceTest.py67 tasks = [
73 return self.set_attenuation_and_run_iperf(tasks)
79 tasks = [(self.run_iperf_and_get_result, ()),
83 return self.set_attenuation_and_run_iperf(tasks)
89 tasks = [(music_play_and_check,
95 return self.set_attenuation_and_run_iperf(tasks)
DWlanWithHfpPerformanceTest.py83 tasks = [(initiate_disconnect_from_hf,
87 if not self.set_attenuation_and_run_iperf(tasks):
95 tasks = [(self.call_from_sec_ad_to_pri_ad_and_change_volume, ()),
97 if not self.set_attenuation_and_run_iperf(tasks):
DWlanWithBlePerformanceTest.py150 tasks = [(self.ble_start_stop_scan, ()),
152 return self.set_attenuation_and_run_iperf(tasks)
155 tasks = [(self.initiate_ble_gatt_connection, ()),
157 return self.set_attenuation_and_run_iperf(tasks)
DCoexBasicPerformanceTest.py44 tasks = [(perform_classic_discovery,
48 return self.set_attenuation_and_run_iperf(tasks)
DCoexBtMultiProfilePerformanceTest.py120 tasks = [(self.initiate_call_when_a2dp_streaming_on, ()),
122 if not self.set_attenuation_and_run_iperf(tasks):
/tools/ndkports/
Dbuild.gradle.kts1 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
41 tasks.withType<KotlinCompile> { in <lambda>()
57 tasks.named<JavaExec>("run") {
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBasicFunctionalityTest.py248 tasks = [(start_fping, (self.pri_ad, self.iperf["duration"],
251 if not multithread_func(self.log, tasks):
272 tasks = [(start_fping, (self.pri_ad, self.iperf["duration"],
277 if not multithread_func(self.log, tasks):
DWlanWithHfpFunctionalityTest.py124 tasks = [(initiate_disconnect_from_hf,
130 if not multithread_func(self.log, tasks):
661 tasks = [(start_fping, (self.pri_ad, self.iperf["duration"],
666 if not multithread_func(self.log, tasks):
686 tasks = [(start_fping, (self.pri_ad, self.iperf["duration"],
692 if not multithread_func(self.log, tasks):
DCoexBtMultiProfileFunctionalityTest.py92 tasks = [(self.run_iperf_and_get_result,()),
96 if not multithread_func(self.log, tasks):
/tools/test/connectivity/acts/tests/google/tel/live/msim/
DTelLiveMSIMVoiceTest.py49 tasks = [(phone_setup_voice_general_for_slot, (self.log, ads[0], 0)),
55 if not multithread_func(self.log, tasks):
DTelLiveMSIMSmsTest.py90 tasks = [(phone_setup_voice_general_for_slot, (self.log, ads[0],0)),
96 if not multithread_func(self.log, tasks):
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DVerityTreeBuilder.java231 Phaser tasks = new Phaser(1); in digestDataByChunks() local
257 tasks.arriveAndDeregister(); in digestDataByChunks()
259 tasks.register(); in digestDataByChunks()
267 tasks.arriveAndAwaitAdvance(); in digestDataByChunks()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDeviceMetricDataFuncTest.java90 List<Callable<HashMap<String, Metric>>> tasks = Collections.nCopies(threadCount, task); in testAddToMetricsMultiThreaded() local
97 List<Future<HashMap<String, Metric>>> futures = executorService.invokeAll(tasks); in testAddToMetricsMultiThreaded()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py176 tasks = [(self._init_device, [ad]) for ad in self.android_devices]
177 multithread_func(self.log, tasks)
216 tasks = [(self._setup_device, [ad, sim_conf_file, qxdm_log_mask_cfg])
218 return multithread_func(self.log, tasks)
430 tasks = [(self._teardown_device, [ad]) for ad in self.android_devices]
431 multithread_func(self.log, tasks)
541 tasks = [(self._ad_take_bugreport, (ad, test_name, begin_time))
543 tasks.extend([(self._ad_take_extra_logs, (ad, test_name, begin_time))
545 run_multithread_func(self.log, tasks)
/tools/trebuchet/scripts/
DREADME.md1 This directory contains scripts for automating various tasks.
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabProjectFiTest.py609 tasks = [(self.operator_network_switch, [ad, carrier])
611 if not multithread_func(self.log, tasks):
627 tasks = [(self._account_registration, [ad])
630 if not multithread_func(self.log, tasks):

12