HomeSort by relevance Sort by last modified time
    Searched full:revisions (Results 1 - 25 of 732) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/tools/revisions/
index.jd 1 page.title=Revisions
9 href="{@docRoot}tools/revisions/platforms.html">Platforms</a>.</p
  /external/chromium_org/chrome/browser/
idle_android.cc 9 // revisions could check device state to see if we're active but on memory
  /external/skia/tools/
roll_autogen.sh 6 # roll_autogen.sh: Helper script for removing old revisions from an svn
7 # repository. Unfortunately, the only way to discard old revisions is to clone
26 # Determine the latest revision. Note that any revisions committed while we
36 echo "Dumping revisions ${START} to ${END} to ${DUMPFILE}."
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional_fwd.hpp 12 // Revisions:
  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 43 revisions = []
47 revisions.append((int(m.group(1)), url))
48 return sorted(revisions)
  /external/chromium_org/v8/tools/
v8-rolls.sh 101 REVISIONS=1
109 n) REVISIONS=$OPTARG
120 rolls $REVISIONS $START
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
regressionwindow.py 47 def revisions(self): member in class:RegressionWindow
48 # Cache revisions to avoid excessive allocations.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text.source_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/tools/
bisect-builds.py 75 # _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...]
run-bisect-perf-regression.cfg 8 on a range of revisions to look for a performance regression. Modify the config
61 - Script accepts either ChromeOS versions, or unix timestamps as revisions.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
README.chromium 22 threads, DECthreads, or any of the draft revisions of the pthreads standard.
  /external/chromium_org/third_party/protobuf/
README.chromium 29 Revisions r430, r475, r476 and 504 were cherry-picked from upstream.
  /external/chromium_org/v8/benchmarks/
run.html 127 revisions from time to time in order to fix bugs or expand the scope
128 of the benchmark suite. For previous revisions and the change log see
129 the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/revisions.html">revisions</a> page.
revisions.html 3 <title>V8 Benchmark Suite Revisions</title>
8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div>
16 expand the scope of the benchmarks. Here is a list of revisions, with
  /external/v8/benchmarks/
run.html 127 revisions from time to time in order to fix bugs or expand the scope
128 of the benchmark suite. For previous revisions and the change log see
129 the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/revisions.html">revisions</a> page.
revisions.html 3 <title>V8 Benchmark Suite Revisions</title>
8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div>
16 expand the scope of the benchmarks. Here is a list of revisions, with
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 15 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/skia/bench/
gen_bench_ranges.py 72 Outputs expectation picture bench ranges for the latest revisions for the given
96 Ignores data with revisions outside [rev_min, rev_max] integer range. For
97 bench data with multiple revisions, we use higher revisions to calculate
142 # It is fine to have later revisions overwrite earlier benches, since we
bench_graph_svg.py 38 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 = ignored_revision_data_points.keys(
942 revisions = list(xes) variable
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bisect-builds 78 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, $1)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout.py 56 revisions = set(sum(map(self._scm.revisions_changing_file, paths), []))
57 return set(map(self.commit_info_for_revision, revisions))
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 55 "http://en.wiktionary.org/w/api.php?action=query&prop=revisions&titles=%s&" +
152 JSONArray revisions = page.getJSONArray("revisions"); local
153 JSONObject revision = revisions.getJSONObject(0);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 62 "http://en.wiktionary.org/w/api.php?action=query&prop=revisions&titles=%s&" +
159 JSONArray revisions = page.getJSONArray("revisions"); local
160 JSONObject revision = revisions.getJSONObject(0);
  /external/chromium_org/third_party/polymer/
build.log 26 REPO REVISIONS
  /external/chromium_org/webkit/tools/layout_tests/
canary-webkit-revisions.py 172 """Prints passing revisions and the range of such revisions.
177 print "**** Passing revisions *****"
196 """Prints failing revisions and the failing tests.
202 print "**** Failing revisions *****"

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>