/external/autotest/server/site_tests/cheets_CTS/ |
D | generate_controlfiles.py | 144 def get_extension(package, abi, revision): argument 151 return '%s.%s.%s' % (revision, abi, package) 154 def get_controlfile_name(package, abi, revision): argument 156 return 'control.%s' % get_extension(package, abi, revision) 196 def get_controlfile_content(package, abi, revision, build, uri): argument 201 name = 'cheets_CTS.%s' % get_extension(package, abi, revision) 234 revision=revision, 255 revision = None 264 revision = get_tradefed_revision(line) 269 return packages, build, revision [all …]
|
/external/llvm/cmake/modules/ |
D | GetSVN.cmake | 1 # CMake project that writes Subversion revision information to a header. 22 macro(get_source_info_svn path revision repository) 35 set(${revision} ${Project_WC_REVISION} PARENT_SCOPE) 43 macro(get_source_info_git_svn path revision repository) 54 set(${revision} ${git_svn_rev} PARENT_SCOPE) 62 macro(get_source_info_git path revision repository) 71 set(${revision} ${git_output} PARENT_SCOPE) 86 function(get_source_info path revision repository) 88 get_source_info_svn("${path}" revision repository) 90 get_source_info_git_svn("${path}" revision repository) [all …]
|
/external/iptables/extensions/ |
D | libxt_connlimit.c | 60 const unsigned int revision = (*cb->match)->u.user.revision; in connlimit_parse() local 73 if (revision < 1) in connlimit_parse() 80 if (revision < 1) in connlimit_parse() 153 const int revision = match->u.user.revision; in connlimit_save4() local 160 if (revision >= 1) { in connlimit_save4() 171 const int revision = match->u.user.revision; in connlimit_save6() local 178 if (revision >= 1) { in connlimit_save6() 189 .revision = 0, 204 .revision = 0, 219 .revision = 1, [all …]
|
D | libxt_string.c | 172 const unsigned int revision = (*cb->match)->u.user.revision; in string_parse() local 179 if (revision == 0) in string_parse() 188 if (revision == 0) in string_parse() 195 if (revision == 0) in string_parse() 257 const int revision = match->u.user.revision; in string_print() local 258 int invert = (revision == 0 ? info->u.v0.invert : in string_print() 273 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE) in string_print() 281 const int revision = match->u.user.revision; in string_save() local 282 int invert = (revision == 0 ? info->u.v0.invert : in string_save() 297 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE) in string_save() [all …]
|
D | libxt_hashlimit.c | 186 cfg_copy(struct hashlimit_cfg2 *to, const void *from, int revision) in cfg_copy() argument 188 if (revision == 1) { in cfg_copy() 200 } else if (revision == 2) { in cfg_copy() 245 static uint64_t parse_burst(const char *burst, int revision) in parse_burst() argument 249 uint64_t max = (revision == 1) ? UINT32_MAX : UINT64_MAX; in parse_burst() 250 uint64_t burst_max = (revision == 1) ? in parse_burst() 255 if (revision == 1) in parse_burst() 269 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_bytes() argument 274 uint64_t max = (revision == 1) ? UINT32_MAX : UINT64_MAX; in parse_bytes() 297 if(revision == 1) in parse_bytes() [all …]
|
/external/llvm/utils/release/ |
D | build_llvm_package.bat | 7 REM Usage: build_llvm_package.bat <revision> 20 set revision=%1 variable 22 set package_version=3.9.0-r%revision% 23 set clang_format_vs_version=3.9.0.%revision% 24 set build_dir=llvm_package_%revision% 27 echo Revision: %revision% 37 echo Checking out %branch% at r%revision%... 38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b 39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit… 40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools… [all …]
|
D | tag.sh | 22 revision="HEAD" 48 ${dryrun} svn copy -m "Creating release_$branch_release branch off revision ${revision}" \ 49 -r ${revision} \ 87 -revision | --revision ) 89 revision="$1" 120 if [ "$revision" != "HEAD" ]; then
|
/external/deqp/scripts/khr_util/ |
D | registry_cache.py | 32 def __init__(self, repository, filename, revision, checksum): argument 35 self.revision = revision 39 return hash((self.repository, self.filename, self.revision, self.checksum)) 42 …(self.repository, self.filename, self.revision, self.checksum) == (other.repository, other.filenam… 48 return "r%s-%s" % (self.revision, self.getFilename()) 54 return self.revision 57 return "%s/%s/%s" % (self.repository, self.revision, self.filename)
|
/external/v8/tools/release/ |
D | releases.py | 167 revision = self.GetCommitPositionNumber(git_hash) 170 "revision": revision, 194 % revision), 258 def GetReleaseFromRevision(self, revision): argument 261 if (VERSION_FILE not in self.GitChangedFiles(revision) or 262 not self.GitCheckoutFileSafe(VERSION_FILE, revision)): 263 print "Skipping revision %s" % revision 268 self.Git("branch -r --contains %s" % revision).strip().splitlines(), 279 print "Could not determine branch for %s" % revision 281 release, _ = self.GetRelease(revision, branch) [all …]
|
D | merge_to_branch.py | 72 for revision in self["full_revision_list"]: 75 grep="^[Pp]ort %s" % revision, 83 % (revision, git_hash, revision_title)) 86 % (revision, git_hash, revision_title)) 238 for revision in options.revisions: 239 if (IsSvnNumber(revision) or 240 (revision[0:1] == "r" and IsSvnNumber(revision[1:]))): 242 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)) 254 for revision in options.revisions: 255 if (IsSvnNumber(revision) or 256 (revision[0:1] == "r" and IsSvnNumber(revision[1:]))): 258 print "Got: %s" % revision
|
/external/skia/infra/bots/recipe_modules/core/examples/ |
D | full.py | 23 revision='abc123', 39 revision='abc123', 58 revision='abc123', 80 revision='abc123', 99 revision='abc123', 113 revision='abc123',
|
/external/ImageMagick/ |
D | ChangeLog | 2 * Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721. 12 * Release ImageMagick version 7.0.2-4, GIT revision 18591:50debe5:20160710. 19 * Release ImageMagick version 7.0.2-3, GIT revision 18572:28560fc:20160709. 27 * Release ImageMagick version 7.0.2-2, GIT revision 18514:a7b5b46:20160626. 34 * Release ImageMagick version 7.0.2-1, GIT revision 18479:931319b:20160622. 46 * Release ImageMagick version 7.0.2-0, GIT revision 10884:f0e15e8:20160612. 55 * Release ImageMagick version 7.0.1-10, GIT revision 18406:ba4ad2d:20160607. 66 * Release ImageMagick version 7.0.1-9, GIT revision 10847:339f803:20160602. 76 * Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531. 85 * Release ImageMagick version 7.0.1-7, GIT revision 18321:5511ef5:20160530. [all …]
|
/external/skia/infra/bots/recipes/ |
D | ct_skps.py | 253 revision=skia_revision, 267 revision=skia_revision, 280 revision=skia_revision, 294 revision=skia_revision, 308 revision=skia_revision, 326 revision=skia_revision, 344 revision=skia_revision, 361 revision=skia_revision, 375 revision=skia_revision, 390 revision=skia_revision, [all …]
|
D | upload_dm_results.py | 48 revision = api.properties['revision'] 83 revision, 107 revision='abc123', 115 revision='abc123', 124 revision='abc123', 139 revision='abc123',
|
D | compile.py | 122 revision='abc123', 144 revision='abc123', 163 revision='abc123', 179 revision='abc123', 202 revision='abc123',
|
/external/toolchain-utils/ |
D | repo_to_repo.py | 55 self.revision = None 119 self.revision = '{0} (as of "{1}")'.format(address, datetime.datetime.now()) 134 def __init__(self, address, mappings, revision=None): argument 139 self.revision = revision 149 command = p4client.SetupAndDo(p4client.Sync(self.revision)) 155 self.revision = re.search('^\d+$', o.strip(), re.MULTILINE).group(0) 180 self.revision = '' 185 self.revision += o.strip().split(':')[-1] 222 self.revision = o.strip() 330 revision = repo_dict.get('revision', None) [all …]
|
/external/google-benchmark/ |
D | mingw.py | 82 revision = exceptions.setdefault(int(value[4].strip()[3:]), 173 exceptions = None, revision = None, log = EmptyLogger()): argument 180 if not (arch and version and threading and exceptions and revision): 207 if revision == None: 208 revision = max(versions[version][arch][threading][exceptions].keys()) 213 url = versions[version][arch][threading][exceptions][revision] 220 log.debug(' - revision: %s', revision) 230 revision = revision 304 exceptions = args.exceptions, revision = args.revision,
|
/external/v8/tools/ |
D | v8-info.sh | 49 Fetches V8 revision information from a git-svn checkout. 54 -i Print revision info for all branches matching the V8 version. 56 Output format: [Git hash] [SVN revision] [V8 version] 58 -v Print the V8 version tag for a trunk SVN revision. 64 Output format: [V8 version] [SVN revision] [SVN patch merged]*. 70 -u Print a link to all SVN revisions between two V8 revision tags.
|
/external/webrtc/tools/autoroller/ |
D | roll_chromium_revision.py | 71 def ParseRemoteCrDepsFile(revision): argument 72 deps_content = ReadRemoteCrFile('DEPS', revision) 146 def ReadRemoteCrFile(path_below_src, revision): argument 148 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision, 152 def ReadRemoteCrCommit(revision): argument 154 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision) 199 url, revision = deps_url.split('@') if deps_url else (None, None) 200 result[path] = DepsEntry(path, url, revision) 224 result.append(ChangedDep(entry.path, entry.url, entry.revision, 'None')) 226 result.append(ChangedDep(entry.path, entry.url, entry.revision, [all …]
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 83 def ParseRemoteCrDepsFile(revision): argument 84 deps_content = ReadRemoteCrFile('DEPS', revision) 158 def ReadRemoteCrFile(path_below_src, revision): argument 160 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision, 164 def ReadRemoteCrCommit(revision): argument 166 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision) 211 url, revision = deps_url.split('@') if deps_url else (None, None) 212 result[path] = DepsEntry(path, url, revision) 244 new_rev = cr_deps_entry.revision 255 if libyuv_deps_entry.revision != new_rev: [all …]
|
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 60 def __init__(self, revision, status, tag=None): argument 61 self.revision = revision 190 self.points[i].revision)) 235 def CheckoutRevision(self, revision): argument 244 def SetGoodRevision(self, revision): argument 245 if revision is None: 247 assert revision in self.bs.sorted_list 248 self.bs.SetLoRevision(revision) 250 def SetBadRevision(self, revision): argument 251 if revision is None: [all …]
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 3 --- src/dnsmasq.c (revision 696) 4 +++ src/dnsmasq.c (revision 821) 143 --- src/config.h (revision 696) 144 +++ src/config.h (revision 821) 156 --- src/dnsmasq.h (revision 696) 157 +++ src/dnsmasq.h (revision 821) 224 --- src/util.c (revision 696) 225 +++ src/util.c (revision 821) 267 --- src/dhcp.c (revision 696) 268 +++ src/dhcp.c (revision 821) [all …]
|
/external/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 93 revision='abc123', 112 revision='abc123', 123 revision='abc123', 134 revision='abc123',
|
/external/python/cpython2/Modules/ |
D | getbuildinfo.c | 48 const char *revision = _Py_hgversion(); in Py_GetBuildInfo() local 49 const char *sep = *revision ? ":" : ""; in Py_GetBuildInfo() 54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, in Py_GetBuildInfo()
|