Home
last modified time | relevance | path

Searched defs:commit_hash (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/scripts/release_notes/
Dcommon.py158 def commit_body(commit_hash): argument
164 def commit_title(commit_hash): argument
170 def commit_files_changed(commit_hash): argument
176 def parse_pr_number(body, commit_hash, title): argument
281 def get_features(commit_hash): argument
Dcommitlist.py114 def gen_commit(commit_hash): argument
/external/libchrome/libchrome_tools/uprev/
Dfiltered_utils.py32 def get_metadata(commit_hash): argument
85 def get_commits_map(commit_hash, progress_callback): argument
/external/pytorch/.ci/pytorch/perf_test/
Dupdate_commit_hash.py6 commit_hash = sys.argv[2] variable
/external/python/cpython3/PCbuild/
Dget_external.py12 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
/external/autotest/client/common_lib/
Drevision_control_unittest.py18 commit_hash = None variable in GitRepoManager
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustc_version-0.4.1/src/
Dlib.rs153 pub commit_hash: Option<String>, field
248 let commit_hash = expect_key_or_unknown("commit-hash", &map)?; in version_meta_for() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustc_version-0.4.1/src/
Dlib.rs153 pub commit_hash: Option<String>, field
248 let commit_hash = expect_key_or_unknown("commit-hash", &map)?; in version_meta_for() localVariable
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgit_repo.py178 def commit_hash( function
/external/pigweed/pw_cli/py/pw_cli/
Dgit_repo.py293 def commit_hash( member in GitRepo