/external/python/cpython2/Tools/framer/framer/ |
D | util.py | 13 def unindent(s, skipfirst=True): function
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | SourcePrinter.java | 48 public SourcePrinter unindent() { in unindent() method in SourcePrinter
|
D | ConcreteSyntaxModel.java | 104 CsmElement.unindent(), in concreteSyntaxModelByClass.put() 162 unindent(), in concreteSyntaxModelByClass.put() argument 189 unindent(), in concreteSyntaxModelByClass.put() argument 454 CsmElement.unindent(), in concreteSyntaxModelByClass.put() 529 … list(ObservableProperty.STATEMENTS, newline(), indent(), sequence(newline(), unindent())), in concreteSyntaxModelByClass.put() argument 650 unindent())), in concreteSyntaxModelByClass.put() argument 655 … sequence(newline(), CsmElement.indent(), child(ObservableProperty.ELSE_STMT), unindent())))) in concreteSyntaxModelByClass.put() argument 683 CsmElement.unindent() in concreteSyntaxModelByClass.put() 695 …nt.list(ObservableProperty.ENTRIES, CsmElement.none(), CsmElement.indent(), CsmElement.unindent()), in concreteSyntaxModelByClass.put() 724 …equence(CsmElement.semicolon(), CsmElement.newline()), CsmElement.indent(), CsmElement.unindent()), in concreteSyntaxModelByClass.put() [all …]
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | CodeWriter.java | 102 public CodeWriter unindent() { in unindent() method in CodeWriter 106 public CodeWriter unindent(int levels) { in unindent() method in CodeWriter
|
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 408 void StyledWriter::unindent() { in unindent() function in Json::StyledWriter 636 void StyledStreamWriter::unindent() { in unindent() function in Json::StyledStreamWriter
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
D | CsmElement.java | 138 static CsmElement unindent() { in unindent() method
|
/external/golang-protobuf/proto/ |
D | text.go | 154 func (w *textWriter) unindent() { func
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | text.go | 154 func (w *textWriter) unindent() { func
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4474 void StyledWriter::unindent() { in unindent() function in Json::StyledWriter 4692 void StyledStreamWriter::unindent() { in unindent() function in Json::StyledStreamWriter 4972 void BuiltStyledStreamWriter::unindent() { in unindent() function in Json::BuiltStyledStreamWriter
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4474 void StyledWriter::unindent() { in unindent() function in Json::StyledWriter 4692 void StyledStreamWriter::unindent() { in unindent() function in Json::StyledStreamWriter 4972 void BuiltStyledStreamWriter::unindent() { in unindent() function in Json::BuiltStyledStreamWriter
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 4529 void StyledWriter::unindent() { in unindent() function in Json::StyledWriter 4746 void StyledStreamWriter::unindent() { in unindent() function in Json::StyledStreamWriter 5033 void BuiltStyledStreamWriter::unindent() { in unindent() function in Json::BuiltStyledStreamWriter
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4474 void StyledWriter::unindent() { in unindent() function in Json::StyledWriter 4692 void StyledStreamWriter::unindent() { in unindent() function in Json::StyledStreamWriter 4972 void BuiltStyledStreamWriter::unindent() { in unindent() function in Json::BuiltStyledStreamWriter
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
D | DumpVisitor.java | 112 public void unindent() { in unindent() method in DumpVisitor.SourcePrinter
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | DumpVisitor.java | 80 public void unindent() { in unindent() method in DumpVisitor.SourcePrinter
|