Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 1386) sorted by relevance

12345678910>>...56

/third_party/gstreamer/gstreamer/
Dgstreamer.doap44 <branch>1.20</branch>
54 <branch>1.20</branch>
64 <branch>1.20</branch>
74 <branch>main</branch>
84 <branch>main</branch>
94 <branch>main</branch>
104 <branch>master</branch>
114 <branch>master</branch>
124 <branch>master</branch>
134 <branch>master</branch>
[all …]
/third_party/gstreamer/gst_libav/
Dgst-libav.doap38 <branch>1.20</branch>
48 <branch>1.20</branch>
58 <branch>1.20</branch>
68 <branch>main</branch>
78 <branch>main</branch>
88 <branch>main</branch>
98 <branch>master</branch>
108 <branch>master</branch>
118 <branch>master</branch>
128 <branch>master</branch>
[all …]
/third_party/gstreamer/gstplugins_base/
Dgst-plugins-base.doap40 <branch>1.20</branch>
50 <branch>1.20</branch>
60 <branch>1.20</branch>
70 <branch>main</branch>
80 <branch>main</branch>
90 <branch>main</branch>
100 <branch>master</branch>
110 <branch>master</branch>
120 <branch>master</branch>
130 <branch>master</branch>
[all …]
/third_party/gstreamer/gstplugins_good/
Dgst-plugins-good.doap38 <branch>1.20</branch>
48 <branch>1.20</branch>
58 <branch>1.20</branch>
68 <branch>main</branch>
78 <branch>main</branch>
88 <branch>main</branch>
98 <branch>master</branch>
108 <branch>master</branch>
118 <branch>master</branch>
128 <branch>master</branch>
[all …]
/third_party/gstreamer/gstplugins_bad/
Dgst-plugins-bad.doap39 <branch>1.20</branch>
49 <branch>1.20</branch>
59 <branch>1.20</branch>
69 <branch>main</branch>
79 <branch>main</branch>
89 <branch>main</branch>
99 <branch>master</branch>
109 <branch>master</branch>
119 <branch>master</branch>
129 <branch>master</branch>
[all …]
/third_party/node/deps/npm/node_modules/fs-vacuum/
Dvacuum.js61 function next (branch) { argument
62 branch = branch && resolve(branch)
64 if ((base && branch === base) || branch === dirname(branch)) {
65 log('finished vacuuming up to', branch)
69 readdir(branch, function (error, files) {
73 log('unable to check directory', branch, 'due to', error.message)
78 log('quitting because other entries in', branch)
82 if (branch === process.env.HOME) {
83 log('quitting because cannot remove home directory', branch)
87 log('removing', branch)
[all …]
/third_party/mesa3d/bin/
Dcommit_in_branch.py48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool:
53 commit, upstream + '/' + branch],
59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str:
65 branch + '-branchpoint..' + upstream + '/' + branch,
85 def validate_branch(branch: str) -> str:
86 if '/' not in branch:
92 (upstream, _) = branch.split('/')
101 if not is_commit_valid(branch):
102 raise argparse.ArgumentTypeError('Invalid branch: ' + branch)
104 return branch
[all …]
/third_party/boost/libs/process/
DREADME.md9branch=develop&env=BADGE=linux)](https://travis-ci.org/klemens-morgenstern/boost-process) [![badge…
10branch=master&env=BADGE=linux)](https://travis-ci.org/klemens-morgenstern/boost-process) [![badge…
/third_party/mesa3d/src/amd/compiler/
Daco_ssa_elimination.cpp183 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in try_remove_merge_block() local
185 block->instructions.emplace_back(std::move(branch)); in try_remove_merge_block()
207 Pseudo_branch_instruction& branch = pred->instructions.back()->branch(); in try_remove_invert_block() local
208 assert(branch.isBranch()); in try_remove_invert_block()
209 branch.target[0] = succ_idx; in try_remove_invert_block()
210 branch.target[1] = succ_idx; in try_remove_invert_block()
226 Pseudo_branch_instruction& branch = pred.instructions.back()->branch(); in try_remove_simple_block() local
227 if (branch.opcode == aco_opcode::p_branch) { in try_remove_simple_block()
228 branch.target[0] = succ.index; in try_remove_simple_block()
229 branch.target[1] = succ.index; in try_remove_simple_block()
[all …]
/third_party/lz4/tests/
Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
95 % (email_header, pid, branch, commit, last_commit,
116 def git_get_changes(branch, commit, last_commit): argument
122 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
165 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName))
170 … cDiff=%1.4f dSpeed=%6.2f dLast=%6.2f dDiff=%1.4f ratioDiff=%1.4f %s" % (branch, commit, i+1, cspe…
182 def update_config_file(branch, commit): argument
184 commitFileName = working_path + "/commit_" + branch.replace("/", "_") + ".txt"
[all …]
/third_party/boost/libs/stacktrace/
DREADME.md10branch: | [![Build Status](https://travis-ci.org/boostorg/stacktrace.svg?branch=develop)](https:/…
11branch: | [![Build Status](https://travis-ci.org/boostorg/stacktrace.svg?branch=master)](https://…
/third_party/json/doc/scripts/
Dgit-update-ghpages32 _ git checkout -b "$branch"
40 _ git clone "$repo" . -b "$branch" || ( \
42 _ git checkout -b "$branch")
64 _ git push "${repo}" "$branch" "$@"
67 _ git push "https://${GITHUB_TOKEN}@github.com/${repospec}.git" "$branch" "$@" \
133 branch=
148 -b | --branch )
150 branch="$1"
171 if [[ "$useenv" == "1" ]] && [[ -n "$GIT_BRANCH" ]] && [[ -z "$branch" ]]; then
172 branch="$GIT_BRANCH"
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md1 # Choosing an ANGLE branch for your project
6 This document illustrates how to choose a branch of ANGLE which can be expected
13 matching Chromium branch. These branches will be created from the revision which
14 that Chromium branch points to as its dependency. So, for example, the
15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
16 file for the 2013 branch]
21 works to choose an appropriate ANGLE branch for your project. You will, however,
22 likely want to make sure that you choose a branch that is used for a relatively
28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium
31 ## Matching a Chromium release to an ANGLE branch
[all …]
/third_party/boost/libs/any/
DREADME.md7branch: | [![Build Status](https://travis-ci.org/boostorg/any.svg?branch=develop)](https://travis-…
8branch: | [![Build Status](https://travis-ci.org/boostorg/any.svg?branch=master)](https://travis-…
/third_party/flutter/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md1 # Choosing an ANGLE branch for your project
6 This document illustrates how to choose a branch of ANGLE which can be expected
13 matching Chromium branch. These branches will be created from the revision which
14 that Chromium branch points to as its dependency. So, for example, the
15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
16 file for the 2013 branch]
21 works to choose an appropriate ANGLE branch for your project. You will, however,
22 likely want to make sure that you choose a branch that is used for a relatively
28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium
31 ## Matching a Chromium release to an ANGLE branch
[all …]
DBranchingAndRolling.md7 branch to correspond to a branched release of Chrome.
22 find the SHA-1 for a particular commit with `git log` on the appropriate branch
25 …* If using the public repository viewer, you will need to select the branch whose log you wish to …
28 `https://chromium.googlesource.com/angle/angle/+/<branch name>/` -- including
35 has already been branched. If this is the case, a branch of ANGLE should be
38 the version on which Chrome depended at branch time. **Please note: Only ANGLE
39 admins can create a new branch.** To create a branch of ANGLE for a branched
43 by checking the DEPS file for that branch.
44 * Check out this commit as a new branch in your local repository.
48 locally and create a new branch named 'mybranch' from this commit, use: ```git
[all …]
/third_party/boost/libs/lexical_cast/
DREADME.md8branch: | [![Build Status](https://travis-ci.org/boostorg/lexical_cast.svg?branch=develop)](https:…
9branch: | [![Build Status](https://travis-ci.org/boostorg/lexical_cast.svg?branch=master)](https:…
/third_party/boost/libs/conversion/
DREADME.md8branch: | [![Build Status](https://travis-ci.org/apolukhin/conversion.svg?branch=develop)](https:/…
9branch: | [![Build Status](https://travis-ci.org/apolukhin/conversion.svg?branch=master)](https:/…
/third_party/boost/libs/type_index/
DREADME.md8branch: | [![Build Status](https://travis-ci.org/apolukhin/type_index.svg?branch=develop)](https:/…
9branch: | [![Build Status](https://travis-ci.org/apolukhin/type_index.svg?branch=master)](https:/…
/third_party/boost/libs/variant/
DREADME.md8branch: | [![Build Status](https://travis-ci.org/boostorg/variant.svg?branch=develop)](https://tra…
9branch: | [![Build Status](https://travis-ci.org/boostorg/variant.svg?branch=master)](https://tra…
/third_party/boost/libs/geometry/
DREADME.md18branch=develop)](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:clang-…
19branch=master)](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:clang-te…
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationDestructuringParameterNestedObjectBindingPattern.types87 foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
88 >foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
90 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
94 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
98 >"branch trimming" : "branch trimming"
105 foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
106 >foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
108 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
112 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
116 >"branch trimming" : "branch trimming"
[all …]
DsourceMapValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.types132 foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
133 >foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
135 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
139 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
143 >"branch trimming" : "branch trimming"
150 foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
151 >foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
153 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
157 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
161 >"branch trimming" : "branch trimming"
[all …]
/third_party/flutter/skia/tools/calmbench/
Dcalmbench.py123 def nano_path(args, branch): argument
124 return args.writedir + '/nanobench_' + branch
127 def compile_branch(args, branch): argument
128 print "Compiling branch %s" % args.branch
131 ['git', 'checkout', branch],
133 ['cp', args.ninjadir + '/nanobench', nano_path(args, branch)]
144 ['cp', args.ninjadir + '/nanobench', nano_path(args, args.branch)],
162 if args.branch == 'modified':
165 compile_branch(args, args.branch)
184 args.branch + ("_A" if args.branch == args.baseline else ""),
[all …]
/third_party/skia/tools/calmbench/
Dcalmbench.py125 def nano_path(args, branch): argument
126 return args.writedir + '/nanobench_' + branch
129 def compile_branch(args, branch): argument
130 print("Compiling branch %s" % args.branch)
133 ['git', 'checkout', branch],
135 ['cp', args.ninjadir + '/nanobench', nano_path(args, branch)]
146 ['cp', args.ninjadir + '/nanobench', nano_path(args, args.branch)],
164 if args.branch == 'modified':
167 compile_branch(args, args.branch)
186 args.branch + ("_A" if args.branch == args.baseline else ""),
[all …]

12345678910>>...56