HomeSort by relevance Sort by last modified time
    Searched refs:per (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /sdk/emulator/qtools/
hist_trace.cpp 49 double per = 0; local
53 per = 100.0 * hist[ii] / total;
56 printf(" %4d: %6d %6.2f %6.2f\n", ii - kMaxHistEntries2, hist[ii], per, sum_per);
58 per = 100.0 * underflow / total;
59 printf("under: %6d %6.2f\n", underflow, per);
60 per = 100.0 * overflow / total;
61 printf("over: %6d %6.2f\n", overflow, per);
profile_pid.cpp 77 double per = 100.0 * pstate->cpu_time / total_time; local
86 per, sum_per, print_flags, pstate->name);
profile_trace.cpp 118 double per = 100.0 * sym->elapsed / total; local
125 secs, sym->elapsed, per, sum_per, ksym, sym->name);
  /external/valgrind/main/memcheck/tests/
sh-mem-random.stdout.exp 4 test passed, sum = 38338686 (127.79562 per byte)
7 test passed, sum = 38583755 (128.61252 per byte)
  /external/compiler-rt/make/platform/
darwin_fat.mk 22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
  /external/iproute2/tc/
tc_util.c 360 double per = strtod(str, &p) / 100.; local
362 if (per > 1. || per < 0)
367 *percent = (unsigned) rint(per * max_percent_value);
371 void print_percent(char *buf, int len, __u32 per)
373 snprintf(buf, len, "%g%%", 100. * (double) per / max_percent_value);
376 char * sprint_percent(__u32 per, char *buf)
378 print_percent(buf, SPRINT_BSIZE-1, per);
  /build/tools/
dump-package-stats 35 types of files in each package. Emits one line per package.
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 16 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
21 sll t6, a2, 2 # multiply outsSize by 4 (4 bytes per reg)
TEMPLATE_INVOKE_METHOD_NO_OPT.S 13 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
16 sll t6, a2, 2 # multiply outsSize by 4 (4 bytes per reg)
TEMPLATE_INVOKE_METHOD_NATIVE.S 7 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 292 BasicPoolEntryRef per = iter.next(); local
294 BasicPoolEntry entry = per.get();
  /external/bison/src/
reader.c 434 complain_at (loc, _("only one %s allowed per rule"), "%prec");
448 complain_at (loc, _("only one %s allowed per rule"), "%dprec");
461 complain_at (loc, _("only one %s allowed per rule"), "%merge");
  /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...]
  /dalvik/tools/dmtracedump/
TraceDump.c 725 * Count the number of thread entries (one per line).
781 * Count the number of method entries (one per line).
1427 double per = 100.0 * pTimed->elapsedInclusive \/ methodTotal; local
1535 double total, sum, per, sum_per; local
1696 double total, sum, per, sum_per; local
1897 double total, sum, per, sum_per; local
2133 double total, sum, per, sum_per; local
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-host.js 49 // Firefox 3.5.2 allows setting the host to null, which it shouldn't per
56 // Both IE8 and Firefox 3.5.2 allow setting the host to empty string, which they shouldn't, per
108 // Both IE8 and Firefox append the hosts, instead of rejecting, per
set-href-attribute-hash.js 28 // Firefox 3.5.2 removes the '#' at the end, and it should per
35 // Firefox 3.5.2 removes the '#' at the end, and it should per
set-href-attribute-search.js 42 // Firefox 3.5.2 Removes the '?', and it shouldn't, per
  /external/compiler-rt/make/
lib_info.mk 21 # Build a per-module map of subdir keys.
lib_util.mk 7 # Get a per-config-and-arch variable value.
  /external/bison/doc/
refcard.tex 6 % This file can be printed with 1 or 2 columns per page (see below).
10 % per page and reduce to 80%.
43 % 1 column per page
46 % 2 columns per page
138 column\if 1\ncolumns\else s\fi\space per page]}
204 \errmessage{Illegal number of columns per page}
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 7 * These fields are publically visible but the actual state pointer per
20 * per error.
  /external/v8/test/mjsunit/regress/
regress-1174.js 31 // reloc info that only take up 1 byte per call (like KeyedStoreIC).
  /external/blktrace/btreplay/doc/
btreplay.tex 124 much worse timing on a per IO basis.
156 Each input data file (one per device per CPU) results in a new record
157 data file (again, one per device per CPU) which contains information
159 these record data files by spawning a new pair of threads per file. One
160 thread manages the submitting of AIOs per bunch in the record data file,
199 to guarantee per-IO timing accuracy with respect to other replayed IOs?
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch}
308 However, after a certain point the amount of overhead per bunch may resul
    [all...]
  /external/icu4c/test/intltest/
nmfmapts.cpp 91 NumberFormat *per = NumberFormat::createPercentInstance(status); local
247 delete per;
  /external/v8/test/mjsunit/
object-toprimitive.js 30 // correctly. Specifically, does it call [[Get]] only once per property.

Completed in 281 milliseconds

1 2 3 4