HomeSort by relevance Sort by last modified time
    Searched refs:reformat (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 23 applyAllReplacements(s, clang::format::reformat(
  /external/skia/tools/
reformat-json.py 41 def Reformat(filename):
46 parser = argparse.ArgumentParser(description='Reformat JSON files in-place.')
48 help='file to reformat')
51 Reformat(filename)
  /external/skqp/tools/
reformat-json.py 41 def Reformat(filename):
46 parser = argparse.ArgumentParser(description='Reformat JSON files in-place.')
48 help='file to reformat')
51 Reformat(filename)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
support.py 23 return driver.parse_string(reformat(string), debug=True)
30 def reformat(string): function
  /external/python/cpython2/Lib/lib2to3/tests/
support.py 23 return driver.parse_string(reformat(string), debug=True)
30 def reformat(string): function
  /external/python/cpython3/Lib/lib2to3/tests/
support.py 21 return driver.parse_string(reformat(string), debug=True)
28 def reformat(string): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 23 return driver.parse_string(reformat(string), debug=True)
30 def reformat(string): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 23 return driver.parse_string(reformat(string), debug=True)
30 def reformat(string): function
  /external/ImageMagick/api_examples/
magick_script 15 which reformat such documentation into many different doc formats.
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 108 String formatted = reformat(s, Selection.getSelectionEnd(s));
128 private String reformat(CharSequence s, int cursor) { method in class:PhoneNumberFormattingTextWatcher
  /external/clang/unittests/Format/
FormatTestProto.cpp 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
SortImportsTestJS.cpp 32 *Sorted, reformat(Style, *Sorted, Ranges, FileName));
FormatTestSelective.cpp 29 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat);
SortIncludesTest.cpp 33 *Sorted, reformat(Style, *Sorted, Ranges, FileName));
  /external/python/cpython2/Tools/scripts/
pindent.py 165 def reformat(self): member in class:PythonIndenter
206 # end def reformat
348 pi.reformat()
371 pi.reformat()
440 -r : reformat a completed program (use #end directives)
480 action = 'reformat'
  /external/python/cpython3/Tools/scripts/
pindent.py 163 def reformat(self): member in class:PythonIndenter
204 # end def reformat
346 pi.reformat()
369 pi.reformat()
438 -r : reformat a completed program (use #end directives)
478 action = 'reformat'
  /external/clang/include/clang/Format/
Format.h 457 /// configuration targets. When passed to the ``reformat()`` function, enables
800 tooling::Replacements reformat(const FormatStyle &Style,
807 /// Otherwise identical to the reformat() function using a file ID.
808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Format/
Format.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/fmtcmd/
fmt.go 28 Short: "gofmt (reformat) package sources",
  /prebuilts/go/linux-x86/src/cmd/go/internal/fmtcmd/
fmt.go 28 Short: "gofmt (reformat) package sources",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 164 def reformat(self): member in class:PythonIndenter
206 # end def reformat
352 pi.reformat()
419 pi.reformat()
474 -r : reformat a completed program (use #end directives)
514 action = 'reformat'
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Format/
Format.h     [all...]

Completed in 974 milliseconds

1 2 3 4