Searched refs:all_commits (Results 1 – 5 of 5) sorted by relevance
/external/v8/tools/release/ |
D | search_related_commits.py | 23 all_commits = [start_hash] 24 all_commits.extend(all_commits_raw.splitlines()) 27 for commit in all_commits:
|
D | test_search_related_commits.py | 64 self, result, all_commits, hash_of_first_commit): argument 75 all_commits[2],
|
D | test_mergeinfo.py | 56 self, result, all_commits, hash_of_first_commit): argument 67 all_commits[2],
|
/external/mesa3d/scripts/ |
D | get_reviewer.pl | 1420 my @all_commits = (); 1424 @all_commits = vcs_save_commits($cmd); 1433 push(@commits, $all_commits[$i]); 1993 my @all_commits = (); 2001 @all_commits = vcs_blame($file); 2002 @commits = uniq(@all_commits); 2004 $total_lines = @all_commits; 2095 my $count = grep(/$commit/, @all_commits);
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 1636 my @all_commits = (); 1640 @all_commits = vcs_save_commits($cmd); 1649 push(@commits, $all_commits[$i]); 2211 my @all_commits = (); 2219 @all_commits = vcs_blame($file); 2220 @commits = uniq(@all_commits); 2222 $total_lines = @all_commits; 2313 my $count = grep(/$commit/, @all_commits);
|