Searched defs:reformat (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/lib2to3/tests/ |
D | support.py | 30 def reformat(string): function
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | support.py | 34 def reformat(string): function
|
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/ |
D | CodeStyleManagerDecorator.java | 62 public PsiElement reformat(PsiElement element) throws IncorrectOperationException { in reformat() method in CodeStyleManagerDecorator 67 public PsiElement reformat(PsiElement element, boolean canChangeWhiteSpacesOnly) in reformat() method in CodeStyleManagerDecorator
|
/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 163 def reformat(self): member in PythonIndenter
|
/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 165 def reformat(self): member in PythonIndenter
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GeneratePluralRanges.java | 281 public Set<String> reformat(PluralRanges pluralRanges, Set<Count> counts) { in reformat() method in GeneratePluralRanges
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 2644 reformat(const FormatStyle &Style, StringRef Code, in reformat() function 2716 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function 2736 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
|
/external/clang/lib/Format/ |
D | Format.cpp | 1614 tooling::Replacements reformat(const FormatStyle &Style, SourceManager &SM, in reformat() function 1626 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
|