/third_party/typescript/tests/baselines/reference/ |
H A D | parserindenter.js | 101 while (!node.CanIndent() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset) 104 if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) { 334 if (token.Span.startPosition() < argumentNode.AuthorNode.Details.StartOffset) 370 // if (span.Contains(tree.StartNodethis.AuthorNode.Details.StartOffset)) 376 // int siblingStartOffset = tree.StartNodePreviousSibling.Value.Details.StartOffset; 486 var parentIndentationDeltaSize = this.GetIndentationDelta(indentableParent.AuthorNode.Details.StartOffset, token.Span.startPosition()); 580 offset = tree.StartNodePreviousSibling.Details.StartOffset; 588 while (node.Parent != null && this.snapshot.GetLineNumberFromPosition(node.Parent.AuthorNode.Details.StartOffset) == lineNum) { 604 while (parent != null && parent.AuthorNode.Details.StartOffset == this.firstToken.Span.startPosition()) 609 var startNodeLineNumber = this.snapshot.GetLineNumberFromPosition(tree.StartNodeSelf.AuthorNode.Details.StartOffset); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 346 // a ReportError lambda: [StartOffset](const char *ErrorMsg). 347 static void LLVM_ATTRIBUTE_NORETURN ReportError(uint64_t StartOffset, 351 OS << format(ErrorMsg, StartOffset); 361 uint64_t StartOffset = Offset; 416 StartOffset, 423 ReportError(StartOffset, 439 ReportError(StartOffset, 456 ReportError(StartOffset, 465 StartOffset, Length, Version, AugmentationString, AddressSize, 469 CIEs[StartOffset] [all...] |
H A D | DWARFDebugLoc.cpp | 390 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, 394 if (!Data.isValidOffsetForDataOfSize(StartOffset, Size)) { 398 uint64_t Offset = StartOffset; 401 while (CanContinue && Offset < StartOffset + Size) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeDeserializer.h | 105 : Reader(R), Mapping(Reader), StartOffset(0) {} in MappingInfo() 109 uint32_t StartOffset; member 126 Mapping.StartOffset = Mapping.Reader.getOffset(); 152 uint32_t RecordLength = EndOffset - Mapping.StartOffset; in visitKnownMemberImpl() 153 Mapping.Reader.setOffset(Mapping.StartOffset); in visitKnownMemberImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 114 const auto StartOffset = O.tell(); in encode() local 118 const auto Length = O.tell() - StartOffset; in encode() 123 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode() 132 const auto StartOffset = O.tell(); in encode() local 136 const auto Length = O.tell() - StartOffset; in encode() 141 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 24 uint32_t StartOffset) { in printBinaryImpl() 34 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4, in printBinaryImpl() 22 printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Data, bool Block, uint32_t StartOffset) printBinaryImpl() argument
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | LimitedStreams.h | 73 UInt64 StartOffset;
81 _physPos = StartOffset;
84 _physPos = StartOffset + (Vector[0] << BlockSizeLog);
|
H A D | LimitedStreams.cpp | 109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock;
in Read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 124 uint64_t getStartOffset() const { return StartOffset; } in getStartOffset() 126 void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; } in setStartOffset() 261 uint64_t StartOffset; member in llvm::CompileUnit
|
H A D | DWARFLinker.h | 61 /// table between \p StartOffset and \p NextOffset. 66 virtual bool hasValidRelocationAt(uint64_t StartOffset, uint64_t EndOffset,
|
/third_party/node/deps/v8/tools/v8windbg/test/ |
H A D | debug-callbacks.cc | 53 ULONG64 StartOffset) { in CreateThread() 86 ULONG64 StartOffset) { in CreateProcessW() 52 CreateThread(ULONG64 Handle, ULONG64 DataOffset, ULONG64 StartOffset) CreateThread() argument 82 CreateProcessW( ULONG64 ImageFileHandle, ULONG64 Handle, ULONG64 BaseOffset, ULONG ModuleSize, PCSTR ModuleName, PCSTR ImageName, ULONG CheckSum, ULONG TimeDateStamp, ULONG64 InitialThreadHandle, ULONG64 ThreadDataOffset, ULONG64 StartOffset) CreateProcessW() argument
|
H A D | debug-callbacks.h | 63 ULONG64 StartOffset) override; 83 ULONG64 StartOffset) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 304 uint32_t StartOffset) { in printBinaryBlock() 305 printBinaryImpl(Label, StringRef(), Value, true, StartOffset); in printBinaryBlock() 346 bool Block, uint32_t StartOffset = 0); 303 printBinaryBlock(StringRef Label, ArrayRef<uint8_t> Value, uint32_t StartOffset) printBinaryBlock() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.h | 130 void dumpRange(uint64_t StartOffset, uint64_t Size, raw_ostream &OS,
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGText.h | 112 SVG_ATTR(StartOffset, SkSVGLength, SkSVGLength(0))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 65 NextUnitOffset = StartOffset; in computeNextUnitOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 399 uint64_t StartOffset = W.OS.tell(); in writeObject() local 410 return W.OS.tell() - StartOffset; in writeObject()
|
H A D | MachObjectWriter.cpp | 756 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1044 return W.OS.tell() - StartOffset; in writeObject()
|
H A D | WinCOFFObjectWriter.cpp | 954 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1087 return W.OS.tell() - StartOffset; in writeObject()
|
H A D | ELFObjectWriter.cpp | 1070 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1246 return W.OS.tell() - StartOffset; in writeObject()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.h | 350 int StartOffset() const; 369 int StartOffset() const;
|
H A D | debug-interface.cc | 1141 int Coverage::BlockData::StartOffset() const { return block_->start; } in StartOffset() function in v8::debug::Coverage::BlockData 1147 int Coverage::FunctionData::StartOffset() const { return function_->start; } in StartOffset() function in v8::debug::Coverage::FunctionData
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 371 ranges->emplace_back(createCoverageRange(function_data.StartOffset(), in coverageToProtocol() 379 ranges->emplace_back(createCoverageRange(block_data.StartOffset(), in coverageToProtocol()
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 223 #define DEFINE_FIELD_OFFSET_CONSTANTS(StartOffset, LIST_MACRO) \ 225 LIST_MACRO##_StartOffset = StartOffset - 1, \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1812 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries() local 1814 return StartOffset; in allocateGOTEntries()
|