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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
55 .revision-history-link {
62 .revision-history-link-row {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
71 .revision-history-drawer .webkit-line-number
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 31 SDK_TOOLS_DESCRIPTION_FORMAT = 'Native Client SDK Tools, revision %d'
37 def GetSdkToolsUrl(revision):
38 return HTTPS_BUCKET_PATH + 'trunk.%d/sdk_tools.tgz' % revision
52 for revision, url in reversed(GetTrunkRevisions(delegate)):
55 return revision, sdktools_url
73 def UpdateSdkToolsBundle(sdk_tools_bundle, revision, url, sha1, size):
74 sdk_tools_bundle['description'] = SDK_TOOLS_DESCRIPTION_FORMAT % revision
75 sdk_tools_bundle['revision'] = revision
83 def UpdateManifest(manifest, revision)
    [all...]
build_version.py 33 _, ref, revision = ParseCommitPosition(info.revision)
35 return 'trunk.%s' % revision
61 '''Extract chrome revision from svn.
65 revision if one exists.
68 The Chrome revision as a string. e.g. "12345"
71 return ParseCommitPosition(version.revision)[2]
81 return FetchGitCommitPosition().revision
85 '''Extract NaCl revision from svn.
88 The NaCl revision as a string. e.g. "12345
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
list.py 37 revision = ' (r%s -> r%s)' % (local_bundle.revision, bundle.revision)
39 revision = ' (r%s)' % (bundle.revision,)
41 revision = ''
48 revision))
  /external/chromium_org/chrome/test/chromedriver/
embed_version_in_cpp.py 28 revision = lastchange.FetchVersionInfo(None).revision
29 if revision:
30 version += '.' + revision.strip()
run_buildbot_steps.py 55 def _ArchivePrebuilts(revision):
62 '%s/%s' % (GS_PREBUILTS_URL, 'r%s.zip' % revision)):
125 def _UpdateTestResultsLog(platform, revision, passed):
130 revision: The SVN revision number.
131 passed: Boolean indicating whether the tests passed at this revision.
133 assert isinstance(revision, int), 'The revision must be an integer'
137 assert revision not in log, 'Results already exist for revision %s' % revisio
    [all...]
