Home
last modified time | relevance | path

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

12345678

/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.cc144 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
200 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
256 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
312 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
368 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
424 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
480 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/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/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/dokka/core/testdata/format/
DnestedLists.kt27 fun repeat() = Unit method
DunorderedLists.kt31 fun repeat() = Unit method in Bar
/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/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/python/cpython2/Lib/
Dtimeit.py208 def repeat(self, repeat=default_repeat, number=default_number): argument
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/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()
/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
/external/libaom/libaom/test/
Dmasked_sad_test.cc118 for (int repeat = 0; repeat < times; ++repeat) { in runRef() local
133 for (int repeat = 0; repeat < times; ++repeat) { in runTest() local
146 for (int repeat = 0; repeat < times; ++repeat) { in runRef() local
162 for (int repeat = 0; repeat < times; ++repeat) { in runTest() local
289 for (int repeat = 0; repeat < run_times; ++repeat) { in runHighbdMaskedSADTest() local
303 for (int repeat = 0; repeat < run_times; ++repeat) { in runHighbdMaskedSADTest() local
/external/autotest/client/site_tests/enterprise_CFM_AtrusUpdaterStress/
Denterprise_CFM_AtrusUpdaterStress.py28 def run_once(self, repeat=1): argument
/external/python/asn1crypto/dev/
Dtests.py34 def run(matcher=None, repeat=1, ci=False): argument
/external/libiio/src/examples/
Ddummy-iiostream.c140 unsigned int repeat = has_repeat ? fmt->repeat : 1; in sample_cb() local
314 unsigned int repeat = has_repeat ? fmt->repeat : 1; in main() local
340 unsigned int repeat = has_repeat ? fmt->repeat : 1; in main() local
/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/tensorflow/tensorflow/python/ops/ragged/
Dragged_util.py62 repeat = array_ops.repeat_with_axis variable
/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/autotest/server/site_tests/display_SwitchMode/
Ddisplay_SwitchMode.py55 def run_once(self, host, repeat, no_check=False): argument
/external/angle/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp142 int repeat = std::min(size, originalArg->getNominalSize()); in scalarizeArgs() local
164 int repeat = std::min(size, originalArg->getCols() * originalArg->getRows()); in scalarizeArgs() local

12345678