Searched refs:refactor (Results 1 – 25 of 207) sorted by relevance
123456789
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
D | __init__.py | 6 from py_utils.refactor.annotated_symbol.class_definition import * 7 from py_utils.refactor.annotated_symbol.function_definition import * 8 from py_utils.refactor.annotated_symbol.import_statement import * 9 from py_utils.refactor.annotated_symbol.reference import * # pylint: disable=redefined-builtin 10 from py_utils.refactor import snippet
|
D | reference.py | 15 from py_utils.refactor.annotated_symbol import base_symbol 16 from py_utils.refactor import snippet
|
D | function_definition.py | 7 from py_utils.refactor.annotated_symbol import base_symbol
|
D | class_definition.py | 7 from py_utils.refactor.annotated_symbol import base_symbol
|
D | base_symbol.py | 11 from py_utils.refactor import snippet
|
D | import_statement.py | 15 from py_utils.refactor import snippet 16 from py_utils.refactor.annotated_symbol import base_symbol
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
D | move.py | 11 from py_utils import refactor 26 refactor.Transform(functools.partial(_Update, moves), files_to_update) 34 for import_statement in module.FindAll(refactor.Import): 93 for reference in module.FindAll(refactor.Reference):
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | __init__.py | 15 from py_utils.refactor.annotated_symbol import * # pylint: disable=redefined-builtin 16 from py_utils.refactor.module import Module
|
D | module.py | 5 from py_utils.refactor import annotated_symbol
|
/external/angle/build/gn_ast/ |
D | jni_refactor.py | 87 def refactor(lib_target, jni_target): function 120 refactor(lib_targets[0], jni_targets[0]) 132 refactor(lib_target, jni_target)
|
D | README.md | 7 This library was originally created to perform the refactor within
|
/external/cronet/tot/build/gn_ast/ |
D | jni_refactor.py | 87 def refactor(lib_target, jni_target): function 120 refactor(lib_targets[0], jni_targets[0]) 132 refactor(lib_target, jni_target)
|
D | README.md | 7 This library was originally created to perform the refactor within
|
/external/cronet/stable/build/gn_ast/ |
D | jni_refactor.py | 87 def refactor(lib_target, jni_target): function 120 refactor(lib_targets[0], jni_targets[0]) 132 refactor(lib_target, jni_target)
|
D | README.md | 7 This library was originally created to perform the refactor within
|
/external/tensorflow/tensorflow/core/example/ |
D | BUILD | 27 # after stage 4 of the TF build refactor is complete: 60 # after stage 4 of the TF build refactor is complete: 159 # TF refactor: https://github.com/tensorflow/community/pull/179
|
/external/chromiumos-config/scripts/refactor_platform_config/ |
D | setup.sh | 2 repo start refactor-platform-config
|
/external/google-cloud-java/java-bigquery-data-exchange/ |
D | CHANGELOG.md | 8 * refactor references to Category message 23 * refactor references to Category message ([3301e6d](https://github.com/googleapis/google-cloud-jav… 41 * refactor references to Category message 56 * refactor references to Category message ([3301e6d](https://github.com/googleapis/google-cloud-jav… 74 * refactor references to Category message 84 * refactor references to Category message ([cfb8e38](https://github.com/googleapis/java-bigquery-da…
|
/external/bazelbuild-rules_python/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 3 * Common types are: build, docs, feat, fix, refactor, revert, test
|
/external/pytorch/torch/ |
D | README.txt | 14 when we refactor the guts of THTensor and related structures.
|
/external/arm-trusted-firmware/docs/process/ |
D | commit-style.rst | 40 ``refactor`` type and the ``amu`` scope: 44 refactor(amu): factor out register accesses 69 | ``refactor`` | A code change that neither fixes a bug nor adds a feature |
|
/external/trusty/arm-trusted-firmware/docs/process/ |
D | commit-style.rst | 40 ``refactor`` type and the ``amu`` scope: 44 refactor(amu): factor out register accesses 69 | ``refactor`` | A code change that neither fixes a bug nor adds a feature |
|
/external/mesa3d/docs/relnotes/ |
D | 21.3.5.rst | 83 - iris: Fix and refactor check for clear color being fully zero 138 - mesa: refactor GetProgramiv to use program resource list
|
/external/bazelbuild-rules_go/tests/integration/popular_repos/ |
D | BUILD.bazel | 202 "@org_golang_x_tools//refactor/satisfy:satisfy_test", 339 "@org_golang_x_tools//refactor/eg:eg", 340 "@org_golang_x_tools//refactor/importgraph:importgraph", 341 "@org_golang_x_tools//refactor/rename:rename",
|
/external/llvm/test/CodeGen/X86/ |
D | vbinop-simplify-bug.ll | 4 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code
|
123456789