/third_party/node/lib/internal/test_runner/ |
H A D | coverage.js | 44 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 D | CompilationMessages.cpp | 83 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 D | RingBufferAllocator.cpp | 37 mUsedStartOffset = request.endOffset; in Deallocate() 112 request.endOffset = mUsedEndOffset; in Allocate()
|
H A D | RingBufferAllocator.h | 46 uint64_t endOffset; member
|
/third_party/lzma/C/ |
H A D | XzIn.c | 309 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 D | ReadableFontData.java | 574 * @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 D | SROA.cpp | 178 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 D | MeasureUnitTest.java | 2199 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 D | MeasureUnitTest.java | 2989 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 D | icu4j-4_8_1_1.jar | META-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 D | stylo.hpp | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |