Home
last modified time | relevance | path

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

1234567

/third_party/python/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
/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-repeat.js44 String.prototype.repeat.call (undefined); method in String
51 String.prototype.repeat.call (null); method in String
58 String.prototype.repeat.call (undefined, "Sylveon"); method in String
66 String.prototype.repeat.call (a); method in String
/third_party/skia/m133/third_party/externals/libyuv/unit_test/
Dunit_test.cc165 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
221 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
277 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
333 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
389 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
445 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
501 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/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()
/third_party/rust/rust/src/tools/clippy/tests/ui/crashes/
Dice-5944.rs5 fn repeat(&self) {} in repeat() method
9 fn repeat(&self) {} in repeat() method
/third_party/python/Lib/
Dtimeit.py184 def repeat(self, repeat=default_repeat, number=default_number): member in Timer
236 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
/third_party/rust/rust/tests/ui/traits/
Dkindck-owned-contains-1.rs5 trait repeat<A> { fn get(&self) -> A; } in get() trait
/third_party/skia/third_party/externals/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
/third_party/typescript/tests/cases/compiler/
DsystemDefaultImportCallable.ts9 var repeat: typeof core.String.repeat; variable
/third_party/ninja/misc/
Dmeasure.py26 def run(cmd, repeat=10): argument
/third_party/libuv/src/
Dtimer.c76 uint64_t repeat) { in uv_timer_start()
144 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
/third_party/rust/rust/library/core/src/iter/
Dsources.rs6 mod repeat; module
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp136 int repeat = std::min(size, originalArg->getNominalSize()); in scalarizeArgs() local
157 int repeat = std::min(size, originalArg->getCols() * originalArg->getRows()); in scalarizeArgs() local
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dsubslice-patterns-const-eval.rs63 macro_rules! repeat { macro
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dsubslice-patterns-const-eval.rs59 macro_rules! repeat { macro
/third_party/rust/rust/tests/ui/array-slice-vec/
Dsubslice-patterns-const-eval.rs57 macro_rules! repeat { macro
Dsubslice-patterns-const-eval-match.rs66 macro_rules! repeat { macro
/third_party/skia/third_party/externals/tint/src/
Dsource.cc56 auto repeat = [&](char c, size_t n) { in operator <<() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_callbacks.py81 def verify_events(events, epoch_num, step_num, step_size=1, map_num=1, repeat=1): argument
122 def generate_expected(epoch_num, step_num, step_size=1, map_num=1, repeat=1): argument
142 def build_test_case_1cb(epochs, steps, step_size=1, repeat=1): argument
Dtest_flat_map.py79 def repeat(array): function
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatPerformanceTest.java33 private static String repeat(String text, int count) { in repeat() method in TextFormatPerformanceTest
/third_party/jsframework/runtime/main/model/
Dcompiler.ts97 repeat?: () => any | RepeatInterface; property
116 repeat: object; property
434 const repeat = target.repeat; constant
936 const newRepeat = <RepeatInterface>repeat; constant
/third_party/rust/rust/library/core/benches/
Dascii.rs252 macro_rules! repeat { macro
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
Dremap_file_pages01.c141 int i, j, repeat = 2; in test_nonlinear() local
/third_party/cups-filters/cupsfilters/
Dimage-sgilib.c716 repeat; /* Repeated pixel */ in write_rle8() local
808 repeat; /* Repeated pixel */ in write_rle16() local

1234567