Searched refs:reads (Results 1 – 9 of 9) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | CachedInputStream.java | 140 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/ |
D | procstatreport.py | 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],
|
/packages/services/Car/car_product/sepolicy/ |
D | rmt_storage.te | 10 # Opens and reads /dev/block/mmcblk0.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | stream.md | 72 `FileReadStream` reads the file via a `FILE` pointer. And user need to provide a buffer.
|
D | sax.md | 11 `Reader` parses a JSON from a stream. While it reads characters from the stream, it analyze the cha…
|
D | Doxyfile.in | 2043 # tag file that is based on the input files it reads. See section "Linking to
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1344 # a tag file that is based on the input files it reads.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1344 # a tag file that is based on the input files it reads.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|