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

/external/clang/test/PCH/
H A Dobjc_property.h5 float percentage; variable
11 @property float percentage; variable
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c33 double percentage; local
47 percentage = (double)difference / events[0].result.value * 100;
56 printf("Delta %lld, %f%%\n", difference, percentage);
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c29 double percentage; local
48 percentage = (double)difference / event->result.value * 100;
54 printf("Delta %ld, %f%%\n", difference, percentage);
/external/fio/lib/
H A Drand.c139 unsigned int percentage,
145 if (percentage == 100) {
160 this_len = (segment * (100 - percentage)) / 100;
187 unsigned int percentage,
196 __fill_random_buf_percentage(r, buf, percentage, segment, len,
138 __fill_random_buf_percentage(unsigned long seed, void *buf, unsigned int percentage, unsigned int segment, unsigned int len, char *pattern, unsigned int pbytes) argument
186 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/expat/tests/
H A Dminicheck.c152 double percentage = ((double) passed) / runner->nchecks; local
153 int display = (int) (percentage * 100);
/external/autotest/frontend/client/src/autotest/common/
H A DUtils.java295 public static String percentage(int num, int total) { method in class:Utils
304 return num + " (" + percentage(num, total) + ")";
/external/fio/t/
H A Dgenzipf.c55 static double percentage; variable
95 printf("\t-p\tGenerate size of data set that are hit by this percentage\n");
116 percentage = atof(optarg);
197 unsigned long blocks = percentage * nnodes / 100;
228 if (percentage) {
242 printf("%.2f%% of hits satisfied in %.3f%cB of cache\n", percentage, cs, p);
243 percentage = 0.0;
/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/metrics/
H A Dhistogram.cc696 double percentage = past / scaled_sum; local
697 StringAppendF(output, " {%3.1f%%}", percentage);
/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc233 // We have the number of jiffies in the time period. Convert to percentage.
241 // |cpu_time| which will result in a negative value in the below percentage
245 double percentage = 0.0; local
247 percentage = 100.0 * (cpu_time - last_cpu_time).InSecondsF() /
254 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/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/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 856 milliseconds