Searched refs:repeat (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | FakeTest.java | 103 final int repeat = toIntOrDefault(m.group(3), 1); in decodeRle() local 104 if (repeat < 1) { in decodeRle() 107 repeat)); in decodeRle() 110 for (int k = 0; k < repeat; ++k) { in decodeRle() 138 final int repeat = toIntOrDefault(m.group(3), 1); in decode() local 139 if (repeat < 1) { in decode() 142 repeat)); in decode() 148 for (int k = 0; k < repeat; ++k) { in decode()
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | act.py | 31 def _run_test(parsed_config, test_identifiers, repeat=1): argument 48 for i in range(repeat): 87 def _run_tests_parallel(parsed_configs, test_identifiers, repeat): argument 103 arg_list = [(c, test_identifiers, repeat) for c in parsed_configs] 116 def _run_tests_sequential(parsed_configs, test_identifiers, repeat): argument 135 ret = _run_test(c, test_identifiers, repeat)
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RttRequestManagementTest.py | 61 rutils.scan_with_rtt_support_constraint(dut, True, repeat=10), 118 rutils.scan_with_rtt_support_constraint(dut, True, repeat=10),
|
D | RangeApSupporting11McTest.py | 46 rutils.scan_with_rtt_support_constraint(dut, True, repeat=10), 92 rutils.scan_with_rtt_support_constraint(dut, True, repeat=10),
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/stress/ |
D | StressRangeApTest.py | 39 repeat=10)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 125 def scan_with_rtt_support_constraint(dut, support_rtt, repeat=0): argument 137 for i in range(repeat + 1):
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileTest.java | 620 String boom = Strings.repeat("BOOM!", 100); in addDirectoryRecursively() 621 String kaboom = Strings.repeat("KABOOM!", 100); in addDirectoryRecursively() 628 String iLoveChocolate = Strings.repeat("I love chocolate! ", 200); in addDirectoryRecursively() 629 String iLoveOrange = Strings.repeat("I love orange! ", 50); in addDirectoryRecursively()
|