/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | blob_timeline.py | 87 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/ |
D | ftstream.c | 492 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/ |
D | ftstream.c | 492 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/ |
D | lalr.c | 161 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/ |
D | t0008-ae2fafc8.fio | 1 # Expected result: fio writes 16MB, reads 16+16MB 2 # Buggy result: fio writes 16MB, reads ~21MB
|
D | t0007-37cf9e3c.fio | 1 # Expected result: fio reads 87040KB of data 2 # Buggy result: fio reads the full 128MB of data
|
D | t0005-f7078f7b.fio | 1 # Expected result: fio reads and writes 100m 2 # Buggy result: fio reads and writes ~100m/2
|
/external/autotest/client/tests/disktest/ |
D | control | 5 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/ |
D | ComputingConcurrentHashMapTest.java | 129 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/ |
D | act.c | 185 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/ |
D | CalcSpillWeights.cpp | 171 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/ |
D | message_loop_unittest.cc | 327 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/ |
D | process_metrics_linux.cc | 756 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/ |
D | CaymanInstructions.td | 205 // 8-bit reads 214 // 32-bit reads 219 // 64-bit reads 224 // 128-bit reads
|
/external/strace/ |
D | quota.c | 210 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/ |
D | llvm-as.rst | 12 **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/ |
D | README | 50 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/ |
D | number-of-memchecks.ll | 6 ; 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/ |
D | mempool2.stderr.exp | 2 ------ out of range reads in malloc-backed pool ------ 21 ------ out of range reads in mmap-backed pool ------
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | 16k_read | 5 ; 16k random reads over a 1 GiB area.
|
D | 8k_read | 5 ; 8k random reads over a 1 GiB area.
|
D | 4k_read | 5 ; 4k random reads over a 1 GiB area.
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | quick_read | 5 ; A quick test of small random reads
|
D | 4k_read | 5 ; 4k random reads over a 1 GiB area.
|
D | 8k_read | 5 ; 8k random reads over a 1 GiB area.
|