Home
last modified time | relevance | path

Searched refs:endOffset (Results 1 - 15 of 15) sorted by relevance

/third_party/node/lib/internal/test_runner/
H A Dcoverage.js44 this.endOffset = startOffset + src.length - newlineLength;
305 const { startOffset, endOffset, count } = range;
316 if (startOffset >= line?.startOffset && startOffset <= line?.endOffset) {
317 while (endOffset > line?.startOffset) {
321 endOffset >= line.endOffset) {
336 } else if (startOffset >= line?.endOffset) {
413 newFn.ranges?.[0].endOffset === oldFn.ranges?.[0].endOffset) {
503 range.endOffset
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCompilationMessages.cpp83 uint64_t endOffset = offset; in AddMessage() local
85 endOffset += lines[i].length() + 1; in AddMessage()
88 // Add the line positions to the offset and endOffset to get their final positions in AddMessage()
91 endOffset += endLinePos - 1; in AddMessage()
95 length = endOffset - offset; in AddMessage()
H A DRingBufferAllocator.cpp37 mUsedStartOffset = request.endOffset; in Deallocate()
112 request.endOffset = mUsedEndOffset; in Allocate()
H A DRingBufferAllocator.h46 uint64_t endOffset; member
/third_party/lzma/C/
H A DXzIn.c309 Int64 endOffset = 0; in Xzs_ReadBackward() local
310 RINOK(ILookInStream_Seek(stream, &endOffset, SZ_SEEK_END)) in Xzs_ReadBackward()
311 *startOffset = endOffset; in Xzs_ReadBackward()
336 if (progress && ICompressProgress_Progress(progress, (UInt64)(endOffset - *startOffset), (UInt64)(Int64)-1) != SZ_OK) in Xzs_ReadBackward()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DReadableFontData.java574 * @param endOffset the offset between subsequent end values
583 int endOffset, in searchUShort()
597 int locationEnd = this.readUShort(endIndex + location * endOffset); in searchUShort()
619 * @param endOffset the offset between subsequent end values
628 int endOffset, in searchULong()
642 int locationEnd = this.readULongAsInt(endIndex + location * endOffset); in searchULong()
580 searchUShort(int startIndex, int startOffset, int endIndex, int endOffset, int length, int key) searchUShort() argument
625 searchULong(int startIndex, int startOffset, int endIndex, int endOffset, int length, int key) searchULong() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp178 uint64_t endOffset() const { return EndOffset; } in endOffset() function in __anon25192::Slice
201 if (endOffset() > RHS.endOffset()) in operator <()
218 beginOffset() == RHS.beginOffset() && endOffset() == RHS.endOffset(); in operator ==()
386 uint64_t endOffset() const { return EndOffset; } in endOffset() function in llvm::sroa::Partition
475 return S->endOffset() <=
481 return S->endOffset() == MaxSplitSliceEndOffset;
486 return S->endOffset() <= MaxSplitSliceEndOffset;
505 if (S.isSplittable() && S.endOffset() >
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java2199 int endOffset = ((Integer) row[6]).intValue(); in testSimplePer()
2214 assertEquals("endOffset", endOffset, pos.getEndIndex() - prefix.length()); in testSimplePer()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java2989 int endOffset = ((Integer) row[6]).intValue(); in testSimplePer()
3004 assertEquals("endOffset", endOffset, pos.getEndIndex() - prefix.length()); in testSimplePer()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]

Completed in 134 milliseconds