Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/scripts/release_notes/
H A 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
H A Dcommitlist.py114 def gen_commit(commit_hash): argument
/aosp_15_r20/external/libchrome/libchrome_tools/uprev/
H A Dfiltered_utils.py32 def get_metadata(commit_hash): argument
85 def get_commits_map(commit_hash, progress_callback): argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustc_version-0.4.0/src/
H A Dlib.rs153 pub commit_hash: Option<String>, field
241 let commit_hash = expect_key_or_unknown("commit-hash", &map)?; in version_meta_for() localVariable
/aosp_15_r20/external/pytorch/.ci/pytorch/perf_test/
H A Dupdate_commit_hash.py6 commit_hash = sys.argv[2] variable
/aosp_15_r20/system/update_engine/
H A Dprotobuflint.py24 def check_proto_file(commit_hash, filename): argument
/aosp_15_r20/external/python/cpython2/PCbuild/
Dget_external.py10 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
/aosp_15_r20/external/python/cpython3/PCbuild/
Dget_external.py12 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
/aosp_15_r20/tools/tradefederation/core/proto/resultdb/
Dcommon.proto90 string commit_hash = 4; field
/aosp_15_r20/external/autotest/client/common_lib/
H A Drevision_control_unittest.py18 commit_hash = None variable in GitRepoManager
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dgit_repo.py178 def commit_hash( function
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dgit_repo.py292 def commit_hash( member in GitRepo
/aosp_15_r20/system/chre/api_parser/
H A Dchpp_code_generator.py34 def __init__(self, api, commit_hash): argument