| /external/python/cpython3/Tools/importbench/ |
| D | importbench.py | 20 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/ |
| D | unit_test.cc | 54 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/google-breakpad/src/testing/gtest/test/ |
| D | gtest_repeat_test.cc | 172 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/ |
| D | gtest_repeat_test.cc | 155 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/autotest/server/site_tests/enterprise_CFM_VolumeChange/ |
| D | enterprise_CFM_VolumeChange.py | 23 def _change_volume(self, repeat, cmd): argument 56 def run_once(self, repeat, cmd): argument
|
| /external/webrtc/webrtc/base/ |
| D | sigslotrepeater.h | 37 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/ |
| D | timeit.py | 208 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/ |
| D | timeit.py | 182 def repeat(self, repeat=default_repeat, number=default_number): argument 234 def repeat(stmt="pass", setup="pass", timer=default_timer, function
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSystemVibrator.java | 39 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()
|
| D | ShadowVibrator.java | 12 int repeat; field in ShadowVibrator
|
| /external/libaom/libaom/test/ |
| D | masked_sad_test.cc | 78 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/ |
| D | rx-repeat.hpp | 47 namespace repeat { namespace 82 auto repeat(AN&&... an) in repeat() function
|
| /external/libxml2/ |
| D | testThreads.c | 103 unsigned int i, repeat; in main() local 144 unsigned int i, repeat; in main() local
|
| D | testThreadsWin32.c | 88 unsigned int i, repeat; in main() local
|
| /external/autotest/client/site_tests/enterprise_CFM_AtrusUpdaterStress/ |
| D | enterprise_CFM_AtrusUpdaterStress.py | 28 def run_once(self, repeat=1): argument
|
| /external/junit/src/main/java/junit/extensions/ |
| D | RepeatedTest.java | 12 public RepeatedTest(Test test, int repeat) { in RepeatedTest()
|
| /external/autotest/client/tests/fsx/ |
| D | fsx.py | 31 def run_once(self, dir=None, repeat=100000): argument
|
| /external/u-boot/fs/jffs2/ |
| D | compr_rtime.c | 66 int repeat; in rtime_decompress() local
|
| /external/bcc/tests/python/ |
| D | test_bpf_log.py | 22 repeat = """ variable
|
| /external/v8/tools/ |
| D | shell-utils.h | 43 const byte* ReadFileAndRepeat(const char* name, int* size, int repeat) { in ReadFileAndRepeat()
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | TestUtil.java | 31 public static String repeat(char c, int count) { in repeat() method in TestUtil
|
| /external/autotest/server/site_tests/display_SwitchMode/ |
| D | display_SwitchMode.py | 55 def run_once(self, host, repeat, no_check=False): argument
|
| /external/u-boot/common/ |
| D | iomux.c | 29 int i, j, k, io_flag, cs_idx, repeat; in iomux_doenv() local
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/ |
| D | CRC.java | 122 void updateCRC(final int inCh, int repeat) { in updateCRC()
|
| /external/autotest/server/site_tests/platform_ExternalUSBStress/ |
| D | platform_ExternalUSBStress.py | 18 def run_once(self, host, client_autotest, repeat, network_debug): argument
|