Searched refs:revision (Results 26 - 50 of 250) sorted by relevance

12345678910

/external/v8/tools/
H A 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.
H A Dtry_perf.py62 parser.add_argument('-r', '--revision', type=str, default=None,
64 'default: the revision will be determined by the '
98 if options.revision: cmd += ['-r %s' % options.revision]
/external/v8/tools/release/
H A Dmerge_to_branch.py72 for revision in self["full_revision_list"]:
75 grep="^[Pp]ort %s" % revision,
80 # Is this revision included in the original revision list?
83 % (revision, git_hash, revision_title))
86 % (revision, git_hash, revision_title))
93 #: 'y': Add ports to revision list.
223 print "Either a patch file or revision numbers must be specified"
238 for revision in options.revisions:
239 if (IsSvnNumber(revision) o
[all...]
H A Droll_merge.py74 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"
254 for revision in options.revisions:
255 if (IsSvnNumber(revision) o
[all...]
H A Dauto_roll.py42 # Interpret the DEPS file to retrieve the v8 revision.
48 # The revision rolled last.
51 assert self["last_version"], "The last rolled v8 revision is not tagged."
55 MESSAGE = "Detect commit ID of the V8 revision to roll."
59 self["roll"] = self._options.revision
61 # If the revision was passed on the cmd line, continue script execution
65 # The revision that should be rolled. Check for the latest of the most
72 # revision (i.e. we don't go backwards). The revisions are ordered newest
76 for revision in revisions:
77 version = self.GetVersionTag(revision)
[all...]
/external/skia/infra/bots/recipe_modules/swarming_client/
H A Dapi.py28 def checkout(self, revision=None, curl_trace_file=None, can_fail_build=True):
35 If |revision| is None, this requires the build property
44 # need to pass in some recent legal revision for this property.
45 if revision is None:
46 revision = self.m.properties['parent_got_swarming_client_revision']
50 ref=revision,
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Dabft.c39 .revision = 1,
/external/google-benchmark/
H A Dmingw.py82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()):
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)
223 # Store each specific revision differently
224 slug = '{version}-{arch}-{threading}-{exceptions}-rev{revision}'
[all...]
/external/autotest/site_utils/suite_scheduler/
H A Dbuild_event.py16 @var _revision: The last git revision we checked for new build artifacts.
46 Creates initial revision checkpoint.
62 def _AllPerBranchBuildsSince(self, board, revision):
63 """Get all per-branch, per-board builds since git |revision|.
66 @param revision: the revision to look back until.
69 all_branch_manifests = self._mv.ManifestsSinceRev(revision, board)
/external/skia/infra/bots/recipes/
H A Dhousekeeper.py41 '--githash', api.properties['revision'],
57 revision='abc123',
66 revision='abc123',
H A Dupload_nano_results.py62 revision='abc123',
71 revision='abc123',
/external/syslinux/com32/gpllib/acpi/
H A Drsdp.c51 cp_struct(&r->revision);
77 printf(" revision : %u\n", r->revision);
/external/toolchain-utils/
H A Drepo_to_repo.py55 self.revision = None
119 self.revision = '{0} (as of "{1}")'.format(address, datetime.datetime.now())
134 def __init__(self, address, mappings, revision=None):
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
[all...]
/external/skia/infra/bots/
H A Drecipes.py34 # revision (str) - the git revision for the engine to get.
44 'url revision path_override branch repo_type')
82 engine.setdefault('revision', '')
151 revision = dep.revision
164 _git_check_call(['rev-parse', '--verify', '%s^{commit}' % revision],
171 _git_check_call(['diff', '--quiet', revision], cwd=engine)
173 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine)
/external/deqp/scripts/khr_util/
H A Dformat.py29 * Generated from {registryName} revision {revision}.
33 def genInlHeader (registryName, revision):
36 revision = str(revision))
/external/e2fsprogs/intl/
H A Dexplodename.c56 const char **sponsor, const char **revision)
68 *revision = NULL;
162 /* Next is revision (CEN syntax). */
164 *revision = ++cp;
52 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
H A Dfinddomain.c61 const char *revision; local
77 (1) revision
139 &sponsor, &revision);
146 sponsor, revision, domainname, 1);
H A Dgmo.h77 /* The revision number of the file format. */
78 nls_uint32 revision; member in struct:mo_file_header
80 /* The following are only used in .mo files with major revision 0 or 1. */
93 /* The following are only used in .mo files with minor revision >= 1. */
116 /* The following are only used in .mo files with minor revision >= 1. */
/external/libyuv/files/tools_libyuv/autoroller/
H A Droll_deps.py57 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision')
83 def ParseRemoteCrDepsFile(revision):
84 deps_content = ReadRemoteCrFile('DEPS', revision)
158 def ReadRemoteCrFile(path_below_src, revision):
159 """Reads a remote Chromium file of a specific revision. Returns a string."""
160 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision,
164 def ReadRemoteCrCommit(revision):
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)
[all...]
/external/webrtc/tools/autoroller/
H A Droll_chromium_revision.py47 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision')
71 def ParseRemoteCrDepsFile(revision):
72 deps_content = ReadRemoteCrFile('DEPS', revision)
146 def ReadRemoteCrFile(path_below_src, revision):
147 """Reads a remote Chromium file of a specific revision. Returns a string."""
148 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision,
152 def ReadRemoteCrCommit(revision):
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)
[all...]
/external/iptables/extensions/
H A Dlibxt_hashlimit.c186 cfg_copy(struct hashlimit_cfg2 *to, const void *from, int revision) argument
188 if (revision == 1) {
200 } else if (revision == 2) {
245 static uint64_t parse_burst(const char *burst, int revision) argument
249 uint64_t max = (revision == 1) ? UINT32_MAX : UINT64_MAX;
250 uint64_t burst_max = (revision == 1) ?
255 if (revision == 1)
269 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) argument
274 uint64_t max = (revision == 1) ? UINT32_MAX : UINT64_MAX;
297 if(revision
306 parse_rate(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) argument
618 print_rate(uint32_t period, int revision) argument
724 hashlimit_mt_print(const struct hashlimit_cfg2 *cfg, unsigned int dmask, int revision) argument
834 hashlimit_mt_save(const struct hashlimit_cfg2 *cfg, const char* name, unsigned int dmask, int revision) argument
[all...]
H A Dlibxt_socket.c165 .revision = 0,
173 .revision = 1,
186 .revision = 2,
199 .revision = 3,
/external/libdrm/nouveau/nvif/
H A Dcl0080.h22 __u8 revision; /* from NV_PMC_BOOT_0 */ member in struct:nv_device_info_v0
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.h71 uint32_t revision; member in struct:etna_screen
/external/chromium-trace/catapult/common/lab/
H A Dcommits.py66 for revision in data['log']:
67 commit_time_string = revision['committer']['time']

Completed in 4807 milliseconds

12345678910