Home
last modified time | relevance | path

Searched defs:unindent (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Tools/framer/framer/
Dutil.py13 def unindent(s, skipfirst=True): function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DSourcePrinter.java48 public SourcePrinter unindent() { in unindent() method in SourcePrinter
DConcreteSyntaxModel.java104 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/
DCodeWriter.java102 public CodeWriter unindent() { in unindent() method in CodeWriter
106 public CodeWriter unindent(int levels) { in unindent() method in CodeWriter
/external/jsoncpp/src/lib_json/
Djson_writer.cpp408 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/
DCsmElement.java138 static CsmElement unindent() { in unindent() method
/external/golang-protobuf/proto/
Dtext.go154 func (w *textWriter) unindent() { func
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtext.go154 func (w *textWriter) unindent() { func
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4474 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/
Djsoncpp.cpp4474 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/
Djsoncpp.cpp4529 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/
Djsoncpp.cpp4474 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/
DDumpVisitor.java112 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/
DDumpVisitor.java80 public void unindent() { in unindent() method in DumpVisitor.SourcePrinter