HomeSort by relevance Sort by last modified time
    Searched refs:reads (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/linux-tools-perf/src/tools/perf/scripts/perl/
rw-by-pid.pl 21 my %reads;
31 $reads{$common_pid}{bytes_read} += $ret;
33 if (!defined ($reads{$common_pid}{bytes_read})) {
34 $reads{$common_pid}{bytes_read} = 0;
36 $reads{$common_pid}{errors}{$ret}++;
46 $reads{$common_pid}{bytes_requested} += $count;
47 $reads{$common_pid}{total_reads}++;
48 $reads{$common_pid}{comm} = $common_comm;
78 "# reads", "bytes_requested", "bytes_read");
82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=
    [all...]
rwtop.pl 27 my %reads;
44 $reads{$common_pid}{bytes_read} += $ret;
46 if (!defined ($reads{$common_pid}{bytes_read})) {
47 $reads{$common_pid}{bytes_read} = 0;
49 $reads{$common_pid}{errors}{$ret}++;
61 $reads{$common_pid}{bytes_requested} += $count;
62 $reads{$common_pid}{total_reads}++;
63 $reads{$common_pid}{comm} = $common_comm;
132 "# reads", "bytes_req", "bytes_read");
136 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=
    [all...]
rw-by-file.pl 25 my %reads;
34 $reads{$fd}{bytes_requested} += $count;
35 $reads{$fd}{total_reads}++;
54 printf("%6s %10s %10s\n", "fd", "# reads", "bytes_requested");
57 foreach my $fd (sort {$reads{$b}{bytes_requested} <=>
58 $reads{$a}{bytes_requested}} keys %reads) {
59 my $total_reads = $reads{$fd}{total_reads};
60 my $bytes_requested = $reads{$fd}{bytes_requested};
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
CachedInputStream.java 138 int reads = in.read(buffer, offset, count); local
139 return reads;
158 int reads = in.read(buf, indexInBuf, toRead); local
159 if (reads > 0) {
160 System.arraycopy(buf, indexInBuf, buffer, offset, reads);
161 mPos += reads;
162 mCount += reads;
163 totalReads += reads;
164 offset += reads;
165 count -= reads;
237 int reads = in.read(buf, indexInBuf, toRead); local
    [all...]
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 2 # cause strange error message reads:
  /external/freetype/src/base/
ftstream.c 492 FT_Byte reads[2]; local
505 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
508 p = reads;
537 FT_Byte reads[2]; local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
553 p = reads;
582 FT_Byte reads[3]; local
595 if (stream->read( stream, stream->pos, reads, 3L ) != 3L )
598 p = reads;
627 FT_Byte reads[4] local
672 FT_Byte reads[4]; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstream.c 490 FT_Byte reads[2]; local
503 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
506 p = reads;
537 FT_Byte reads[2]; local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L )
553 p = reads;
584 FT_Byte reads[3]; local
597 if (stream->read( stream, stream->pos, reads, 3L ) != 3L )
600 p = reads;
631 FT_Byte reads[4] local
678 FT_Byte reads[4]; local
    [all...]
  /external/bison/src/
lalr.c 161 goto_number **reads = xnmalloc (ngotos, sizeof *reads); local
186 reads[i] = NULL;
189 reads[i] = xnmalloc (nedges + 1, sizeof reads[i][0]);
190 memcpy (reads[i], edge, nedges * sizeof edge[0]);
191 reads[i][nedges] = END_NODE;
196 relation_digraph (reads, ngotos, &goto_follows);
199 free (reads[i]);
201 free (reads);
    [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 136 bool reads, writes; local
137 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
139 writes, reads, &MBFI, mi);
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 129 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); local
135 reads.add(entry);
140 int undrainedIndex = reads.size() - segment.recencyQueue.size();
141 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size()));
142 readOrder.addAll(reads);
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 17 (** [get_module context mb] reads the bitcode for a new module [m] from the
  /external/fio/profiles/
act.c 185 static int act_add_rw(const char *dev, int reads)
187 if (act_add_opt("name=act-%s-%s", reads ? "read" : "write", dev))
191 if (act_add_opt("rw=%s", reads ? "randread" : "randwrite"))
193 if (reads) {
  /packages/experimental/procstatlog/
procstatreport.py 117 sectors: <nobr>%(reads)d read</nobr>, <nobr>%(writes)d written</nobr>
507 reads = int(next[2]) - int(last[2])
510 total_io += reads + writes
511 max_io = max(max_io, reads, writes)
515 disk_reads.setdefault(device, {})[when] = reads
526 reads, writes = disk_reads[device], disk_writes[device]
527 total_reads, total_writes = sum(reads.values()), sum(writes.values())
531 ["reads", "writes"], [reads, writes],
539 "reads": total_reads
    [all...]
  /external/strace/
quota.c 210 u_int32_t reads; member in struct:v1_dqstats
222 u_int32_t reads; member in struct:v2_dqstats
443 tprintf("reads=%u, ", dq.reads);
465 tprintf("reads=%u, ", dq.reads);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 193 u_int32_t reads; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 193 u_int32_t reads; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 193 u_int32_t reads; member in struct:dqstats
  /external/libvpx/libvpx/vp8/common/ppc/
copy_altivec.asm 20 ;# but the output will be. So two reads and a perm
  /external/v8/test/webkit/
dfg-constant-fold-first-local-read-after-block-merge.js 25 "Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it."
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
copy_altivec.asm 20 ;# but the output will be. So two reads and a perm
  /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/memcheck/tests/
mempool2.stderr.exp 2 ------ out of range reads in malloc-backed pool ------
21 ------ out of range reads in mmap-backed pool ------
  /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

Completed in 1106 milliseconds

1 2 3