Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 28) sorted by relevance

12

/tools/test/openhst/resources/
Dstress_test.dsp_trigger_sw_rejection.ascii_proto3 step {
8 step {
12 step {
16 step {
20 step {
24 step {
28 step {
33 step {
37 step {
41 step {
[all …]
Dstress_test.dsp_trigger_and_screen_off.ascii_proto5 step {
10 step {
14 step {
18 step {
22 step {
26 step {
Dstress_test.enroll.ascii_proto3 step {
9 step {
15 step {
21 step {
Dstress_test.enroll_with_queries.ascii_proto4 step {
11 step {
18 step {
25 step {
Dstress_test.dsp_trigger_on_homescreen.ascii_proto4 step {
9 step {
13 step {
Dstress_test.dsp_monitoring_on_idle.ascii_proto4 step {
8 step {
12 step {
/tools/tradefederation/core/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/GoogleTradeFed_intermedia…
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/GoogleTradeFedTests_inter…
51 $(call add-clean-step, rm -f $(HOST_OUT_EXECUTABLES)/atest)
52 $(call add-clean-step, rm -f $(SOONG_HOST_OUT_EXECUTABLES)/atest)
/tools/test/openhst/
Dstress_test.py751 self.steps = config.step
760 for step in self.steps:
761 if step.audio_file and step.audio_file not in self.audio_tempfiles:
770 self.audio_tempfiles[step.audio_file] = audio_tempfile
774 stress_test_common.GetResourceContents(step.audio_file))
778 if step.audio_file_sample_rate <= 0:
779 step.audio_file_sample_rate = 16000
780 wavefile.setframerate(step.audio_file_sample_rate)
781 if step.audio_file_num_channels <= 0:
782 step.audio_file_num_channels = 1
[all …]
Dstress_test.proto108 // Path to raw audio file to play during this test step.
116 // Command to run on this test step.
119 // this step.
122 // this step.
154 repeated TestStep step = 2; field
/tools/test/graphicsbenchmark/functional_tests/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(HOST_OUT)/gts/android-gts/testcases/GameQualificationJavaTestCases*)
49 $(call add-clean-step, rm -rf $(HOST_OUT)/gts/android-gts/testcases/GameQualificationHostTestCases*)
50 $(call add-clean-step, rm -rf $(HOST_OUT)/gts/android-gts/testcases/GameQualificationNativeTestCase…
/tools/asuite/aidegen/
DCleanSpec.mk48 $(call add-clean-step, rm -f $(HOST_OUT_EXECUTABLES)/aidegen)
49 $(call add-clean-step, rm -f $(SOONG_HOST_OUT_EXECUTABLES)/aidegen)
/tools/acloud/
DCleanSpec.mk42 $(call add-clean-step, rm -f $(HOST_OUT_EXECUTABLES)/acloud)
43 $(call add-clean-step, rm -f $(SOONG_HOST_OUT_EXECUTABLES)/acloud)
/tools/metalava/
DCleanSpec.mk48 $(call add-clean-step, rm -f $(OUT_DIR)/bazel/output/execroot/__main__/bazel-out/mixed_builds_produ…
49 $(call add-clean-step, rm -f $(OUT_DIR)/bazel/output/execroot/__main__/bazel-out/mixed_builds_produ…
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dtako_trace_logger.py27 self.t = self.step
34 def step(self, msg, *args, **kwargs): member in TakoTraceLogger
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DGFTInOutBaseTest.py173 def adjust_atten_slowly(self, adjust_level, move_to, step=9 , step_time=5): argument
186 for x in range (step):
197 for x in range (step):
207 for x in range (step):
217 for x in range (step):
/tools/security/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(TARGET_OUT_OPTIONAL_EXECUTABLES)/sanitizer-status)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py43 def range_wi_end(dut, start, stop, step): argument
58 if step == 0:
65 range_ls = list(arange(start, stop, step))
67 if (step < 0 and range_ls[-1] > stop) or (step > 0 and
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py466 for step in range(starting_attn, ending_attn, step_size_in_db):
469 attenuator.set_atten(step)
475 self.log.info('Set relative attenuation to %s db' % step)
486 'attenuation of %s db' % step)
503 value_to_insert = str(step)
547 (iperf_server_ip_address, step))
551 (iperf_server_ip_address, step))
/tools/test/mobly_extensions/tools/results_uploader/
DREADME.md34 step 1.
68 in the previous step.
/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py241 for index, step in enumerate(self._steps):
242 if isinstance(step, self._BuildStep) and self.get_config().is_build_env:
252 step_out = step.get_step_func()(step_in)
271 if isinstance(step, self._TestStep) and self.get_config().is_test_env:
283 step.get_step_func()(step_in)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbase_test_actions.py139 self.log_step = self.logger.step
/tools/asuite/atest/docs/
Datest_structure.md43 by the user, all of the test dependencies are built. This step can by bypassed
46 The final step is to run the tests which is where the test runners do their job.
/tools/asuite/atest/bazel/
Datest_bazel_mode.md72 It will then use Bazel query to find out dependencies for the build step.
74 In the build step, it will use Soong to build those dependencies returned by
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexPerformanceBaseTest.py39 def get_atten_range(start, stop, step): argument
50 temp += step
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py557 for tx in range(self.start_dbm, self.end_dbm + 1, self.step):

12