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

1 2

  /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)
  /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
test_fixers.py 30 before = support.reformat(before)
31 after = support.reformat(after)
    [all...]
  /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);
FormatTestSelective.cpp 29 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat);
SortIncludesTest.cpp 28 reformat(Style, Sorted, Ranges, FileName));
FormatTestJava.cpp 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
FormatTestJS.cpp 29 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat);
    [all...]
  /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.
  /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/clang/include/clang/Format/
Format.h 418 /// reformat() function, enables syntax features specific to the language.
737 tooling::Replacements reformat(const FormatStyle &Style,
744 /// Otherwise identical to the reformat() function using a file ID.
745 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 217 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
WrapInRefactoring.java 398 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
VisualRefactoring.java 1272 protected MultiTextEdit reformat(MultiTextEdit edit, XmlFormatStyle style) { method in class:VisualRefactoring
1288 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, method in class:VisualRefactoring
    [all...]
ExtractStyleRefactoring.java 384 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
UseCompoundDrawableRefactoring.java 219 // (3) Reformat.
365 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
ChangeLayoutRefactoring.java 323 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
ExtractIncludeRefactoring.java 375 MultiTextEdit formatted = reformat(doc.get(), rootEdit,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 1136 private String reformat(XmlFormatStyle style, String contents) { method
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 266 Replacements FormatChanges = reformat(FormatStyle, ChangedCode, Ranges,
  /external/clang/lib/Format/
Format.cpp     [all...]

Completed in 1366 milliseconds

1 2