/external/qemu-pc-bios/bochs/bios/ |
notes | 32 reads sectors into sector buffer
|
/external/chromium_org/base/process/ |
process_metrics_linux.cc | 412 // Field 1 -- # of reads completed 413 // This is the total number of reads completed successfully. 414 // Field 2 -- # of reads merged, field 6 -- # of writes merged 415 // Reads and writes which are adjacent to each other may be merged for 416 // efficiency. Thus two 4K reads may become one 8K read before it is 422 // This is the total number of milliseconds spent by all reads (as 700 reads = 0; 718 res->SetDouble("reads", static_cast<double>(reads)); 778 diskinfo->reads = 0 790 uint64 reads = 0; local [all...] |
process_metrics.h | 304 uint64 reads; member in struct:base::SystemDiskInfo 348 // In ChromeOS, reads files from /sys/block/zram0 that contain ZRAM usage data.
|
/external/chromium_org/net/socket/ |
socket_test_util.h | 176 // For OrderedSocketData, which only allows reads to occur in a particular 195 // for getting data about individual reads and writes on the socket. 237 // SocketDataProvider which responds based on static tables of mock reads and 242 StaticSocketDataProvider(MockRead* reads, 280 // SocketDataProvider which can make decisions about next mock reads based on 339 // A DataProvider where the client must write a request before the reads (e.g. 345 // |reads| the list of MockRead completions. 350 MockRead* reads, 356 // |reads| the list of MockRead completions. 364 MockRead* reads, [all...] |
socks5_client_socket_unittest.cc | 35 scoped_ptr<SOCKS5ClientSocket> BuildMockSocket(MockRead reads[], 85 MockRead reads[], 93 data_.reset(new StaticSocketDataProvider(reads, reads_count,
|
socks_client_socket_unittest.cc | 32 MockRead reads[], size_t reads_count, 60 MockRead reads[], 70 data_.reset(new StaticSocketDataProvider(reads, reads_count,
|
/external/chromium/net/socket/ |
socks5_client_socket_unittest.cc | 34 SOCKS5ClientSocket* BuildMockSocket(MockRead reads[], 76 MockRead reads[], 84 data_.reset(new StaticSocketDataProvider(reads, reads_count,
|
socks_client_socket_unittest.cc | 30 SOCKSClientSocket* BuildMockSocket(MockRead reads[], size_t reads_count, 56 MockRead reads[], 66 data_.reset(new StaticSocketDataProvider(reads, reads_count,
|
/external/chromium_org/v8/test/mjsunit/ |
eval.js | 59 // Test that un-aliased eval reads from local context. 84 // Test that aliased eval reads from global context.
|
/external/strace/ |
quota.c | 287 u_int32_t reads; member in struct:v1_dqstats 299 u_int32_t reads; member in struct:v2_dqstats 539 tprintf("reads=%u, ", dq.reads); 563 tprintf("reads=%u, ", dq.reads);
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 86 reads in a combination of symbol tables with ids in range [0..2^8-1]
|
/external/v8/test/mjsunit/ |
eval.js | 59 // Test that un-aliased eval reads from local context. 84 // Test that aliased eval reads from global context.
|
/external/valgrind/main/memcheck/tests/ |
mempool2.stderr.exp | 2 ------ out of range reads in malloc-backed pool ------ 21 ------ out of range reads in mmap-backed pool ------
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
skiplist_test.cc | 339 int64_t reads = 0; local 343 ++reads;
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
variables.js | 54 // Local function reads x from an outer context.
|
dead-loops.js | 53 // Involves only reads on typed arrays, and {i} doesn't overflow.
|
/external/chromium_org/v8/tools/gcmole/ |
gccause.lua | 28 -- This is an auxiliary tool that reads gccauses file generated by
|
/external/v8/test/mjsunit/compiler/ |
variables.js | 54 // Local function reads x from an outer context.
|
/external/v8/tools/gcmole/ |
gccause.lua | 28 -- This is an auxiliary tool that reads gccauses file generated by
|
/external/libvorbis/doc/ |
03-codebook.tex | 77 The decoder first reads one additional bit flag, the 117 a length for every codeword, the encoder reads the number of 136 After all codeword lengths have been decoded, the decoder reads the 161 number of lookup values to be read. Lookup type one reads a list of 164 type two builds the same vector list, but reads each scalar for each 373 bit-unpacking convention; a specific codebook reads a 391 reads bits until the accumulated bits match a codeword in the
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | 1307 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local 1348 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/ |
popup.js | 101 * When a user clicks the button, this method is called: it reads the current
|
/external/chromium_org/remoting/webapp/ |
stats_accumulator.js | 7 * The webapp reads the plugin's connection statistics frequently (once per
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 438 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local 444 reads.add(entry); 449 int undrainedIndex = reads.size() - segment.recencyQueue.size(); 450 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size())); 451 readOrder.addAll(reads); 1875 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local 1916 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 947 # we should not issue any additional reads, otherwise it may block 957 # A more complex case where two raw reads are needed to satisfy [all...] |