/third_party/vk-gl-cts/scripts/khr_util/ |
D | registry_cache.py | 36 def __init__(self, repository, filename, revision, checksum): argument 39 self.revision = revision 43 return hash((self.repository, self.filename, self.revision, self.checksum)) 46 …(self.repository, self.filename, self.revision, self.checksum) == (other.repository, other.filenam… 52 return "r%s-%s" % (self.revision, self.getFilename()) 58 return self.revision 64 return self.revision 74 def makeSourceUrl (repository, revision, filename): argument 75 return "%s/%s/%s" % (repository, revision, filename) 77 def checkoutGit (repository, revision, fullDstPath): argument [all …]
|
/third_party/ffmpeg/ffbuild/ |
D | version.sh | 6 if ! test "$revision"; then 8 revision=$(cd "$1" && git describe --tags --match N 2> /dev/null) 10 revision=$(cd "$1" && git describe --tags --always 2> /dev/null) 16 test "$revision" || revision=$(cd "$1" && 21 if [ -z "$revision" ]; then 32 test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null) 35 test "$revision" && test "$git_hash" && revision="$revision-$git_hash" 39 test "$version" || version=$revision
|
/third_party/mbedtls/scripts/ |
D | code_size_compare.py | 58 def validate_revision(revision): argument 60 revision + "^{commit}"], shell=False) 63 def _create_git_worktree(self, revision): argument 67 if revision == "current": 71 print("Creating git worktree for", revision) 72 git_worktree_path = os.path.join(self.repo_path, "temp-" + revision) 75 git_worktree_path, revision], cwd=self.repo_path, 89 def _gen_code_size_csv(self, revision, git_worktree_path): argument 92 csv_fname = revision + ".csv" 93 if revision == "current": [all …]
|
D | abi_check.py | 176 version.revision, version.repository 181 version.repository, version.revision], 189 version.revision 191 worktree_rev = version.revision 262 if version.revision == version.commit: 263 return version.revision 265 return "{} ({})".format(version.revision, version.commit) 274 mbed_module, version.revision, version.version 440 mbed_module, self.old_version.revision, 441 self.new_version.revision [all …]
|
/third_party/iptables/ |
D | backport-Improve-error-messages-for-unsupported-extensions.patch | 14 Avoid this by pretending extension revision 0 is always supported. It is 19 In addition, print a warning if kernel rejected revision 0 and it's not 25 | Warning: Extension LOG revision 0 not supported, missing kernel 31 | Warning: Extension LOG revision 0 not supported, missing kernel 53 - /* pretend revision 0 is valid if not permitted to check - 56 + /* pretend revision 0 is valid - 62 + "Warning: Extension %s revision 0 not supported, missing kernel module?\n", 74 @@ -923,7 +923,12 @@ int xtables_compatible_revision(const char *name, uint8_t revision, int opt) 79 + /* Pretend revision 0 support for better error messaging */ 80 + if (revision == 0) [all …]
|
D | backport-nft-Fix-EPERM-handling-for-extensions-without-rev-0.patch | 6 Treating revision 0 as compatible in EPERM case works fine as long as 7 there is a revision 0 of that extension defined in DSO. Fix the code for 9 warning for revision 0. 30 - /* pretend revision 0 is valid - 31 + /* ignore EPERM and errors for revision 0 - 41 "Warning: Extension %s revision 0 not supported, missing kernel module?\n", 57 +# TEE has no revision 0
|
/third_party/ntfs-3g/ntfsprogs/ |
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 = SID_REVISION; in init_root_sd() [all …]
|
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 117 revision='abc123', 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='abc123', [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_clip_volume_hint.txt | 11 Microsoft revision 1.00, April 17, 1996 (hockl) 87 Original draft, revision 0.9, March 1, 1996 (drewb) 89 Minor revision, revision 0.91, March 8, 1996 (drewb) 90 Hint revision, revision 0.95, April 12, 1996 (drewb) 93 More revision, revision 0.96, April 16, 1996 (hockl) 96 More revision, revision 1.00, April 17, 1996 (hockl)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_clip_volume_hint.txt | 11 Microsoft revision 1.00, April 17, 1996 (hockl) 87 Original draft, revision 0.9, March 1, 1996 (drewb) 89 Minor revision, revision 0.91, March 8, 1996 (drewb) 90 Hint revision, revision 0.95, April 12, 1996 (drewb) 93 More revision, revision 0.96, April 16, 1996 (hockl) 96 More revision, revision 1.00, April 17, 1996 (hockl)
|
/third_party/skia/infra/bots/recipes/ |
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',
|
D | perf_skottiewasm_lottieweb.py | 365 revision='abc123', 380 revision='abc123', 405 revision='abc123', 423 revision='abc123', 438 revision='abc123', 463 revision='abc123', 478 revision='abc123', 503 revision='abc123',
|
/third_party/node/deps/v8/tools/release/ |
D | merge_to_branch.py | 73 for revision in self["full_revision_list"]: 76 grep="^[Pp]ort %s" % revision, 84 % (revision, git_hash, revision_title)) 87 % (revision, git_hash, revision_title)) 231 for revision in options.revisions: 232 if (IsSvnNumber(revision) or 233 (revision[0:1] == "r" and IsSvnNumber(revision[1:]))): 235 print("Got: %s" % revision)
|
D | roll_merge.py | 74 for revision in self["full_revision_list"]: 77 grep="Port %s" % revision, 85 % (revision, git_hash, revision_title)) 88 % (revision, git_hash, revision_title)) 252 for revision in options.revisions: 253 if (IsSvnNumber(revision) or 254 (revision[0:1] == "r" and IsSvnNumber(revision[1:]))): 256 print("Got: %s" % revision)
|
/third_party/openh264/codec/build/ |
D | generate_codec_ver.sh | 18 revision=`git show | head -n 1` 19 revision=`echo $revision|cut -d' ' -f2|sed -e 's#[ ]*\(.*\)[ ]*#\1#'` 20 revision=${revision:0:7}
|
/third_party/skia/infra/bots/recipe_modules/gsutil/examples/ |
D | full.py | 31 revision='abc123', 40 revision='abc123', 49 revision='abc123', 59 revision='abc123',
|
/third_party/skia/infra/bots/recipe_modules/checkout/examples/ |
D | full.py | 66 revision='abc123', 80 revision='abc123', 96 revision='abc123', 115 revision='abc123', 129 revision='abc123',
|
/third_party/skia/third_party/externals/angle2/third_party/logdog/ |
D | get.sh | 8 revision=17ec234f823f7bff6ada6584fdbbee9d54b8fc58 16 git checkout $revision 26 Version: $revision 27 Revision: $revision
|
/third_party/spirv-tools/utils/ |
D | generate_language_headers.py | 42 … def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): argument 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/spirv-tools/utils/ |
D | generate_language_headers.py | 42 … def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): argument 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-Headers/tools/buildHeaders/bin/ |
D | generate_language_headers.py | 81 … def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): argument 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/spirv-headers/tools/buildHeaders/bin/ |
D | generate_language_headers.py | 81 … def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): argument 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-Tools/utils/ |
D | generate_language_headers.py | 42 … def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): argument 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-headers/tools/buildHeaders/bin/ |
D | generate_language_headers.py | 81 … def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): argument 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/angle2/scripts/ |
D | roll_chromium_deps.py | 242 def ReadRemoteCrFile(path_below_src, revision): argument 244 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision, path_below_src)) 247 def ReadRemoteCrCommit(revision): argument 249 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision) 252 def ReadRemoteClangFile(path_below_src, revision): argument 254 return _ReadGitilesContent(CLANG_FILE_TEMPLATE % (revision, path_below_src)) 307 url, revision = dep['url'].split('@') 308 result[path] = DepsEntry(path, url, revision) 381 new_rev = cr_deps_entry.revision 396 if angle_deps_entry.revision != new_rev: [all …]
|