/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry_cache.py | 37 def __init__(self, repository, filename, revision, checksum): 40 self.revision = revision 44 return hash((self.repository, self.filename, self.revision, self.checksum)) 47 return (self.repository, self.filename, self.revision, self.checksum) == (other.repository, other.filename, other.revision, other.checksum) 53 return "r%s-%s" % (self.revision, self.getFilename()) 59 return self.revision 65 return self.revision 75 def makeSourceUrl (repository, revision, filenam [all...] |
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
H A D | full.py | 117 revision='abc123', variable 138 revision='abc123', 150 revision='abc123', 162 revision='abc123', 173 revision='abc123', 185 revision='abc123', 201 revision='abc123', 211 revision='abc123', 222 revision='abc123', 233 revision [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | sd.c | 38 sd->revision = 1; in init_system_file_sd() 51 acl->revision = 2; in init_system_file_sd() 77 aa_ace->sid.revision = 1; in init_system_file_sd() 115 aa_ace->sid.revision = 1; in init_system_file_sd() 134 sid->revision = 1; in init_system_file_sd() 149 sid->revision = 1; in init_system_file_sd() 185 sd->revision = SECURITY_DESCRIPTOR_REVISION; in init_root_sd() 195 acl->revision = ACL_REVISION; in init_root_sd() 211 ace->sid.revision = SID_REVISION; in init_root_sd() 232 ace->sid.revision in init_root_sd() [all...] |
/third_party/skia/infra/bots/recipes/ |
H A D | upload_dm_results.py | 31 revision = api.properties['revision'] 58 revision, 90 revision='abc123', 98 revision='abc123', 106 revision='abc123', 115 revision='abc123', 133 revision='abc123',
|
H A D | perf_skottiewasm_lottieweb.py | 163 'gitHash': api.properties['revision'], 199 'perf_%s_%d.json' % (api.properties['revision'], ts)) 365 revision='abc123', 380 revision='abc123', 405 revision='abc123', 423 revision='abc123', 438 revision='abc123', 463 revision='abc123', 478 revision='abc123', 503 revision [all...] |
H A D | test_pathkit.py | 71 '--git_hash', api.properties['revision'], 107 revision='abc123', 118 revision='abc123', 129 revision='abc123', 140 revision='abc123',
|
H A D | perf_skottietrace.py | 86 'gitHash': api.properties['revision'], 122 'perf_%s_%d.json' % (api.properties['revision'], ts)) 270 revision='abc123', 287 revision='abc123', 304 revision='abc123', 321 revision='abc123', 334 revision='abc123',
|
H A D | perf_pathkit.py | 67 '--git_hash', api.properties['revision'], 103 revision='abc123', 113 revision='abc123', 123 revision='abc123',
|
/third_party/node/deps/v8/tools/release/ |
H A D | merge_to_branch.py | 73 for revision in self["full_revision_list"]: 76 grep="^[Pp]ort %s" % revision, 81 # Is this revision included in the original revision list? 84 % (revision, git_hash, revision_title)) 87 % (revision, git_hash, revision_title)) 94 #: 'y': Add ports to revision list. 218 print("Either a patch file or revision numbers must be specified") 231 for revision in options.revisions: 232 if (IsSvnNumber(revision) o [all...] |
H A D | roll_merge.py | 74 for revision in self["full_revision_list"]: 77 grep="Port %s" % revision, 82 # Is this revision included in the original revision list? 85 % (revision, git_hash, revision_title)) 88 % (revision, git_hash, revision_title)) 95 #: 'y': Add ports to revision list. 244 print("Either a patch file or revision numbers must be specified") 252 for revision in options.revisions: 253 if (IsSvnNumber(revision) o [all...] |
/third_party/skia/infra/bots/recipe_modules/gsutil/examples/ |
H A D | full.py | 31 revision='abc123', 40 revision='abc123', 49 revision='abc123', 59 revision='abc123',
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_language_headers.py | 42 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 48 self.revision = revision 100 if grammar.revision is not None: 101 parts.append(self.const_definition(grammar.name, 'Revision', grammar.revision)) 178 revision = grammar_json['revision'])
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_language_headers.py | 42 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 48 self.revision = revision 100 if grammar.revision is not None: 101 parts.append(self.const_definition(grammar.name, 'Revision', grammar.revision)) 178 revision = grammar_json['revision'])
|
/third_party/spirv-tools/utils/ |
H A D | generate_language_headers.py | 42 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 48 self.revision = revision 100 if grammar.revision is not None: 101 parts.append(self.const_definition(grammar.name, 'Revision', grammar.revision)) 178 revision = grammar_json['revision'])
|
/third_party/skia/infra/bots/recipe_modules/checkout/examples/ |
H A D | full.py | 66 revision='abc123', 80 revision='abc123', 96 revision='abc123', 115 revision='abc123', 129 revision='abc123',
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | verify_kc_cts_rev.py | 52 def __init__(self, url, revision, baseDir, extractDir = "src"): 55 self.revision = revision 66 execute(["git", "checkout", self.revision]) 75 raise Exception ("KC CTS checkout revision %s in external/fetch_kc_cts.py doesn't match KC CTS master HEAD revision %s" % (SHA1, out))
|
/third_party/python/Modules/ |
H A D | getbuildinfo.c | 40 const char *revision = _Py_gitversion(); in Py_GetBuildInfo() local 41 const char *sep = *revision ? ":" : ""; in Py_GetBuildInfo() 47 "%s%s%s, %.20s, %.9s", gitid, sep, revision, in Py_GetBuildInfo()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 87 self.revision = revision 139 if grammar.revision is not None: 140 parts.append(self.const_definition(grammar.name, 'Revision', grammar.revision)) 235 revision = grammar_json['revision'])
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 87 self.revision = revision 139 if grammar.revision is not None: 140 parts.append(self.const_definition(grammar.name, 'Revision', grammar.revision)) 235 revision = grammar_json['revision'])
|
/third_party/spirv-headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 87 self.revision = revision 139 if grammar.revision is not None: 140 parts.append(self.const_definition(grammar.name, 'Revision', grammar.revision)) 235 revision = grammar_json['revision'])
|
/third_party/skia/infra/bots/recipe_modules/vars/examples/ |
H A D | full.py | 57 revision='abc123', 67 revision='abc123', 84 revision='abc123',
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 170 """Make a separate worktree with version.revision checked out. 175 "Checking out git worktree for revision {} from {}".format( 176 version.revision, version.repository 181 version.repository, version.revision], 188 self.log.debug("Checking out git worktree for revision {}".format( 189 version.revision 191 worktree_rev = version.revision 209 if version.crypto_revision exists, update it to that revision, 210 otherwise update it to the default revision""" 262 if version.revision [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | roll_chromium_deps.py | 123 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') 242 def ReadRemoteCrFile(path_below_src, revision): 243 """Reads a remote Chromium file of a specific revision. Returns a string.""" 244 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision, path_below_src)) 247 def ReadRemoteCrCommit(revision): 249 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision) 252 def ReadRemoteClangFile(path_below_src, revision): 253 """Reads a remote Clang file of a specific revision. Returns a string.""" 254 return _ReadGitilesContent(CLANG_FILE_TEMPLATE % (revision, path_below_src)) 307 url, revision [all...] |
/third_party/gn/infra/ |
H A D | recipes.py | 46 # revision (str) - the git revision for the engine to get. 49 EngineDep = namedtuple('EngineDep', 'url revision branch') 100 engine.setdefault('revision', '') 187 revision = dep.revision 199 '%s^{commit}' % revision], 209 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 218 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path)
|
/third_party/skia/infra/bots/ |
H A D | recipes.py | 46 # revision (str) - the git revision for the engine to get. 49 EngineDep = namedtuple('EngineDep', 'url revision branch') 97 engine.setdefault('revision', '') 183 revision = dep.revision 195 '%s^{commit}' % revision], 206 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 215 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path)
|