Home
last modified time | relevance | path

Searched refs:commit_id (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/scripts/
Dexternal_revision_generator.py29 def generate(symbol_name, commit_id, output_header_file): argument
65 contents += '#define %s "%s"\n' % (symbol_name, commit_id)
125 commit_id = get_commit_id_from_git('git', args.git_dir)
128 commit_id = get_commit_id_from_git('git.bat', args.git_dir)
131 commit_id = get_commit_id_from_file(args.rev_file)
133 commit_id = get_commit_id_from_json(args.json_file, args.json_keys)
135 commit_id = get_commit_id_from_uuid()
137 if not is_sha1(commit_id):
140 generate(args.symbol_name, commit_id, args.output_header_file)
/external/vulkan-validation-layers/build-gn/
Dcommit_id.py52 commit_id = grab_output('git rev-parse --short=%d HEAD' % commit_id_size, cwd) variable
55 commit_id = 'invalid-hash' variable
60 hfile.write('#define ANGLE_COMMIT_HASH "%s"\n' % commit_id)
/external/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
63 hfile.write('#define SWIFTSHADER_COMMIT_HASH "%s"\n' % commit_id)
DAndroid.bp547 tool_files: ["commit_id.py"],
548 cmd: "$(location commit_id.py) gen $(genDir)/commit.h",
/external/angle/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
108 hfile.write('#define ANGLE_COMMIT_HASH "%s"\n' % commit_id)
/external/skqp/third_party/angle2/
DBUILD.gn67 copy("commit_id") {
84 ":commit_id",
/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py83 results.commit_id.hash = git_sha
/external/angle/
DBUILD.gn644 script = "src/commit_id.py"
649 exec_script("src/commit_id.py", [ "check" ], "value") == 1) {
659 exec_script("src/commit_id.py",
1374 exec_script("src/commit_id.py", [ "position" ], "trim string")
DAndroid.bp7088 "src/commit_id.py",
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto185 CommitId commit_id = 4; field