/external/zlib/ |
update_zlib.sh | 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \ 15 tgz_file="zlib-$new_version.tar.gz" 17 echo "Upgrading zlib to version $new_version..." 30 mv zlib-$new_version src
|
/external/chromium_org/chrome/installer/setup/ |
install_worker.h | 35 const base::Version& new_version, 44 const base::Version& new_version, 87 const base::Version& new_version, 110 const base::Version& new_version, 136 // If |new_version| is empty, the registrations will point to 140 const base::Version& new_version, 151 const base::Version& new_version, 171 // |installer_state|). |new_version| is the version of the product(s) 175 const base::Version& new_version, 181 // in |installer_state|). |new_version| is the version of the product(s [all...] |
install_worker.cc | 85 const Version& new_version, 113 new_version.GetString())); 127 const Version& new_version, 131 installer_state.GetInstallerDirectory(new_version)); 200 const Version& new_version, 231 const Version& new_version, 235 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version, 245 const Version& new_version, 249 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version, 259 // --verbose-logging. |setup_path| and |new_version| are optional only whe [all...] |
install.cc | 170 // new_version: new Chrome version that needs to be installed 187 const Version& new_version, 203 new_version, 215 new_version.Equals(*current_version->get()) ? 229 VLOG(1) << "First install of version " << new_version.GetString(); 233 if (new_version.Equals(**current_version)) { 234 VLOG(1) << "Install repaired of version " << new_version.GetString(); 238 if (new_version.CompareTo(**current_version) > 0) { 240 VLOG(1) << "Version updated to " << new_version.GetString() 244 VLOG(1) << "Version updated to " << new_version.GetString() [all...] |
install.h | 102 // new_version: new Chrome version that needs to be installed 117 const Version& new_version);
|
/external/chromium/chrome/browser/chromeos/cros/ |
update_library.h | 42 new_version(x.new_version_), 49 std::string new_version; member in struct:chromeos::UpdateLibrary::Status
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_callbacks.cc | 34 int64 new_version) { 39 ipc_thread_id_, ipc_database_callbacks_id_, old_version, new_version));
|
indexed_db_database_callbacks.h | 24 virtual void OnVersionChange(int64 old_version, int64 new_version);
|
mock_indexed_db_database_callbacks.h | 17 virtual void OnVersionChange(int64 old_version, int64 new_version) OVERRIDE {}
|
/external/chromium_org/chrome/installer/test/ |
alternate_version_generator.h | 28 // |new_version|, when non-NULL, are given the original and new version numbers 34 std::wstring* new_version);
|
alternate_version_generator.cc | 306 ChromeVersion new_version; member in struct:__anon6763::VisitResourceContext 329 // Replace all occurrences of current_version with new_version 338 ctx.new_version.high(), ctx.new_version.low() 408 ctx->new_version.set_value(ctx->current_version.value() + incrementer); 409 ctx->new_version_str = ctx->new_version.ToString(); 418 // |new_version|, when non-NULL, are given the original and new version numbers 423 std::wstring* new_version) { 457 if (new_version != NULL) 458 new_version->assign(ctx.new_version_str) [all...] |
alternate_version_generator_main.cc | 159 std::wstring new_version; local 162 &original_version, &new_version)) { 164 new_version.c_str(), original_version.c_str());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
diff.rb | 18 def initialize(old_version, new_version) 19 @old_version, @new_version = old_version, new_version 26 @new_words = explode(@new_version)
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 115 int64 new_version = local 118 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version); 134 UpdateTransactionVersion(new_version, bookmark_model_, 139 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local 141 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version); 154 UpdateTransactionVersion(new_version, bookmark_model_, 223 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local 227 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version); 238 new_version, model, 289 int64 new_version = syncer::syncable::kInvalidTransactionVersion local 376 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local 409 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local [all...] |
bookmark_change_processor.h | 128 // Update transaction version of |model| and |nodes| to |new_version| if 131 int64 new_version,
|
/external/chromium_org/sync/engine/ |
commit_util.cc | 208 int64 new_version = entry_response.version(); local 216 new_version = 0; 218 bad_commit_version = 0 == new_version; 220 bad_commit_version = old_version > new_version; 225 << " new_version:" << entry_response.version(); 232 local_entry->PutBaseVersion(new_version); 234 << " to: " << new_version; 235 local_entry->PutServerVersion(new_version); 333 << " new_version:" << entry_response.version();
|
/bionic/libc/tools/zoneinfo/ |
update-tzdata.py | 110 new_version = re.search('(tzdata.+)\\.tar\\.gz', data_filename).group(1) 132 print 'Calling ZoneCompactor to update bionic to %s...' % new_version 140 bionic_libc_zoneinfo_dir, new_version])
|
/external/chromium/chrome/browser/chromeos/login/ |
update_screen.cc | 91 << library->status().new_version; 95 << library->status().new_version; 109 << library->status().new_version; 113 << library->status().new_version;
|
/external/chromium_org/chromeos/dbus/ |
update_engine_client.h | 51 std::string new_version; member in struct:chromeos::UpdateEngineClient::Status
|
update_engine_client.cc | 242 reader.PopString(&status.new_version) && 294 std::string new_version; local 299 reader.PopString(&new_version) && 309 status.new_version = new_version;
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command.cc | 299 int64 new_version = entry_response.version(); local 307 new_version = 0; 309 bad_commit_version = 0 == new_version; 311 bad_commit_version = old_version > new_version; 315 << " new_id:" << entry_response.id() << " new_version:" 323 local_entry->Put(BASE_VERSION, new_version); 325 << " to: " << new_version; 326 local_entry->Put(SERVER_VERSION, new_version); 456 << " new_id:" << entry_response.id() << " new_version:"
|
/external/chromium_org/chrome/installer/util/ |
installer_state.h | 163 // * new_version >= CUV. 167 const base::Version& new_version) const; 183 // than |new_version| and not equal to |existing_version|. |existing_version| 185 void RemoveOldVersionDirectories(const base::Version& new_version,
|
installer_state_unittest.cc | 267 Version new_version(kNewVersion); 269 ASSERT_TRUE(new_version.IsValid()); 273 installer_state.GetInstallerDirectory(new_version)); 277 UTF8ToWide(new_version.GetString()))); 309 installer_state.RemoveOldVersionDirectories(new_version, 320 installer_state.RemoveOldVersionDirectories(new_version, 508 Version new_version(kNewVersion); 514 ASSERT_TRUE(new_version.IsValid()); 572 installer_state.RemoveOldVersionDirectories(new_version,
|
installer_state.cc | 558 const Version& new_version) const { 560 DCHECK(new_version.IsValid()); 564 new_version.CompareTo(critical_update_version_) >= 0) { 671 const Version& new_version, 678 existing_version_strings.insert(new_version.GetString());
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
update_screen.cc | 149 << status.new_version; 153 << status.new_version; 174 << status.new_version; 178 << status.new_version;
|