Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_memory_stats.cc24 const char* NextLine() { in NextLine() function in __anona10cb9500111::LineReader
83 for (const char* line = rd.NextLine(); line; line = rd.NextLine()) { in ReadFullStats()
/external/toolchain-utils/crosperf/
Dexperiment_file.py91 while reader.NextLine():
109 while reader.NextLine():
191 def NextLine(self, strip_comment=True): member in ExperimentFileReader
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp814 const AnnotatedLine *NextLine = nullptr; in format() local
821 Line; Line = NextLine) { in format()
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); in format()
895 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
953 const AnnotatedLine *NextLine) const { in getColumnLimit()
960 (!NextLine || in getColumnLimit()
961 (NextLine->InPPDirective && in getColumnLimit()
964 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
/external/clang/lib/AST/
DCommentLexer.cpp488 const char *NextLine; in lexVerbatimBlockFirstLine() local
492 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
504 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
513 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp755 JITEvent_EmittedFunctionDetails::LineStart NextLine; in processDebugLoc() local
756 NextLine.Address = getCurrentPCValue(); in processDebugLoc()
757 NextLine.Loc = DL; in processDebugLoc()
758 EmissionDetails.LineStarts.push_back(NextLine); in processDebugLoc()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h46 bool NextLine();
Dcpdf_variabletext.cpp114 bool CPDF_VariableText::Iterator::NextLine() { in NextLine() function in CPDF_VariableText::Iterator
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3060 auto NextLine = Seq.back(); in patchLineTableForUnit() local
3061 NextLine.Address = StopAddress; in patchLineTableForUnit()
3062 NextLine.EndSequence = 1; in patchLineTableForUnit()
3063 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
3064 NextLine.BasicBlock = 0; in patchLineTableForUnit()
3065 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
3066 Seq.push_back(NextLine); in patchLineTableForUnit()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp693 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
697 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
701 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1102 while (pIterator->NextLine()) in GetTotalLines()
1506 } while (pIterator->NextLine()); in RefreshPushLineRects()
1559 pIterator->NextLine(); in RefreshWordRange()
/external/clang/lib/Lex/
DLexer.cpp2069 const char *NextLine = CurPtr; in SkipLineComment() local
2105 CurPtr = NextLine; in SkipLineComment()