archive.py 27 """Returns the latest revision (as a string) available for this platform.
36 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
40 revision: the revision of Chrome to download.
61 zip_path = os.path.join(dest_dir, 'chrome-%s.zip' % revision)
63 url = site + '/%s/%s/%s.zip' % (_GetDownloadPlatform(), revision,
84 """Returns the latest revision of snapshot build."""
  /external/chromium_org/content/test/gpu/page_sets/
pixel_tests.py 10 def __init__(self, url, name, test_rect, revision, page_set):
14 self.revision = revision
33 revision=4,
40 revision=11,
47 revision=8,
  /external/chromium_org/tools/findit/
git_repository_parser.py 71 # Divs, pres and uls each contain revision information for one CL, so
81 # Create new revision object for each revision.
82 revision = {}
95 revision['author'] = author
98 revision['message'] = pre.firstChild.nodeValue
102 revision['url'] = base_url + revision_url_part
120 # Add this revision object to the map.
121 revision_map[githash] = revision
123 # Parse one revision for the start range, because googlesource does no
    [all...]
repository_parser_interface.py 20 revision_map maps a CL number to a dictionary containing revision
21 information such as author, commit message and the revision url.
45 def ParseBlameInfo(self, component, file_path, line, revision):
46 """Parses blame information of the given file/line in revision.
52 revision: The revision to parse blame information for.
55 The content of the line, the last changed revision of the line, author
56 and the url of the revision.
svn_repository_parser.py 13 # contain the following tables: table with revision number, table with actual
27 revision, line diff and annotation.
59 for revision in revisions:
60 # Create new revision object for each of the revision.
64 revision_object['author'] = revision.getElementsByTagName(
67 # Get the revision number from xml.
68 revision_number = int(revision.getAttribute('revision'))
71 paths = revision.getElementsByTagName('paths'
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
browser_info.cc 104 // Chrome OS reports its Blink revision as a git hash. In this case, ignore it
106 // build number instead of the blink revision for decisions about backwards
108 std::string revision = blink_version.substr(before + 1, after - before - 1); local
109 if (!IsGitHash(revision) && !base::StringToInt(revision, blink_revision)) {
110 return Status(kUnknownError, "unrecognized Blink revision: " + revision);
116 bool IsGitHash(const std::string& revision) {
119 return kShortGitHashLength <= revision.size()
120 && revision.size() <= kFullGitHashLengt
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 61 --- $fileToPatch (revision 0)
62 +++ $fileToPatch (revision 0)
parseSvnDiffHeader.pl 48 --- WebKitTools/Scripts/VCSUtils.pm (revision 53004)
58 --- WebKitTools/Scripts/VCSUtils.pm (revision 53004)
73 --- WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
74 +++ WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
83 --- WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
84 +++ WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
98 --- WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0)
99 +++ WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0)
108 --- WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0)
109 +++ WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0
    [all...]
parsePatch.pl 45 --- Makefile (revision 53131)
51 --- Makefile_new (revision 53131) (from Makefile:53131)
62 --- Makefile (revision 53131)
  /external/chromium_org/build/util/
lastchange.py 7 lastchange.py -- Chromium revision fetching utility.
19 def __init__(self, url, revision):
21 self.revision = revision
26 Fetch the Subversion branch and revision for a given directory.
59 revision = attrs['Revision']
63 return VersionInfo(url, revision)
125 Fetch the Subversion URL and revision through Git.
130 A tuple containing the Subversion URL and revision
    [all...]
  /external/chromium_org/third_party/ots/src/
head.h 13 uint32_t revision; member in struct:ots::OpenTypeHEAD
  /external/chromium_org/tools/auto_bisect/
source_control.py 39 def SyncToRevisionWithGClient(self, revision):
40 """Uses gclient to sync to the specified revision.
42 This is like running gclient sync --revision <revision>.
45 revision: A git SHA1 hash or SVN revision number (depending on workflow).
51 '--delete_unversioned_trees', '--nohooks', '--revision', revision])
97 def SyncToRevision(self, revision, sync_client=None):
98 """Syncs to the specified revision
    [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...]
  /development/libraries/stereocamera/
source.properties 3 Pkg.Desc=Stereo Camera libraries, revision 1
6 Pkg.Revision=1
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authentication_unittest.cc 35 int revision = 1; local
48 key.GetSecret(), revision, signature_key);
  /external/e2fsprogs/intl/
loadinfo.h 93 SPECIAL, SPONSOR, REVISION are the pieces of the locale name, as
107 const char *sponsor, const char *revision,
116 territory, codeset, special, sponsor, revision.
119 *CODESET, *SPECIAL, *SPONSOR, *REVISION gets assigned either a
131 CEN_REVISION for *REVISION.
138 const char **revision);
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 97 # Include revision information in changelog when building from a local
101 revision="$(git svn find-rev "$merge_head" 2>/dev/null || true)"
104 revision="$(svn info . | awk '/^Revision: /{print $2}')"
106 if [[ -n "$revision" ]]; then
107 revision_text="(r$revision)"
  /development/ndk/platforms/android-3/include/linux/netfilter/
x_tables.h 26 u_int8_t revision; member in struct:xt_entry_match::__anon1393::__anon1394
48 u_int8_t revision; member in struct:xt_entry_target::__anon1396::__anon1397
72 u_int8_t revision; member in struct:xt_get_revision
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_mock.py 38 def __init__(self, build_number, revision, is_green):
40 self._revision = revision
51 return MockBuild(build_number=build_number, revision=1234, is_green=False)

Completed in 2976 milliseconds

1 2 3 4 5 6 7 8 91011