Home
last modified time | relevance | path

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

12345678910>>...16

/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dblob_timeline.py87 reads = dict()
96 if uuid not in reads:
97 reads[uuid] = 0
98 reads[uuid] += self.ThreadDurationIfPresent(event)
100 if reads:
106 values=reads.values(),
/external/freetype/src/base/
Dftstream.c492 FT_Byte reads[2]; in FT_Stream_ReadUShort() local
505 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_Stream_ReadUShort()
508 p = reads; in FT_Stream_ReadUShort()
537 FT_Byte reads[2]; in FT_Stream_ReadUShortLE() local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_Stream_ReadUShortLE()
553 p = reads; in FT_Stream_ReadUShortLE()
582 FT_Byte reads[3]; in FT_Stream_ReadUOffset() local
595 if (stream->read( stream, stream->pos, reads, 3L ) != 3L ) in FT_Stream_ReadUOffset()
598 p = reads; in FT_Stream_ReadUOffset()
627 FT_Byte reads[4]; in FT_Stream_ReadULong() local
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftstream.c492 FT_Byte reads[2]; in FT_Stream_ReadUShort() local
505 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_Stream_ReadUShort()
508 p = reads; in FT_Stream_ReadUShort()
537 FT_Byte reads[2]; in FT_Stream_ReadUShortLE() local
550 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_Stream_ReadUShortLE()
553 p = reads; in FT_Stream_ReadUShortLE()
582 FT_Byte reads[3]; in FT_Stream_ReadUOffset() local
595 if (stream->read( stream, stream->pos, reads, 3L ) != 3L ) in FT_Stream_ReadUOffset()
598 p = reads; in FT_Stream_ReadUOffset()
627 FT_Byte reads[4]; in FT_Stream_ReadULong() local
[all …]
/external/bison/src/
Dlalr.c161 goto_number **reads = xnmalloc (ngotos, sizeof *reads); in initialize_F() local
186 reads[i] = NULL; in initialize_F()
189 reads[i] = xnmalloc (nedges + 1, sizeof reads[i][0]); in initialize_F()
190 memcpy (reads[i], edge, nedges * sizeof edge[0]); in initialize_F()
191 reads[i][nedges] = END_NODE; in initialize_F()
196 relation_digraph (reads, ngotos, &goto_follows); in initialize_F()
199 free (reads[i]); in initialize_F()
201 free (reads); in initialize_F()
/external/fio/t/jobs/
Dt0008-ae2fafc8.fio1 # Expected result: fio writes 16MB, reads 16+16MB
2 # Buggy result: fio writes 16MB, reads ~21MB
Dt0007-37cf9e3c.fio1 # Expected result: fio reads 87040KB of data
2 # Buggy result: fio reads the full 128MB of data
Dt0005-f7078f7b.fio1 # Expected result: fio reads and writes 100m
2 # Buggy result: fio reads and writes ~100m/2
/external/autotest/client/tests/disktest/
Dcontrol5 This test reads back all data written during the test, and if the data it reads
/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java129 List<ReferenceEntry<Object, Object>> reads = Lists.newArrayList(); in testRecordReadOnCompute() local
135 reads.add(entry); in testRecordReadOnCompute()
140 int undrainedIndex = reads.size() - segment.recencyQueue.size(); in testRecordReadOnCompute()
141 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size())); in testRecordReadOnCompute()
142 readOrder.addAll(reads); in testRecordReadOnCompute()
/external/fio/profiles/
Dact.c185 static int act_add_rw(const char *dev, int reads) in act_add_rw() argument
187 if (act_add_opt("name=act-%s-%s", reads ? "read" : "write", dev)) in act_add_rw()
191 if (act_add_opt("rw=%s", reads ? "randread" : "randwrite")) in act_add_rw()
193 if (reads) { in act_add_rw()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp171 bool reads, writes; in calculateSpillWeightAndHint() local
172 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg); in calculateSpillWeightAndHint()
174 writes, reads, &MBFI, mi); in calculateSpillWeightAndHint()
/external/libbrillo/brillo/message_loops/
Dmessage_loop_unittest.cc327 int reads[kNumTasks] = {}; in TYPED_TEST() local
328 auto fd_callback = [this, &pipes, &reads, &total_calls](int i) { in TYPED_TEST()
329 reads[i]++; in TYPED_TEST()
356 EXPECT_GE(reads[i], 10) << "Reading from pipes[" << i << "], fd " in TYPED_TEST()
/external/libchrome/base/process/
Dprocess_metrics_linux.cc756 reads = 0; in SystemDiskInfo()
774 res->SetDouble("reads", static_cast<double>(reads)); in ToValue()
835 diskinfo->reads = 0; in GetSystemDiskInfo()
847 uint64_t reads = 0; in GetSystemDiskInfo() local
865 StringToUint64(disk_fields[kDiskReads], &reads); in GetSystemDiskInfo()
877 diskinfo->reads += reads; in GetSystemDiskInfo()
/external/llvm/lib/Target/AMDGPU/
DCaymanInstructions.td205 // 8-bit reads
214 // 32-bit reads
219 // 64-bit reads
224 // 128-bit reads
/external/strace/
Dquota.c210 u_int32_t reads; member
222 u_int32_t reads; member
395 tprintf("reads=%u, ", dq.reads); in decode_cmd_data()
411 tprintf("reads=%u, ", dq.reads); in decode_cmd_data()
/external/llvm/docs/CommandGuide/
Dllvm-as.rst12 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
16 If *filename* is omitted or is ``-``, then **llvm-as** reads its input from
/external/gemmlowp/meta/
DREADME50 aligned memory reads/writes and unaligned memory reads/writes.
58 for leftover handling. Finally aligned memory reads/writes are used everywhere
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dnumber-of-memchecks.ll6 ; 3 reads and 3 writes should need 12 memchecks
76 ; 3 reads and 2 writes - two of the reads can be merged,
148 ; 3 reads and 2 writes - the writes can be merged into a single
149 ; group, but the GEPs used for the reads are not marked as inbounds.
227 ; we should not merge the intervals associated with the reads (0,5000) and
/external/valgrind/memcheck/tests/
Dmempool2.stderr.exp2 ------ out of range reads in malloc-backed pool ------
21 ------ out of range reads in mmap-backed pool ------
/external/autotest/client/site_tests/platform_CryptohomeFio/
D16k_read5 ; 16k random reads over a 1 GiB area.
D8k_read5 ; 8k random reads over a 1 GiB area.
D4k_read5 ; 4k random reads over a 1 GiB area.
/external/autotest/client/site_tests/hardware_StorageFio/
Dquick_read5 ; A quick test of small random reads
D4k_read5 ; 4k random reads over a 1 GiB area.
D8k_read5 ; 8k random reads over a 1 GiB area.

12345678910>>...16