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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/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/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/clang/docs/
LibFormat.rst 21 The core routine of LibFormat is ``reformat()``:
25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
ClangFormat.rst 92 selecting regions to reformat. The integration has the form of a `python`-file
163 Reformat changed lines in diff. Without -i option just output the diff that
170 -regex PATTERN custom pattern selecting file paths to reformat
174 So to reformat all the lines in the latest :program:`git` commit, just do:
  /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/clang/tools/clang-format/
clang-format-diff.py 17 lines. This is useful to reformat all the lines touched by a specific patch.
40 'Reformat changed lines in diff. Without -i '
48 help='custom pattern selecting file paths to reformat '
53 help='custom pattern selecting file paths to reformat '
90 # Reformat files containing changes in place.
  /bootable/recovery/
roots.h 40 // Reformat the given volume (must be the mount point only, eg
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 46 # Reformat the comment lines - convert to text sans header.
50 # Reformat to maxformatwidth chars or a 20 char width, whichever is greater.
57 # reformat a comment block that isnt made of complete
137 # XXX Should reformat remaining paragraphs as well
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 46 # Reformat the comment lines - convert to text sans header.
50 # Reformat to maxformatwidth chars or a 20 char width, whichever is greater.
57 # reformat a comment block that isnt made of complete
137 # XXX Should reformat remaining paragraphs as well
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.h 22 // required because it's necessary to reformat the view when
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
file_metadata_handler.cc 52 // Extension ID from JS is just the host. Need to reformat it to chrome
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_types.h 12 * products. Please do not reformat / re-style this code to make
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
ftfy.sh 16 This option will also reformat the commit message.
18 --msg-only Reformat the commit message only, ignore the patch itself.
  /external/chromium_org/third_party/sqlite/src/test/
ptrchng.test 190 # A call to _bytes() should never reformat a _text() or _blob().
203 # A call to _blob() should never trigger a reformat
  /external/libvpx/libvpx/tools/
ftfy.sh 16 This option will also reformat the commit message.
18 --msg-only Reformat the commit message only, ignore the patch itself.
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 16 This option will also reformat the commit message.
18 --msg-only Reformat the commit message only, ignore the patch itself.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
main.py 27 help='Do not reformat string literals to use a consistent quote style.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
README.chromium 16 Description: Used to reformat python code via format-webkitpy
  /external/clang/unittests/Format/
FormatTestProto.cpp 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.cc 24 // Two-dimensional eliding. Reformat the text of the message dialog
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 11 //TODO(hlundin): Reformat file to meet style guide.
  /external/chromium_org/third_party/webrtc/
video_frame.h 178 // TODO(pbos): Rename EncodedFrame and reformat this class' members.
  /external/clang/include/clang/Format/
Format.h 44 /// reformat() function, enables syntax features specific to the language.
479 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
485 /// Otherwise identical to the reformat() function consuming a \c Lexer.
486 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,

Completed in 2443 milliseconds

1 2 3 4 5 6 7