Searched defs:NewLine (Results 1 - 8 of 8) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
H A D | BenchCon.cpp | 15 void NewLine();
24 void CPrintBenchCallback::NewLine()
function in class:CPrintBenchCallback 39 callback.NewLine();
|
/external/llvm/tools/llvm-pdbdump/ |
H A D | LinePrinter.cpp | 65 void LinePrinter::NewLine() { function in class:LinePrinter
|
/external/clang/lib/Format/ |
H A D | FormatToken.cpp | 106 bool NewLine = false; local 120 NewLine = true; 124 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
|
H A D | UnwrappedLineFormatter.cpp | 498 /// are currently trying to keep the "}" on the same line (i.e. \p NewLine is 502 /// If \p NewLine is true, we format the nested block on separate lines, i.e. 509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, argument 519 if (NewLine) { 659 /// inserting a newline dependent on the \c NewLine. 661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) argument 662 : State(State), NewLine(NewLine), Previous(Previous) {} 664 bool NewLine; member in struct:clang::format::__anon1366::OptimizingLineFormatter::StateNode 721 addNextStateToQueue(Penalty, Node, /*NewLine 747 addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, bool NewLine, unsigned *Count, QueueType *Queue) argument [all...] |
/external/v8/src/ |
H A D | json-stringifier.cc | 477 if (length > 0) NewLine(); 551 if (comma) NewLine(); 586 if (comma) NewLine(); 616 if (length > 0) NewLine(); 684 void JsonStringifier::NewLine() { function in class:v8::internal::JsonStringifier 692 NewLine();
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | Profiler.cs | 53 public static readonly string NewLine = Environment.NewLine; field in class:Antlr.Runtime.Debug.Profiler 496 buf.Append(NewLine); 499 buf.Append(NewLine); 502 buf.Append(NewLine); 505 buf.Append(NewLine); 508 buf.Append(NewLine); 511 buf.Append(NewLine); 514 buf.Append(NewLine); 562 buf.Append(NewLine); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
H A D | Profiler.cs | 53 public static readonly string NewLine = Environment.NewLine; field in class:Antlr.Runtime.Debug.Profiler 547 buf.Append(NewLine); 550 buf.Append(NewLine); 553 buf.Append(NewLine); 556 buf.Append(NewLine); 559 buf.Append(NewLine); 562 buf.Append(NewLine); 565 buf.Append(NewLine); 613 buf.Append(NewLine); [all...] |
/external/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 260 unsigned NewLine = UserLoc.getLine(); local 271 // off by one. We can do better by simply incrementing NewLine here. 272 NewLine += 1; 275 CurLine = NewLine;
|
Completed in 505 milliseconds