Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/external/llvm/cmake/modules/
DGetSVN.cmake1 # 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/
Dlibxt_connlimit.c60 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 …]
Dlibxt_string.c172 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 …]
Dlibxt_CT.c308 .revision = 1,
321 .revision = 2,
336 .revision = 0,
346 .revision = 1,
356 .revision = 2,
366 .revision = 0,
/external/deqp/scripts/khr_util/
Dregistry_cache.py32 def __init__(self, filename, revision, checksum): argument
34 self.revision = revision
38 return hash((self.filename, self.revision, self.checksum))
41 …return (self.filename, self.revision, self.checksum) == (other.filename, other.revision, other.che…
47 return "r%d-%s" % (self.revision, self.filename)
53 return self.revision
56 …s.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/%s?r=%d" % (self.filename, self.revision)
Dformat.py33 def genInlHeader (registryName, revision): argument
36 revision = str(revision))
/external/llvm/utils/release/
Dtag.sh22 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/v8/tools/push-to-trunk/
Dreleases.py144 revision = self.GitSVNFindSVNRev(git_hash)
147 "revision": revision,
167 % revision),
189 for (tag, revision) in re.findall(BLEEDING_EDGE_TAGS_RE, tag_text):
190 git_hash = self.GitSVNFindGitHash(revision)
195 git_hash, revision, "bleeding_edge", tag, "", ""))
288 def ConvertToCommitNumber(step, revision): argument
290 if revision.isdigit() and len(revision) < 8:
291 return revision
293 revision, cwd=os.path.join(step._options.chromium, "v8"))
[all …]
Dmerge_to_branch.py73 for revision in self["full_revision_list"]:
76 grep="Port r%d" % int(revision),
87 % (revision, svn_revision, revision_title))
90 % (revision, svn_revision, revision_title))
106 for revision in self["full_revision_list"]:
107 next_hash = self.GitSVNFindGitHash(revision, "svn/bleeding_edge")
109 self.Die("Cannot determine git hash for r%s" % revision)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Dcollector.py230 revision = globals.get('__revision__', None)
231 if revision is None:
233 revision = globals.get('__version__', None)
235 if revision is not None:
237 revision = str(revision).strip()
239 revision = '???'
240 return revision
471 revision = None variable in ExceptionFrame
/external/v8/tools/
Dv8-info.sh49 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/v8/test/benchmarks/
Dtestcfg.py134 def _DownloadIfNecessary(self, url, revision, target_dir): argument
141 if checked_out_revision == revision:
147 archive_file = "downloaded_%s_%s.tar.gz" % (target_dir, revision)
152 f.write(revision)
156 command = "svn co %s -r %s %s" % (url, revision, target_dir)
163 f.write(revision)
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch3 --- 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/v8/test/test262/
Dtestcfg.py93 revision = TEST_262_ARCHIVE_REVISION
94 archive_url = TEST_262_URL % revision
95 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision)
106 print "Extracting test262-%s.tar.gz ..." % revision
120 os.rename(os.path.join(self.root, "tc39-test262-%s" % revision),
DREADME7 at revision 365 (hash fbba29f) as 'data' in this directory. Using later
9 with that revision.
15 If you do update to a newer revision you may have to change the test
/external/skia/site/dev/contrib/
Dpatch.md32 an old revision of the repo, you may need to sync your local workspace
33 to that same revision...
68 Wrong revision. Maybe your local workspace is not up to date? Or maybe the
69 patch was made against an old revision of the repository, and cannot be applied
70 to the latest revision? (In that case, revert any changes and sync your
71 workspace to an older revision, then re-apply the patch.)
/external/v8/test/test262-es6/
Dtestcfg.py132 revision = TEST_262_ARCHIVE_REVISION
133 archive_url = TEST_262_URL % revision
134 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision)
145 print "Extracting test262-%s.tar.gz ..." % revision
159 os.rename(os.path.join(self.root, "tc39-test262-%s" % revision),
DREADME7 at hash 9bd6686 (2014/08/25 revision) as 'data' in this directory. Using later
9 with that revision.
15 If you do update to a newer revision you may have to change the test
/external/jemalloc/bin/
Djemalloc-config.in10 --revision : Print shared library revision number.
37 --revision)
/external/openssh/openbsd-compat/
Dbsd-cray.c129 fsent.revision = 0; in cray_login_failure()
141 fret.revision = 0; in cray_login_failure()
267 usent.revision = 0; in cray_setup()
296 uret.revision = 0; in cray_setup()
389 fsent.revision = 0; in cray_setup()
401 fret.revision = 0; in cray_setup()
425 fsent.revision = 0; in cray_setup()
436 fret.revision = 0; in cray_setup()
469 ssent.revision = 0; in cray_setup()
481 sret.revision = 0; in cray_setup()
/external/e2fsprogs/intl/
Dexplodename.c56 const char **sponsor, const char **revision) in _nl_explode_name() argument
68 *revision = NULL; in _nl_explode_name()
164 *revision = ++cp; in _nl_explode_name()
Dfinddomain.c61 const char *revision; in _nl_find_domain() local
139 &sponsor, &revision); in _nl_find_domain()
146 sponsor, revision, domainname, 1); in _nl_find_domain()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
Dmysql-modelingschema.dump36 `revision` varchar(15) NOT NULL,
38 PRIMARY KEY (`fid`,`revision`,`bugid`)
58 `revision` varchar(15) NOT NULL,
65 PRIMARY KEY (`fid`,`revision`),
114 `revision` varchar(15) NOT NULL,
/external/iptables/libxtables/
Dxtables.c748 static int compatible_revision(const char *name, uint8_t revision, int opt) in compatible_revision() argument
758 if (revision != 0) in compatible_revision()
762 name, revision); in compatible_revision()
779 rev.revision = revision; in compatible_revision()
790 return (revision == 0); in compatible_revision()
802 static int compatible_match_revision(const char *name, uint8_t revision) in compatible_match_revision() argument
804 return compatible_revision(name, revision, afinfo->so_rev_match); in compatible_match_revision()
807 static int compatible_target_revision(const char *name, uint8_t revision) in compatible_target_revision() argument
809 return compatible_revision(name, revision, afinfo->so_rev_target); in compatible_target_revision()
827 xt_params->program_name, me->name, me->revision); in xtables_register_match()
[all …]
/external/iproute2/include/
Diptables.h23 u_int8_t revision; member
42 u_int8_t revision; member
95 u_int8_t revision; member

12345678910>>...15