/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/googletest/googletest/test/ |
D | gtest_repeat_test.cc | 156 void TestRepeat(int repeat) { in TestRepeat() 166 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter() 177 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests() 193 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
|
/third_party/boringssl/src/third_party/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()
|
/third_party/python/Lib/ |
D | timeit.py | 183 def repeat(self, repeat=default_repeat, number=default_number): argument 235 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
|
/third_party/libxml2/ |
D | testThreads.c | 112 unsigned int i, repeat; in main() local 159 unsigned int i, repeat; in main() local 216 unsigned int i, repeat; in main() local
|
/third_party/boost/libs/beast/test/bench/buffers/ |
D | bench_buffers.cpp | 84 do_prepares(std::size_t repeat, in do_prepares() 104 do_hints(std::size_t repeat, in do_hints() 129 do_random(std::size_t repeat, in do_random() 200 static std::size_t constexpr repeat = 250; in run() local
|
/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/boost/libs/random/test/ |
D | test_bernoulli.cpp | 48 bool do_tests(int repeat, long long trials) { in do_tests() 81 int repeat = 10; in main() local
|
D | test_discrete.cpp | 61 bool do_tests(int repeat, int max_n, long long trials) { in do_tests() 94 int repeat = 10; in main() local
|
D | test_piecewise_constant.cpp | 96 bool do_tests(int repeat, int max_n, int trials) { in do_tests() 129 int repeat = 10; in main() local
|
D | test_hyperexponential.cpp | 124 bool do_tests(int repeat, int max_num_phases, double max_rate, long long trials) in do_tests() 182 int repeat = 1; in main() local
|
/third_party/node/src/ |
D | timer_wrap.cc | 31 void TimerWrap::Update(uint64_t interval, uint64_t repeat) { in Update() 81 void TimerWrapHandle::Update(uint64_t interval, uint64_t repeat) { in Update()
|
/third_party/typescript/tests/cases/compiler/ |
D | systemDefaultImportCallable.ts | 9 var repeat: typeof core.String.repeat; variable
|
/third_party/ninja/misc/ |
D | measure.py | 28 def run(cmd, repeat=10): argument
|
/third_party/boost/boost/hana/fwd/ |
D | repeat.hpp | 42 constexpr auto repeat = [](auto const& n, auto&& f) -> void { in __anon9b76f3810102() variable
|
/third_party/libuv/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/boost/libs/hana/example/misc/ |
D | infinite_list.cpp | 47 auto repeat = hana::fix([](auto repeat, auto x) { in __anon262007750202()
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | make-artificial.go | 37 type repeat struct { struct 38 count uint32 39 remaining string
|
/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/boost/libs/function_types/example/ |
D | interpreter_example.cpp | 25 void repeat(std::string const & s, int n) in repeat() function
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/test/ |
D | toolong.js | 5 function repeat (times, string) { function
|
/third_party/uboot/u-boot-2020.01/fs/jffs2/ |
D | compr_rtime.c | 66 int repeat; in rtime_decompress() local
|
/third_party/boost/libs/beast/test/bench/parser/ |
D | bench_parser.cpp | 103 testParser1(std::size_t repeat, corpus const& v) in testParser1() 118 testParser2(std::size_t repeat, corpus const& v) in testParser2() 134 timedTest(std::size_t repeat, std::string const& name, Function&& f) in timedTest()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 141 int repeat = std::min(size, originalArg->getNominalSize()); in scalarizeArgs() local 163 int repeat = std::min(size, originalArg->getCols() * originalArg->getRows()); in scalarizeArgs() local
|