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

  /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
test_fixers.py 30 before = support.reformat(before)
31 after = support.reformat(after)
    [all...]
  /external/clang/include/clang/Format/
Format.h 275 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
281 /// Otherwise identical to the reformat() function consuming a \c Lexer.
282 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 110 String formatted = reformat(s, Selection.getSelectionEnd(s));
129 private String reformat(CharSequence s, int cursor) { method in class:PhoneNumberFormattingTextWatcher
  /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.
  /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 253 tooling::Replacements Replaces = reformat(FormatStyle, Lex, Sources, Ranges);
  /external/clang/lib/Format/
Format.cpp 1892 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, function in namespace:clang::format
1899 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, function in namespace:clang::format
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 434 milliseconds