HomeSort by: relevance | last modified time | path
    Searched refs:branch (Results 1 - 25 of 370) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/contrib/
git-add-user-branch.sh 3 # Create a new upstream user branch.
6 # contrib/git-add-user-branch.sh [<personal-prefix>/]<branch-name> <base>
11 echo " $0 [<personal-prefix>/]<branch-name> <start-point>"
31 branch=$(echo "$1" | sed -r "s:(${userpfx}/)?(.*)$:\2:")
34 # Sanity check the new branch argument. If there is no '/', then the
36 if [ -z "$branch" ]
41 git push users/${userpfx} ${start}:refs/users/${user}/heads/${branch}
43 git branch ${userpfx}/${branch} remotes/users/${userpfx}/${branch
    [all...]
git-add-vendor-branch.sh 3 # Create a new upstream vendor branch.
6 # contrib/git-add-vendor-branch.sh <vendor>/<branch-name> <base>
11 echo " $0 <vendor>/<branch-name> <start-point>"
23 branch=$(echo "$1" | sed -r "s:[^/]*/(.*)$:\1:")
26 # Sanity check the new branch argument. If there is no '/', then the
28 if [ -z "$vendor" -o -z "$branch" -o ${vendor} = $1 ]
41 git branch --no-track ${vendor}/${branch} ${start}
42 git push vendors/${vendor} ${vendor}/${branch}:refs/vendors/${vendor}/heads/${branch
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
git-add-user-branch.sh 3 # Create a new upstream user branch.
6 # contrib/git-add-user-branch.sh [<personal-prefix>/]<branch-name> <base>
11 echo " $0 [<personal-prefix>/]<branch-name> <start-point>"
31 branch=$(echo "$1" | sed -r "s:(${userpfx}/)?(.*)$:\2:")
34 # Sanity check the new branch argument. If there is no '/', then the
36 if [ -z "$branch" ]
41 git push users/${userpfx} ${start}:refs/users/${user}/heads/${branch}
43 git branch ${userpfx}/${branch} remotes/users/${userpfx}/${branch
    [all...]
git-add-vendor-branch.sh 3 # Create a new upstream vendor branch.
6 # contrib/git-add-vendor-branch.sh <vendor>/<branch-name> <base>
11 echo " $0 <vendor>/<branch-name> <start-point>"
23 branch=$(echo "$1" | sed -r "s:[^/]*/(.*)$:\1:")
26 # Sanity check the new branch argument. If there is no '/', then the
28 if [ -z "$vendor" -o -z "$branch" -o ${vendor} = $1 ]
41 git branch --no-track ${vendor}/${branch} ${start}
42 git push vendors/${vendor} ${vendor}/${branch}:refs/vendors/${vendor}/heads/${branch
    [all...]
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-patchlist 3 # Make a list of revisions for commits to the branch of interest (trunk
30 test $# -lt 2 && abort "usage: $0 low_date high_date [branch]"
37 BRANCH="$3"
39 BRANCH=""
42 # Verify branch name, convert a short name to the real one.
44 case $BRANCH in
45 "") BRANCH="trunk";;
46 mline) BRANCH="trunk";;
47 mainline) BRANCH="trunk";;
48 4.1) BRANCH="gcc-4_1-branch";
    [all...]
gcc-svn-report 10 BRANCH=`${REG_IDS} -f index -t branch ${ID}`
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-patchlist 3 # Make a list of revisions for commits to the branch of interest (trunk
30 test $# -lt 2 && abort "usage: $0 low_date high_date [branch]"
37 BRANCH="$3"
39 BRANCH=""
42 # Verify branch name, convert a short name to the real one.
44 case $BRANCH in
45 "") BRANCH="trunk";;
46 mline) BRANCH="trunk";;
47 mainline) BRANCH="trunk";;
48 4.1) BRANCH="gcc-4_1-branch";
    [all...]
gcc-svn-report 10 BRANCH=`${REG_IDS} -f index -t branch ${ID}`
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
buildkite-pipeline-snapshot.sh 24 branch: "${BUILDKITE_BRANCH}"
buildkite-pipeline-premerge.sh 29 buildMessage="Push to branch ${BUILDKITE_BRANCH}"
39 branch: "${BUILDKITE_BRANCH}"
  /src/external/lgpl3/gmp/dist/mpn/m68k/
t-m68k-defs.pl 45 my %branch;
52 if (/^m68k_defbranch\(\s*(.*)\)/) { $branch{"b".$1} = 1; }
57 print "branches: ", join(" ",keys(%branch)), "\n" if $opt{'t'};
75 && ! defined $branch{$opcode})
84 && ! defined $branch{$opcode})
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
lib1funcs.h 65 #define SL(branch, dest, in_slot, in_slot_arg2) \
66 in_slot, in_slot_arg2; branch dest
67 #define SL1(branch, dest, in_slot) \
68 in_slot; branch dest
70 #define SL(branch, dest, in_slot, in_slot_arg2) \
71 branch##.s dest; in_slot, in_slot_arg2
72 #define SL1(branch, dest, in_slot) \
73 branch##/s dest; in_slot
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
lib1funcs.h 65 #define SL(branch, dest, in_slot, in_slot_arg2) \
66 in_slot, in_slot_arg2; branch dest
67 #define SL1(branch, dest, in_slot) \
68 in_slot; branch dest
70 #define SL(branch, dest, in_slot, in_slot_arg2) \
71 branch##.s dest; in_slot, in_slot_arg2
72 #define SL1(branch, dest, in_slot) \
73 branch##/s dest; in_slot
  /src/usr.bin/make/unit-tests/
