/third_party/libuv/docs/code/progress/ |
D | main.c | 10 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/ |
D | gstrtpulpfecenc.c | 141 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 …]
|
D | gstrtpulpfecenc.h | 57 guint percentage; member 71 guint percentage; member
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | random_generator.cc | 95 bool RandomGenerator::GetWeightedBool(uint32_t percentage) { in GetWeightedBool() argument 97 assert(percentage <= kMaxPercentage && in GetWeightedBool() 99 return engine_->RandomUInt32(0u, kMaxPercentage) < percentage; in GetWeightedBool()
|
D | random_generator.h | 86 bool GetWeightedBool(uint32_t percentage);
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
D | probability_context.h | 45 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/ |
D | LocaleDistanceBuilder.java | 291 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/ |
D | LocaleDistanceBuilder.java | 291 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/ |
D | main.go | 705 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/ |
D | tween_sequence.dart | 16 /// 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/ |
D | minicheck.c | 204 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/ |
D | test7-fn-changed-libapp-v1.h | 7 float percentage; member
|
D | test7-fn-changed-libapp-v1.c | 13 printf ("Usn = %d \t Name = %s\t Percentage = %f\n", s.usn, s.name, s.percentage); in print()
|
D | test7-fn-changed-report-1.txt | 9 'float percentage', at offset 128 (in bits)
|
D | test7-fn-changed-report-2.txt | 9 'float percentage', at offset 128 (in bits) at test7-fn-changed-libapp-v1.h:7:1
|
D | test7-fn-changed-report-0.txt | 17 'float percentage', at offset 128 (in bits)
|
/third_party/python/Tools/stringbench/ |
D | README | 51 percentage; byte time / unicode time. It's the percentage by which
|
/third_party/ffmpeg/libavutil/ |
D | hdr_dynamic_metadata.h | 45 uint8_t percentage; member
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/ |
D | README.md | 155 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/ |
D | WGL_I3D_swap_frame_usage.txt | 88 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/ |
D | WGL_I3D_swap_frame_usage.txt | 88 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/ |
D | ab.py | 289 def percentage(x): function 294 return ('%6.2f' % percentage(r)) + "%"
|
/third_party/flutter/skia/tools/calmbench/ |
D | ab.py | 287 def percentage(x): function 292 return ('%6.2f' % percentage(r)) + "%"
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scrollbar.dart | 19 /// 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/ |
D | README.md | 15 7) Using a `StabilizedCallback` which aims to spend a fixed percentage of the callback time to avoi…
|