/external/autotest/client/common_lib/ |
D | revision_control_unittest.py | 13 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/ |
D | merge_to_branch.py | 101 def _create_commit_description(self, commit_hash): argument 102 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash) 104 description += "Revision: " + commit_hash + "\n\n" 119 for commit_hash in self["full_revision_list"]: 120 msg_pieces.append(self._create_commit_description(commit_hash)) 122 commit_hash = self["full_revision_list"][0] 123 full_description = self._create_commit_description(commit_hash).split("\n") 134 for commit_hash in self["full_revision_list"]: 135 msg = self.GitLog(n=1, git_hash=commit_hash) 156 for commit_hash in self["full_revision_list"]: [all …]
|
D | roll_merge.py | 118 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/u-boot/tools/patman/ |
D | gitutil.py | 68 def NameRevision(commit_hash): argument 77 pipe = ['git', 'name-rev', commit_hash] 106 commit_hash = line.split(' ')[0] 107 name = NameRevision(commit_hash) 208 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument 222 pipe.append(commit_hash)
|
/external/epid-sdk/epid/verifier/src/ |
D | nrverify.c | 66 FfElement* commit_hash = NULL; in EpidNrVerify() local 123 sts = NewFfElement(Fp, &commit_hash); in EpidNrVerify() 220 sts = FfHash(Fp, commit_values, commit_len, ctx->hash_alg, commit_hash); in EpidNrVerify() 222 sts = FfIsEqual(Fp, c_el, commit_hash, &c_is_equal); in EpidNrVerify() 231 DeleteFfElement(&commit_hash); in EpidNrVerify()
|
/external/skia/tools/skqp/ |
D | find_commit_with_best_gold_results.py | 88 commit_hash = subprocess.check_output(['git', 'rev-parse', commit_name]).strip() 89 results.append((commit_hash, get_results_for_commit(commit_hash, jobs)))
|
/external/grpc-grpc/tools/distrib/python/ |
D | make_grpcio_tools.py | 121 commit_hash = protobuf_submodule_commit_hash() 127 commit_hash=COMMIT_HASH_PREFIX + commit_hash + COMMIT_HASH_SUFFIX)
|
/external/epid-sdk/epid/verifier/1.1/src/ |
D | nrverify.c | 74 Sha256Digest commit_hash; in Epid11NrVerify() local 231 res = Sha256MessageDigest(commit_values, commit_len, &commit_hash); in Epid11NrVerify() 232 if (0 != memcmp(&proof->c, &commit_hash, sizeof(proof->c))) { in Epid11NrVerify()
|
/external/python/cpython2/PCbuild/ |
D | get_external.py | 10 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
|
/external/python/cpython3/PCbuild/ |
D | get_external.py | 10 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
|