directive-elif.exp 2 make: directive-elif.mk:54: This branch is taken.
4 make: directive-elif.mk:66: This branch is taken.
5 make: directive-elif.mk:73: This branch is taken.
8 make: directive-elif.mk:98: This branch is taken because of the .else.
9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch?
11 make: directive-elif.mk:132: What happens on misspelling in a taken branch?
var-op-expand.exp 11 while evaluating then-branch of condition " < 0 "
14 while evaluating else-branch of condition " < 0 "
  /src/tests/usr.bin/indent/
lsym_question.c 58 const char *branch = cond local
  /src/external/gpl2/xcvs/dist/src/
status.c 302 char *branch = NULL; local
305 branch = RCS_whatbranch(finfo->rcs, edata->tag);
310 cvs_output (branch ? "branch" : "revision", 0);
312 cvs_output (branch ? branch : vers->vn_rcs, 0);
315 if (branch)
316 free (branch);
384 char *branch = NULL; local
388 branch = RCS_whatbranch(xrcsnode, p->key)
    [all...]
admin.c 32 "\t-b[rev] Set default branch (highest branch on trunk if omitted).\n",
44 "\t-l[rev] Lock revision (latest revision on branch,\n",
48 "\t-n tag[:[rev]] Tag branch or revision. If :rev is omitted,\n",
50 "\t revision on the default branch.\n",
55 "\t rev: rev and following revisions on the same branch.\n",
56 "\t rev:: After rev on the same branch.\n",
57 "\t :rev rev and previous revisions on the same branch.\n",
58 "\t ::rev Before rev on the same branch.\n",
61 "\t-s state[:rev] Set revision state (latest revision on branch,\n"
78 char *branch; member in struct:admin_data
745 char *branch = &admin_data->branch[2]; local
    [all...]
  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 92 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files,
98 % (email_header, pid, branch, commit, last_commit,
111 branches = execute('git branch -rl', verbose)
119 def git_get_changes(branch, commit, last_commit):
125 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
138 if len(words) <= 4: # branch + commit + compilerVer + md5
150 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName,
172 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
176 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName)
344 branch = "" variable
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_update_version.py 79 help='Modify current branch (--push argument is ignored)')
117 branch.name.split('/')[-1] + '.patch')
120 print('branch diff written to %s' % patch)
131 repo.git.push('origin', branch)
132 print('branch is pushed')
138 print('=== Working on the current branch ===', flush=True)
146 branch = repo.branches[name] variable
148 branch = repo.create_head(name, ref).set_tracking_branch(ref) variable
149 print('=== Working on: %s ===' % branch, flush=True)
150 branch.checkout(
    [all...]
  /src/sys/arch/macppc/dev/
dbdma.h 113 #define DBDMA_BUILD_CMD(d, cmd, key, interrupt, wait, branch) { \
117 ((branch) << 2) | (wait)); \
120 #define DBDMA_BUILD(d, cmd, key, count, address, interrupt, wait, branch) { \
129 ((branch) << 2) | (wait)); \
147 uint32_t d_branch; /* Branch selection */
153 uint32_t d_branchptrhi; /* MSB of Branch Pointer */
154 uint32_t d_branchptrlo; /* LSB of Branch Pointer */
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
branch.c 19 static int branch(long a, long b, long c) function
76 return branch(4, 5, 6);
  /src/external/lgpl3/mpfr/dist/
version-ext.sh 4 # Git working tree (Git branch or "(none)", total commit count,
24 # Note: for the branch detection, in the case of a detached HEAD state,
27 # on <branch>-root tags (such a tag should be added by the user when
28 # creating a branch, so that "git diff <branch>-root" shows commits done
29 # in the branch since its creation, etc.). If $gitb contains multiple
34 gitb=`git branch --format='%(refname:short)' --contains | \
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 52 {allow.*,deny.*} [|user,user,... [|repos,repos,... [|branch,branch,...]]]
59 branch - branch to be allowed or restricted
139 Correctly handle a mixture of branch restrictions within one work
174 that describe which user, file(s) and branch(es) were disallowed.
244 Branch specific controls added by voisine@bytemobile.com (Aaron Voisine)
353 and branch combination is "allowed" or "denied." The script will assume
360 the same user, repository and branch, the last one takes precedence.
368 {allow.*,deny.*} [|user,user,... [|repos,repos,... [|branch,branch,...]]
    [all...]
  /src/sbin/ifconfig/
af_link.c 70 static cmdloop_branch_t branch; variable
130 cmdloop_branch_init(&branch, &link_pkw.pk_parser);
131 register_cmdloop_branch(&branch);

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>