HomeSort by relevance Sort by last modified time
    Searched defs:perc (Results 1 - 25 of 28) sorted by null

1 2

  /external/objenesis/main/src/main/java/org/objenesis/instantiator/perc/
PercInstantiator.java 16 package org.objenesis.instantiator.perc;
27 * Instantiates a class by making a call to internal Perc private methods. It is only supposed to
28 * work on Perc JVMs. This instantiator will not call any constructors. The code was provided by
29 * Aonix Perc support team.
PercSerializationInstantiator.java 16 package org.objenesis.instantiator.perc;
29 * Instantiates a class by making a call to internal Perc private methods. It is only supposed to
30 * work on Perc JVMs. This instantiator will create classes in a way compatible with serialization,
55 // Get the special Perc method to call
  /cts/tools/cts-media/
get_achievable_rates.py 97 def perc(data, p, fn=round): function
156 p95, med, p5 = perc(data, P, math.floor), perc(data, 50, round), perc(data, 100 - P, math.ceil)
  /external/iproute2/tipc/
link.c 204 static uint32_t perc(uint32_t count, uint32_t total) function
250 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), proft),
251 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), proft),
252 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), proft),
253 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), proft),
254 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), proft),
255 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), proft),
256 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), proft));
  /external/fio/
eta.c 192 unsigned int perc = 50; local
195 perc = td->o.rwmix[DDIR_WRITE];
197 bytes_total += (bytes_total * perc) / 100;
203 double perc, perc_t; local
208 perc = (double) bytes_done / (double) bytes_total;
209 if (perc > 1.0)
210 perc = 1.0;
212 perc = 0.0;
217 if (perc_t < perc)
218 perc = perc_t
520 double perc = 0.0; local
    [all...]
parse.c 362 int perc = 0; local
364 mult = get_mult_bytes(str, len, data, &perc);
365 if (perc)
gclient.c 315 char *status_message, double perc)
322 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0);
327 double perc)
334 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0);
349 double perc = 0.0; local
358 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
378 perc *= 100.0;
379 sprintf(output, "%3.1f%% done", perc);
424 gfio_update_thread_status(ge, output, perc);
437 double perc = 0.0 local
    [all...]
io_u.c 565 long long perc = 0; local
572 perc += bsp->perc;
573 if (!perc)
575 if ((r / perc <= frand_max / 100ULL) &&
2052 unsigned int perc = td->o.compress_percentage; local
    [all...]
options.c 54 return (int) bsp1->perc - (int) bsp2->perc;
66 unsigned int i, perc; local
83 perc = atoi(perc_str);
84 if (perc > 100)
85 perc = 100;
86 else if (!perc)
87 perc = -1U;
89 perc = -1U;
97 split->val2[i] = perc;
109 unsigned int i, perc, perc_missing; local
832 unsigned int i, perc, perc_missing, sperc, sperc_missing; local
    [all...]
thread_options.h 33 uint32_t perc; member in struct:bssplit
  /external/fio/profiles/
act.c 356 double perc = 0.0; local
359 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
360 if ((perc * 10.0) >= act_pass[i].max_perm)
362 log_info("\t%2.2f", perc);
365 double perc = 0.0; local
368 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
369 log_info("\t%2.2f", perc);
  /external/fio/t/
genzipf.c 200 double perc, perc_i; local
249 perc = 0.0;
267 perc += perc_i;
271 i ? "|->" : "Top", perc, os->output, hit_percent_sum,
dedupe.c 345 float perc; local
359 perc = (float) nitems / (float) total;
360 perc *= 100.0;
366 printf("%3.2f%% done (%luKiB/sec)\r", perc, this_items);
370 printf("%3.2f%% done\r", perc);
482 double perc, ratio; local
492 perc = 1.00 - ((double) nchunks / (double) nextents);
493 perc *= 100.0;
494 printf("Fio setting: dedupe_percentage=%u\n", (int) (perc + 0.50));
btrace2fio.c 613 float perc; local
620 perc = ((float) o->ios[i] * 100.0) / (float) total;
621 printf("\tios: %lu (perc=%3.2f%%)\n", o->ios[i], perc);
622 perc = ((float) o->merges[i] * 100.0) / (float) total;
623 printf("\tmerges: %lu (perc=%3.2f%%)\n", o->merges[i], perc);
624 perc = ((float) o->seq[i] * 100.0) / (float) o->ios[i];
625 printf("\tseq: %lu (perc=%3.2f%%)\n", (unsigned long) o->seq[i], perc);
653 float perc; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /prebuilts/devtools/tools/lib/
objenesis-2.1.jar 
  /prebuilts/misc/common/robolectric/lib/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/
objenesis-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/
objenesis-2.5.jar 
  /frameworks/base/core/java/android/os/
BatteryStats.java 2754 float perc = ((float)num) \/ ((float)den) * 100; local
5803 float perc = ((float)totalRun) \/ ((float)total) * 100; local
    [all...]
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 936 milliseconds

1 2