Home
last modified time | relevance | path

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

/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/mindspore-src/source/
Dsetup.py27 commit_id = os.getenv('COMMIT_ID').replace("\n", "") variable
/third_party/mbedtls/scripts/
Dassemble_changelog.py348 def commit_timestamp(commit_id): argument