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

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
logmerge.py 19 command, which shows the revisions including the given tag, while you
97 """Digest a chunk -- extract working file name and revisions"""
112 revisions = {}
123 revisions[tag] = rev
126 rev = revisions.get(branch)
  /external/python/cpython2/Tools/scripts/
logmerge.py 19 command, which shows the revisions including the given tag, while you
97 """Digest a chunk -- extract working file name and revisions"""
112 revisions = {}
123 revisions[tag] = rev
126 rev = revisions.get(branch)
  /compatibility/cdd/10_software-compatibility-testing/
10_1_compatibility_test_suite.md 14 Compatibility Definition, and multiple revisions of the CTS may be released for
  /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/v8/tools/release/
auto_roll.py 67 revisions = self.GetRecentReleases(
69 assert revisions, "Didn't find any recent release."
72 # revision (i.e. we don't go backwards). The revisions are ordered newest
76 for revision in revisions:
merge_to_branch.py 70 self._options.revisions))
147 MESSAGE = "Apply patches for selected revisions."
202 return ("Performs the necessary steps to merge revisions from "
210 parser.add_argument("revisions", nargs="*",
211 help="The revisions to merge.")
221 if len(options.revisions) < 1:
238 for revision in options.revisions:
roll_merge.py 72 self._options.revisions))
135 MESSAGE = "Apply patches for selected revisions."
225 return ("Performs the necessary steps to merge revisions from "
231 parser.add_argument("revisions", nargs="*",
232 help="The revisions to merge.")
242 if len(options.revisions) < 1:
254 for revision in options.revisions:
common_includes.py 568 # Fetch unfetched revisions.
644 revisions = self.Git("rev-list --max-age=%d --tags" %
647 # Filter out revisions who's tag is off by one or more commits.
648 return filter(lambda r: self.GetVersionTag(r), revisions.splitlines())
  /external/skia/infra/bots/recipe_modules/core/
api.py 109 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
125 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
  /external/skqp/infra/bots/recipe_modules/core/
api.py 91 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
107 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
  /external/v8/tools/
v8-info.sh 70 -u Print a link to all SVN revisions between two V8 revision tags.
  /system/media/camera/docs/
HidlMetadata.mako 38 /* Include definitions from all prior minor HAL metadata revisions */
  /external/dtc/Documentation/
dtc-paper.tex 205 since evolved through various revisions, and the current version is
380 and include it in the bootloader image. For minor revisions of the
426 existing revisions of the blob format. When reading, \dtc takes the
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/
aws-java-sdk-codedeploy-1.11.18.jar 
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
bcel.md 61 editorial revisions, annotations, elaborations, or other modifications
xalan.md 68 editorial revisions, annotations, elaborations, or other modifications
xerces.md 66 editorial revisions, annotations, elaborations, or other modifications
xmlresolver.md 62 editorial revisions, annotations, elaborations, or other modifications
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml.crypto/
santuario.md 64 editorial revisions, annotations, elaborations, or other modifications
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.xml.bind/
xmlresolver.md 62 editorial revisions, annotations, elaborations, or other modifications
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
bcel.md 61 editorial revisions, annotations, elaborations, or other modifications
xalan.md 68 editorial revisions, annotations, elaborations, or other modifications
xerces.md 66 editorial revisions, annotations, elaborations, or other modifications
xmlresolver.md 62 editorial revisions, annotations, elaborations, or other modifications

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 910