Home
last modified time | relevance | path

Searched refs:newRange (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/test_runner/
Dcoverage.js463 const newRange = newFn.ranges[i];
469 if (doesRangeEqualOtherRange(newRange, oldRange)) {
471 oldRange.count += newRange.count;
479 if (oldRange.count === 0 && newRange.count === 0) {
480 if (doesRangeContainOtherRange(oldRange, newRange)) {
483 mergedRanges.add(newRange);
484 } else if (doesRangeContainOtherRange(newRange, oldRange)) {
493 if (newRange.count > 0 && !exactMatch) {
494 mergedRanges.add(newRange);
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp120 const VkImageSubresourceRange newRange = barrierPtr->subresourceRange; in pipelineBarrier() local
122 SkASSERT(newRange.aspectMask == oldRange.aspectMask); in pipelineBarrier()
123 SkASSERT(newRange.baseArrayLayer == oldRange.baseArrayLayer); in pipelineBarrier()
124 SkASSERT(newRange.layerCount == oldRange.layerCount); in pipelineBarrier()
125 uint32_t newStart = newRange.baseMipLevel; in pipelineBarrier()
126 uint32_t newEnd = newRange.baseMipLevel + newRange.levelCount - 1; in pipelineBarrier()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferWriteTests.cpp145 …tor<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) in addRangeToList() argument
147 DE_ASSERT(newRange.y() > 0); in addRangeToList()
153 …for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldList… in addRangeToList()
158 tcu::IVec2 curRange = newRange; in addRangeToList()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBufferWriteTests.cpp145 …tor<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) in addRangeToList() argument
147 DE_ASSERT(newRange.y() > 0); in addRangeToList()
153 …for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldList… in addRangeToList()
158 tcu::IVec2 curRange = newRange; in addRangeToList()
/third_party/typescript/src/harness/
DfourslashImpl.ts2996 … const newRange = updateTextRangeForTextChanges(this.getOnlyRange(), change.textChanges); constant
2997 const actualText = newText.slice(newRange.pos, newRange.end);
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h17173 VkMappedMemoryRange newRange; in FlushOrInvalidateAllocations() local
17174 if(GetFlushOrInvalidateRange(alloc, offset, size, newRange)) in FlushOrInvalidateAllocations()
17176 ranges.push_back(newRange); in FlushOrInvalidateAllocations()