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

  /external/objenesis/main/src/org/objenesis/instantiator/perc/
PercInstantiator.java 16 package org.objenesis.instantiator.perc;
25 * Instantiates a class by making a call to internal Perc private methods. It is only supposed to
26 * work on Perc JVMs. This instantiator will not call any constructors. The code was provided by
27 * Aonix Perc support team.
PercSerializationInstantiator.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 create classes in a way compatible with serialization,
51 // Get the special Perc method to call
  /external/fio/t/
genzipf.c 178 double perc, perc_i; local
292 perc = 0.0;
310 perc += perc_i;
312 i ? "|->" : "Top", perc, os->output, os->nranges,
  /external/fio/
eta.c 163 unsigned int perc = 50; local
166 perc = td->o.rwmix[DDIR_WRITE];
168 bytes_total += (bytes_total * perc) / 100;
174 double perc, perc_t; local
179 perc = (double) bytes_done / (double) bytes_total;
180 if (perc > 1.0)
181 perc = 1.0;
183 perc = 0.0;
188 if (perc_t < perc)
189 perc = perc_t
461 double perc = 0.0; local
    [all...]
parse.c 298 int perc = 0; local
300 mult = get_mult_bytes(str, len, data, &perc);
301 if (perc)
gclient.c 318 char *status_message, double perc)
325 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0);
330 double perc)
337 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0);
352 double perc = 0.0; local
361 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
399 perc *= 100.0;
400 sprintf(output, "%3.1f%% done", perc);
437 gfio_update_thread_status(ge, output, perc);
450 double perc = 0.0 local
    [all...]
io_u.c 463 long perc = 0; local
470 perc += bsp->perc;
471 if ((r <= ((rand_max / 100L) * perc)) &&
1836 unsigned int perc = td->o.compress_percentage; local
    [all...]
options.c 61 return bsp1->perc < bsp2->perc;
67 unsigned int i, perc, perc_missing; local
97 perc = atoi(perc_str);
98 if (perc > 100)
99 perc = 100;
100 else if (!perc)
101 perc = -1;
103 perc = -1;
117 bssplit[i].perc = perc
    [all...]
thread_options.h 28 uint32_t perc; member in struct:bssplit
  /external/fio/profiles/
act.c 355 double perc = 0.0; local
358 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
359 if ((perc * 10.0) >= act_pass[i].max_perm)
361 log_info("\t%2.2f", perc);
364 double perc = 0.0; local
367 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
368 log_info("\t%2.2f", perc);
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /frameworks/base/core/java/android/os/
BatteryStats.java 1756 float perc = ((float)num) \/ ((float)den) * 100; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 2274 int perc = bstats.startAddingCpuLocked(); local
    [all...]

Completed in 286 milliseconds