Searched refs:revisions (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dregressionwindow.py47 def revisions(self): member in class:RegressionWindow
48 # Cache revisions to avoid excessive allocations.
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_sdktools.py43 revisions = []
47 revisions.append((int(m.group(1)), url))
48 return sorted(revisions)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbisect-builds78 my @revisions;
92 "r|revisions=s" => \&parseRevisions,
113 [-r|--revision M[:N]] specify starting (and optional ending) revisions to search
115 [-s|--sanity-check] verify both starting and ending revisions before bisecting
135 my $startIndex = $revisions[0] ? findNearestNightlyIndex(@nightlies, $revisions[0], 'ceil') : 0;
136 my $endIndex = $revisions[1] ? findNearestNightlyIndex(@nightlies, $revisions[1], 'floor') : $#nightlies;
200 print "\nBroken revisions skipped: r" . join(", r", keys %brokenRevisions) . "\n"
412 push(@revisions,
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout.py56 revisions = set(sum(map(self._scm.revisions_changing_file, paths), []))
57 return set(map(self.commit_info_for_revision, revisions))
/external/skia/bench/
H A Dbench_graph_svg.py38 print '-f <revision>[:<revision>] the revisions to use for fitting.'
47 print '-r <revision>[:<revision>] the revisions to show.'
155 revisions = unfiltered_revision_data_points.keys()
156 revisions.sort()
157 for revision in revisions:
219 revisions = revision_data_points.keys()
220 revisions.sort()
222 for revision in revisions:
386 start_rev = str(newest_revision - 100) # Displays about 100 revisions.
598 revisions
942 revisions = list(xes) variable
[all...]
H A Dbench_analyze.py93 revisions = []
94 x_axes = [] # For calculating corresponding revisions.
107 revisions.append(int(rev_match.group(1)))
128 val_dic[bench][revisions[i]] = float(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php15 total revisions: 2; selected revisions: 2 //don't store, is count of commits to the file
16 description: //is this a title for the revisions? probably
40 ^total\ revisions:\ (\d+);\\tselected\ revisions:\ (\d+)$\\n
/external/chromium_org/tools/
H A Dbisect-builds.py75 # _listing_platform_dir = Directory that holds revisions. Ends with a '/'.
152 """Fetches a URL and returns a 2-Tuple of ([revisions], next-marker). If
175 # Get a list of all the revisions.
181 revisions = []
186 revisions.append(revnum)
189 return (revisions, next_marker)
191 # Fetch the first list of revisions.
192 (revisions, next_marker) = _FetchAndParse(self.GetListingURL())
199 revisions.extend(new_revisions)
200 return revisions
[all...]
H A Dbisect-perf-regression.py63 # svn: Needed for git workflow to resolve hashes to svn revisions.
563 """Retrieves a list of revisions between |revision_range_start| and
571 A list of the revisions between |revision_range_start| and
772 of revisions to narrow down where performance regressions may have
1128 """Finds all dependant revisions and depots that need to be synced for a
1134 revisions in skia/gyp and skia/include.
1356 return ('Failed to parse DEPS file for external revisions.',
1410 """Changes to the appropriate directory and gathers a list of revisions
1421 A list containing the revisions between |start_revision| and
1477 known good and bad revisions
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dsvn.py223 revisions = []
230 revisions.append(int(match.group('revision')))
231 return revisions
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot.py173 # Builds for old revisions with fail to lookup via buildbot's json api.
365 revisions = []
372 revisions.append((int(revision_anchor.string), 'success' in table_cells[2].string))
373 return revisions
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py257 revisions = {}
261 revisions[name] = {'revision': revision, 'timestamp': scm.timestamp_of_revision(path, revision)}
267 'revisions': revisions,
/external/chromium_org/v8/tools/
H A Dv8-info.sh70 -u Print a link to all SVN revisions between two V8 revision tags.
H A Dmerge-to-branch.sh45 Performs the necessary steps to merge revisions from bleeding_edge
134 revisions associated with the patches."
177 echo ">>> Step $CURRENT_STEP: Apply patches for selected revisions."
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/test/functional/perf/
H A Dendure_result_parser.py390 revisions = re.findall(r'<td class="left">got_revision</td>\s+'
392 if revisions:
393 revision = revisions[0]
/external/v8/tools/
H A Dmerge-to-branch.sh45 Performs the necessary steps to merge revisions from bleeding_edge
123 revisions associated with the patches."
164 echo ">>> Step $CURRENT_STEP: Apply patches for selected revisions."
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline.py572 revisions = []
577 revisions.append(result.blink_revision())
578 return int(min(revisions))

Completed in 396 milliseconds