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

1 2 3

  /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/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/chromium_org/tools/
bisect-builds.py 80 # _listing_platform_dir = Directory that holds revisions. Ends with a '/'.
168 """Fetches a URL and returns a 2-Tuple of ([revisions], next-marker). If
191 # Get a list of all the revisions.
197 revisions = []
202 revisions.append(revnum)
205 return (revisions, next_marker)
207 # Fetch the first list of revisions.
208 (revisions, next_marker) = _FetchAndParse(self.GetListingURL())
215 revisions.extend(new_revisions)
216 return revisions
    [all...]
  /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/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 173 # 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/v8/tools/
v8-info.sh 70 -u Print a link to all SVN revisions between two V8 revision tags.
  /external/chromium_org/v8/tools/push-to-trunk/
merge_to_branch.py 88 self._options.revisions))
119 MESSAGE = "Find the git revisions associated with the patches."
155 MESSAGE = "Apply patches for selected revisions."
281 return ("Performs the necessary steps to merge revisions from "
290 parser.add_argument("revisions", nargs="*",
291 help="The revisions to merge.")
305 if len(options.revisions) < 1:
  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/aarch64-linux-android-clang3.4/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mips64el-linux-android-4.9/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mips64el-linux-android-clang3.4/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mipsel-linux-android-4.9/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/x86-4.6/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/x86-4.8/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/x86-4.9/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/x86_64-4.9/
setup.mk 23 # revisions of the NDK.
  /ndk/toolchains/x86_64-clang3.4/
setup.mk 23 # revisions of the NDK.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 264 revisions = {}
268 revisions[name] = {'revision': revision, 'timestamp': scm.timestamp_of_revision(path, revision)}
274 'revisions': revisions,
  /external/chromium_org/tools/sheriffing/
buildinfo.js 67 * Get the revisions involved in a build. Sadly, this only works on Chromium's

Completed in 829 milliseconds

1 2 3