Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/bin/
Dact.py35 def _run_test(parsed_config, test_identifiers, repeat=1): argument
91 def _run_tests(parsed_configs, test_identifiers, repeat): argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DFakeTest.java135 final int repeat = toIntOrDefault(m.group(3), 1); in decodeRle() local
170 final int repeat = toIntOrDefault(m.group(3), 1); in decode() local
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py145 def scan_with_rtt_support_constraint(dut, support_rtt, repeat=0): argument