/external/clang/tools/clang-format/ |
D | git-clang-format | 127 commits, files = interpret_args(opts.args, dash_dash, opts.commit) 128 if len(commits) > 1: 132 if len(commits) > 2: 133 die('at most two commits allowed; %d given' % len(commits)) 134 changed_lines = compute_diff_and_extract_lines(commits, files) 154 if len(commits) > 1: 155 old_tree = commits[1] 157 revision=commits[1], 212 commits = [default_commit] 214 commits = args [all …]
|
/external/u-boot/tools/buildman/ |
D | control.py | 25 def GetActionSummary(is_summary, commits, selected, options): argument 31 if commits: 32 count = len(commits) 65 commits = series.commits 67 commits = None 68 print(GetActionSummary(False, commits, boards_selected, 71 if commits: 72 for upto in range(0, len(series.commits), options.step): 73 commit = series.commits[upto] 276 options.step = len(series.commits) - 1 [all …]
|
D | test.py | 80 commits = [ variable 113 self.commits = [] 115 for commit_info in commits: 122 self.commits.append(comm) 192 build.BuildBoards(self.commits, board_selected, keep_outputs=False, 202 self.assertEqual(count, len(commits) * len(boards) + 2) 204 build.ShowSummary(self.commits, board_selected) 209 self.assertEqual(lines[0].text, '01: %s' % commits[0][1]) 212 self.assertEqual(lines[1].text, '02: %s' % commits[1][1]) 228 self.assertEqual(lines[6].text, '03: %s' % commits[2][1]) [all …]
|
D | builder.py | 440 self.ProduceResultSummary(result.commit_upto, self.commits, 477 if self.commits: 478 commit = self.commits[commit_upto] 1419 def ProduceResultSummary(self, commit_upto, commits, board_selected): argument 1426 if commits: 1428 commits[commit_upto].subject) 1436 def ShowSummary(self, commits, board_selected): argument 1446 self.commit_count = len(commits) if commits else 1 1447 self.commits = commits 1452 self.ProduceResultSummary(commit_upto, commits, board_selected) [all …]
|
/external/skqp/tools/ |
D | bisect_roll.go | 89 commits, err := rm.ChildRevList(ctx, fmt.Sprintf("%s..%s", lastRoll, nextRoll)) 93 if len(commits) == 0 { 96 } else if len(commits) == 1 { 97 log("Recommend reverting commit %s", commits[0]) 132 log("%d commits have not yet rolled:", len(commits)) 136 for idx, commit := range commits { 155 suggestedCommit = commits[latestSuccess] 158 suggestedCommit = commits[0] 166 log("Recommend reverting commit %s", commits[earliestFail]) 169 remaining := commits[earliestFail+1:]
|
/external/mesa3d/bin/pick/ |
D | core.py | 216 def split_commit_list(commits: str) -> typing.Generator[typing.Tuple[str, str], None, None]: 217 if not commits: 219 for line in commits.split('\n'): 299 async def resolve_fixes(commits: typing.List['Commit'], previous: typing.List['Commit']) -> None: 311 for commit in reversed(commits): 318 for commit in commits: 321 for oldc in reversed(commits): 344 commits: typing.List[typing.Optional['Commit']], 346 commits[index] = await resolve_nomination(commit, version) 355 commits = typing.cast(typing.List[Commit], m_commits) [all …]
|
/external/oss-fuzz/infra/ |
D | repo_manager.py | 130 commits = out.split('\n') 131 commits = [commit for commit in commits if commit] 132 if err_code or not commits: 137 commits.append(old_commit) 138 return commits
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 1547 my $commits; 1561 $commits = grep(/$pattern/, @lines); # of commits 1581 return ($commits, $signers_ref, $authors_ref, \@stats); 1615 my @commits = (); 1621 push(@commits, $1); 1625 return @commits; 1631 my @commits = (); 1633 return @commits if (!(-f $file)); 1649 push(@commits, $all_commits[$i]); 1661 push(@commits, vcs_save_commits($cmd)); [all …]
|
D | mailmapper | 77 commits, name = line.split(None, 1) variable 81 commits_per_name[name] = int(commits)
|
/external/skia/tools/skqp/ |
D | make_apk_list.py | 85 commits = [rev_parse((remote, branch))] 87 commits.append('^' + rev_parse(exclude)) 92 '--date=format-local:%Y-%m-%d %H:%M:%S %Z'] + commits 93 commits = check_output(git_cmd, env=env_copy) 94 for line in commits.split('\n'):
|
D | find_commit_with_best_gold_results.py | 93 def find_best_commit(commits): argument 96 for commit_name in commits: 115 commits = generate_commit_list(args) 116 sys.stderr.write('%d\n' % len(commits)) 117 best = find_best_commit(commits)
|
/external/vixl/ |
D | VERSIONS.md | 24 commits from `master`. Our day-to-day development process hasn't changed and 25 these commits should still pass their own tests. However, note that commits not
|
/external/grpc-grpc/tools/github/ |
D | pr_latency.py | 105 commits = json.loads(gh(COMMITS.format(pr_number=pr_number))) 107 'num_commits': len(commits), 109 parse_timestamp(commits[-1]['commit']['author']['date'])
|
/external/compiler-rt/www/ |
D | menu.html.incl | 14 <a href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
|
/external/libunwind_llvm/docs/ |
D | index.rst | 88 add `cfe-commits` as a subscriber. Also make sure you are subscribed to the 89 `cfe-commits mailing list <http://lists.llvm.org/mailman/listinfo/cfe-commits>`_. 102 * `cfe-commits Mailing List`_
|
/external/hamcrest/ |
D | README.version | 6 point at which v2.0.0.0 and master diverge. There are only about 7 commits 10 2016 it seems unnecessary to take those extra 7 commits given the potential for
|
/external/u-boot/tools/patman/ |
D | series.py | 36 self.commits = [] 93 self.commits.append(commit) 115 commit = self.commits[upto] 228 for commit in self.commits:
|
D | func_test.py | 64 for i, commit in enumerate(series.commits): 167 self.assertEqual('Cleaned %s patches' % len(series.commits), lines[0]) 175 for i, commit in enumerate(series.commits):
|
D | README | 18 It is configured almost entirely by tags it finds in your commits. 26 in one of your commits, the series will be sent there. 39 - Add tags into the commits within each branch to indicate where the 44 automatically determine the number of commits in it (optional) 245 By adding your change lists into your commits it is easier to 320 The basic workflow is to create your commits, add some tags to the top 405 and use git rebase -i to edit the commits, dropping the wip one. You add 424 Finally, you need to add a change log to the two commits you changed. You 435 commits and combine them into the cover letter, if you have one. So finally 436 you have a new series of commits: [all …]
|
/external/curl/tests/ |
D | testcurl.pl | 421 my @commits; 437 @commits=`git log --pretty=oneline --abbrev-commit -5`; 439 for (@commits) { 460 @commits=`git log --pretty=oneline --abbrev-commit -5`; 462 for (@commits) {
|
/external/skqp/tools/skqp/ |
D | make_apk_list.py | 77 commits = check_output(git_cmd, env=env_copy) 78 for line in commits.split('\n'):
|
/external/clang/www/analyzer/ |
D | menu.html.incl | 38 <li><a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a></li>
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.6.rst | 90 - cherry-ignore: add a couple of radeon commits 94 - cherry-ignore: add a couple of radeonsi/gfx9 commits 104 - cherry-ignore: add a bunch more commits to the list 105 - fixup! cherry-ignore: add a bunch more commits to the list
|
/external/deqp-deps/glslang/ |
D | update_glslang_sources.py | 140 commits = GetGoodCommits(args.site) 148 for c in sorted(commits, key=lambda x: x.subdir):
|
/external/angle/third_party/glslang/src/ |
D | update_glslang_sources.py | 140 commits = GetGoodCommits(args.site) 148 for c in sorted(commits, key=lambda x: x.subdir):
|