Searched refs:repeat (Results 1 – 8 of 8) sorted by relevance
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 154 static int connect_test(uint repeat) in connect_test() argument 161 printf("%s: repeat = %u\n", __func__, repeat); in connect_test() 164 for (i = 0; i < repeat; i++) { in connect_test() 191 static int connect_foo(uint repeat) in connect_foo() argument 197 printf("%s: repeat = %u\n", __func__, repeat); in connect_foo() 200 for (i = 0; i < repeat; i++) { in connect_foo() 217 static int closer1_test(uint repeat) in closer1_test() argument 223 printf("%s: repeat = %u\n", __func__, repeat); in closer1_test() 226 for (i = 0; i < repeat; i++) { in closer1_test() 246 static int closer2_test(uint repeat) in closer2_test() argument [all …]
|
/system/media/camera/docs/ |
D | metadata_helpers_test.py | 162 wbr_gen = itertools.repeat(wbr_string)
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 61 out SimpleParcelable repeat); in RepeatSimpleParcelable() argument
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 188 SimpleParcelable* repeat, in RepeatSimpleParcelable() argument 191 *repeat = input; in RepeatSimpleParcelable()
|
/system/testing/gtest_extras/ |
D | Options.cpp | 313 num_iterations_ = ::testing::GTEST_FLAG(repeat); in Process()
|
/system/extras/simpleperf/scripts/ |
D | test_monitor.py | 78 repeat_times=args.repeat, test_patterns=args.pattern, test_dir=args.test_dir)
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 110 * `--repeat=N`: Repeat running the same set of tests N times without redoing
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 1002 itertools.repeat(0, self._SizeToNumBlocks(total_size)))
|