Home
last modified time | relevance | path

Searched refs:git_hash (Results 1 – 9 of 9) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dget_llvm_hash.py28 def GetVersionFrom(src_dir, git_hash): argument
40 git_llvm_rev.LLVMConfig(remote='origin', dir=src_dir), git_hash)
180 git_hash = check_output(cmd)
183 return GetVersionFrom(GetAndUpdateLLVMProjectInLLVMTools(), git_hash.rstrip())
230 git_hash = new_llvm_hash.GetTopOfTrunkGitHash()
231 version = GetVersionFrom(GetAndUpdateLLVMProjectInLLVMTools(), git_hash)
234 git_hash = GetGitHashFrom(GetAndUpdateLLVMProjectInLLVMTools(), version)
239 git_hash = GetGitHashFrom(GetAndUpdateLLVMProjectInLLVMTools(), version)
241 return git_hash, version
Dmodify_a_tryjob.py116 def GetCLAfterUpdatingPackages(packages, git_hash, svn_version, chroot_path, argument
121 packages, git_hash, svn_version, chroot_path, patch_metadata_file,
160 def AddTryjob(packages, git_hash, revision, chroot_path, patch_metadata_file, argument
166 change_list = GetCLAfterUpdatingPackages(packages, git_hash, revision,
254 git_hash, revision = GetLLVMHashAndVersionFromSVNOption(revision)
256 tryjob_dict = AddTryjob(update_packages, git_hash, revision, chroot_path,
Dllvm_patch_management.py178 def _MoveSrcTreeHEADToGitHash(src_path, git_hash): argument
181 move_head_cmd = ['git', '-C', src_path, 'checkout', git_hash]
215 git_hash = get_llvm_hash.GetGitHashFrom(src_path, svn_version)
219 _MoveSrcTreeHEADToGitHash(src_path, git_hash)
Dpatch_manager.py159 git_hash = check_output(cmd)
161 version = get_llvm_hash.GetVersionFrom(src_path, git_hash.rstrip())
323 git_hash = check_output(get_bad_commit_hash_cmd)
330 version = get_llvm_hash.GetVersionFrom(src_path, git_hash.rstrip())
Dupdate_packages_and_run_tryjobs.py278 git_hash, svn_version = GetLLVMHashAndVersionFromSVNOption(svn_option)
290 update_packages, git_hash, svn_version, args_output.chroot_path,
Dllvm_bisection.py342 for svn_revision, git_hash in zip(revisions, git_hashes):
343 tryjob_dict = AddTryjob(update_packages, git_hash, svn_revision,
Dllvm_bisection_unittest.py310 def MockAddTryjob(call_count, packages, git_hash, revision, chroot_path, argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dmerge-git.sh67 git_hash=`git svn find-rev r$rev origin/master`
69 if [ -z "$git_hash" ]; then
77 git cherry-pick $git_hash
/external/igt-gpu-tools/
Dconfigure.ac277 [git_hash=$enableval], [git_hash=yes])
278 AC_SUBST(GIT_HASH, [$git_hash])