Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/examples/udacity/
D3_regularization.ipynb181 "def reformat(dataset, labels):\n",
186 "train_dataset, train_labels = reformat(train_dataset, train_labels)\n",
187 "valid_dataset, valid_labels = reformat(valid_dataset, valid_labels)\n",
188 "test_dataset, test_labels = reformat(test_dataset, test_labels)\n",
D4_convolutions.ipynb175 "def reformat(dataset, labels):\n",
180 "train_dataset, train_labels = reformat(train_dataset, train_labels)\n",
181 "valid_dataset, valid_labels = reformat(valid_dataset, valid_labels)\n",
182 "test_dataset, test_labels = reformat(test_dataset, test_labels)\n",
D2_fullyconnected.ipynb182 "def reformat(dataset, labels):\n",
187 "train_dataset, train_labels = reformat(train_dataset, train_labels)\n",
188 "valid_dataset, valid_labels = reformat(valid_dataset, valid_labels)\n",
189 "test_dataset, test_labels = reformat(test_dataset, test_labels)\n",
/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/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp23 applyAllReplacements(s, clang::format::reformat( 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/python/cpython2/Tools/scripts/
Dpindent.py165 def reformat(self): member in PythonIndenter
348 pi.reformat()
371 pi.reformat()
/external/python/cpython3/Tools/scripts/
Dpindent.py163 def reformat(self): member in PythonIndenter
346 pi.reformat()
369 pi.reformat()
/external/ImageMagick/api_examples/
Dmagick_script.mgk19 which reformat such documentation into many different doc formats.
/external/clang/unittests/Format/
DSortImportsTestJS.cpp32 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
DFormatTestProto.cpp27 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
DSortIncludesTest.cpp33 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
DFormatTestSelective.cpp29 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat); in format()
DFormatTestJava.cpp27 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
/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:
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java242 s = reformat(pluralRanges, counts); in reformatPluralRanges()
268 public Set<String> reformat(PluralRanges pluralRanges, Set<Count> counts) { in reformat() method in GeneratePluralRanges
/external/llvm/docs/
DMarkedUpDisassembly.rst12 to introspect the instructions' textual representation or to reformat for a more

123