Home
last modified time | relevance | path

Searched refs:reads (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DCachedInputStream.java140 int reads = in.read(buffer, offset, count); in read() local
141 return reads; in read()
160 int reads = in.read(buf, indexInBuf, toRead); in read() local
161 if (reads > 0) { in read()
162 System.arraycopy(buf, indexInBuf, buffer, offset, reads); in read()
163 mPos += reads; in read()
164 mCount += reads; in read()
165 totalReads += reads; in read()
166 offset += reads; in read()
167 count -= reads; in read()
[all …]
/packages/experimental/procstatlog/
Dprocstatreport.py507 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],
/packages/services/Car/car_product/sepolicy/
Drmt_storage.te10 # Opens and reads /dev/block/mmcblk0.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dstream.md72 `FileReadStream` reads the file via a `FILE` pointer. And user need to provide a buffer.
Dsax.md11 `Reader` parses a JSON from a stream. While it reads characters from the stream, it analyze the cha…
DDoxyfile.in2043 # tag file that is based on the input files it reads. See section "Linking to
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1344 # a tag file that is based on the input files it reads.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1344 # a tag file that is based on the input files it reads.
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz