Home
last modified time | relevance | path

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

12345678910>>...13

/external/python/cpython3/Tools/importbench/
Dimportbench.py21 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
41 def from_cache(seconds, repeat): argument
52 def builtin_mod(seconds, repeat): argument
62 def source_wo_bytecode(seconds, repeat): argument
82 def benchmark_wo_bytecode(seconds, repeat): argument
101 def source_writing_bytecode(seconds, repeat): argument
120 def writing_bytecode_benchmark(seconds, repeat): argument
136 def source_using_bytecode(seconds, repeat): argument
152 def using_bytecode_benchmark(seconds, repeat): argument
/external/libyuv/unit_test/
Dunit_test.cc173 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
229 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
285 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
341 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
397 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
453 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
509 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_repeat_test.cc140 void TestRepeat(int repeat) { in TestRepeat()
151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
180 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgtest_repeat_test.cc140 void TestRepeat(int repeat) { in TestRepeat()
151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
180 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_repeat_test.cc140 void TestRepeat(int repeat) { in TestRepeat()
151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
180 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/googletest/googletest/test/
Dgtest_repeat_test.cc140 void TestRepeat(int repeat) { in TestRepeat()
151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
180 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgtest_repeat_test.cc140 void TestRepeat(int repeat) { in TestRepeat()
151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
180 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/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/python/cpython3/Lib/
Dtimeit.py186 def repeat(self, repeat=default_repeat, number=default_number): member in Timer
240 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
/external/dokka/core/testdata/format/
DnestedLists.kt27 fun repeat() = Unit method in Bar
DunorderedLists.kt31 fun repeat() = Unit method
/external/moshi/moshi/src/test/java/com/squareup/moshi/
DTestUtil.java29 static String repeat(char c, int count) { in repeat() method in TestUtil
35 static String repeat(String s, int count) { in repeat() method in TestUtil
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dwrap.inl19 GLM_FUNC_QUALIFIER vecType<T, P> repeat(vecType<T, P> const& Texcoord) function
25 GLM_FUNC_QUALIFIER genType repeat(genType const & Texcoord) function
/external/libaom/test/
Dmasked_sad_test.cc93 for (int repeat = 0; repeat < times; ++repeat) { in runRef() local
108 for (int repeat = 0; repeat < times; ++repeat) { in runTest() local
250 for (int repeat = 0; repeat < run_times; ++repeat) { in runHighbdMaskedSADTest() local
264 for (int repeat = 0; repeat < run_times; ++repeat) { in runHighbdMaskedSADTest() local
/external/pytorch/aten/src/ATen/native/cuda/
DRepeat.cu27 index_t repeat = repeat_ptr[i]; in compute_cuda_kernel() local
56 const Tensor& repeat, in repeat_interleave_cuda()
/external/tensorflow/tensorflow/python/ops/numpy_ops/integration_test/benchmarks/
Dmicro_benchmarks.py48 repeat=None, argument
96 …def _benchmark_np_and_tf_np(self, name, op, args, repeat=None): # pylint: disable=redefined-built… argument
/external/python/asn1crypto/dev/
Dtests.py34 def run(matcher=None, repeat=1, ci=False): argument
/external/tensorflow/tensorflow/compiler/tests/
Drepeat_op_test.py31 def repeat(values, repeats, axis): function
/external/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/
Dtimer_callgrind_template.cpp55 for (const auto repeat : c10::irange(repeats)) { in main() local
/external/executorch/backends/arm/_passes/
Dconvert_expand_copy_to_repeat.py22 repeat = exir_ops.edge.aten.repeat.default variable in ConvertExpandCopyToRepeatPass
/external/junit/src/main/java/junit/extensions/
DRepeatedTest.java12 public RepeatedTest(Test test, int repeat) { in RepeatedTest()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_util.py58 repeat = array_ops.repeat_with_axis variable
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemVibrator.java44 int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) { in vibrate()
160 protected void recordVibratePattern(long[] pattern, int repeat) { in recordVibratePattern()
/external/sdv/vsomeip/third_party/boost/function_types/example/
Dinterpreter_example.cpp25 void repeat(std::string const & s, int n) in repeat() function
/external/bcc/tests/python/
Dtest_bpf_log.py22 repeat = b""" variable

12345678910>>...13