Home
last modified time | relevance | path

Searched defs:newEnd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceAllocator.h223 void extendEnd(unsigned int newEnd) { in extendEnd()
/third_party/node/deps/v8/src/torque/
Dcfg.h112 auto newEnd = std::remove_if(placed_blocks_.begin(), placed_blocks_.end(), in UnplaceBlockIf() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java97 int newEnd = start + perRange; in abbreviateSet() local
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp126 uint32_t newEnd = newRange.baseMipLevel + newRange.levelCount - 1; in pipelineBarrier() local
/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp286 int32_t newEnd = start + perRange; in abbreviateSet() local
/third_party/typescript/src/services/
DtextChanges.ts271 const newEnd = skipTrivia(sourceFile.text, end, /*stopAfterLineBreak*/ true); constant