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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer_unittest.py 38 'http://crrev.com/123456 https://src.chromium.org/viewvc/blink?view=revision&revision=456789',
58 'https://src.chromium.org/viewvc/blink?view=revision&revision=456789',
105 'http://crrev.com/123456 https://src.chromium.org/viewvc/blink?view=revision&revision=456789',
126 'http://crrev.com/123456 https://src.chromium.org/viewvc/blink?view=revision&revision=456789 '
147 'http://crrev.com/123456 https://src.chromium.org/viewvc/blink?view=revision&revision=456789
    [all...]
  /external/iptables/extensions/
libxt_connlimit.c 60 const unsigned int revision = (*cb->match)->u.user.revision; local
73 if (revision < 1)
80 if (revision < 1)
153 const int revision = match->u.user.revision; local
160 if (revision >= 1) {
171 const int revision = match->u.user.revision; local
178 if (revision >= 1)
    [all...]
  /external/chromium_org/tools/
bisect-builds.py 9 a bad revision (it will try to guess HEAD) and asks for a last known-good
10 revision. It will then binary search across this revision range by downloading,
11 unzipping, and opening Chromium for you. After testing the specific revision,
31 DEPS_FILE= 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
71 # The name of the ZIP file in a revision directory on the server.
128 def GetDownloadURL(self, revision):
129 """Gets the download URL for a build archive of a specific revision."""
132 OFFICIAL_BASE_URL, revision, self._listing_platform_dir,
136 BASE_URL, self._listing_platform_dir, revision, self.archive_name
    [all...]
sync-webkit-git.py 81 """Map an SVN revision to a git hash.
85 # which contain the SVN revision of that commit. We can stop once
86 # we've found our target (or hit a revision number lower than what
101 # Track whether we saw a revision *later* than the one we're seeking.
149 print "ERROR: Couldn't map r%s to a git revision." % webkit_rev
174 print "Resetting tree state to new revision."
181 parser.add_option('-r', '--revision', help="switch to desired revision")
198 if options.revision:
199 webkit_rev = options.revision
    [all...]
run-bisect-manual-test.py 79 help='A bad revision to start bisection. ' +
80 'Must be later than good revision. May be either a git' +
81 ' or svn revision.')
84 help='A revision to start bisection where performance' +
86 'bad revision. May be either a git or svn revision.')
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 54 """Get the sdk_tools bundle revision.
56 build_updater uses to specify the current revision of sdk_tools."""
62 return manifest.GetBundle('sdk_tools').revision
90 def _BuildUpdater(self, out_dir, revision=None):
93 if revision:
94 cmd.extend(['-r', str(revision)])
100 def _BuildUpdaterArchive(self, rel_path, revision):
105 revision: The revision number to give to this bundle.
110 self._BuildUpdater(os.path.join(self.basedir, rel_path), revision)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RevisionHistoryView.js 39 this.element.addStyleClass("revision-history-drawer");
101 var revision = uiSourceCode.history[i];
102 var historyItem = new WebInspector.RevisionHistoryTreeElement(revision, uiSourceCode.history[i - 1], i !== revisionCount - 1);
110 var revertToOriginal = linkItem.listItemElement.createChild("span", "revision-history-link revision-history-link-row");
114 var clearHistoryElement = uiSourceCodeItem.listItemElement.createChild("span", "revision-history-link");
186 * @param {WebInspector.Revision} revision
187 * @param {WebInspector.Revision} baseRevision
190 WebInspector.RevisionHistoryTreeElement = function(revision, baseRevision, allowRevert
    [all...]
  /external/skia/tools/
submit_try 138 def __init__(self, bots, changelist, revision):
141 self._revision = revision
153 def revision(self): member in class:ValidateArgs.CollectedArgs
163 -r <revision#> Revision from which to run the try.
175 revision = None variable
236 Error('You must specify a revision with "-r".')
237 revision = argv.pop(0)
247 revision=revision)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper_test.py 89 def constructor(branch, revision=None):
91 updates[:revision])
110 # Revision 1.
120 # Revision 2.
130 # Revision 3.
140 # Revision 4.
144 # Revision 5.
148 # Revision 6.
152 # Revision 7.
156 # Revision 8
    [all...]
subversion_file_system.py 59 # <td>Directory revision:</td>
60 # <td><a href=... title="Revision 214692">214692</a> (of...)</td>
64 if len(cells) == 2 and _InnerText(cells[0]) == 'Directory revision:':
67 raise ValueError('ViewVC assumption invalid: directory revision ' +
138 def Create(branch='trunk', revision=None):
147 revision=revision)
149 def __init__(self, file_fetcher, stat_fetcher, svn_path, revision=None):
153 self._revision = revision
196 # NOTE: no revision here, since it would mess up the caching of reads. I
    [all...]
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 16 u_int8_t revision; member in struct:xt_entry_match::__anon21849::__anon21850
41 u_int8_t revision; member in struct:xt_entry_target::__anon21852::__anon21853
63 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
64 * kernel supports, if >= revision. */
69 u_int8_t revision; member in struct:xt_get_revision
196 u_int8_t revision; member in struct:xt_match
244 u_int8_t revision; member in struct:xt_target
313 extern struct xt_match *xt_find_match(int af, const char *name, u8 revision);
314 extern struct xt_target *xt_find_target(int af, const char *name, u8 revision);
316 u8 revision);
338 u_int8_t revision; member in struct:compat_xt_entry_match::__anon21855::__anon21856
355 u_int8_t revision; member in struct:compat_xt_entry_target::__anon21858::__anon21859
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_pixel_browsertest.cc 50 // Command line flag for Chromium build revision.
51 const char kBuildRevision[] = "build-revision";
82 // Write an empty file, whose name indicates the chrome revision when the ref
161 // If the existing ref image was saved from an revision older than the
204 // Any local ref image generated from older revision is ignored.
216 // <test_name>_<revision>.png
219 // The number is the chromium revision that generated the image.
259 LOG(ERROR) << "Can't save revision file to: "
264 LOG(INFO) << "Saved revision file to: "
402 // If no valid local revision file is located, the ref_img_revision_ is 0
419 int64 revision = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 47 revision=build_number + 1000,
91 "revision": None, # revision=None means a trunk build started from the force-build button on the builder page.
190 "revision" : 2 * build_number,
202 self.assertEqual(build.revision(), 20)
209 self.assertEqual(build.revision(), 18)
267 <th>Revision</th>
273 <td><span class="revision" title="Revision 104643"><a href="http://trac.webkit.org/changeset/104643">104643</a></span></td>
279 <td><span class="revision" title="Revision 104636"><a href="http://trac.webkit.org/changeset/104636">104636</a></span></td
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
prepareParsedPatch.pl 33 my $diffHashRef1 = { # not a copy, no source revision
39 my $diffHashRef2 = { # not a copy, has source revision
45 my $diffHashRef3 = { # a copy (copies always have source revision)
65 testName => "one diff: non-copy, no revision",
75 testName => "one diff: non-copy, has revision",
87 testName => "one diff: copy (has revision)",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout.py 69 def apply_reverse_diff(self, revision):
70 self._scm.apply_reverse_diff(revision)
74 raise ScriptError(message="Failed to apply reverse diff for revision %s because of the following conflicts:\n%s" % (revision, "\n".join(conflicts)))
77 for revision in sorted(revision_list, reverse=True):
78 self.apply_reverse_diff(revision)
  /external/chromium_org/third_party/tcmalloc/
README.chromium 5 Revision: 144
29 The current revision is:
40 1) Grab the revision:
50 3) Copy the new revision on top of the checked-in vendor branch:
69 Note the revision number since you're going to want to merge
74 1) Merge the local revision to chromium/src
  /development/ndk/platforms/android-3/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon1098::__anon1099
48 u_int8_t revision; member in struct:xt_entry_target::__anon1101::__anon1102
72 u_int8_t revision; member in struct:xt_get_revision
  /device/samsung/manta/dumpstate/
dumpstate.c 21 dump_file("board revision", "/sys/devices/soc0/board_rev");
23 dump_file("soc revision", "/sys/devices/soc0/revision");
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 33 * @version 1.2 $Revision: 1.11 $ $Date: 2009/10/22 10:26:27 $
136 * Revision 1.11 2009/10/22 10:26:27 jbemmel
140 * Revision 1.10 2009/07/17 18:57:57 emcho
143 * Revision 1.9 2007/02/12 15:19:26 belangery
146 * Revision 1.8 2007/02/06 16:40:02 belangery
149 * Revision 1.7 2006/07/13 09:01:57 mranga
172 * Revision 1.4 2006/06/19 06:47:27 mranga
175 * Revision 1.3 2006/06/16 15:26:28 mranga
178 * Revision 1.2 2006/03/08 23:32:54 mranga
181 * Revision 1.1.1.1 2005/10/04 17:12:35 mrang
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSuite.java 15 Revision 1.4 2004/03/11 01:44:21 dom-ts-4
18 Revision 1.3 2002/02/03 04:22:35 dom-ts-4
22 Revision 1.2 2001/07/23 04:52:20 dom-ts-4
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon43367::__anon43368
48 u_int8_t revision; member in struct:xt_entry_target::__anon43370::__anon43371
72 u_int8_t revision; member in struct:xt_get_revision
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon43721::__anon43722
48 u_int8_t revision; member in struct:xt_entry_target::__anon43724::__anon43725
72 u_int8_t revision; member in struct:xt_get_revision
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon44075::__anon44076
48 u_int8_t revision; member in struct:xt_entry_target::__anon44078::__anon44079
72 u_int8_t revision; member in struct:xt_get_revision
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon44494::__anon44495
48 u_int8_t revision; member in struct:xt_entry_target::__anon44497::__anon44498
72 u_int8_t revision; member in struct:xt_get_revision
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon44857::__anon44858
48 u_int8_t revision; member in struct:xt_entry_target::__anon44860::__anon44861
72 u_int8_t revision; member in struct:xt_get_revision

Completed in 713 milliseconds

1 2 3 4 5 6 7 891011>>