HomeSort by relevance Sort by last modified time
    Searched full:revision (Results 76 - 100 of 6456) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 16 u_int8_t revision; member in struct:xt_entry_match::__anon42555::__anon42556
41 u_int8_t revision; member in struct:xt_entry_target::__anon42558::__anon42559
71 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
72 * kernel supports, if >= revision. */
77 u_int8_t revision; member in struct:xt_get_revision
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 18 # A map from earliest revision to path.
37 def GetTestExpectationsPathForRevision(revision):
39 if revision >= i:
47 Given the time period, this method first gets the revision number. Then,
48 it gets the diff for each revision. Finally, it keeps the diff relating to
50 revision.
71 # #pysvn_client_log) returns the log messages (including revision
74 revision_start=pysvn.Revision(
76 revision_end=pysvn.Revision(
86 revision_start=pysvn.Revision(
    [all...]
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 46 row.revision = isNaN(row['rev']) ? row['rev'] : parseInt(row['rev']);
137 * Changes the number of the other revision to compare against on the graph.
139 * @param {string} revision The revision number of the other line to plot on
142 function changeRevisionCompare(revision) {
145 if (revision == 'None') {
149 params.revisionOther = revision;
155 * Changes the displayed revision number of the graph line.
157 * @param {string} revision The revision number of the graph to display
    [all...]
  /external/chromium_org/webkit/tools/layout_tests/
canary-webkit-revisions.py 6 """Retrieve passing and failing WebKit revision numbers from canaries.
9 - the last WebKit revision number for which all the tests have passed,
10 - the last WebKit revision number for which the tests were run, and
67 """Returns the WebKit revision specified in DEPS file.
70 Revision number as int. -1 in case of error.
82 Holds builder name, the last passing revision, the last run revision, and
83 a list of names of failing tests. Revision nubmer 0 is used to represent
84 that the revision doesn't exist.
125 Checks the last passing revision, the last run revision, and failing test
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_updater.py 112 """Update the sdk_tools bundle to have the given revision number.
114 This function finds all occurrences of the string "{REVISION}" in
124 revision_number: The revision number as an integer, or None to use the
125 current Chrome revision (as retrieved through svn/git).
134 '{REVISION}', str(revision_number))
143 revision_number: The revision number of this updater, as an integer. Or
144 None, to use the current Chrome revision."""
182 parser.add_option('-r', '--revision', help='revision number of this updater',
183 dest='revision', default=None
    [all...]
  /external/kernel-headers/original/asm-mips/
war.h 19 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
21 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
26 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
31 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
45 * "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10
46 * "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4
58 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
62 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
64 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
66 * "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
archive.py 26 """Returns the latest revision (as a string) available for this platform.
35 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
39 revision: the revision of Chrome to download.
60 zip_path = os.path.join(dest_dir, 'chrome-%s.zip' % revision)
62 url = site + '/%s/%s/%s.zip' % (_GetDownloadPlatform(), revision,
  /external/chromium_org/chrome/test/webdriver/test/
run_webdriver_java_tests.py 36 # We use the latest revision in the continuous archive instead of the
42 revision = continuous_archive.GetLatestRevision()
43 print '@@@STEP_TEXT@r%s@@@' % revision
46 chrome_path = continuous_archive.DownloadChrome(revision, temp_dir)
48 revision, temp_dir)
57 print '@@@STEP_TEXT@chromedriver r%s@@@' % revision
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 96 revision_string = build_dictionary['sourceStamp']['revision']
99 # 'revision' may be None if a trunk build was started by the force-build button on the web page.
100 revision=(int(revision_string) if revision_string else None),
123 file_name_regexp = re.compile(r"r(?P<revision>\d+) \((?P<build_number>\d+)\)")
129 return (int(match.group("revision")), int(match.group("build_number")))
136 # FIXME: This is a poor way to do revision -> build mapping.
138 print "Loading revision/build list from %s." % self.results_url()
144 _log.debug("Revision/build list failed to load.")
149 # This assumes there was only one build per revision, which is false but we don't care for now.
165 # This assumes there can be only one build per revision, which is false, but we don't care for now
206 def revision(self): member in class:Build
    [all...]
  /external/chromium_org/android_webview/buildbot/
generate_local_manifest.py 26 def pin_project(project, revision):
31 pin_project.set('revision', revision)
50 pin_project(project, pinned['revision'])
65 parser.add_option('--ndk-revision', dest='ndk_revision',
66 help='pin the ndk project at a particular REVISION',
67 metavar='REVISION', default=None)
90 'revision' : options.ndk_revision,
  /external/chromium_org/third_party/x86inc/
README.chromium 6 Revision: Customized from http://git.videolan.org/?p=x264.git;a=blob;f=common/x86/x86inc.asm;hb=12f12a268d47b12d9e26f57919c5022e2f234f9d
18 diff of the current version against the Revision identified, above, to see
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSink.java 15 Revision 1.2 2004/03/11 01:44:21 dom-ts-4
18 Revision 1.1 2001/07/23 04:52:20 dom-ts-4
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/subversion_file_system/
docs_public_extensions_214898 34 <td>Directory revision:</td>
35 <td><a href="/viewvc/chrome?view=revision&amp;revision=214692" title="Revision 214692">214692</a> (of <a href="/viewvc/chrome?view=revision" title="Revision 215508">215508</a>)</td>
39 <td>Sticky Revision:</td>
129 <td>&nbsp;<a href="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/public/extensions/manifest/?view=log&amp;pathrev=214898" title="View directory revision log"><strong>212903</strong></a></td>
146 <a name="404.html" href="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/public/extensions/404.html?view=log&amp;pathrev=214898" title="View file revision log">
156 <td style="white-space: nowrap;">&nbsp;<a href="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/public/extensions/404.html?revision=203435&amp;pathrev=214898" title="View file contents"><strong>203435</strong></a
    [all...]
  /external/apache-http/src/org/apache/http/
svn.info 3 Revision: 677354
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/
README.chromium 6 Revision: 153377
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_compression_dxt3.txt 45 Revision History
CHROMIUM_texture_compression_dxt5.txt 45 Revision History
  /external/chromium_org/third_party/
README.chromium.template 4 Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
6 Revision: (OPTIONAL if version is supplied) The current revision of the package
  /external/chromium_org/third_party/android_platform/
README.chromium 6 Revision: f56a37e
  /external/chromium_org/third_party/icu/source/data/xml/rbnf/
af.xml 8 <version number="$Revision: 1.1 $"/>
am.xml 8 <version number="$Revision: 1.1 $"/>
ar.xml 8 <version number="$Revision: 1.1 $"/>
az.xml 8 <version number="$Revision: 1.1 $"/>
bs.xml 8 <version number="$Revision: 1.1 $"/>
cs.xml 8 <version number="$Revision: 1.1 $"/>

Completed in 316 milliseconds

1 2 34 5 6 7 8 91011>>