Searched refs:revision (Results 1 - 25 of 246) sorted by path

12345678910

/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl197 primary files have changed (C<port status>). The revision control software
/external/chromium_org/android_webview/buildbot/
H A Dgenerate_local_manifest.py26 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',
90 'revision' : options.ndk_revision,
/external/chromium_org/base/
H A Dcpu.cc110 revision = 0; local
119 {"CPU revision", &revision},
174 revision == 0;
/external/chromium_org/build/android/buildbot/
H A Dbb_device_steps.py86 """Get the SVN revision number.
92 The revision number.
94 revision = options.build_properties.get('got_revision')
95 if not revision:
96 revision = options.build_properties.get('revision', 'testing')
97 return revision
167 '--revision=%s' % _GetRevision(options),
500 revision = _GetRevision(options)
508 '--build-revision',
[all...]
/external/chromium_org/build/
H A Dget_syzygy_binaries.py28 'builds/official/%(revision)s')
35 # This matches an integer (an SVN revision number) or a SHA1 value (a GIT hash).
102 r = state.get('revision', None)
104 _LOGGER.debug('State contains an invalid revision.')
120 def _BuildActualState(stored, revision, output_dir):
127 state = { 'revision': revision, 'contents': contents }
141 if stored['revision'] != actual['revision']:
142 _LOGGER.debug('Mismatched revision numbe
[all...]
/external/chromium_org/build/util/
H A Dlastchange.py7 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.
136 # Extract the latest SVN revision an
[all...]
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc267 key_definition.revision = 1;
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_create_keys_operation.cc348 key_def.revision = kEasyUnlockKeyRevision;
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc140 int revision = kMinPasswordRevision; local
141 password_data->SetIntegerWithoutPathExpansion(kPasswordRevision, revision);
147 BuildPasswordSignature(salted_password, revision, base64_signature_key);
297 int revision,
300 secret.set_revision(revision);
295 BuildPasswordSignature( const std::string& password, int revision, const std::string& base64_signature_key) argument
H A Dsupervised_user_authentication.h106 int revision,
H A Dsupervised_user_authentication_unittest.cc35 int revision = 1; local
48 key.GetSecret(), revision, signature_key);
H A Dsupervised_user_login_flow.cc116 int revision = 0; local
121 &revision);
146 key.revision = revision;
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc146 int revision; local
151 &revision);
166 new_key_definition.revision = revision;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsubversion_file_system.py60 # <td>Directory revision:</td>
65 if len(cells) == 2 and _InnerText(cells[0]) == 'Directory revision:':
69 'revision content did not have 2 <a> ' +
103 def Create(branch='trunk', revision=None):
112 revision=revision)
114 def __init__(self, file_fetcher, stat_fetcher, svn_path, revision=None):
118 self._revision = revision
205 # NOTE: no revision here, since it would mess up the caching of reads. It
208 # revision
[all...]
H A Dsubversion_file_system_test.py103 revision=42)
/external/chromium_org/chrome/test/chromedriver/
H A Darchive.py27 """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."""
H A Dembed_version_in_cpp.py28 revision = lastchange.FetchVersionInfo(None).revision
29 if revision:
30 version += '.' + revision.strip()
H A Drun_buildbot_steps.py55 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
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dbrowser_info.cc104 // 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) { argument
119 return kShortGitHashLength <= revision.size()
120 && revision
[all...]
H A Dbrowser_info.h42 bool IsGitHash(const std::string& revision);
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py107 def DownloadChrome(version_name, revision, download_site):
111 return (temp_dir, archive.DownloadChrome(revision, temp_dir, download_site))
/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_parameters.cc123 revision(0) {
132 revision(0),
143 revision != other.revision ||
H A Dcryptohome_parameters.h112 int revision; member in struct:cryptohome::KeyDefinition
H A Dhomedir_methods.cc36 if (key_def.revision > 0)
37 data->set_revision(key_def.revision);
343 // Extract |type|, |label| and |revision|.
349 key_definition.revision = it->revision();
H A Dhomedir_methods_unittest.cc167 EXPECT_EQ(kKeyRevision, key_definition.revision);

Completed in 7132 milliseconds

12345678910