/external/fmtlib/doc/bootstrap/mixins/ |
D | grid.less | 25 width: percentage((@columns / @grid-columns)); 31 margin-left: percentage((@columns / @grid-columns)); 34 left: percentage((@columns / @grid-columns)); 37 right: percentage((@columns / @grid-columns)); 49 width: percentage((@columns / @grid-columns)); 54 margin-left: percentage((@columns / @grid-columns)); 59 left: percentage((@columns / @grid-columns)); 64 right: percentage((@columns / @grid-columns)); 77 width: percentage((@columns / @grid-columns)); 82 margin-left: percentage((@columns / @grid-columns)); [all …]
|
D | grid-framework.less | 48 width: percentage((@index / @grid-columns)); 53 left: percentage((@index / @grid-columns)); 63 right: percentage((@index / @grid-columns)); 73 margin-left: percentage((@index / @grid-columns));
|
/external/llvm/test/tools/llvm-profdata/ |
D | general.proftext | 74 # DETAILED-SUMMARY: 3 blocks with count >= 576460752303423488 account for 80 percentage of the tota… 75 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 90 percentage of the tota… 76 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 95 percentage of the tota… 77 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99 percentage of the total… 78 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.9 percentage of the tot… 79 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.99 percentage of the to… 80 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.999 percentage of the t… 83 # DETAILED-SUMMARY-2: 2 blocks with count >= 1152921504606846976 account for 60 percentage of the t… 86 # DETAILED-SUMMARY-3: 2 blocks with count >= 1152921504606846976 account for 60 percentage of the t… 87 # DETAILED-SUMMARY-3: 4 blocks with count >= 288230376151711744 account for 90 percentage of the to… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | general.proftext | 74 # DETAILED-SUMMARY: 3 blocks with count >= 576460752303423488 account for 80 percentage of the tota… 75 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 90 percentage of the tota… 76 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 95 percentage of the tota… 77 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99 percentage of the total… 78 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.9 percentage of the tot… 79 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.99 percentage of the to… 80 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.999 percentage of the t… 83 # DETAILED-SUMMARY-2: 2 blocks with count >= 1152921504606846976 account for 60 percentage of the t… 86 # DETAILED-SUMMARY-3: 2 blocks with count >= 1152921504606846976 account for 60 percentage of the t… 87 # DETAILED-SUMMARY-3: 4 blocks with count >= 288230376151711744 account for 90 percentage of the to… [all …]
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_service_monitor_result.proto | 14 // Device utilization, device idle time, step time, and infeed percentage 23 // TPU matrix unit utilization percentage. 31 // Average infeed percentage. 33 // Minimum infeed percentage. 35 // Maximum infeed percentage.
|
/external/perfetto/src/base/ |
D | watchdog_posix.cc | 135 void Watchdog::SetCpuLimit(uint32_t percentage, uint32_t window_ms) { in SetCpuLimit() argument 138 PERFETTO_CHECK(percentage <= 100); in SetCpuLimit() 140 percentage == 0); in SetCpuLimit() 142 size_t size = percentage == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetCpuLimit() 144 cpu_limit_percentage_ = percentage; in SetCpuLimit() 208 double percentage = static_cast<double>(difference_ticks) / in CheckCpu() local 210 if (percentage > cpu_limit_percentage_) { in CheckCpu() 213 percentage, cpu_limit_percentage_); in CheckCpu()
|
/external/clang/test/PCH/ |
D | objc_property.h | 5 float percentage; variable 11 @property float percentage;
|
/external/exoplayer/tree/testdata/src/test/assets/webvtt/ |
D | with_positioning | 3 NOTE Position with percentage and position alignment 9 a percentage value 14 NOTE Line as percentage and line alignment
|
/external/perfetto/src/trace_processor/containers/ |
D | bit_vector_benchmark.cc | 38 for (int percentage : set_percentages) { in BitVectorArgs() local 39 b->Args({64, percentage}); in BitVectorArgs() 42 b->Args({512, percentage}); in BitVectorArgs() 43 b->Args({8192, percentage}); in BitVectorArgs() 44 b->Args({123456, percentage}); in BitVectorArgs() 45 b->Args({1234567, percentage}); in BitVectorArgs()
|
/external/libbrillo/policy/ |
D | device_policy.h | 59 return days == other.days && percentage == other.percentage; 62 int percentage; member
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
D | count_instructions.c | 33 double percentage; in do_count_loop() local 47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
D | instruction_count_test.c | 29 double percentage; in do_count_loop() local 48 percentage = (double)difference / event->result.value * 100; in do_count_loop() 54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
|
/external/tensorflow/tensorflow/core/util/ |
D | stats_calculator.cc | 74 const double percentage = detail.rel_end_us.sum() * 100.0 / stat.sum(); in ColumnString() local 83 InitField(stream, 7) << percentage << "%"; in ColumnString() 209 const float percentage = in GetStatsByNodeType() local 211 cdf += percentage; in GetStatsByNodeType() 216 InitField(stream, 10) << percentage << "%"; in GetStatsByNodeType()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nop-insertion.ll | 9 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \ 12 ; RUN: -nop-insertion-percentage=90 -max-nops-per-instruction=1 \ 15 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=2 \ 18 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \ 21 ; RUN: -nop-insertion -nop-insertion-percentage=110 \
|
/external/autotest/server/site_tests/power_BatteryChargeControl/ |
D | control.args | 29 percent_charge_to_add: percentage of the charge capacity charge to 32 percent_target_charge: percentage of the charge capacity target charge. The
|
/external/autotest/client/site_tests/power_BatteryCharge/ |
D | control.args | 29 percent_charge_to_add: percentage of the charge capacity charge to 32 percent_target_charge: percentage of the charge capacity target charge. The
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 273 int percentage; in ChooseServiceConfig() local 274 if (sscanf(field->value, "%d", &percentage) != 1 || in ChooseServiceConfig() 275 random_pct > percentage || percentage == 0) { in ChooseServiceConfig()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 293 int percentage) { in addSubtables() argument 308 value.addSubtable(desiredScript, supportedScript, percentage); in addSubtables() 315 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables() 323 int percentage) { in addSubtables() argument 338 … value.addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables() 346 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables() 628 List<String> desired, List<String> supported, int percentage) { in add() argument 636 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add() 641 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add() 645 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 290 int percentage) { in addSubtables() argument 305 value.addSubtable(desiredScript, supportedScript, percentage); in addSubtables() 312 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables() 320 int percentage) { in addSubtables() argument 335 … value.addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables() 343 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables() 625 List<String> desired, List<String> supported, int percentage) { in add() argument 633 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add() 638 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add() 642 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
|
/external/autotest/client/profilers/powertop/src/ |
D | powertop.c | 900 double sleept, percentage;; in main() local 906 percentage = c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ); in main() 907 sprintf(cstate_lines[1], _("C0 (cpu running) (%4.1f%%)\n"), percentage); in main() 908 if (percentage > 50) in main() 914 percentage = (cur_duration[i] - in main() 922 cnames[i], sleept, percentage); in main() 925 if (percentage > 50) in main()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | input_pipeline.proto | 67 // percentage of the total input processing time. 72 // percentage of the total input processing time. 113 // Summary of all input-related stall as percentage of step duration.
|
D | overview_page.proto | 25 // MXU utilization in percentage. 37 // FLOP rate utilization relative to the roofline in percentage. 39 // Memory bandwidth utilization relative to the hw limit in percentage.
|
/external/expat/tests/ |
D | minicheck.c | 192 double percentage = ((double)passed) / runner->nchecks; in srunner_run_all() local 193 int display = (int)(percentage * 100); in srunner_run_all()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | XLocaleDistance.java | 443 int percentage) { in addSubtables() argument 457 …ngDistanceTable) value.getDistanceTable()).addSubtable(desiredScript, supportedScript, percentage); in addSubtables() 464 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables() 472 int percentage) { in addSubtables() argument 487 percentage); in addSubtables() 495 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables() 924 …nceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) { in add() argument 932 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add() 937 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add() 941 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
|
/external/python/google-api-python-client/ |
D | tox.ini | 25 …ogleapiclient --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=85 []
|