Home
last modified time | relevance | path

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__.py6 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
Dreference.py15 from py_utils.refactor.annotated_symbol import base_symbol
16 from py_utils.refactor import snippet
Dfunction_definition.py7 from py_utils.refactor.annotated_symbol import base_symbol
Dclass_definition.py7 from py_utils.refactor.annotated_symbol import base_symbol
Dbase_symbol.py11 from py_utils.refactor import snippet
Dimport_statement.py15 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/
Dmove.py11 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__.py15 from py_utils.refactor.annotated_symbol import * # pylint: disable=redefined-builtin
16 from py_utils.refactor.module import Module
Dmodule.py5 from py_utils.refactor import annotated_symbol
/external/angle/build/gn_ast/
Djni_refactor.py87 def refactor(lib_target, jni_target): function
120 refactor(lib_targets[0], jni_targets[0])
132 refactor(lib_target, jni_target)
DREADME.md7 This library was originally created to perform the refactor within
/external/cronet/tot/build/gn_ast/
Djni_refactor.py87 def refactor(lib_target, jni_target): function
120 refactor(lib_targets[0], jni_targets[0])
132 refactor(lib_target, jni_target)
DREADME.md7 This library was originally created to perform the refactor within
/external/cronet/stable/build/gn_ast/
Djni_refactor.py87 def refactor(lib_target, jni_target): function
120 refactor(lib_targets[0], jni_targets[0])
132 refactor(lib_target, jni_target)
DREADME.md7 This library was originally created to perform the refactor within
/external/tensorflow/tensorflow/core/example/
DBUILD27 # 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/
Dsetup.sh2 repo start refactor-platform-config
/external/google-cloud-java/java-bigquery-data-exchange/
DCHANGELOG.md8 * 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/
DPULL_REQUEST_TEMPLATE.md3 * Common types are: build, docs, feat, fix, refactor, revert, test
/external/pytorch/torch/
DREADME.txt14 when we refactor the guts of THTensor and related structures.
/external/arm-trusted-firmware/docs/process/
Dcommit-style.rst40 ``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/
Dcommit-style.rst40 ``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/
D21.3.5.rst83 - 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/
DBUILD.bazel202 "@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/
Dvbinop-simplify-bug.ll4 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code

123456789