Searched defs:percentage (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/PCH/
H A Dobjc_property.h5 float percentage; variable
11 @property float percentage; variable
/external/expat/tests/
H A Dminicheck.c151 double percentage = ((double) passed) / runner->nchecks; local
152 int display = (int) (percentage * 100);
/external/fio/lib/
H A Drand.c136 unsigned int percentage,
142 if (percentage == 100) {
157 this_len = (segment * (100 - percentage)) / 100;
184 unsigned int percentage,
193 __fill_random_buf_percentage(r, buf, percentage, segment, len,
135 __fill_random_buf_percentage(unsigned long seed, void *buf, unsigned int percentage, unsigned int segment, unsigned int len, char *pattern, unsigned int pbytes) argument
183 fill_random_buf_percentage(struct frand_state *fs, void *buf, unsigned int percentage, unsigned int segment, unsigned int len, char *pattern, unsigned int pbytes) argument
/external/fio/t/
H A Dgenzipf.c49 static double percentage; variable
85 printf("\t-p\tGenerate size of data set that are hit by this percentage\n");
105 percentage = atof(optarg);
267 if (percentage) {
269 percentage * nranges / 100;
285 printf("%.2f%% of hits satisfied in %.3f%cB of cache\n", percentage, cs, p);
286 percentage = 0.0;
/external/autotest/frontend/client/src/autotest/common/
H A DUtils.java294 public static String percentage(int num, int total) { method in class:Utils
303 return num + " (" + percentage(num, total) + ")";
/external/libchrome/base/metrics/
H A Dhistogram.cc510 double percentage = past / scaled_sum; local
511 StringAppendF(output, " {%3.1f%%}", percentage);
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c900 double sleept, percentage;; local
906 percentage = c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ);
907 sprintf(cstate_lines[1], _("C0 (cpu running) (%4.1f%%)\n"), percentage);
908 if (percentage > 50)
914 percentage = (cur_duration[i] -
922 cnames[i], sleept, percentage);
925 if (percentage > 50)
/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc232 // We have the number of jiffies in the time period. Convert to percentage.
240 // |cpu_time| which will result in a negative value in the below percentage
244 double percentage = 0.0; local
246 percentage = 100.0 * (cpu_time - last_cpu_time).InSecondsF() /
253 return percentage;
/external/ImageMagick/MagickCore/
H A Deffect.c1679 % o radius: the radius of the Gaussian blur, in percentage with 100%
1682 % o strength: the strength of the blur mask in percentage.
2267 percentage,
2321 percentage=12.5;
2375 percentage);
2385 (void) FormatLocaleString(factor,MagickPathExtent,"100,%g",2.0*percentage);
2395 (void) FormatLocaleString(factor,MagickPathExtent,"%g",2.0*percentage);
2545 (void) BilevelImage(thumbnail,(double) (percentage*((double)
2548 (percentage*((double) QuantumRange+1.0))/100.0);
2570 (void) SolarizeImage(preview_image,(double) QuantumRange*percentage/
2254 percentage, local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/guava/guava/lib/
H A Djdiff.jar ... differs java.util.Iterator iter Long denom Double percentage int approxPercentage public double comparePackages (jdiff.PackageAPI, jdiff. ...
/external/guice/lib/build/jdiff/
H A Djdiff.jar ... differs java.util.Iterator iter Long denom Double percentage int approxPercentage public double comparePackages (jdiff.PackageAPI, jdiff. ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 864 milliseconds