Searched full:refactoring (Results 1 – 25 of 445) sorted by relevance
12345678910>>...18
| /external/clang/include/clang/Tooling/ |
| D | Refactoring.h | 1 //===--- Refactoring.h - Framework for clang refactoring tools --*- C++ -*-===// 12 // when refactoring multiple translation units changes must be stored in a 14 // all changes must be applied at once at the end of the refactoring so that 34 /// This is a refactoring specific version of \see ClangTool. FrontendActions
|
| /external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/ |
| D | refactoring.cpp | 10 // This example shows the usage of the refactoring parser family parsers 11 // See the "Refactoring Parsers" chapter in the User's Guide. 73 // Parsing the same test string without refactoring fails, because the in main() 87 << "Correctly failed parsing the test string (without refactoring)!" in main() 128 // Parsing the same test string without refactoring fails, because the in main() 145 << "Correctly failed parsing the test string (without refactoring)!" in main() 190 // Parsing the same test string without refactoring fails, because the in main() 206 << "Correctly failed parsing the test string (without refactoring)!" in main()
|
| /external/clang/lib/Tooling/ |
| D | Refactoring.cpp | 1 //===--- Refactoring.cpp - Framework for clang refactoring tools ----------===// 21 #include "clang/Tooling/Refactoring.h"
|
| /external/crosvm/common/ |
| D | chromeos_warning.md | 4 is refactoring this part of the code heavily, ChromeOS has pinned the version of some of these 20 corresponding ebuild file, which may come with a significant need for refactoring.
|
| /external/clang/docs/ |
| D | ClangTools.rst | 9 refactoring, etc. 44 shared logic used by many different tools in the form of refactoring and 50 common refactoring and rewriting toolkit-style library is also part of 93 refactoring tools, e.g. to do a reformatting of all the lines changed during a
|
| D | Tooling.rst | 68 * refactoring tools 96 * Core refactoring tools
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/impl/ |
| D | confix.ipp | 13 #include <boost/spirit/home/classic/meta/refactoring.hpp> 75 // parse confix sequences with refactoring 127 // parse confix sequences without refactoring 172 // the refactoring is handled by the refactoring parsers, so here there
|
| D | lists.ipp | 13 #include <boost/spirit/home/classic/meta/refactoring.hpp> 125 // the refactoring is handled by the refactoring parsers, so here there
|
| /external/angle/doc/ |
| D | Update20150105.md | 3 ANGLE's [multiplatform refactoring effort](MANGLE.md) is now complete, paving 7 The refactoring we've done encapsulates D3D-related assumptions and API calls at
|
| /external/tensorflow/tensorflow/lite/g3doc/examples/convert/ |
| D | index.md | 72 models may require refactoring or use of advanced conversion techniques to 103 Lite. You can work around these issues by refactoring your model, or by using 111 refactoring your model, such as the [Select operators](../../guide/ops_select)
|
| /external/python/cpython2/Lib/lib2to3/ |
| D | main.py | 28 A refactoring tool that can avoid overwriting its input files. 45 show_diffs: Should diffs of the refactoring be printed to stdout? 161 help="Don't show diffs of the refactoring") 220 # Initialize the refactoring tool
|
| D | refactor.py | 4 """Refactoring framework. 8 provides infrastructure to write your own refactoring tool. 200 # files processed even if they were not changed during refactoring. If 347 self.log_debug("Refactoring doctests in %s", filename) 385 self.log_debug("Refactoring %s", name) 392 self.log_debug("Refactoring doctests in stdin") 636 self.log_message("Warnings/messages while refactoring:")
|
| /external/python/cpython3/Lib/lib2to3/ |
| D | main.py | 28 A refactoring tool that can avoid overwriting its input files. 45 show_diffs: Should diffs of the refactoring be printed to stdout? 162 help="Don't show diffs of the refactoring") 224 # Initialize the refactoring tool
|
| D | refactor.py | 4 """Refactoring framework. 8 provides infrastructure to write your own refactoring tool. 185 # files processed even if they were not changed during refactoring. If 332 self.log_debug("Refactoring doctests in %s", filename) 370 self.log_debug("Refactoring %s", name) 377 self.log_debug("Refactoring doctests in stdin") 621 self.log_message("Warnings/messages while refactoring:")
|
| /external/jsoup/src/test/java/org/jsoup/integration/ |
| D | FuzzFixesIT.java | 35 …these soak up build time and the outcome oughtn't change unless we are refactoring the tree builde… 50 …these soak up build time and the outcome oughtn't change unless we are refactoring the tree builde…
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/impl/ |
| D | refactoring.ipp | 20 // refactoring algorithm should be 'self-nested'. 23 // of refactoring algorithms is reqired. 35 // Helper templates for refactoring parsers 43 // The refactoring should be done only if the left operand is an 179 // The refactoring should be done only if the left operand is an 312 // The refactoring should be done only if the given parser is an
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/ |
| D | refactoring.hpp | 17 #include <boost/spirit/home/classic/meta/impl/refactoring.ipp> 45 // If the parser to refactor is not a unary parser, no refactoring is done 128 // If the left operand to refactor is not an action parser, no refactoring 214 // no refactoring is done at all.
|
| /external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
| D | MiniZip64_info.txt | 17 some refactoring and code cleanup was also done. 28 * Did some refactoring and code cleanup
|
| /external/bazelbuild-rules_python/examples/bzlmod/ |
| D | gazelle_python.yaml | 291 pylint.checkers.refactoring: pylint 292 pylint.checkers.refactoring.implicit_booleaness_checker: pylint 293 pylint.checkers.refactoring.not_checker: pylint 294 pylint.checkers.refactoring.recommendation_checker: pylint 295 pylint.checkers.refactoring.refactoring_checker: pylint
|
| /external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/ |
| D | gazelle_python.yaml | 292 pylint.checkers.refactoring: pylint 293 pylint.checkers.refactoring.implicit_booleaness_checker: pylint 294 pylint.checkers.refactoring.not_checker: pylint 295 pylint.checkers.refactoring.recommendation_checker: pylint 296 pylint.checkers.refactoring.refactoring_checker: pylint
|
| /external/llvm/docs/HistoricalNotes/ |
| D | 2007-OriginalClangReadme.txt | 58 higher-level clients and libraries such as code refactoring. 77 indexing. If you want a refactoring, static analysis, or source-to-source 137 like, e.g. in an IDE or refactoring tool) through DiagnosticClient interface.
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/ |
| D | confix.hpp | 115 // parser 'do the right thing'. This refactoring is done by the help of 116 // the refactoring parsers (see the files refactoring.[hi]pp). 123 // which without any refactoring would result in 181 // parser (see comment above, no automatic refactoring)
|
| /external/crosvm/tools/contrib/ |
| D | cargo_refactor.py | 5 # Refactoring tools for moving around crates and updating dependencies 8 # Contains the last run refactoring for reference. Don't run this script, it'll
|
| D | refactor_use_references.py | 5 # Tools for refactoring references in rust code. 7 # Contains the last run refactoring for reference. Don't run this script, it'll
|
| /external/clang/include/clang/Tooling/Core/ |
| D | Replacement.h | 1 //===--- Replacement.h - Framework for clang refactoring tools --*- C++ -*-===// 12 // when refactoring multiple translation units changes must be stored in a 14 // all changes must be applied at once at the end of the refactoring so that
|
12345678910>>...18