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

  /external/blktrace/doc/
blktrace.tex 248 32768 blocks per group, 32768 fragments per group
249 16384 inodes per group
397 & & (One device per line.) \\ \hline
500 -s & --per-program-stats & Displays data sorted by program \\ \hline
502 -t & --track-ios & Display time deltas per IO \\ \hline
684 \paragraph{Default output per action}
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 297 BasicPoolEntryRef per = iter.next(); local
299 BasicPoolEntry entry = per.get();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestNumberFormatAPI.java 55 NumberFormat per = NumberFormat.getPercentInstance(); local
65 logln("Percent : " + per.format(1234.5));
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 91 NumberFormat *per = NumberFormat::createPercentInstance(status); local
247 delete per;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestNumberFormatAPI.java 51 NumberFormat per = NumberFormat.getPercentInstance(); local
61 logln("Percent : " + per.format(1234.5));
  /external/iproute2/tc/
q_netem.c 59 static void set_percent(__u32 *percent, double per)
61 *percent = (unsigned) rint(per * max_percent_value);
81 double per; local
83 if (parse_percent(&per, str))
86 set_percent(percent, per);
90 static void print_percent(char *buf, int len, __u32 per)
92 snprintf(buf, len, "%g%%", 100. * (double) per / max_percent_value);
95 static char * sprint_percent(__u32 per, char *buf)
97 print_percent(buf, SPRINT_BSIZE-1, per);
  /external/dhcpcd-6.8.2/
dhcpcd.c 451 * could easily get swapped per actual interface.
1613 const char *per; local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 41 form of multiple individual traces per IO executed during the traced
92 containing parallel trace streams -- one file per CPU per
288 \item[IOs per Unplug \& Unplugs-due-to-timeout]
354 \item[Per Process] As traces are emitted, they are tagged with the
369 per process:
379 \item[Per Process Averages] The average columns from the above charts,
382 \item[Per Device] Similar to the per-process display, \texttt{btt}
384 per-device criteria. Here's a portion of this area, displayed showin
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
oasys.c 345 oasys_per_section_type *per; local
352 per = oasys_per_section (s);
353 if (per->initialized)
384 per = oasys_per_section (section);
386 if (! per->initialized)
390 per->data = bfd_zalloc (abfd, section->size);
391 if (!per->data)
394 per->reloc_tail_ptr = (oasys_reloc_type **) relpp;
395 per->had_vma = FALSE;
396 per->initialized = TRUE
    [all...]
ieee.c 1675 ieee_per_section_type *per = ieee_per_section (s); local
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 644 * Count the number of thread entries (one per line).
691 * Count the number of method entries (one per line).
1264 double per = 100.0 * pTimed->elapsedInclusive \/ methodTotal; local
1390 double per = 100.0 * method->elapsedExclusive \/ total; local
1540 double per = 100.0 * method->elapsedInclusive \/ total; local
1731 double per = 100.0 * pClass->elapsedExclusive \/ total; local
1941 double per = 100.0 * pUnique->elapsedExclusive \/ total; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /build/core/
definitions.mk     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 436 milliseconds