Home
last modified time | relevance | path

Searched refs:parent_branch (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/vcpx/repository/
H A Dbzr.py264 parent_branch = Branch.open(self.repository.repository)
269 parent_branch.lock_read()
274 revisions = find_unmerged(branch, parent_branch)[1]
279 yield self._changesetFromRevision(parent_branch, revision)
281 parent_branch.unlock()
288 branch.fetch(parent_branch)
296 parent_branch = BzrDir.open(self.repository.repository).open_branch()
299 count = self._working_tree.pull(parent_branch,
322 parent_branch = parent_bzrdir.open_branch()
326 revid = parent_branch.get_rev_id(1)
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pycharm/
H A D_jb_serial_tree_manager.py98 def parent_branch(self): member in SerialTreeManager
112 parent = self._get_node_id(self.parent_branch) if self.parent_branch else str(self.offset)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dl-dgnlvl.cc27 BRANCHFN(parent_branch, string,
28 br.parent_branch == NUM_BRANCHES
30 : branches[parent_branch(br.id)].abbrevname)
H A Dng-init-branches.cc22 candidate_brentry[it->id] = level_id(it->parent_branch, in create_brentry()
45 || branch_iter->parent_branch == NUM_BRANCHES; in skip_branch_brentry()
H A Dbranch.h46 branch_type parent_branch; member
121 branch_type parent_branch(branch_type branch);
H A Dbranch.cc288 branch_type parent_branch(branch_type branch) in parent_branch() function
293 return branches[branch].parent_branch; in parent_branch()
/dports/net/rsync/rsync-3.2.3/packaging/
H A Dbranch-from-patch109 parent_branch = commit_hash if commit_hash else args.base_branch
112 parent_branch = '/'.join(['patch', args.base_branch, parent.name])
121 cmd_chk(['git', 'checkout', '-b', branch, parent_branch])
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/example/pebbl/
H A DDocking.h372 parent_branch = -1; in initialize()
394 parent_branch = parent->branchVariable; in initialize()
612 if ((parent_branch >= 0) && (bound > parent_bound)) { in boundComputation()
613 globalPtr->pCostTotal[parent_branch] in boundComputation()
615 globalPtr->pCostCtr[parent_branch]++; in boundComputation()
616 globalPtr->pCostVal[parent_branch] in boundComputation()
617 = globalPtr->pCostTotal[parent_branch] in boundComputation()
618 / globalPtr->pCostCtr[parent_branch]; in boundComputation()
849 int parent_branch; variable
/dports/databases/opentsdb/opentsdb-2.3.0/src/tree/
H A DTreeBuilder.java596 private boolean processRuleset(final Branch parent_branch, int depth) { in processRuleset() argument
684 if (parent_branch.getDisplayName() == null || in processRuleset()
685 parent_branch.getDisplayName().isEmpty()) { in processRuleset()
694 parent_branch.addLeaf(leaf, tree); in processRuleset()
696 "] to parent branch [" + parent_branch + "]"); in processRuleset()
727 parent_branch.addChild(current_branch); in processRuleset()
729 " to parent: " + parent_branch); in processRuleset()
/dports/devel/rbtools/RBTools-2.0/rbtools/clients/
H A Dgit.py156 parent_branch = self._get_parent_branch()
157 remote = self._find_remote(parent_branch)
158 parent_ref = self._rev_parse(parent_branch)[0]
227 parent_branch = self._get_parent_branch()
228 remote = self._find_remote(parent_branch)
515 parent_branch = (getattr(self.options, 'parent_branch', None) or
518 if parent_branch:
519 return parent_branch
H A Dbazaar.py155 if self.options.parent_branch:
158 'ancestor:%s' % self.options.parent_branch)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_branch.cc14 bool old_is_random_subbranch = parent_branch(branch) == BRANCH_LAIR
/dports/devel/ros-vcstool/vcstool-0.3.0/vcstool/clients/
H A Dbzr.py55 parent_branch = result_parent_branch['output']
56 if parent_branch != command.url:
/dports/devel/rbtools/RBTools-2.0/rbtools/clients/tests/
H A Dtest_bzr.py41 self.options.parent_branch = None
283 self.options.parent_branch = self.original_branch
334 self.options.parent_branch = self.original_branch
412 self.options.parent_branch = self.child_branch
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_insert_exec_mask.cpp247 int parent_branch = preheader; in handle_exact_loops() local
249 for (; parent_branch >= 0; parent_branch--) { in handle_exact_loops()
250 Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
264 assert(parent_branch >= 0); in handle_exact_loops()
266 ASSERTED Block& branch = exec_ctx.program->blocks[parent_branch]; in handle_exact_loops()
268 if (ctx.branch_wqm[parent_branch]) { in handle_exact_loops()
273 exec_ctx.info[parent_branch].block_needs |= Exact_Branch; in handle_exact_loops()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLoadASE.cxx1494 ssgBranch* parent_branch ; in parse_object() local
1501 parent_branch = (ssgBranch *) found ; in parse_object()
1506 parent_branch = top_branch ; in parse_object()
1511 parent_branch = top_branch ; in parse_object()
1569 parent_branch -> addKid ( mesh_entity ) ; in parse_object()
/dports/devel/ros-vcstools/vcstools-0.1.42/src/vcstools/
H A Dgit.py399 (parent_branch, remote) = self._get_branch_parent(fetch=fetch)
400 if parent_branch is not None:
401 return self.get_version(spec=remote+'/'+parent_branch)

12