/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | cupertino_hu.arb | 4 "datePickerMinuteSemanticsLabelOne": "1 perc", 5 "datePickerMinuteSemanticsLabelOther": "$minute perc", 14 "timerPickerMinuteLabelOne": "perc", 15 "timerPickerMinuteLabelOther": "perc",
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | decodebin.c | 623 gint perc; in GST_START_TEST() local 660 gst_message_parse_buffering (msg, &perc); in GST_START_TEST() 661 fail_unless (perc == 50); in GST_START_TEST() 671 gst_message_parse_buffering (msg, &perc); in GST_START_TEST() 672 fail_unless (perc == 20); in GST_START_TEST() 681 gst_message_parse_buffering (msg, &perc); in GST_START_TEST() 682 fail_unless (perc == 20); in GST_START_TEST() 691 gst_message_parse_buffering (msg, &perc); in GST_START_TEST() 692 fail_unless (perc == 20); in GST_START_TEST() 701 gst_message_parse_buffering (msg, &perc); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 207 gdouble perc; in gst_progress_report_post_progress() local 209 perc = gst_util_guint64_to_gdouble (current) * 100.0 / in gst_progress_report_post_progress() 211 perc = CLAMP (perc, 0.0, 100.0); in gst_progress_report_post_progress() 216 s = gst_structure_new ("progress", "percent", G_TYPE_INT, (gint) perc, in gst_progress_report_post_progress() 217 "percent-double", G_TYPE_DOUBLE, perc, "current", G_TYPE_INT64, current, in gst_progress_report_post_progress()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpjitterbuffer.c | 456 gint perc; in update_buffer_level() local 459 perc = (level * 100 / jbuf->high_level); in update_buffer_level() 460 perc = MIN (perc, 100); in update_buffer_level() 462 perc = 100; in update_buffer_level() 466 *percent = perc; in update_buffer_level() 468 GST_DEBUG ("buffering %d", perc); in update_buffer_level() 608 gint perc_time, perc_window, perc; in calculate_skew() local 614 perc = MAX (perc_time, perc_window); in calculate_skew() 618 perc = perc * perc; in calculate_skew() 623 (perc * jbuf->window_min + ((10000 - perc) * jbuf->skew)) / 10000; in calculate_skew()
|
/third_party/python/Lib/ |
D | locale.py | 225 for perc in percents: 226 if perc.group()[-1]=='%': 229 new_val.append(_format(perc.group(), val, grouping, monetary)) 235 for perc in percents: 236 if perc.group()[-1]=='%': 239 starcount = perc.group('modifiers').count('*') 240 new_val.append(_format(perc.group(),
|
/third_party/glib/glib/ |
D | gtester-report.in | 313 perc = binary.success_cases * 100.0 / real_cases 317 }.get (int (perc), 'bgcolor="yellow"') 318 self.oprint ('<td align="right" %s>%.2f%%</td>\n' % (pcolor, perc)) 333 perc = (self.total_tcounter - self.total_fcounter) * 100.0 / self.total_tcounter 335 perc = 0.0 339 }.get (int (perc), 'bgcolor="yellow"') 340 self.oprint ('<td align="right" %s>%.2f%%</td>\n' % (pcolor, perc))
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstdownloadbuffer.c | 490 gint perc; in get_buffering_percent() local 507 perc = 100; in get_buffering_percent() 509 perc = dlbuf->cur_level.bytes * 100 / dlbuf->max_level.bytes; in get_buffering_percent() 511 perc = 0; in get_buffering_percent() 515 perc = 100; in get_buffering_percent() 517 perc = MAX (perc, dlbuf->cur_level.time * 100 / dlbuf->max_level.time); in get_buffering_percent() 519 perc = MAX (0, perc); in get_buffering_percent() 525 perc = perc * 100 / dlbuf->high_percent; in get_buffering_percent() 527 if (perc > 100) in get_buffering_percent() 528 perc = 100; in get_buffering_percent() [all …]
|
D | gstqueue2.c | 258 #define SET_PERCENT(q, perc) G_STMT_START { \ argument 259 if (perc != q->buffering_percent) { \ 260 q->buffering_percent = perc; \ 262 GST_DEBUG_OBJECT (q, "buffering %d percent", perc); \ 263 get_buffering_stats (q, perc, &q->mode, &q->avg_in, &q->avg_out, \
|
D | gstmultiqueue.c | 344 #define SET_PERCENT(mq, perc) G_STMT_START { \ argument 345 if (perc != mq->buffering_percent) { \ 346 mq->buffering_percent = perc; \ 348 GST_DEBUG_OBJECT (mq, "buffering %d percent", perc); \
|
/third_party/alsa-lib/src/control/ |
D | ctlparse.c | 36 static inline long int convert_prange1(long perc, long min, long max) in convert_prange1() argument 41 tmp = perc * (max - min); in convert_prange1() 44 tmp = rint((double)perc * (double)(max - min) * 0.01); in convert_prange1() 46 if (tmp == 0 && perc > 0) in convert_prange1()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ClearTest.cpp | 535 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local 536 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P() 537 static_cast<int>(kRenderbufferSize * perc)); in TEST_P() 538 glClearDepthf(perc); in TEST_P() 562 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local 563 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P() 564 static_cast<int>(kRenderbufferSize * perc)); in TEST_P() 565 glClearStencil(static_cast<int>(perc * 255.0f)); in TEST_P()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 1722 static void print_vu_meter_mono(int perc, int maxperc) in print_vu_meter_mono() argument 1728 for (val = 0; val <= perc * bar_length / 100 && val < bar_length; val++) in print_vu_meter_mono() 1740 if (perc > 100) in print_vu_meter_mono() 1744 static void print_vu_meter_stereo(int *perc, int *maxperc) in print_vu_meter_stereo() argument 1754 int p = perc[c] * bar_length / 100; in print_vu_meter_stereo() 1784 static void print_vu_meter(signed int *perc, signed int *maxperc) in print_vu_meter() argument 1787 print_vu_meter_stereo(perc, maxperc); in print_vu_meter() 1789 print_vu_meter_mono(*perc, *maxperc); in print_vu_meter() 1795 signed int val, max, perc[2], max_peak[2]; in compute_max_peak() local 1906 perc[c] = max_peak[c] / (max / 100); in compute_max_peak() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | hu.txt | 1741 dn{"perc"} 1747 one{"{0} perc múlva"} 1748 other{"{0} perc múlva"} 1757 dn{"perc"} 1760 one{"{0} perc múlva"} 1761 other{"{0} perc múlva"} 1770 dn{"perc"} 1773 one{"{0} perc múlva"} 1774 other{"{0} perc múlva"}
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ClearTest.cpp | 605 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local 606 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P() 607 static_cast<int>(kRenderbufferSize * perc)); in TEST_P() 608 glClearDepthf(perc); in TEST_P() 632 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local 633 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P() 634 static_cast<int>(kRenderbufferSize * perc)); in TEST_P() 635 glClearStencil(static_cast<int>(perc * 255.0f)); in TEST_P()
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | hu.txt | 1744 dn{"perc"} 1750 one{"{0} perc múlva"} 1751 other{"{0} perc múlva"} 1763 one{"{0} perc múlva"} 1764 other{"{0} perc múlva"} 1773 dn{"perc"} 1776 one{"{0} perc múlva"} 1777 other{"{0} perc múlva"}
|
/third_party/icu/icu4c/source/data/locales/ |
D | hu.txt | 1744 dn{"perc"} 1750 one{"{0} perc múlva"} 1751 other{"{0} perc múlva"} 1763 one{"{0} perc múlva"} 1764 other{"{0} perc múlva"} 1773 dn{"perc"} 1776 one{"{0} perc múlva"} 1777 other{"{0} perc múlva"}
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 1509 gint perc_time, perc_window, perc; in calculate_skew() local 1515 perc = MAX (perc_time, perc_window); in calculate_skew() 1519 perc = perc * perc; in calculate_skew() 1524 (perc * pcr->window_min + ((10000 - perc) * pcr->skew)) / 10000; in calculate_skew()
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 28 my $perc = 100; #for percent
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 26 my $perc = 100; #for percent
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | hu.txt | 252 dnam{"perc"} 253 one{"{0} perc"} 254 other{"{0} perc"} 255 per{"{0}/perc"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | hu.txt | 319 dnam{"perc"} 320 one{"{0} perc"} 321 other{"{0} perc"} 322 per{"{0}/perc"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | hu.txt | 319 dnam{"perc"} 320 one{"{0} perc"} 321 other{"{0} perc"} 322 per{"{0}/perc"}
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 205 static long convert_prange1(long perc, long min, long max) in convert_prange1() argument 209 tmp = rint((double)perc * (double)(max - min) * 0.01); in convert_prange1() 210 if (tmp == 0 && perc > 0) in convert_prange1()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 2442 gint perc, msg_perc; in handle_buffering_message() local 2519 gst_message_parse_buffering (bufstats, &perc); in handle_buffering_message() 2520 if (perc < smaller_perc) { in handle_buffering_message() 2521 smaller_perc = perc; in handle_buffering_message()
|
D | gstdecodebin2.c | 5755 gint perc, msg_perc; in gst_decode_bin_handle_message() local 5814 gst_message_parse_buffering (bufstats, &perc); in gst_decode_bin_handle_message() 5815 if (perc < smaller_perc) { in gst_decode_bin_handle_message() 5816 smaller_perc = perc; in gst_decode_bin_handle_message()
|