Searched refs:branch (Results 1 - 25 of 77) sorted by relevance

1234

/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_detect_bzr10 vcs_comm[detect_need_file]=branch/format
H A DVCS_INFO_get_data_svk12 hook_com=( branch "${vcs_comm[branch]}" revision "${vcs_comm[revision]}" )
13 if VCS_INFO_hook 'set-branch-format' "${svkbranch}"; then
14 zformat -f svkbranch "${svkbranch}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
16 svkbranch=${hook_com[branch-replace]}
H A DVCS_INFO_detect_svk26 [[ ${line} == depotpath:* ]] && vcs_comm[branch]=${line##*/}
28 [[ -n ${vcs_comm[branch]} ]] && [[ -n ${vcs_comm[revision]} ]] && break
38 [[ -n ${vcs_comm[branch]} ]] && \
H A DVCS_INFO_get_data_p414 # We'll use the client name as the branch; close enough.
21 hook_com=( branch "${p4info[Client_name]}" revision "${change}" )
22 if VCS_INFO_hook 'set-branch-format' "${p4branch}"; then
23 zformat -f p4branch "${p4branch}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
25 p4branch=${hook_com[branch-replace]}
H A DVCS_INFO_get_data_svn43 hook_com=( branch "${svninfo[URL]##*/}" revision "${svninfo[Revision]}" )
44 if VCS_INFO_hook 'set-branch-format' "${svnbranch}"; then
45 zformat -f svnbranch "${svnbranch}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
47 svnbranch=${hook_com[branch-replace]}
H A DVCS_INFO_get_data_bzr24 # we are forbidden from fetching info on bound branch from remote repository
52 if [[ -f ${bzrbase}/.bzr/branch/last-revision ]] ; then
53 bzrinfo[1]=$(< ${bzrbase}/.bzr/branch/last-revision)
101 hook_com=( branch "${bzrinfo[2]}" revision "${bzrinfo[1]}" )
102 if VCS_INFO_hook 'set-branch-format' "${bzrbr}"; then
103 zformat -f bzrbr "${bzrbr}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
105 bzrbr=${hook_com[branch-replace]}
H A DVCS_INFO_get_data_hg27 branchfile="${hgbase}/.hg/branch"
61 # If the user doesn't opt to invoke hg we can still get the current branch
66 # If we still don't know the branch it's safe to assume default
102 ### Build the branch display
109 hook_com=( branch "${r_branch}" revision "${r_lrev}" )
111 if VCS_INFO_hook 'set-branch-format' "${branchformat}"; then
113 "b:${hook_com[branch]}" "r:${hook_com[revision]}"
115 branchformat=${hook_com[branch-replace]}
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DBranchManager.js57 set currentBranch(branch)
59 console.assert(branch instanceof WebInspector.Branch);
60 if (!(branch instanceof WebInspector.Branch))
65 this._currentBranch = branch;
84 deleteBranch: function(branch)
86 console.assert(branch instanceof WebInspector.Branch);
87 if (!(branch instanceof WebInspector.Branch))
90 console.assert(branch !== this._originalBranch);
91 if (branch === this._originalBranch)
94 this._branches.remove(branch);
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DAVLTree.h216 branch[d] = cmp > 0;
229 branch.reset();
247 branch.set();
276 } while (branch[depth]);
278 branch[depth] = true;
284 branch[depth] = false;
302 } while (!branch[depth]);
304 branch[depth] = false;
310 branch[depth] = true;
325 // Records a path into the tree. If branch[
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.cpp124 void Output::branch(LValue condition, LBasicBlock taken, Weight takenWeight, LBasicBlock notTaken, Weight notTakenWeight) function in class:JSC::FTL::Output
126 LValue branch = buildCondBr(m_builder, condition, taken, notTaken); local
134 branch, profKind,
H A DFTLLowerDFGToLLVM.cpp142 m_out.branch(
850 m_out.branch(isBoolean(value), unsure(booleanCase), unsure(continuation));
998 m_out.branch(isCell(value), usually(isCellCase), rarely(slowCase));
1002 m_out.branch(isType(value, FinalObjectType), usually(continuation), rarely(slowCase));
1166 m_out.branch(
1193 m_out.branch(
1234 m_out.branch(
1256 m_out.branch(
1264 m_out.branch(
1279 m_out.branch(
[all...]
/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_formats15 branch "$2"
41 # branch: the name of the currently checked out branch.
84 b:${hook_com[branch]} \
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl59 {-type String "branch" 1 }
259 ## It's a branch
298 ## It's a branch
335 "step" - "branch" {
337 set branch [lindex $args 0]
339 if {![info exists branches($branch)]} {
340 return -code error "branch \"$branch\" does not exist"
345 set types [list button branch step]
496 set branch [
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGCFGSimplificationPhase.cpp213 // Assume that A's branch is determined to go to B. Then the rest of this phase
226 // 1) Removal of a predecessor due to branch simplification. The branch
256 Node* branch = block->last(); local
257 ASSERT(branch->isTerminal());
258 ASSERT(branch->op() == Branch || branch->op() == Switch);
259 branch->convertToPhantom();
260 ASSERT(branch->refCount() == 1);
263 m_graph, SpecNone, Jump, branch
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.h16 * merge chardonnay branch to tot
90 } branch ; member in class:IOFireWireLib::NuDCLSharedData
220 void SetBranch ( NuDCL* branch ) { fData.branch.dcl = branch ; }
221 NuDCL* GetBranch () const { return fData.branch.dcl ; }
343 branch.dcl = NULL ;
H A DIOFireWireLibNuDCL.cpp182 if ( fData.branch.dcl )
183 fprintf( file, "\t\t\tbranch --> %p\n", fData.branch.dcl ) ;
299 // export branch
300 exportedData->branchIndex = fData.branch.dcl ? fData.branch.dcl->GetExportIndex() : 0 ;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgitcommit.vim27 syn match gitcommitOnBranch "\%(^# \)\@<=On branch" contained containedin=gitcommitComment nextgroup=gitcommitBranch skipwhite
28 syn match gitcommitOnBranch "\%(^# \)\@<=Your branch .\{-\} '" contained containedin=gitcommitComment nextgroup=gitcommitBranch skipwhite
30 syn match gitcommitNoBranch "\%(^# \)\@<=Not currently on any branch." contained containedin=gitcommitComment
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dtreeview.test505 .tv insert {} end -id branch -text branch -open true
506 .tv insert branch end -id item1 -text item1
507 .tv insert branch end -id item2 -text item2
508 .tv insert branch end -id item3 -text item3
547 } -result [list tree branch tree item1 tree item2 tree item3 nothing {}]
553 } -result [list heading {} tree branch tree item1 tree item2 tree item3]
559 } -result [list heading {} cell branch cell item1 cell item2 cell item3]
566 .tv insert branch 0 -id branch2 -open true
572 branch
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl759 set branch [Tree::nodes $path.tree [_dom_to_tree $target]]
760 if {[llength $children] < [llength $branch]} {
761 for {set idx 0} {$idx < [llength $branch]} {incr idx} {
763 [_dom_to_tree [lindex $children $idx]] != [lindex $branch $idx]} {
764 $path.tree delete [lindex $branch $idx]
796 set branch [Tree::nodes $path.tree $tparent]
798 if {$idx > [llength $branch]} {
799 # Append the new node to the branch
802 # Insert the new node into the branch
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml55 (* Grab the first block so that we might later add the conditional branch
68 * other is used for the conditional branch. *)
86 (* Return to the start block to add the conditional branch. *)
90 (* Set a unconditional branch at the end of the 'then' block and the
153 (* Insert the conditional branch into the end of loop_end_bb. *)
/macosx-10.10.1/Csu-85/
H A Dstart.s90 bl __start ; 24-bt branch to __start. ld64 will make a branch island if needed
117 bl __start ; 24-bt branch to __start. ld64 will make a branch island if needed
210 // use -mlong-branch style call sites so that main executable can be >32MB
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c646 struct state *left, *right; /* scaffolding for branch */
648 struct subre *branch; /* current branch */
650 int firstbranch; /* is this the first branch? */
656 branch = branches;
658 do { /* a branch */
661 * Need a place to hang the branch.
664 branch->right = subre(v, '|', LONGER, init, final);
666 branch = branch
642 struct subre *branch; /* current branch */ local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvc-rcs.el185 (defun vc-rcs-latest-on-branch-p (file &optional version)
186 "Return non-nil if workfile version of FILE is the latest on its branch.
197 ;; whole current branch.
199 (vc-rcs-find-most-recent-rev (vc-branch-part version))))))
291 (vc-rcs-set-default-branch file (concat rev ".1"))))
316 (default-branch (vc-file-getprop file 'vc-rcs-default-branch)))
317 ;; Force branch creation if an appropriate
318 ;; default branch has been set.
320 default-branch
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
146 case 'b': /* Number of branch records */
344 if ((ret = dbp->open(dbp, NULL, "branch", NULL,
346 env->err(env, ret, "DB->open: branch");
350 populate(dbp, idnum, balance, branches, "branch");
354 env->err(env, ret, "DB->close: branch");
542 if ((ret = bdb->open(bdb, NULL, "branch", NULL, DB_UNKNOWN,
544 dbenv->err(dbenv, ret, "DB->open: branch");
610 int account, branch, teller, ret; local
621 branch
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
140 // Number of branch records
316 if ((err = dbp->open(NULL, "branch", NULL, DB_HASH,
322 populateTable(dbp, idnum, balance, branches, "branch");
326 DbException except("Close of branch file failed", err);
487 if ((err = bdb->open(NULL, "branch", NULL, DB_UNKNOWN,
489 DbException except("Open of branch file failed", err);
542 int account, branch, teller, ret; local
554 branch = random_id(BRANCH, accounts, branches, tellers);
564 hrec.bid = branch;
[all...]

Completed in 279 milliseconds

1234