Home
last modified time | relevance | path

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

123

/external/fio/lib/
Drand.c136 unsigned int percentage, in __fill_random_buf_percentage() argument
142 if (percentage == 100) { in __fill_random_buf_percentage()
157 this_len = (segment * (100 - percentage)) / 100; in __fill_random_buf_percentage()
184 unsigned int percentage, in fill_random_buf_percentage() argument
193 __fill_random_buf_percentage(r, buf, percentage, segment, len, in fill_random_buf_percentage()
/external/fio/t/
Dgenzipf.c49 static double percentage; variable
105 percentage = atof(optarg); in parse_options()
267 if (percentage) { in main()
269 percentage * nranges / 100; in main()
285 printf("%.2f%% of hits satisfied in %.3f%cB of cache\n", percentage, cs, p); in main()
286 percentage = 0.0; in main()
/external/clang/test/PCH/
Dobjc_property.h5 float percentage; variable
11 @property float percentage;
/external/skia/tools/
DPictureRenderer.h594 void setTileWidthPercentage(double percentage) { in setTileWidthPercentage() argument
595 fTileWidthPercentage = percentage; in setTileWidthPercentage()
602 void setTileHeightPercentage(double percentage) { in setTileHeightPercentage() argument
603 fTileHeightPercentage = percentage; in setTileHeightPercentage()
/external/expat/tests/
Dminicheck.c151 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
152 int display = (int) (percentage * 100); in srunner_run_all()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DScenarioData.java186 int percentage = (int) ((progress++ / total) * 100); in print() local
187 subMonitor.setTaskName("Generating data for "+configBox+": "+percentage+"%"); in print()
390 String percentage = (diffPercentage == 0) ? "" : "<br>" + diffPercentage + " %"; in printDifferenceLine() local
392 …stream.print("<td><FONT COLOR=\"" + fontColor + "\"><b>" + diffDisplayValue + percentage + "</b></… in printDifferenceLine()
394 stream.print("<td>" + diffDisplayValue + percentage + "</td>"); in printDifferenceLine()
DGenerateResults.java927 int percentage = (int) ((progress / ((double) length)) * 100); in run() local
928 subMonitor.setTaskName("Write fingerprints: "+percentage+"%"); in run()
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state20 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.func-info22 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.default28 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.ignore-unknown27 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.separate-ic30 Note: percentage shows a share of a particular caller in the total
/external/v8/src/
Doptimizing-compiler-thread.cc205 double percentage = time_spent_compiling_.PercentOf(time_spent_total_); in Stop() local
206 PrintF(" ** Compiler thread did %.2f%% useful work\n", percentage); in Stop()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.252 can be specified as a percentage of the block size, or as an
/external/jdiff/src/jdiff/
DAPIComparator.java137 Double percentage = new Double(differs); in compareAPIs() local
138 int approxPercentage = percentage.intValue(); in compareAPIs()
140 System.out.println(" Approximately " + percentage + "% difference between the APIs"); in compareAPIs()
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt39 not or can not be upgraded. Thus a large percentage of code running on a
/external/lldb/test/pexpect-2.4/examples/
DREADME70 Tuples of filesystem name and percentage are stored in a list.
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst229 The percentage is relative to # of VBR Expanded Bytes.
299 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DPerformanceResults.java394 int percentage = (int) ((((double)(i+1)) / (componentsLength+1)) * 100); in read() local
400 tnBuffer.append(percentage).append("%)"); //$NON-NLS-1$ in read()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-diff.txt110 b - baseline sample percentage
Dperf-report.txt37 Show sample percentage for different cpu modes.
/external/fio/
DHOWTO471 possible to give size as a percentage between 1 and 100. If
542 bssplit=blocksize/percentage:blocksize/percentage
550 Ordering does not matter. If the percentage is left blank,
623 dedupe_percentage=int If set, fio will generate this percentage of
881 rwmixread=int How large a percentage of the mix should be reads.
883 rwmixwrite=int How large a percentage of the mix should be writes. If both
909 percentage_random=int For a random workload, set how big a percentage should
1012 latency_percentile=float The percentage of IOs that must fall within the
1644 [cpu] cpuload=int Attempt to use the specified percentage of CPU cycles.
1761 listed first, then write speed), and the estimated completion percentage
[all …]
/external/mesa3d/docs/
DMESA_swap_frame_usage.spec112 The frame usage is measured as the percentage of the swap period elapsed
/external/e2fsprogs/
DABOUT-NLS177 translation percentage of at least 50%.
414 matrix with full percentage details can be found at
/external/pdfium/testing/
DSUPPRESSIONS_mac360 percentage.pdf

123