Searched refs:branches (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/build/
H A Dnw_ver.awk43 if (match ($0, /^\/repos\/asf\/!svn\/ver\/[0-9]+\/httpd\/httpd\/(trunk|branches\/[0-9]\.[0-9]\.x)$/)) {
44 gsub(/^\/repos\/asf\/!svn\/ver\/|\/httpd\/httpd\/(trunk|branches\/[0-9]\.[0-9]\.x)$/, "", $0)
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c131 int accounts, branches, seed, tellers, history; local
136 accounts = branches = history = tellers = 0;
147 if ((branches = atoi(optarg)) <= 0)
197 branches = branches == 0 ? BRANCHES : branches;
203 (long)accounts, (long)branches,
210 accounts, branches, history, tellers, verbose);
214 tp_run(dbenv, ntxns, accounts, branches, tellers, verbose);
243 a1 = "[-fv] [-a accounts] [-b branches]\
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A Dtag.sh11 # Create branches and release candidates for the LLVM release.
36 if svn ls $base_url/$proj/branches/release_$release > /dev/null 2>&1 ; then
41 $base_url/$proj/branches/release_$release
45 $base_url/$proj/branches/release_$release
58 $base_url/$proj/branches/release_$release \
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp119 int accounts, branches, tellers, history; local
125 accounts = branches = history = tellers = 0;
141 if ((branches = atoi(argv[++i])) <= 0)
194 branches = branches == 0 ? BRANCHES : branches;
200 << (long)branches << " Branches, "
214 app.populate(accounts, branches, history, tellers);
219 app.run(ntxns, accounts, branches, tellers);
242 cerr << "usage: TpcbExample [-fiv] [-a accounts] [-b branches]\
272 populate(int accounts, int branches, int history, int tellers) argument
405 populateHistory(Db *dbp, int nrecs, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) argument
445 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) argument
468 run(int n, int accounts, int branches, int tellers) argument
531 txn(Db *adb, Db *bdb, Db *tdb, Db *hdb, int accounts, int branches, int tellers) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/
H A Dtre-last-matched.h40 tre_ ## _i ## _t *branches; \
47 * of the other branches can be set to unmatched. For example:
55 * branch info, while the second records union info; what branches form that
58 * of unions at the top level of the branch (a union may itself have branches
61 * the count of branches in that union.
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp25 : dbenv(0), accounts(ACCOUNTS), branches(BRANCHES),
74 // Initialize the database to the specified number of accounts, branches,
118 "db_create of branches db failed.");
122 // Since the number of branches is very small, we want to use very
127 dbp->set_h_nelem(dbp, (unsigned int)branches);
137 if ((err = populateTable(dbp, idnum, balance, branches, "branch")) != 0)
139 idnum += branches;
194 populateHistory(dbp, history, accounts, branches, tellers);
239 u_int32_t branches, u_int32_t tellers)
255 hrec.aid = randomId(ACCOUNT, accounts, branches, teller
238 populateHistory(DB *dbp, int nrecs, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) argument
362 txn(DB *adb, DB *bdb, DB *tdb, DB *hdb, int accounts, int branches, int tellers) argument
488 randomId(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) argument
[all...]
H A DTpcbExample.h42 int branches; member in class:TpcbExample
H A DTpcbUI.cpp190 tpcb->branches = 10;
200 tpcb->branches = 10;
210 tpcb->branches = 10;
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl131 Widget::getVariable $path branches
140 array set branches {
328 Widget::getVariable $path branches
339 if {![info exists branches($branch)]} {
458 Widget::getVariable $path branches
508 set idx [lsearch $branches($branch) $step]
511 set item [lindex $branches($branch) $idx]
513 if {$idx >= [llength $branches($branch)]} {
545 Widget::getVariable $path branches
546 if {$first == ""} { return $branches(
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java76 int accounts, branches, tellers, history; field in class:TpcbExample
79 int accounts, int branches, int tellers, int history,
84 this.branches = branches;
116 // Initialize the database to the number of accounts, branches,
160 // Since the number of branches is very small, we want to use very
164 h_nelem = (int)branches;
191 System.out.println("Populated branches: " +
316 min += branches;
321 num = branches;
78 TpcbExample(File home, int accounts, int branches, int tellers, int history, int cachesize, boolean noSync) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule-util.el233 (defun set-nested-alist (keyseq entry alist &optional len branches)
237 Optional argument BRANCHES if non-nil is branches for a keyseq
258 (if branches
259 (setcdr (last alist) branches))))
H A Dccl.el576 (let ((branches (length blocks))
582 (ccl-embed-code code rrr branches)
586 (ccl-increment-ic (1+ branches))
587 (setq empty-block-indexes (list branches))
601 ;; Jump address of the end of branches are embedded later.
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcomp.c632 * This is actually just the top level, which parses a bunch of branches tied
647 struct subre *branches; /* top level */
654 branches = subre(v, '|', LONGER, init, final);
656 branch = branches;
678 if ((branch->flags &~ branches->flags) != 0) { /* new flags */
679 for (t = branches; t != branch; t = t->right) {
695 if (branch == branches) { /* only one branch */
699 freesubre(v, branches);
700 branches = t;
701 } else if (!MESSY(branches
641 struct subre *branches; /* top level */ local
[all...]
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dmakesrcdist78 svn copy svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7 "$url" \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dchain.test116 test chain-1.5 {chained methods can cross multiple-inheritance branches} {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drcs.vim25 syn keyword rcsKeyword comment expand date author state branches
H A Dmmix.vim35 " labels (for branches etc)
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregcomp.c583 * This is actually just the top level, which parses a bunch of branches
599 struct subre *branches; /* top level */ local
606 branches = subre(v, '|', LONGER, init, final);
608 branch = branches;
627 if ((branch->flags &~ branches->flags) != 0) /* new flags */
628 for (t = branches; t != branch; t = t->right)
639 if (branch == branches) { /* only one branch */
643 freesubre(v, branches);
644 branches = t;
645 } else if (!MESSY(branches
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-compile.c123 tre_last_matched_branch_pre_t *b = lm->branches;
136 DPRINT(("..start_tag=%d n_branches=%d branches=%d\n", lm->start_tag,
139 DPRINT(("*** mismatch between n and branches ***\n"));
141 b = lm->branches;
191 b = lm->branches;
940 u->branches = b;
1146 u->branches = lb;
1162 u->branches = rb;
1175 lb->next = u->branches;
1176 u->branches
[all...]
H A Dregexec.c54 comparing the touch value of the cmp_tag's. For all other branches, reset
56 branches. Recurse into the nested last matched structures, clearing tags as
71 b = lm->branches;
106 for (i = lm->n_branches, b = lm->branches; i > 0; i--, b++)
121 for (i = lm->n_branches, b = lm->branches; i > 0; i--, b++)
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzutil.c972 LinkList branches; member in struct:__anon15682
1009 addlinknode(outbranch->state->branches, br);
1036 st->branches = newlinklist();
1142 prependactions(LinkList acts, LinkList branches) argument
1146 for (bln = firstnode(branches); bln; bln = nextnode(bln)) {
1155 appendactions(LinkList acts, LinkList branches) argument
1158 for (bln = firstnode(branches); bln; bln = nextnode(bln)) {
1310 nexts = st->branches;
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dmerger.rb128 branch_url = $repos + 'branches/ruby_' + x
140 %r{^URL: .*/branches/ruby_1_8_} =~ `svn info` ? 'branches/ruby_1_8' : 'trunk'
H A Dmake-snapshot24 trunk, stable, branches/*, tags/*, X.Y.Z, X.Y.Z-pL
108 url = SVNURL + "branches/"
118 url = SVNURL + "branches/ruby_#{rev.tr('.', '_')}"
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregengine.inc917 case OQUEST_: /* two branches, both forward */
928 case OCH_: /* mark the first two branches */
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvc-rcs.el457 (if (search-forward "no side branches present for" nil t)
560 ;; Find which branches (if any) must be included in the edits.
565 (setq kids (cdr (assq 'branches (cdr (assoc par revisions)))))
1018 branches -- list of revisions that begin branches from this revision
1169 ,(k-semi 'branches

Completed in 411 milliseconds

12