Home
last modified time | relevance | path

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

123456

/external/llvm/test/tools/llvm-profdata/
Dgeneral.proftext74 # 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/
Dgeneral.proftext74 # 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/perfetto/src/base/
Dwatchdog_posix.cc119 void Watchdog::SetCpuLimit(uint32_t percentage, uint32_t window_ms) { in SetCpuLimit() argument
122 PERFETTO_CHECK(percentage <= 100); in SetCpuLimit()
124 percentage == 0); in SetCpuLimit()
126 size_t size = percentage == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetCpuLimit()
128 cpu_limit_percentage_ = percentage; in SetCpuLimit()
202 double percentage = static_cast<double>(difference_ticks) / in CheckCpu() local
204 if (percentage > cpu_limit_percentage_) { in CheckCpu()
207 percentage, cpu_limit_percentage_); in CheckCpu()
/external/clang/test/PCH/
Dobjc_property.h5 float percentage; variable
11 @property float percentage;
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c33 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/libbrillo/policy/
Ddevice_policy.h59 return days == other.days && percentage == other.percentage;
62 int percentage; member
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c29 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/
Dstats_calculator.cc74 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/
Dnop-insertion.ll9 ; 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 \
Dnop-insertion-no-vectors.ll5 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
9 ; RUN: -nop-insertion-percentage=110 -max-nops-per-instruction=2 \
/external/autotest/client/site_tests/power_BatteryCharge/
Dcontrol.args29 percent_charge_to_add: percentage of the charge capacity charge to
32 percent_target_charge: percentage of the charge capacity target charge. The
/external/v8/tools/ignition/
Dlinux_perf_bytecode_annotate.py103 percentage = 100.0 * count / total
104 print "{:>8d} ({:>5.1f}%) ".format(count, percentage),
/external/autotest/server/site_tests/power_BatteryChargeControl/
Dcontrol.args29 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/
Ddns_resolver_ares.cc273 int percentage; in ChooseServiceConfig() local
274 if (sscanf(field->value, "%d", &percentage) != 1 || in ChooseServiceConfig()
275 random_pct > percentage || percentage == 0) { in ChooseServiceConfig()
/external/autotest/client/profilers/powertop/src/
Dpowertop.c900 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/expat/tests/
Dminicheck.c205 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
206 int display = (int) (percentage * 100); in srunner_run_all()
/external/cldr/tools/java/org/unicode/cldr/draft/
DXLocaleDistance.java443 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/v8/tools/clang/scripts/
Dapply_edits.py149 percentage = (float(done_files) / len(edits)) * 100
151 (edit_count, error_count, done_files, percentage))
/external/autotest/server/cros/ap_configurators/
Dtrendnet_ap_configurator.py92 percentage = html.rstrip('%')
93 if int(percentage) < 95:
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DXLocaleDistance.java550 int percentage) { in addSubtables() argument
565 …ingDistanceTable)value.getDistanceTable()).addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
572 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
580 int percentage) { in addSubtables() argument
595 …nceTable).addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables()
603 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
1070 …nceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) { in add() argument
1078 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
1083 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add()
1087 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXLocaleDistance.java539 int percentage) { in addSubtables() argument
554 …ingDistanceTable)value.getDistanceTable()).addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
561 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
569 int percentage) { in addSubtables() argument
584 …nceTable).addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables()
592 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
1056 …nceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) { in add() argument
1064 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
1069 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add()
1073 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
/external/python/cpython3/Tools/stringbench/
DREADME51 percentage; byte time / unicode time. It's the percentage by which
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DDnsNameResolver.java478 Double percentage = getPercentageFromChoice(choice); in maybeChooseServiceConfig() local
479 if (percentage != null) { in maybeChooseServiceConfig()
480 int pct = percentage.intValue(); in maybeChooseServiceConfig()
481 Verify.verify(pct >= 0 && pct <= 100, "Bad percentage: %s", percentage); in maybeChooseServiceConfig()
/external/python/google-api-python-client/
Dtox.ini22 …ogleapiclient --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=85 []
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/kgsl_popp_nap/
Dformat14 print fmt: "d_name=%s nap time=%d number of naps=%d percentage=%d", __get_str(device_name), REC->t,…

123456