Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 8 of 8) sorted by relevance

/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c154 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/
Dmetadata_helpers_test.py162 wbr_gen = itertools.repeat(wbr_string)
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl61 out SimpleParcelable repeat); in RepeatSimpleParcelable() argument
/system/tools/aidl/tests/
Daidl_test_service.cpp188 SimpleParcelable* repeat, in RepeatSimpleParcelable() argument
191 *repeat = input; in RepeatSimpleParcelable()
/system/testing/gtest_extras/
DOptions.cpp313 num_iterations_ = ::testing::GTEST_FLAG(repeat); in Process()
/system/extras/simpleperf/scripts/
Dtest_monitor.py78 repeat_times=args.repeat, test_patterns=args.pattern, test_dir=args.test_dir)
/system/bt/gd/docs/testing/
Dcert_test.md110 * `--repeat=N`: Repeat running the same set of tests N times without redoing
/system/update_engine/scripts/update_payload/
Dchecker.py1002 itertools.repeat(0, self._SizeToNumBlocks(total_size)))