HomeSort by relevance Sort by last modified time
    Searched full:bunch (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/tests/004-annotations/
info.txt 1 Test a bunch of uses of annotations.
  /dalvik/libcore/support/src/test/java/tests/resources/
hyts_htmltest.html 34 A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunch of text representing part of a paragraph. A bunc (…)
    [all...]
  /dalvik/dx/tests/072-dex-switch-edge-cases/
info.txt 2 a bunch of switch op edge cases get converted reasonably.
  /dalvik/dx/tests/073-dex-null-array-refs/
info.txt 2 a bunch of cases convert reasonably, where necessarily or possibly
  /external/blktrace/btreplay/
btrecord.h 29 * Header for each bunch
32 * @time_stamp: Time stamp for this bunch of IOs
53 * Shorthand notion of a bunch of IOs
67 * @genesis: Time stamp for earliest bunch
btrecord.c 83 * @cur: Current IO bunch being collected
85 * @start_time: Start time of th ecurrent bunch
104 static __u64 max_pkts_per_bunch = 8; // Default # of pkts per bunch
114 "\t[ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec\n" \
149 .name = "max-bunch-time",
248 * @pre_stall: Amount of time that this bunch should be delayed by
264 * io_bunch_add - Add an IO to the current bunch of IOs
268 * Returns update bunch information
427 fprintf(stderr, "Invalid bunch time %llu\n",
569 * bunch_output_hdr - Output bunch heade
    [all...]
btreplay.c 1112 * next_bunch - Retrieve next bunch of AIOs to process
1114 * @bunch: Bunch information
1116 * Returns TRUE if we recovered a bunch of IOs, else hit EOF
1118 static int next_bunch(struct thr_info *tip, struct io_bunch *bunch)
1122 result = read(tip->ifd, &bunch->hdr, sizeof(bunch->hdr));
1123 if (result != sizeof(bunch->hdr)) {
1131 assert(bunch->hdr.npkts <= BT_MAX_PKTS);
1133 count = bunch->hdr.npkts * sizeof(struct io_pkt)
1318 struct io_bunch bunch; local
    [all...]
  /external/blktrace/doc/
btrecord.8 113 amount of time (in nanoseconds) to include in any one bunch of IOs that
116 However, after a certain point the amount of overhead per bunch may result
126 Set maximum number of packets per bunch.
128 maximum number of IOs to store in a single bunch. As with the \fI\-m\fR
162 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunch
163 sdab:1: 2559775 pkts (tot), 430172 pkts (replay), 293029 bunches, 1.5 pkts/bunch
164 sdab:2: 653559 pkts (tot), 136522 pkts (replay), 102288 bunches, 1.3 pkts/bunch
165 sdab:3: 474773 pkts (tot), 117849 pkts (replay), 69572 bunches, 1.7 pkts/bunch
180 The last field shows the average number of IOs per bunch recorded.
btreplay.8 166 Disable pre-bunch stalls.
167 When specified on the command line, all pre-bunch stall indicators will be
168 ignored. IOs will be replayed without inter-bunch delays.
  /external/blktrace/btreplay/doc/
btreplay.tex 133 multiple sequential (in time) IOs and put them in a single \emph{bunch} of
143 \item[\texttt{--max-bunch-time}] This is the amount of time to encompass
144 in one bunch -- only IOs within the time specified are eligible
149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
150 1 to 512 packets in size and by default we max a bunch to contain no
152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
160 thread manages the submitting of AIOs per bunch in the record data file,
204 \item Bunching of IOs results in reduced time amongst IOs within a bunch.
252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch
    [all...]
  /bionic/libc/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /dalvik/tests/023-many-interfaces/
build 20 # Write out a bunch of interface source files.
  /external/dropbear/libtommath/etc/
mont.c 25 /* now run through a bunch tests */
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayout.java 44 * This activity is meant to try a bunch of different menu layouts. So,
  /ndk/build/platforms/android-3/arch-arm/usr/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /ndk/build/platforms/android-4/arch-arm/usr/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /ndk/build/platforms/android-5/arch-arm/usr/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /ndk/build/platforms/android-5/arch-x86/usr/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /ndk/build/platforms/android-8/arch-arm/usr/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /ndk/build/platforms/android-8/arch-x86/usr/include/arpa/
nameser.h 37 * really a bunch of resolver's internal declarations that
  /external/kernel-headers/original/linux/
netfilter_ipv6.h 8 * it's amazing what adding a bunch of 6s can do =8^)
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 168 /* Create a bunch of objects and a parallel array
211 /* Create a bunch of objects and a parallel array
222 /* Start creating a bunch of temporary and permanent objects
272 /* Create a bunch of objects and a parallel array
385 /* Create a bunch of objects and a parallel array
442 /* Create a bunch of objects and a parallel array
  /bionic/libdl/
Android.mk 34 # with missing symbols. Since this library is just a bunch of stubs, we set
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceNonce.java 20 * Class with a bunch of native instance methods. These methods are called by
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 7 * This verifies a bunch of bugs:

Completed in 94 milliseconds

1 2 3 4 5 6 7 8 9