Home
last modified time | relevance | path

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

123456789

/external/python/cpython3/Tools/importbench/
Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/external/libyuv/files/unit_test/
Dunit_test.cc54 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
113 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
172 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
231 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
290 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
349 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
/external/googletest/googletest/test/
Dgtest_repeat_test.cc155 void TestRepeat(int repeat) { in TestRepeat()
165 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
176 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
192 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_repeat_test.cc172 void TestRepeat(int repeat) { in TestRepeat()
182 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
211 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/webrtc/webrtc/base/
Dsigslotrepeater.h37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } in repeat() function
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() function
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() function
88 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() function
/external/python/cpython2/Lib/
Dtimeit.py208 def repeat(self, repeat=default_repeat, number=default_number): member in Timer
239 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
/external/python/cpython3/Lib/
Dtimeit.py182 def repeat(self, repeat=default_repeat, number=default_number): member in Timer
234 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
/external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
Denterprise_CFM_VolumeChange.py23 def _change_volume(self, repeat, cmd): argument
56 def run_once(self, repeat, cmd): argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemVibrator.java39 protected void vibrate(long[] pattern, int repeat) { in vibrate()
44 protected void vibrate(int owningUid, String owningPackage, long[] pattern, int repeat) { in vibrate()
49 …protected void vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attribut… in vibrate()
102 private void recordVibratePattern(long[] pattern, int repeat) { in recordVibratePattern()
DShadowVibrator.java12 int repeat; field in ShadowVibrator
/external/libaom/libaom/test/
Dmasked_sad_test.cc78 for (int repeat = 0; repeat < run_times; ++repeat) { in runMaskedSADTest() local
92 for (int repeat = 0; repeat < run_times; ++repeat) { in runMaskedSADTest() local
169 for (int repeat = 0; repeat < run_times; ++repeat) { in runHighbdMaskedSADTest() local
183 for (int repeat = 0; repeat < run_times; ++repeat) { in runHighbdMaskedSADTest() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-repeat.hpp47 namespace repeat { namespace
82 auto repeat(AN&&... an) in repeat() function
/external/libxml2/
DtestThreads.c103 unsigned int i, repeat; in main() local
144 unsigned int i, repeat; in main() local
DtestThreadsWin32.c88 unsigned int i, repeat; in main() local
/external/autotest/client/site_tests/enterprise_CFM_AtrusUpdaterStress/
Denterprise_CFM_AtrusUpdaterStress.py28 def run_once(self, repeat=1): argument
/external/junit/src/main/java/junit/extensions/
DRepeatedTest.java12 public RepeatedTest(Test test, int repeat) { in RepeatedTest()
/external/autotest/client/tests/fsx/
Dfsx.py31 def run_once(self, dir=None, repeat=100000): argument
/external/u-boot/fs/jffs2/
Dcompr_rtime.c66 int repeat; in rtime_decompress() local
/external/bcc/tests/python/
Dtest_bpf_log.py22 repeat = """ variable
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DTestUtil.java31 public static String repeat(char c, int count) { in repeat() method in TestUtil
/external/v8/tools/
Dshell-utils.h43 const byte* ReadFileAndRepeat(const char* name, int* size, int repeat) { in ReadFileAndRepeat()
/external/autotest/server/site_tests/display_SwitchMode/
Ddisplay_SwitchMode.py55 def run_once(self, host, repeat, no_check=False): argument
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DCRC.java122 void updateCRC(final int inCh, int repeat) { in updateCRC()
/external/u-boot/common/
Diomux.c29 int i, j, k, io_flag, cs_idx, repeat; in iomux_doenv() local
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py125 def _run_func(self, name, func, repeat=1, save_checkpoint=True): argument
142 def _run_cmd(self, name, cmd, repeat=1): argument

123456789