/external/blktrace/btreplay/ |
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/llvm/test/Bindings/Ocaml/ |
target.ml | 7 libLLVMCore.a, so it's better to write a big test than a bunch of
|
ipo_opts.ml | 7 libLLVMCore.a, so it's better to write a big test than a bunch of
|
scalar_opts.ml | 7 libLLVMCore.a, so it's better to write a big test than a bunch of
|
vmcore.ml | 11 libLLVMCore.a, so it's better to write a big test than a bunch of [all...] |
/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/libdl/ |
Android.mk | 33 # with missing symbols. Since this library is just a bunch of stubs, we set
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
pic.js | 50 // Create a bunch of objects with different layouts.
|
/external/v8/test/mjsunit/compiler/ |
pic.js | 50 // Create a bunch of objects with different layouts.
|
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot.bat | 8 REM a VM or separate machine, you need to copy a bunch of things over
|
/external/llvm/ |
README.android | 51 ==> * 96a74c5 - remove support for a bunch of obsolete instruction encodings and other backward compatibility hacks. (13 days ago) <Chris Lattner>
|
/build/core/ |
envsetup.mk | 4 # and we output a bunch of variables, see the case statement at
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 588 """Link a bunch of stuff together to create a static library file. 589 The "bunch of stuff" consists of the list of object files supplied 621 """Link a bunch of stuff together to create an executable or 624 The "bunch of stuff" consists of the list of object files supplied [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 588 """Link a bunch of stuff together to create a static library file. 589 The "bunch of stuff" consists of the list of object files supplied 621 """Link a bunch of stuff together to create an executable or 624 The "bunch of stuff" consists of the list of object files supplied [all...] |
/external/strace/ |
strace.spec | 388 - add a bunch of new 2.4 syscalls (#14036)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 220 bunch of different information and Structs are slightly faster than a standard
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 465 // don't have a bunch of dead whitespace in the case of expanded sections that [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_argparse.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_argparse.py | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
jquery.js | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |