Home
last modified time | relevance | path

Searched defs:commit_id (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/
Dcommit_id.py43 commit_id = grab_output('git rev-parse --short=%d HEAD' % commit_id_size, cwd) variable
46 commit_id = 'invalid-hash' variable
/third_party/skia/third_party/externals/swiftshader/src/
Dcommit_id.py52 commit_id = 'invalid-hash' variable
56 commit_id = grab_output('git rev-parse --short=%d HEAD' % commit_id_size, cwd) variable
/third_party/skia/third_party/externals/angle2/src/
Dcommit_id.py92 commit_id = 'unknown hash' variable
99 commit_id = grab_output('git rev-parse --short=%d HEAD' % commit_id_size, cwd) variable
/third_party/mindspore/
Dsetup.py28 commit_id = os.getenv('COMMIT_ID').replace("\n", "") variable
/third_party/mbedtls/scripts/
Dassemble_changelog.py352 def commit_timestamp(commit_id): argument