Home
last modified time | relevance | path

Searched refs:reformat (Results 1 – 25 of 92) sorted by relevance

1234

/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DCodeStyleManagerDecorator.java62 public PsiElement reformat(PsiElement element) throws IncorrectOperationException { in reformat() method in CodeStyleManagerDecorator
63 return delegate.reformat(element); in reformat()
67 public PsiElement reformat(PsiElement element, boolean canChangeWhiteSpacesOnly) in reformat() method in CodeStyleManagerDecorator
69 return delegate.reformat(element, canChangeWhiteSpacesOnly); in reformat()
/external/python/cpython2/Lib/lib2to3/tests/
Dsupport.py23 return driver.parse_string(reformat(string), debug=True)
30 def reformat(string): function
/external/python/cpython3/Lib/lib2to3/tests/
Dsupport.py27 return driver.parse_string(reformat(string), debug=True)
34 def reformat(string): function
/external/clang/docs/
DLibFormat.rst21 The core routine of LibFormat is ``reformat()``:
25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
DClangFormat.rst101 selecting regions to reformat. The integration has the form of a `python`-file
179 -regex PATTERN custom pattern selecting file paths to reformat
183 So to reformat all the lines in the latest :program:`git` commit, just do:
/external/aac/
D.clang-format3 # Do not reformat the Doxygen-style comments in the code
/external/googletest/
D.clang-format1 # Run manually to reformat a file:
/external/tensorflow/tensorflow/
D.clang-format1 # Run manually to reformat a file:
/external/fmtlib/
D.clang-format1 # Run manually to reformat a file:
/external/llvm-project/clang/lib/Format/
DFormatInternal.h72 reformat(const FormatStyle &Style, StringRef Code,
/external/llvm-project/clang/docs/
DLibFormat.rst21 The core routine of LibFormat is ``reformat()``:
25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
/external/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp23 applyAllReplacements(s, clang::format::reformat( in LLVMFuzzerTestOneInput()
/external/llvm-project/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp22 auto Replaces = reformat(Style, s, clang::tooling::Range(0, s.size())); in LLVMFuzzerTestOneInput()
/external/yapf/plugins/
DREADME.rst14 The ``vim`` plugin allows you to reformat a range of code. Copy ``plugin`` and
35 will reformat the whole buffer.
/external/llvm-project/clang/unittests/Format/
DFormatTestTableGen.cpp26 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
DSortImportsTestJS.cpp31 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
/external/python/cpython3/Tools/scripts/
Dpindent.py163 def reformat(self): member in PythonIndenter
346 pi.reformat()
369 pi.reformat()
/external/python/cpython2/Tools/scripts/
Dpindent.py165 def reformat(self): member in PythonIndenter
348 pi.reformat()
371 pi.reformat()
/external/ImageMagick/api_examples/
Dmagick_script.mgk19 which reformat such documentation into many different doc formats.
/external/clang/unittests/Format/
DFormatTestProto.cpp27 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
DSortImportsTestJS.cpp32 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
DSortIncludesTest.cpp33 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
/external/yapf/plugins/vim/plugin/
Dyapf.vim18 " command YAPF. If you omit the range, it will reformat the whole
/external/clang/include/clang/Format/
DFormat.h800 tooling::Replacements reformat(const FormatStyle &Style,
808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
/external/yapf/
DREADME.rst111 range of lines to reformat, one-based
209 and reformat it into:
240 >>> from yapf.yapflib.yapf_api import FormatCode # reformat a string of code
283 >>> from yapf.yapflib.yapf_api import FormatFile # reformat a file
368 would reformat to:
532 would reformat to something like:
574 would reformat to something like:

1234