HomeSort by relevance Sort by last modified time
    Searched refs:reads (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/chromium/net/socket/
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/net/socket/
socks5_client_socket_unittest.cc 35 SOCKS5ClientSocket* BuildMockSocket(MockRead reads[],
79 MockRead reads[],
87 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.
  /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...]
  /prebuilts/python/linux-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...]
  /bionic/libc/kernel/arch-mips/asm/
io.h 92 #define __BUILD_MEMORY_STRING(bwlq, type) static inline void writes##bwlq(volatile void __iomem *mem, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_write##bwlq(*__addr, mem); __addr++; } } static inline void reads##bwlq(volatile void __iomem *mem, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_read##bwlq(mem); __addr++; } }
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 92 #define __BUILD_MEMORY_STRING(bwlq, type) static inline void writes##bwlq(volatile void __iomem *mem, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_write##bwlq(*__addr, mem); __addr++; } } static inline void reads##bwlq(volatile void __iomem *mem, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_read##bwlq(mem); __addr++; } }
  /external/kernel-headers/original/linux/
quota.h 196 int reads; member in struct:dqstats
  /external/qemu/hw/
goldfish_nand.c 895 int64_t reads = 0, writes = 0; local
933 else if ( !memcmp(item, "reads=", 6) ) {
934 reads = parse_nand_rw_limit(item+6);
953 else if (reads == 0 && writes == 0) {
962 t->limit = reads;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 92 #define __BUILD_MEMORY_STRING(bwlq, type) static inline void writes##bwlq(volatile void __iomem *mem, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_write##bwlq(*__addr, mem); __addr++; } } static inline void reads##bwlq(volatile void __iomem *mem, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_read##bwlq(mem); __addr++; } }

Completed in 4781 milliseconds

1 23 4 5