Home
last modified time | relevance | path

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

12345678910>>...32

/external/deqp/android/cts/master/src/
Degl-manual-robustness.txt2 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.un…
3 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.un…
4 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.un…
5 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.un…
6 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.sh…
7 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.sh…
8 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.sh…
9 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.sh…
10 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.lo…
11 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.reads.lo…
[all …]
/external/skqp/src/compute/skc/
Dextent_ring.c49 return ring->size.pow2 - (ring->outer.writes - ring->outer.reads); in skc_extent_ring_rem()
55 return (ring->outer.writes - ring->outer.reads) == ring->size.pow2; in skc_extent_ring_is_full()
61 return ring->outer.writes - ring->inner.reads; in skc_extent_ring_wip_count()
114 snap->reads = ring->inner.reads; in skc_extent_ring_snap_alloc()
115 snap->writes = ring->inner.reads = ring->inner.writes; in skc_extent_ring_snap_alloc()
158 ring->outer.reads = curr->writes; in skc_extent_ring_snap_free()
187 return snap->writes - snap->reads; in skc_extent_ring_snap_count()
193 return snap->reads & snap->ring->size.mask; in skc_extent_ring_snap_from()
Dextent_ring.h42 skc_uint reads; // number of reads member
50 skc_uint reads; // number of reads member
111 skc_uint reads; // number of reads member
/external/skia/src/compute/skc/
Dextent_ring.c49 return ring->size.pow2 - (ring->outer.writes - ring->outer.reads); in skc_extent_ring_rem()
55 return (ring->outer.writes - ring->outer.reads) == ring->size.pow2; in skc_extent_ring_is_full()
61 return ring->outer.writes - ring->inner.reads; in skc_extent_ring_wip_count()
114 snap->reads = ring->inner.reads; in skc_extent_ring_snap_alloc()
115 snap->writes = ring->inner.reads = ring->inner.writes; in skc_extent_ring_snap_alloc()
158 ring->outer.reads = curr->writes; in skc_extent_ring_snap_free()
187 return snap->writes - snap->reads; in skc_extent_ring_snap_count()
193 return snap->reads & snap->ring->size.mask; in skc_extent_ring_snap_from()
Dextent_ring.h42 skc_uint reads; // number of reads member
50 skc_uint reads; // number of reads member
111 skc_uint reads; // number of reads member
/external/python/cpython3/Lib/test/
Dtest_telnetlib.py91 def __init__(self, reads=()): argument
92 self.reads = list(reads) # Intentionally make a copy.
99 while self.reads and len(out) < size:
100 out += self.reads.pop(0)
102 self.reads.insert(0, out[size:])
151 def test_socket(reads): argument
153 return SocketStub(reads)
162 def test_telnet(reads=(), cls=TelnetAlike): argument
165 for x in reads:
167 with test_socket(reads):
[all …]
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasters_alloc.cl106 skc_uint reads = 0;
110reads = SKC_ATOMIC_ADD_GLOBAL_RELAXED_DEVICE(bp_atomics+SKC_BP_ATOMIC_OFFSET_READS,prefix); // rin…
114 reads = SKC_RASTERS_ALLOC_BROADCAST(reads,SKC_RASTERS_ALLOC_GROUP_SIZE - 1);
117 reads += prefix - extra_blocks;
127 // store reads
128 metas[SKC_RASTER_COHORT_META_OFFSET_READS + gid] = reads;
131 skc_block_id_t const block_id = bp_ids[reads & bp_mask];
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasters_alloc.cl106 skc_uint reads = 0;
110reads = SKC_ATOMIC_ADD_GLOBAL_RELAXED_DEVICE(bp_atomics+SKC_BP_ATOMIC_OFFSET_READS,prefix); // rin…
114 reads = SKC_RASTERS_ALLOC_BROADCAST(reads,SKC_RASTERS_ALLOC_GROUP_SIZE - 1);
117 reads += prefix - extra_blocks;
127 // store reads
128 metas[SKC_RASTER_COHORT_META_OFFSET_READS + gid] = reads;
131 skc_block_id_t const block_id = bp_ids[reads & bp_mask];
/external/freetype/src/base/
Dftstream.c493 FT_Byte reads[2]; in FT_Stream_ReadUShort() local
506 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_Stream_ReadUShort()
509 p = reads; in FT_Stream_ReadUShort()
538 FT_Byte reads[2]; in FT_Stream_ReadUShortLE() local
551 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_Stream_ReadUShortLE()
554 p = reads; in FT_Stream_ReadUShortLE()
583 FT_Byte reads[3]; in FT_Stream_ReadUOffset() local
596 if (stream->read( stream, stream->pos, reads, 3L ) != 3L ) in FT_Stream_ReadUOffset()
599 p = reads; in FT_Stream_ReadUOffset()
628 FT_Byte reads[4]; in FT_Stream_ReadULong() local
[all …]
/external/llvm/lib/Target/AMDGPU/
DCaymanInstructions.td204 // 8-bit reads
209 // 16-bit reads
214 // 32-bit reads
219 // 64-bit reads
224 // 128-bit reads
229 // 8-bit reads
234 // 16-bit reads
239 // 32-bit reads
244 // 64-bit reads
249 // 128-bit reads
/external/bcc/src/cc/frontends/p4/test/testprograms/
Dbasic_routing.p4125 reads {
139 reads {
154 reads {
166 reads {
182 reads {
218 reads {
/external/skqp/src/compute/skc/platforms/cl_12/
Dcq_pool_cl.c107 pool->reads = 0; in skc_cq_pool_create()
166 pool->reads = 0; in skc_cq_pool_expand()
183 if (pool->reads == pool->writes) in skc_cq_pool_read()
186 cl_command_queue cq = pool->cq[pool->reads++ % pool->size]; in skc_cq_pool_read()
Draster_builder_cl_12.h127 …skc_uint reads[SKC_TTSK_SIZE_COHORT]; // starting ring reads -- [0] is … member
130 #define SKC_RASTER_COHORT_META_OFFSET_READS (SKC_OFFSET_OF(struct skc_raster_cohort_meta,reads) / s…
/external/skia/src/compute/skc/platforms/cl_12/
Dcq_pool_cl.c107 pool->reads = 0; in skc_cq_pool_create()
166 pool->reads = 0; in skc_cq_pool_expand()
183 if (pool->reads == pool->writes) in skc_cq_pool_read()
186 cl_command_queue cq = pool->cq[pool->reads++ % pool->size]; in skc_cq_pool_read()
Draster_builder_cl_12.h127 …skc_uint reads[SKC_TTSK_SIZE_COHORT]; // starting ring reads -- [0] is … member
130 #define SKC_RASTER_COHORT_META_OFFSET_READS (SKC_OFFSET_OF(struct skc_raster_cohort_meta,reads) / s…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ThinLTOBitcodeWriter/
Dsplit-vfunc.ll16 i8* bitcast (i8 (i8*)* @reads to i8*)
72 ; M0: define i8 @reads
73 ; M1: declare void @reads()
74 define i8 @reads(i8* %this) {
/external/bcc/tools/
Dfiletop_example.txt4 filetop shows reads and writes by file, with process details. For example:
35 so this is reads and writes that may return entirely from the file system cache
53 Note that tracing VFS level reads and writes can be a frequent activity, and
138 File reads and writes by process
150 -s {reads,writes,rbytes,wbytes}, --sort {reads,writes,rbytes,wbytes}
Dbtrfsdist_example.txt4 btrfsdist traces btrfs reads, writes, opens, and fsyncs, and summarizes their
39 mode of 1,308 reads that took between 2 and 3 microseconds, and a slower
40 mode of over 7,312 reads that took between 256 and 511 microseconds. It's
154 tracing. Note that the rate also increased, with over 200k reads for the
Dzfsdist_example.txt4 zfsdist traces ZFS reads, writes, opens, and fsyncs, and summarizes their
55 mode of around 5 thousand reads that took between 4 and 15 microseconds, and a
56 slower mode of 1256 reads that took between 512 and 1023 microseconds. It's
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp127 bool reads, writes; in CalculateWeightAndHint() local
128 tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg); in CalculateWeightAndHint()
129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth); in CalculateWeightAndHint()
/external/libbrillo/brillo/message_loops/
Dmessage_loop_unittest.cc335 int reads[kNumTasks] = {}; in TYPED_TEST() local
337 [](MessageLoop* loop, ScopedPipe* pipes, int* reads, in TYPED_TEST()
339 reads[i]++; in TYPED_TEST()
345 }, this->loop_.get(), pipes, reads, &total_calls); in TYPED_TEST()
366 EXPECT_GE(reads[i], 10) << "Reading from pipes[" << i << "], fd " in TYPED_TEST()
/external/autotest/client/tests/disktest/
Dcontrol5 This test reads back all data written during the test, and if the data it reads
/external/ltp/testcases/kernel/io/ltp-aiodio/
DREADME2 TESTS to check consistency between O_DIRECT reads/writes and buffered
3 reads/writes and truncate.
/external/python/cpython3/Doc/library/
Dpipes.rst69 The first letter can be either of ``'-'`` (which means the command reads its
70 standard input), ``'f'`` (which means the commands reads a given file on the
71 command line) or ``'.'`` (which means the commands reads no input, and hence

12345678910>>...32