Home
last modified time | relevance | path

Searched refs:subrange (Results 1 – 25 of 131) sorted by relevance

123456

/external/llvm-project/clang/test/PCH/
Dcxx2a-constraints-crash.cpp13 struct subrange { struct
15 subrange(R) requires(Kind == 0);
18 subrange(R) requires(Kind != 0);
22 subrange(R) -> subrange<42>;
26 subrange s(c); in main()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump_memory_range_unittest.cc135 MinidumpMemoryRange subrange = range.Subrange(0, 10); in TEST() local
136 EXPECT_EQ(NULL, subrange.data()); in TEST()
137 EXPECT_EQ(0U, subrange.length()); in TEST()
149 MinidumpMemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() local
154 EXPECT_EQ(kBufferPointer + sub_offset, subrange.data()); in TEST()
155 EXPECT_EQ(sub_length, subrange.length()); in TEST()
159 EXPECT_EQ(NULL, subrange.data()); in TEST()
160 EXPECT_EQ(0U, subrange.length()); in TEST()
177 MinidumpMemoryRange subrange = range.Subrange(location); in TEST() local
182 EXPECT_EQ(kBufferPointer + sub_offset, subrange.data()); in TEST()
[all …]
/external/google-breakpad/src/common/
Dmemory_range_unittest.cc134 MemoryRange subrange = range.Subrange(0, 10); in TEST() local
135 EXPECT_EQ(NULL, subrange.data()); in TEST()
136 EXPECT_EQ(0U, subrange.length()); in TEST()
148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() local
153 EXPECT_EQ(kBufferPointer + sub_offset, subrange.data()); in TEST()
154 EXPECT_EQ(sub_length, subrange.length()); in TEST()
158 EXPECT_EQ(NULL, subrange.data()); in TEST()
159 EXPECT_EQ(0U, subrange.length()); in TEST()
/external/libabigail/tests/data/test-read-dwarf/
Dtest7.so.hash.abi8 <subrange length='7' type-id='4c87fef4' id='16fc326e'/>
11 <subrange length='1' type-id='4c87fef4' id='52f813b4'/>
14 <subrange length='infinite' type-id='4c87fef4' id='031f2035'/>
18 <subrange length='5' type-id='4c87fef4' id='53010e10'/>
19 <subrange length='3' type-id='4c87fef4' id='56f209d2'/>
23 <subrange length='4' type-id='4c87fef4' id='16fe7105'/>
26 <subrange length='10' type-id='4c87fef4' id='487da03a'/>
29 <subrange length='5' type-id='4c87fef4' id='53010e10'/>
Dtest7.so.abi8 <subrange length='7' type-id='type-id-4' id='type-id-5'/>
11 <subrange length='1' type-id='type-id-4' id='type-id-7'/>
14 <subrange length='infinite' type-id='type-id-4' id='type-id-9'/>
18 <subrange length='5' type-id='type-id-4' id='type-id-12'/>
19 <subrange length='3' type-id='type-id-4' id='type-id-13'/>
23 <subrange length='4' type-id='type-id-4' id='type-id-17'/>
26 <subrange length='10' type-id='type-id-4' id='type-id-20'/>
29 <subrange length='5' type-id='type-id-4' id='type-id-12'/>
/external/libabigail/tests/data/test-annotate/
Dtest7.so.abi12 <subrange length='7' type-id='type-id-4' id='type-id-5'/>
17 <subrange length='1' type-id='type-id-4' id='type-id-7'/>
22 <subrange length='infinite' type-id='type-id-4' id='type-id-9'/>
29 <subrange length='5' type-id='type-id-4' id='type-id-12'/>
31 <subrange length='3' type-id='type-id-4' id='type-id-13'/>
38 <subrange length='4' type-id='type-id-4' id='type-id-17'/>
43 <subrange length='10' type-id='type-id-4' id='type-id-20'/>
48 <subrange length='5' type-id='type-id-4' id='type-id-12'/>
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dcoalescer-removepartial-extend-undef-subrange.mir6 # subrange of %2, the subrange for %2.sub1 has a def location (in bb.2) in the
8 # the subrange has only one undef location in bb.0. If we don't compute Undef set,
Dcoalescing-subreg-was-undef-but-became-def.mir4 # This is another example of a test giving "Couldn't join subrange!"
8 # subrange was not updated to reflect that.
Dregcoal-subrange-join.mir4 # This test will provoke a subrange join (see annotations below) during simple register coalescing
13 …define amdgpu_vs void @regcoal-subrange-join(i32 inreg %arg, i32 inreg %arg1, i32 inreg %arg2, i32…
19 name: regcoal-subrange-join
Dregcoal-subrange-join-seg.mir4 # This test will provoke a Couldn't join subrange unreachable without the
10 define amdgpu_ps void @regcoal-subrange-join-seg() local_unnamed_addr #0 {
15 name: regcoal-subrange-join-seg
Dat-least-one-def-value-assert.mir3 # CHECK: *** Bad machine code: No live subrange at use ***
/external/libabigail/tests/data/test-diff-dwarf/
Dtest11-report.txt14 array type subrange 1 changed length from 5 to 6
18 array type subrange 2 changed length from 4 to 5
Dtest35-pr19173-libfoo-long-gcc-report-0.txt11 array type subrange 1 changed length from 5 to 10
Dtest35-pr19173-libfoo-long-clang-report-0.txt11 array type subrange 1 changed length from 5 to 10
Dtest10-report.txt14 array type subrange 2 changed length from 3 to 4
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dregcoal-subranges-update-remat.mir16 # the scheduler updates the live-ranges of %1. When the subrange for the
17 # unused lane (here the subrange for %1.subreg_h32) was not correct, the
Dregcoal-subranges-update.mir13 # %2 only touches subreg_l32. As part of the split the subrange covering subreg_h32
17 # with a subrange referring a value that did not define that lane.
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/
DDataSpec.java688 public DataSpec subrange(long offset) { in subrange() method in DataSpec
689 return subrange(offset, length == C.LENGTH_UNSET ? C.LENGTH_UNSET : length - offset); in subrange()
699 public DataSpec subrange(long offset, long length) { in subrange() method in DataSpec
/external/libabigail/tests/data/test-abidiff-exit/
Dtest-no-stray-comma-report.txt12 array type subrange 1 changed length from 1 to 2
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1807 VkImageSubresourceRange subrange = {}; in ClearAllBuffers() local
1809 subrange.baseMipLevel = 0; in ClearAllBuffers()
1811 subrange.levelCount = 1; // VK_REMAINING_MIP_LEVELS; in ClearAllBuffers()
1812 subrange.baseArrayLayer = 0; in ClearAllBuffers()
1814 subrange.layerCount = 1; // VK_REMAINING_ARRAY_LAYERS; in ClearAllBuffers()
1819 subrange.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in ClearAllBuffers()
1821 color_obj->SetLayout(this, subrange.aspectMask, clear_layout); in ClearAllBuffers()
1822 ClearColorImage(color_obj->image(), clear_layout, &clear_color, 1, &subrange); in ClearAllBuffers()
1826 subrange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT; in ClearAllBuffers()
1827 …if (FormatIsDepthOnly(depth_stencil_obj->format())) subrange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BI… in ClearAllBuffers()
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-inaccurate-erase.rst23 Call the two-argument overload of ``erase()`` to remove the subrange:
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DTeeDataSource.java59 dataSpec = dataSpec.subrange(0, bytesRemaining); in open()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DSingleSampleMediaChunk.java101 DataSpec loadDataSpec = dataSpec.subrange(nextLoadPosition); in load()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheUtil.java273 dataSource.open(dataSpec.subrange(positionOffset, endOffset - positionOffset)); in readAndDiscard()
283 resolvedLength = dataSource.open(dataSpec.subrange(positionOffset, C.LENGTH_UNSET)); in readAndDiscard()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-subrange.ll3 source_filename = "test/DebugInfo/X86/dbg-subrange.ll"

123456