Searched refs:per (Results 1 - 25 of 51) sorted by relevance

123

/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.stdout.exp4 test passed, sum = 38338686 (127.79562 per byte)
7 test passed, sum = 38583755 (128.61252 per byte)
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk22 # 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/
H A Dtc_util.c360 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) argument
373 snprintf(buf, len, "%g%%", 100. * (double) per / max_percent_value);
376 char * sprint_percent(__u32 per, char *buf) argument
378 print_percent(buf, SPRINT_BSIZE-1, per);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java292 BasicPoolEntryRef per = iter.next();
294 BasicPoolEntry entry = per.get();
/external/libvpx/examples/includes/geshi/geshi/
H A Dper.php3 * per.php
33 'LANG_NAME' => 'per',
H A Dmysql.php58 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, // @@@ would be nice if this could be defined per group!
/external/blktrace/btt/doc/
H A Dbtt.tex41 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]
369 per process:
382 \item[Per Device] Similar to the per-process display, \texttt{btt}
384 per-device criteria. Here's a portion of this area, displayed showing
458 \item[per IO detail] Each and every IO traced can be output in a form
461 details on this file is included in section~\ref{sec:per-io}.
464 on a per
[all...]
/external/compiler-rt/make/
H A Dlib_info.mk21 # Build a per-module map of subdir keys.
H A Dlib_util.mk7 # Get a per-config-and-arch variable value.
/external/dbus/test/name-test/
H A Dtmp-session-like-system.conf1 <!-- This configuration file controls the per-user-login-session message bus.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as7 * These fields are publically visible but the actual state pointer per
20 * per error.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex124 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?
308 However, after a certain point the amount of overhead per bunch may result
374 \item[Field 5] The last field shows the average number of IOs per bunc
[all...]
/external/bison/doc/
H A Drefcard.tex6 % This file can be printed with 1 or 2 columns per page (see below).
10 % per page and reduce to 80%.
45 % 1 column per page
48 % 2 columns per page
140 column\if 1\ncolumns\else s\fi\space per page]}
206 \errmessage{Illegal number of columns per page}
/external/icu4c/test/intltest/
H A Dnmfmapts.cpp91 NumberFormat *per = NumberFormat::createPercentInstance(status); local
247 delete per;
/external/mesa3d/docs/
H A DMESA_swap_control.spec80 per buffer swap. (e.g. a value of two means that the color buffers
H A DMESA_texture_array.spec45 cases the selected textures may vary on a per-fragment basis within
50 per-fragment basis, the application selects which exposures are
74 2D textures. The per-fragment texel is selected by the R texture
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec75 effectively specify image rotation per point.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php7 $pagesize = 25; //results per page
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex36 The Ogg stream must be unmultiplexed (only one stream, a Vorbis audio stream, per link)
112 of PCM audio samples (per channel; a stereo stream's granule position
/external/libvpx/vp8/encoder/ppc/
H A Dsad_altivec.asm56 lvsl v3, 0, r5 ;# only needs to be done once per block
/external/oprofile/utils/
H A Dopcontrol169 library: separate shared library profiles per-application
171 thread: per-thread/process profiles
172 cpu: per CPU profiles
193 --cpu-buffer-size=num per-cpu buffer size in units (2.6 kernel)
1190 # the same group. Only one event is assigned per counter,
1207 # Check if all user/kernel flags per-counter are matching.
1452 # profiling. All per-counter user/kernel flags must match.
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl199 <td>The average length of the generated sort keys, in bytes per character
/external/openssh/contrib/caldera/
H A Dopenssh.spec74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd).
89 Summary(it) : Finestra di dialogo X11 per la frase segreta di OpenSSH.
165 This package contains an X11-based pass-phrase dialog used per
/external/blktrace/doc/
H A Dblktrace.tex248 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}
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb14 one event per line. ANTLRWorks listens on server socket with a

Completed in 2632 milliseconds

123