Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/libuv/docs/code/progress/
Dmain.c10 double percentage; variable
16 percentage = downloaded*100.0/size; in fake_download()
17 async.data = (void*) &percentage; in fake_download()
32 double percentage = *((double*) handle->data); in print_progress() local
33 fprintf(stderr, "Downloaded %.2f%%\n", percentage); in print_progress()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c141 ctx->ssrc, ctx->pt, ctx->percentage, ctx->percentage_important, in dump_stream_ctx_settings()
276 if (ctx->percentage == 0 && ctx->percentage_important == 0) { in gst_rtp_ulpfec_enc_stream_ctx_increment_budget()
448 guint pt, guint percentage, guint percentage_important, in gst_rtp_ulpfec_enc_stream_ctx_configure() argument
452 ctx->percentage = percentage; in gst_rtp_ulpfec_enc_stream_ctx_configure()
456 ctx->fec_nth = percentage ? 100 / percentage : 0; in gst_rtp_ulpfec_enc_stream_ctx_configure()
457 if (percentage) { in gst_rtp_ulpfec_enc_stream_ctx_configure()
458 ctx->budget_inc = percentage / 100.; in gst_rtp_ulpfec_enc_stream_ctx_configure()
459 ctx->budget_inc_important = percentage > percentage_important ? in gst_rtp_ulpfec_enc_stream_ctx_configure()
467 ctx->budget_inc_important = percentage > percentage_important ? in gst_rtp_ulpfec_enc_stream_ctx_configure()
476 guint pt, guint percentage, guint percentage_important, in gst_rtp_ulpfec_enc_stream_ctx_new() argument
[all …]
Dgstrtpulpfecenc.h57 guint percentage; member
71 guint percentage; member
/third_party/skia/third_party/externals/tint/fuzzers/
Drandom_generator.cc95 bool RandomGenerator::GetWeightedBool(uint32_t percentage) { in GetWeightedBool() argument
97 assert(percentage <= kMaxPercentage && in GetWeightedBool()
99 return engine_->RandomUInt32(0u, kMaxPercentage) < percentage; in GetWeightedBool()
Drandom_generator.h86 bool GetWeightedBool(uint32_t percentage);
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dprobability_context.h45 bool ChoosePercentage(uint32_t percentage) { in ChoosePercentage() argument
46 return generator_->GetWeightedBool(percentage); in ChoosePercentage()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java291 int percentage) { in addSubtables() argument
306 value.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
313 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
321 int percentage) { in addSubtables() argument
336 … value.addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables()
344 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
630 List<String> desired, List<String> supported, int percentage) { in add() argument
638 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
643 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add()
647 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java291 int percentage) { in addSubtables() argument
306 value.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
313 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
321 int percentage) { in addSubtables() argument
336 … value.addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables()
344 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
630 List<String> desired, List<String> supported, int percentage) { in add() argument
638 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
643 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add()
647 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go705 numByStatus[pass], percentage(numByStatus[pass], numTests),
706 numByStatus[fail], percentage(numByStatus[fail], numTests),
707 numByStatus[skip], percentage(numByStatus[skip], numTests),
708 numByStatus[timeout], percentage(numByStatus[timeout], numTests),
805 func percentage(n, total int) string { func
885 fmt.Print("] ", percentage(numFinished, numTests))
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Dtween_sequence.dart16 /// Each [TweenSequenceItem] has a weight that defines its percentage of the
127 /// An arbitrary value that indicates the relative percentage of a
130 /// The percentage for an individual item is the item's weight divided by the
/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.c204 double percentage = ((double)passed) / runner->nchecks; in srunner_run_all() local
205 int display = (int)(percentage * 100); in srunner_run_all()
/third_party/libabigail/tests/data/test-abicompat/
Dtest7-fn-changed-libapp-v1.h7 float percentage; member
Dtest7-fn-changed-libapp-v1.c13 printf ("Usn = %d \t Name = %s\t Percentage = %f\n", s.usn, s.name, s.percentage); in print()
Dtest7-fn-changed-report-1.txt9 'float percentage', at offset 128 (in bits)
Dtest7-fn-changed-report-2.txt9 'float percentage', at offset 128 (in bits) at test7-fn-changed-libapp-v1.h:7:1
Dtest7-fn-changed-report-0.txt17 'float percentage', at offset 128 (in bits)
/third_party/python/Tools/stringbench/
DREADME51 percentage; byte time / unicode time. It's the percentage by which
/third_party/ffmpeg/libavutil/
Dhdr_dynamic_metadata.h45 uint8_t percentage; member
/third_party/node/deps/npm/node_modules/are-we-there-yet/
DREADME.md155 percentage. Triggers a `change` event.
161 Increase the amount of work complete, thus increasing the completion percentage.
195 percentage. Triggers a `change` event.
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_swap_frame_usage.txt88 that represents the percentage of time that the application spent
89 drawing a scene. The percentage is calculated as the time spent
/third_party/openGLES/extensions/I3D/
DWGL_I3D_swap_frame_usage.txt88 that represents the percentage of time that the application spent
89 drawing a scene. The percentage is calculated as the time spent
/third_party/skia/tools/calmbench/
Dab.py289 def percentage(x): function
294 return ('%6.2f' % percentage(r)) + "%"
/third_party/flutter/skia/tools/calmbench/
Dab.py287 def percentage(x): function
292 return ('%6.2f' % percentage(r)) + "%"
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscrollbar.dart19 /// proportional to the percentage of content completely visible on screen,
228 // scrolling to overscrolling, so we instead use the percentage of the
231 // with ~20% of overscroll. We map the percentage of minLength from
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
DREADME.md15 7) Using a `StabilizedCallback` which aims to spend a fixed percentage of the callback time to avoi…

12345