Home
last modified time | relevance | path

Searched refs:branch_name (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_version.py34 branch_name = subprocess.check_output( variable
38 branch_name = None variable
40 if branch_name is not None:
41 m = re.match(r'^release-([0-9]+)_([0-9]+)$', branch_name)
50 elif re.match(r'^debian/.*$', branch_name):
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py267 checkpointed_body, branch_name='if')
269 checkpointed_orelse, branch_name='else')
285 def _wrap_in_protection_from_undefined(func, branch_name): argument
300 'the if statement.') % branch_name
/external/pdfium/testing/tools/
Dgithelper.py58 def BranchExists(self, branch_name): argument
61 branch_name])
/external/skqp/infra/bots/
Dgit_utils.py49 def __init__(self, branch_name, commit_msg, upload=True, commit_queue=False, argument
51 self._branch_name = branch_name
Dupdate_go_deps.py37 with git_utils.GitBranch(branch_name='update_go_deps_version',
Dupload_md.py34 with git_utils.GitBranch(branch_name='update_md_files',
Dupload_skps.py47 with git_utils.GitBranch(branch_name='update_skp_version',
/external/skia/infra/bots/
Dgit_utils.py49 def __init__(self, branch_name, commit_msg, upload=True, commit_queue=False, argument
51 self._branch_name = branch_name
Dupdate_go_deps.py37 with git_utils.GitBranch(branch_name='update_go_deps_version',
Dupload_skps.py47 with git_utils.GitBranch(branch_name='update_skp_version',
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op.cc239 Status InlineCallInGraph(const absl::string_view branch_name, Node* n, in InlineCallInGraph() argument
261 VLOG(4) << "Do not inline '" << branch_name << "' branch function call: " in InlineCallInGraph()
/external/curl/tests/data/
Dtest23282 <branch_name>Default</branch_name>
Dtest23083 <branch_name>Default</branch_name>
Dtest112383 <branch_name>Default</branch_name>
Dtest22282 <branch_name>Default</branch_name>
Dtest31478 <branch_name>Default</branch_name>
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py235 def _get_func_graph_for_branch(branch_name): argument
239 func_name = if_op.get_attr(branch_name).name
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc726 const string branch_name[] = {"else_branch", "then_branch"}; in BuildIfNode() local
734 absl::StrCat("_functionalize_if_", branch_name[branch_index], "_", id)); in BuildIfNode()
736 VLOG(3) << "FunctionalizeControlFlow (" << branch_name[branch_index] in BuildIfNode()
739 "functionalize_cond_body_" + branch_name[branch_index], in BuildIfNode()
746 builder.Attr(branch_name[branch_index], body_name); in BuildIfNode()
/external/u-boot/tools/buildman/
DREADME1081 ./tools/buildman/buildman -b <branch_name> <list of things to build>
1085 ./tools/buildman/buildman -b <branch_name> -s <list of things to build>
1128 Buildman puts its output in ../<branch_name> by default but you can change
1132 to remove the build directory (normally ../<branch_name>) to run buildman