Home
last modified time | relevance | path

Searched refs:commit_hash (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/common_lib/
Drevision_control_unittest.py13 commit_hash = None variable in GitRepoManager
106 self.commit_hash = self.git_repo_manager.get_latest_commit_hash()
115 self.commit_hash = self.git_repo_manager.get_latest_commit_hash()
152 self.assertEquals(self.dependent_repo.commit_hash,
153 self.master_repo.commit_hash,
156 (self.dependent_repo.commit_hash,
157 self.master_repo.commit_hash)))
162 self.assertEquals(self.dependent_repo.commit_hash,
163 self.master_repo.commit_hash,
166 (self.dependent_repo.commit_hash,
[all …]
/external/v8/tools/release/
Dmerge_to_branch.py118 for commit_hash in self["full_revision_list"]:
119 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash)
123 for commit_hash in self["full_revision_list"]:
124 msg = self.GitLog(n=1, git_hash=commit_hash)
138 for commit_hash in self["full_revision_list"]:
140 % (commit_hash, self["merge_to_branch"]))
141 patch = self.GitGetPatch(commit_hash)
/external/chromium-trace/catapult/experimental/bisect_lib/
Dfetch_revision_info.py22 def FetchRevisionInfo(commit_hash, depot_name): argument
25 url = _URL_TEMPLATE % (path, commit_hash)
47 revision_info = FetchRevisionInfo(args.commit_hash, args.depot)
Dfetch_revision_info_test.py25 commit_hash = 'c89130e28fd01062104e1be7f3a6fc3abbb80ca9'
29 commit_hash, depot_name='chromium')
/external/skia/bench/
Dgen_bench_expectations.py118 def get_file_suffixes(commit_hash, directory): argument
121 prefix = 'bench_' + commit_hash + '_data_'
126 def download_bench_data(builder, commit_hash, suffixes, directory): argument
131 file_name = 'bench_'+commit_hash+'_data_'+suffix
/external/chromium-trace/catapult/catapult_build/
Dappengine_deploy.py49 commit_hash = _Run(['git', 'rev-parse', '--short=8', 'HEAD']).strip()
50 return '%s-%s-%s' % (deployment_type, username, commit_hash)