HomeSort by relevance Sort by last modified time
    Searched refs:percentage (Results 26 - 50 of 50) sorted by null

12

  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 623 int percentage = qEncoded * 100 / bytes.length; local
624 return percentage > 30 ? Encoding.B : Encoding.Q;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsFragment.java 384 private float getValueFromPercentage(final int percentage) {
385 return percentage / PERCENTAGE_FLOAT;
  /external/chromium/base/
process_util_linux.cc 458 // We have the number of jiffies in the time period. Convert to percentage.
461 int percentage = 100 * (cpu - last_cpu_) / local
467 return percentage;
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 275 bool percentage(int& percentage) const;
WTFString.cpp 312 bool String::percentage(int& result) const function in class:WTF::String
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 226 builder.setContentText(context.getString(R.string.percentage,
  /external/jdiff/src/jdiff/
APIComparator.java 137 Double percentage = new Double(differs); local
138 int approxPercentage = percentage.intValue();
140 System.out.println(" Approximately " + percentage + "% difference between the APIs");
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 175 is repeated 1000 times. The percentage values in the final column are the most
  /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/
PerformanceResults.java 394 int percentage = (int) ((((double)(i+1)) / (componentsLength+1)) * 100); local
400 tnBuffer.append(percentage).append("%)"); //$NON-NLS-1$
463 * @param threshold The failure percentage threshold over which a build result
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 178 * Tells what should be the failure percentage threshold.
816 " Optional. Set the failure percentage threshold (default is 10%).\n"
927 int percentage = (int) ((progress \/ ((double) length)) * 100); local
    [all...]
  /external/v8/tools/
tickprocessor.js 414 // Print the unknown ticks percentage if they are not ignored.
492 print(' Note: percentage shows a share of a particular caller in the ' +
  /external/chromium/base/metrics/
histogram.cc 637 double percentage = past / scaled_sum; local
638 StringAppendF(output, " {%3.1f%%}", percentage);
    [all...]
  /external/v8/benchmarks/
base.js 136 // showing progress as a percentage.
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/valgrind/main/callgrind/
callgrind_annotate.in 207 --threshold=<0--100> percentage of counts (of primary sort event) we
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 72 CompressionRate returns the on-the-fly percentage by which the original
  /dalvik/tools/dmtracedump/
TraceDump.c 1619 int64_t percentage = (childTime \/ parentTime) * 100.0; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/blktrace/btt/doc/
btt.tex 191 shows the percentage of time spent in each of the phases of an
260 percentage, the better the underlying subsystems can handle them.)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 4179 double percentage = 0; local
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 298 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 900 milliseconds

12