/external/llvm/tools/llvm-pdbdump/ |
TypeDumper.cpp | 38 Printer.Unindent(); 47 Printer.Unindent(); 56 Printer.Unindent();
|
EnumDumper.cpp | 48 Printer.Unindent();
|
LinePrinter.h | 29 void Unindent();
|
LinePrinter.cpp | 61 void LinePrinter::Unindent() {
|
ClassDefinitionDumper.cpp | 57 Printer.Unindent(); 150 Printer.Unindent();
|
llvm-pdbdump.cpp | 454 Printer.Unindent(); 465 Printer.Unindent(); 474 Printer.Unindent(); 485 Printer.Unindent(); 512 Printer.Unindent();
|
CompilandDumper.cpp | 59 Printer.Unindent();
|
/external/jsoncpp/include/json/ |
writer.h | 79 * and then unindent and line break and print '}'. 114 void unindent(); 139 * and then unindent and line break and print '}'. 177 void unindent();
|
/external/jsoncpp/src/lib_json/ |
json_writer.cpp | 308 unindent(); 342 unindent(); 408 void StyledWriter::unindent() { function in class:Json::StyledWriter 531 unindent(); 565 unindent(); 636 void StyledStreamWriter::unindent() { function in class:Json::StyledStreamWriter
|
/external/llvm/tools/llvm-readobj/ |
StreamWriter.h | 68 void unindent(int Levels = 1) { function in class:llvm::StreamWriter 297 W.unindent(); 311 W.unindent();
|
/prebuilts/go/darwin-x86/src/go/printer/ |
example_test.go | 47 // Remove braces {} enclosing the function body, unindent,
|
printer.go | 35 unindent = whiteSpace('<') 392 case unindent: 393 // if this is not the last unindent, apply it 397 if i+1 < len(p.wsbuf) && p.wsbuf[i+1] == unindent { 400 // if the next token is not a closing }, apply the unindent 402 // token; otherwise assume the unindent is part of a 688 case indent, unindent: 768 case unindent: 776 // unindent is swapped with the unindent - this permit 34 unindent = whiteSpace('<') const [all...] |
nodes.go | 258 // unindent if we indented 259 p.print(unindent) 266 // unindent if we indented 267 p.print(unindent) 326 // unindent if we indented 328 p.print(unindent) 504 p.print(unindent, formfeed, rbrace, token.RBRACE) 669 p.print(unindent) 753 p.print(indent, newline, x.Sel.Pos(), x.Sel, unindent) 942 p.print(unindent) [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
example_test.go | 47 // Remove braces {} enclosing the function body, unindent,
|
printer.go | 35 unindent = whiteSpace('<') 392 case unindent: 393 // if this is not the last unindent, apply it 397 if i+1 < len(p.wsbuf) && p.wsbuf[i+1] == unindent { 400 // if the next token is not a closing }, apply the unindent 402 // token; otherwise assume the unindent is part of a 688 case indent, unindent: 768 case unindent: 776 // unindent is swapped with the unindent - this permit 34 unindent = whiteSpace('<') const [all...] |
nodes.go | 258 // unindent if we indented 259 p.print(unindent) 266 // unindent if we indented 267 p.print(unindent) 326 // unindent if we indented 328 p.print(unindent) 504 p.print(unindent, formfeed, rbrace, token.RBRACE) 669 p.print(unindent) 753 p.print(indent, newline, x.Sel.Pos(), x.Sel, unindent) 942 p.print(unindent) [all...] |
/build/blueprint/parser/ |
printer.go | 142 p.unindent(endPos) 162 p.unindent(endPos) 358 func (p *printer) unindent(pos scanner.Position) { func
|
/prebuilts/go/darwin-x86/src/go/doc/ |
comment.go | 185 func unindent(block []string) { func 340 unindent(lines) 366 unindent(pre)
|
/prebuilts/go/linux-x86/src/go/doc/ |
comment.go | 185 func unindent(block []string) { func 340 unindent(lines) 366 unindent(pre)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
HISTORY.txt | 96 instead of the IDLE help; shift-TAB is now a synonym for unindent.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tokenize.py | 350 "unindent does not match any outer indentation level",
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
HISTORY.txt | 96 instead of the IDLE help; shift-TAB is now a synonym for unindent.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tokenize.py | 350 "unindent does not match any outer indentation level",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
HISTORY.txt | 96 instead of the IDLE help; shift-TAB is now a synonym for unindent.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 350 "unindent does not match any outer indentation level",
|