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

1 2

  /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/apps/app_host/
update.cc 88 Version new_version(GetAppVersionFromRegistry(kBinariesAppGuid));
89 if (!new_version.IsValid())
90 new_version = GetAppVersionFromRegistry(kBrowserAppGuid);
91 if (!new_version.IsValid())
94 if (app_host_version.CompareTo(new_version) < 0) {
96 << " to " << new_version.GetString();
  /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,
140 const base::Version& new_version,
146 // If |new_version| is empty, the registrations will point to
150 const base::Version& new_version,
161 const base::Version& new_version,
185 // |installer_state|). |new_version| is the version of the product(s)
189 const base::Version& new_version,
    [all...]
chrome_frame_quick_enable.cc 102 const Version& new_version = chrome_state->version(); local
105 AddUninstallShortcutWorkItems(*installer_state, setup_path, new_version,
110 new_version, true, item_list.get());
112 new_version, *cf, item_list.get());
116 new_version, temp_path.path(), item_list.get());
129 new_version,
install_worker.cc 117 const Version& new_version,
145 new_version.GetString()));
159 const Version& new_version,
163 installer_state.GetInstallerDirectory(new_version));
232 const Version& new_version,
263 const Version& new_version,
267 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version,
277 const Version& new_version,
281 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version,
291 // --verbose-logging. |setup_path| and |new_version| are optional only whe
    [all...]
install.cc 160 // new_version: new Chrome version that needs to be installed
177 const Version& new_version,
193 new_version,
205 new_version.Equals(*current_version->get()) ?
219 VLOG(1) << "First install of version " << new_version.GetString();
223 if (new_version.Equals(**current_version)) {
224 VLOG(1) << "Install repaired of version " << new_version.GetString();
228 if (new_version.CompareTo(**current_version) > 0) {
230 VLOG(1) << "Version updated to " << new_version.GetString()
234 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);
  /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 307 ChromeVersion new_version; member in struct:__anon9224::VisitResourceContext
330 // Replace all occurrences of current_version with new_version
339 ctx.new_version.high(), ctx.new_version.low()
409 ctx->new_version.set_value(ctx->current_version.value() + incrementer);
410 ctx->new_version_str = ctx->new_version.ToString();
419 // |new_version|, when non-NULL, are given the original and new version numbers
424 std::wstring* new_version) {
458 if (new_version != NULL)
459 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 114 int64 new_version = local
117 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
133 UpdateTransactionVersion(new_version, bookmark_model_,
138 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
140 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
153 UpdateTransactionVersion(new_version, bookmark_model_,
222 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
226 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
237 new_version, model,
288 int64 new_version = syncer::syncable::kInvalidTransactionVersion local
370 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
403 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,
  /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 54 std::string new_version; member in struct:chromeos::UpdateEngineClient::Status
update_engine_client.cc 227 reader.PopString(&status.new_version) &&
278 std::string new_version; local
283 reader.PopString(&new_version) &&
293 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/sync/engine/
process_commit_response_command.cc 253 int64 new_version = entry_response.version(); local
261 new_version = 0;
263 bad_commit_version = 0 == new_version;
265 bad_commit_version = old_version > new_version;
270 << " new_version:" << entry_response.version();
277 local_entry->Put(BASE_VERSION, new_version);
279 << " to: " << new_version;
280 local_entry->Put(SERVER_VERSION, new_version);
401 << " new_version:" << entry_response.version();
  /external/chromium_org/chrome/installer/util/
installer_state.h 163 // * new_version >= CUV.
167 const base::Version& new_version) const;
179 // than |new_version| and not equal to |existing_version|. |existing_version|
181 void RemoveOldVersionDirectories(const base::Version& new_version,
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 29 def IsVersionNewer(cur_version, new_version):
34 new_version: New version that will be installed.
39 if cur_version == new_version:
42 new = new_version.split('.')
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc 155 << status.new_version;
159 << status.new_version;
180 << status.new_version;
184 << status.new_version;

Completed in 815 milliseconds

1 2