Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/node/deps/v8/tools/
Dgenerate-runtime-call-stats.py161 repeats=1, argument
189 str(repeats),
368 def collect_buckets(story, group=True, repeats=1, output_dir="."): argument
376 for i in range(0, repeats):
404 bucket = Bucket(bucket_name, repeats)
435 repeats=args.repeats,
448 story, group=args.group, repeats=args.repeats, output_dir=output_dir)
456 headers = [""] + ["Count", "Duration\n(ms)"] * args.repeats
457 if args.repeats > 1:
468 write_output(f, table, headers, args.repeats, args.format)
[all …]
/third_party/toybox/toys/posix/
Duniq.c33 long repeats;
53 if (TT.repeats ? FLAG(u) : FLAG(d)) return; in print_line()
54 if (FLAG(c)) fprintf(f, "%7lu ", TT.repeats + 1); in print_line()
90 if (!diff) TT.repeats++; in uniq_main()
94 TT.repeats = 0; in uniq_main()
/third_party/astc-encoder/Test/
Dastc_quality_test.py95 repeats = 20
97 repeats = 10
99 repeats = 5
101 for _ in range(0, repeats):
Dastc_image_sweep.py64 repeats = max(args.repeats, 1)
74 localRepeats = repeats
Dastc_update_ref.sh20 python3 ./Test/astc_test_image.py --test-set Small --block-size all --test-quality all --repeats 5 …
/third_party/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc234 const int repeats = (10 * mega_byte + length) / (length + 1); in zlib_file() local
248 for (int r = 0; r < repeats; ++r) in zlib_file()
261 for (int r = 0; r < repeats; ++r) in zlib_file()
280 double deflate_rate_med = length * repeats / mega_byte / ctime[runs / 2]; in zlib_file()
281 double inflate_rate_med = length * repeats / mega_byte / utime[runs / 2]; in zlib_file()
282 double deflate_rate_max = length * repeats / mega_byte / ctime[0]; in zlib_file()
283 double inflate_rate_max = length * repeats / mega_byte / utime[0]; in zlib_file()
/third_party/ffmpeg/libavcodec/
Dacelp_vectors.c229 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); in ff_set_fixed_vector() local
238 } while (x < size && repeats); in ff_set_fixed_vector()
248 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); in ff_clear_fixed_vector() local
254 } while (x < size && repeats); in ff_clear_fixed_vector()
/third_party/python/Lib/test/
Dtest_bigmem.py195 repeats = size // len(chars) + 2
196 s = chars * repeats
205 repeats = size // len(whitespace) + 2
206 s = whitespace * repeats
227 repeats = size // len(chars) + 2
228 s = chars * repeats
427 repeats = size // sublen + 2
428 s = SUBSTR * repeats
430 self.assertEqual(len(s), sublen * repeats)
448 repeats = size // sublen + 2
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_idet.c196 idet->repeats[i] = av_rescale(idet->repeats [i], idet->decay_coefficient, PRECISION); in filter()
204 idet->repeats [ repeat] += PRECISION; in filter()
216 … av_dict_set_fxp(metadata, "lavfi.idet.repeated.neither", idet->repeats[REPEAT_NONE], 2, 0); in filter()
217 av_dict_set_fxp(metadata, "lavfi.idet.repeated.top", idet->repeats[REPEAT_TOP], 2, 0); in filter()
218 …av_dict_set_fxp(metadata, "lavfi.idet.repeated.bottom", idet->repeats[REPEAT_BOTTOM], 2, 0); in filter()
Dvf_idet.h52 uint64_t repeats[3]; member
/third_party/benchmark/src/
Dbenchmark_runner.h64 int GetNumRepeats() const { return repeats; } in GetNumRepeats()
94 const int repeats; variable
Dbenchmark_runner.cc76 int64_t repetition_index, int64_t repeats) { in CreateRunReport() argument
91 report.repetitions = repeats; in CreateRunReport()
232 repeats(b.repetitions() != 0 ? b.repetitions() in BenchmarkRunner()
474 num_repetitions_done, repeats); in DoOneRepetition()
/third_party/libsnd/src/
Dwve.c93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
140 psf_binheader_readf (psf, "E22222", &padding, &repeats, &trash, &trash, &trash) ; in wve_read_header()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dcbrotli_test.go332 repeats int
339 t.Logf("case %q x %d", test.data, test.repeats)
340 input := bytes.Repeat(test.data, test.repeats)
/third_party/node/test/sequential/
Dtest-debugger-launch.mjs27 'repeats the last command on <enter>'
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp502 repeat_vec::iterator I = repeats.begin() + r->rep_id - 1, E; in expand_repeat()
503 I = repeats.erase(I); in expand_repeat()
504 E = repeats.end(); in expand_repeat()
Dsb_ir.h1121 loop_phi(), phi(), vars_defined(), departs(), repeats(), src_loop() in region_node()
1132 repeat_vec repeats; variable
1141 unsigned rep_count() { return repeats.size() + 1; } in rep_count()
1143 bool is_loop() { return src_loop || !repeats.empty(); } in is_loop()
Dsb_bc_finalize.cpp151 for (repeat_vec::iterator I = r->repeats.begin(), E = r->repeats.end(); in finalize_loop()
250 assert(r->repeats.empty()); in finalize_if()
/third_party/skia/third_party/externals/angle2/util/ios/
Dios_main.mm46 repeats:NO];
/third_party/astc-encoder/Docs/
DTesting.md84 * `--repeats <M>` : Run M test compression passes which are timed.
101 python3 ./Test/astc_test_image.py --encoder 1.7 --test-set all --repeats 5
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt18 absolute timer, repeats think: grandfather clock
19 relative timer, repeats think: repeating stopwatch
/third_party/skia/tools/skottie_ios_app/
DSkiaUIContext.mm45 repeats:NO];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndirectLineLoop.comp7 // draw that draws all the specified vertices and repeats the last vertex at
/third_party/typescript/tests/baselines/reference/
DobjectSpreadNegative.types93 // literal repeats are not allowed, but spread repeats are fine
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc1164 int repeats = VariableRepeatCount::Decode(source_.GetInt()); in ReadSingleBytecodeData() local
1165 return ReadRepeatedObject(slot_accessor, repeats); in ReadSingleBytecodeData()
1267 int repeats = FixedRepeatWithCount::Decode(data); in ReadSingleBytecodeData() local
1268 return ReadRepeatedObject(slot_accessor, repeats); in ReadSingleBytecodeData()

1234