/external/python/cpython2/Lib/lib2to3/tests/ |
D | support.py | 23 return driver.parse_string(reformat(string), debug=True) 30 def reformat(string): function
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | support.py | 27 return driver.parse_string(reformat(string), debug=True) 34 def reformat(string): function
|
/external/clang/docs/ |
D | LibFormat.rst | 21 The core routine of LibFormat is ``reformat()``: 25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
|
D | ClangFormat.rst | 101 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/ |
D | 3_regularization.ipynb | 181 "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",
|
D | 4_convolutions.ipynb | 175 "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",
|
D | 2_fullyconnected.ipynb | 182 "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-format | 3 # Do not reformat the Doxygen-style comments in the code
|
/external/googletest/ |
D | .clang-format | 1 # Run manually to reformat a file:
|
/external/tensorflow/tensorflow/ |
D | .clang-format | 1 # Run manually to reformat a file:
|
/external/clang/tools/clang-format/fuzzer/ |
D | ClangFormatFuzzer.cpp | 23 applyAllReplacements(s, clang::format::reformat( in LLVMFuzzerTestOneInput()
|
/external/yapf/plugins/ |
D | README.rst | 14 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/ |
D | pindent.py | 165 def reformat(self): member in PythonIndenter 348 pi.reformat() 371 pi.reformat()
|
/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 163 def reformat(self): member in PythonIndenter 346 pi.reformat() 369 pi.reformat()
|
/external/ImageMagick/api_examples/ |
D | magick_script.mgk | 19 which reformat such documentation into many different doc formats.
|
/external/clang/unittests/Format/ |
D | SortImportsTestJS.cpp | 32 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
|
D | FormatTestProto.cpp | 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
D | SortIncludesTest.cpp | 33 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
|
D | FormatTestSelective.cpp | 29 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat); in format()
|
D | FormatTestJava.cpp | 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
|
/external/yapf/plugins/vim/plugin/ |
D | yapf.vim | 18 " command YAPF. If you omit the range, it will reformat the whole
|
/external/clang/include/clang/Format/ |
D | Format.h | 800 tooling::Replacements reformat(const FormatStyle &Style, 808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
|
/external/yapf/ |
D | README.rst | 111 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/ |
D | GeneratePluralRanges.java | 242 s = reformat(pluralRanges, counts); in reformatPluralRanges() 268 public Set<String> reformat(PluralRanges pluralRanges, Set<Count> counts) { in reformat() method in GeneratePluralRanges
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 12 to introspect the instructions' textual representation or to reformat for a more
|