| /third_party/python/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
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | string-prototype-repeat.js | 44 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/ |
| D | unit_test.cc | 165 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/ |
| D | gtest_repeat_test.cc | 140 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/ |
| D | ice-5944.rs | 5 fn repeat(&self) {} in repeat() method 9 fn repeat(&self) {} in repeat() method
|
| /third_party/python/Lib/ |
| D | timeit.py | 184 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/ |
| D | kindck-owned-contains-1.rs | 5 trait repeat<A> { fn get(&self) -> A; } in get() trait
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | wrap.inl | 19 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/ |
| D | systemDefaultImportCallable.ts | 9 var repeat: typeof core.String.repeat; variable
|
| /third_party/ninja/misc/ |
| D | measure.py | 26 def run(cmd, repeat=10): argument
|
| /third_party/libuv/src/ |
| D | timer.c | 76 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/ |
| D | sources.rs | 6 mod repeat; module
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | ScalarizeVecAndMatConstructorArgs.cpp | 136 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/ |
| D | subslice-patterns-const-eval.rs | 63 macro_rules! repeat { macro
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/example/ |
| D | subslice-patterns-const-eval.rs | 59 macro_rules! repeat { macro
|
| /third_party/rust/rust/tests/ui/array-slice-vec/ |
| D | subslice-patterns-const-eval.rs | 57 macro_rules! repeat { macro
|
| D | subslice-patterns-const-eval-match.rs | 66 macro_rules! repeat { macro
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | source.cc | 56 auto repeat = [&](char c, size_t n) { in operator <<() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/ |
| D | test_callbacks.py | 81 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
|
| D | test_flat_map.py | 79 def repeat(array): function
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | TextFormatPerformanceTest.java | 33 private static String repeat(String text, int count) { in repeat() method in TextFormatPerformanceTest
|
| /third_party/jsframework/runtime/main/model/ |
| D | compiler.ts | 97 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/ |
| D | ascii.rs | 252 macro_rules! repeat { macro
|
| /third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
| D | remap_file_pages01.c | 141 int i, j, repeat = 2; in test_nonlinear() local
|
| /third_party/cups-filters/cupsfilters/ |
| D | image-sgilib.c | 716 repeat; /* Repeated pixel */ in write_rle8() local 808 repeat; /* Repeated pixel */ in write_rle16() local
|