| /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/node/benchmark/buffers/ |
| D | buffer-bytelength-string.js | 7 repeat: [1, 2, 16, 256], // x16 property 19 function getInput(type, repeat, encoding) { argument 27 function main({ n, repeat, encoding, type }) { property
|
| /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/python/Lib/ |
| D | timeit.py | 184 def repeat(self, repeat=default_repeat, number=default_number): argument 236 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
|
| /third_party/node/deps/npm/lib/utils/ |
| D | npm-usage.js | 8 const indent = (repeat = INDENT) => ' '.repeat(repeat) argument 9 const indentNewline = (repeat) => `\n${indent(repeat)}` argument
|
| /third_party/node/src/ |
| D | timer_wrap.cc | 26 void TimerWrap::Update(uint64_t interval, uint64_t repeat) { in Update() 69 void TimerWrapHandle::Update(uint64_t interval, uint64_t repeat) { in Update()
|
| /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 | 73 uint64_t repeat) { in uv_timer_start() 135 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
|
| /third_party/node/deps/uv/src/ |
| D | timer.c | 70 uint64_t repeat) { in uv_timer_start() 124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
|
| /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/node/deps/v8/tools/ |
| D | shell-utils.h | 43 const byte* ReadFileAndRepeat(const char* name, int* size, int repeat) { in ReadFileAndRepeat()
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | source.cc | 56 auto repeat = [&](char c, size_t n) { in operator <<() local
|
| /third_party/node/deps/npm/node_modules/gauge/lib/ |
| D | progress-bar.js | 28 function repeat (string, width) { function
|
| /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/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_systemTimer.js | 76 repeat: '[PC Preview] unknown repeat', property
|
| /third_party/node/test/v8-updates/ |
| D | test-linux-perf.js | 30 const repeat = 5; constant
|
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| D | utils.js | 16 function repeat(str, times) { function 329 repeat: repeat, property
|
| /third_party/node/deps/npm/node_modules/qrcode-terminal/lib/ |
| D | main.js | 8 repeat = function (color) { function
|
| /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
|
| /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/python/Lib/lib2to3/ |
| D | patcomp.py | 138 def compile_basic(self, nodes, repeat=None): argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_split_prim.h | 47 int repeat = 0; in util_split_prim_next() local
|