Searched refs:milestone (Results 1 - 15 of 15) sorted by relevance

/external/skia/tools/
H A Dmilestone.py18 git commit -m "Update Skia milestone."
23 milestone = int(sys.argv[1]) variable
24 assert milestone > 0
43 o.write(text % milestone)
/external/skqp/tools/
H A Dmilestone.py18 git commit -m "Update Skia milestone."
23 milestone = int(sys.argv[1]) variable
24 assert milestone > 0
43 o.write(text % milestone)
/external/autotest/utils/
H A Dlabellib_unittest.py171 self.assertEqual(cros_version.milestone, 'R27')
176 self.assertEqual(cros_version.milestone, 'R27')
181 self.assertEqual(cros_version.milestone, 'R27')
/external/autotest/client/common_lib/cros/
H A Dautoupdater.py274 board, build_type, milestone, _ = server_utils.ParseBuildName(
279 board, build_type, milestone = ('', '', '')
284 'milestone': milestone,
H A Ddev_server.py1749 def get_latest_build(cls, target, milestone=''):
1754 @param milestone: For latest build set to '', for builds only in a
1755 specific milestone set to a str of format Rxx
1764 milestone=milestone)
2130 @return: a tuple (board, build_type, milestone)
2133 board, build_type, milestone, _ = server_utils.ParseBuildName(
2138 board, build_type, milestone = ('', '', '')
2140 return board, build_type, milestone
2196 is_au_success, board, build_type, milestone,
[all...]
/external/autotest/site_utils/stable_images/
H A Dassign_stable_images.py414 milestone = json_entry['milestone']
416 version = 'R%d-%s' % (milestone, build)
/external/autotest/frontend/afe/
H A Dmoblab_rpc_interface.py918 milestone = match.group(1)
919 if milestone not in build_map:
920 build_map[milestone] = []
921 build_map[milestone].append(build)
926 for milestone in milestones[:milestone_limit]:
927 builds = build_map[milestone]
/external/icu/icu4c/
H A Dicu4c.css24 body .only-milestone,
30 body.milestone .only-milestone {
/external/autotest/scheduler/
H A Dprejob_task.py322 r'(?P<milestone>LATEST|R[0-9]+)'
339 self.milestone = match.group('milestone')
372 """Set build milestone from the labels.
386 self._milestone = cros_image.milestone
/external/autotest/site_utils/deployment/
H A Dinstall.py159 milestone = e['chrome_version'].split('.')[0]
161 return 'R%s-%s' % (milestone, build)
/external/autotest/server/hosts/
H A Dcros_host.py432 # 'milestone'.
660 board, build_type, milestone, _ = server_utils.ParseBuildName(build)
665 board, build_type, milestone = ('', '', '')
671 'milestone': milestone
2047 """Gets the Chrome version number and milestone as strings.
2049 Invokes "chrome --version" to get the version number and milestone.
2051 @return A tuple (chrome_ver, milestone) where "chrome_ver" is the
2053 and "milestone" is the first component of the version number
2056 of "chrome --version" and the milestone wil
[all...]
/external/autotest/client/common_lib/
H A Dutils.py2166 Parse a chrome version string and return version and milestone.
2169 the version and "W" as the milestone.
2172 @return: a tuple (chrome_version, milestone). If the incoming version
2175 milestone will be set to the empty string.
2179 milestone = match.group(1) if match else ''
2180 return ver, milestone
/external/autotest/site_utils/
H A Dgs_offloader.py128 and milestone.
134 'milestone': 'unknown'}
148 fields['milestone'] = cros_version.milestone
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 384 milliseconds