HomeSort by relevance Sort by last modified time
    Searched refs:new_version (Results 1 - 25 of 35) 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
  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngineStatusCallback.aidl 22 in String current_operation, in String new_version, in long new_size);
  /external/vboot_reference/tests/
vboot_api_kernel4_tests.c 33 static uint32_t new_version; variable
61 rkr_version = new_version = 0x10002;
93 TEST_EQ(version, new_version, "RollbackKernelWrite new version");
105 shared->kernel_version_tpm = new_version;
115 shared->kernel_version_tpm = new_version;
125 shared->kernel_version_tpm = new_version;
172 new_version = 0x20003;
177 new_version = 0x20003;
193 new_version = 0x20003;
216 new_version = 0x20003
    [all...]
  /system/update_engine/client_library/include/update_engine/
status_update_handler.h 41 const std::string& new_version,
  /system/update_engine/
service_observer_interface.h 37 const std::string& new_version,
update_engine_client.cc 131 const string& new_version,
137 const string& new_version, int64_t new_size) {
143 LOG(INFO) << " new_version: " << new_version;
151 string new_version; local
155 &new_version, &new_size)) {
161 "NEW_VERSION=%s\nNEW_SIZE=%" PRIi64 "\n",
163 new_version.c_str(), new_size);
172 string new_version; local
176 &new_version, &new_size))
    [all...]
mock_update_attempter.h 42 std::string* new_version,
binder_service_brillo.cc 83 string new_version; local
89 &new_version,
94 status->new_version_ = String16{new_version.c_str()};
234 const string& new_version,
241 String16{new_version.c_str()},
binder_service_android.h 51 const std::string& new_version,
dbus_service.cc 178 const string& new_version,
182 last_checked_time, progress, str_status, new_version, new_size);
binder_service_brillo.h 52 const std::string& new_version,
dbus_service.h 173 const std::string& new_version,
  /external/python/cpython2/Doc/tools/static/
version_switch.js 28 function patch_url(url, new_version) {
30 new_url = url.replace(url_re, '.org/' + new_version + '/');
34 new_url = url.replace(/\.org\//, '.org/' + new_version + '/');
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 263 def _report_board_changed(self, board, old_version, new_version):
272 @param new_version The new version to be applied to the board.
275 self.report(template % (board, old_version, new_version))
289 def _do_set_mapping(self, board, new_version):
294 @param new_version The new version to be applied to the board.
306 def set_mapping(self, board, old_version, new_version):
312 @param new_version The new version to be applied to the board.
314 self._report_board_changed(board, old_version, new_version)
315 self._do_set_mapping(board, new_version)
349 def _do_set_mapping(self, board, new_version)
    [all...]
assign_stable_images_unittest.py 392 def _report_board_changed(self, board, old_version, new_version):
413 @param new_version The new version to be applied to the board.
415 self._testcase.assertNotEqual(old_version, new_version)
420 self._testcase.assertEqual(new_version,
423 self._reported_mappings[board] = new_version
446 def _do_set_mapping(self, board, new_version):
460 @param new_version The new version to be applied to the board.
462 self._mappings[board] = new_version
464 self._updated_mappings[board] = new_version
  /system/update_engine/client_library/
client_binder.cc 149 const String16& new_version,
157 String8{new_version}.string(), new_size);
178 string new_version; local
182 &new_version, &new_size)) {
187 new_version, new_size);
client_dbus.cc 146 string new_version; local
152 &new_version,
161 last_checked_time, progress, update_status, new_version, new_size);
169 const string& new_version,
176 last_checked_time, progress, status, new_version, new_size);
client_binder.h 100 const android::String16& new_version,
client_dbus.h 96 const std::string& new_version,
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
common.sh 228 local new_version=$(( ${old_version} + 1 ))
230 if [[ ${new_version} -gt 0xffff ]]; then
234 echo ${new_version}
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
common.sh 228 local new_version=$(( ${old_version} + 1 ))
230 if [[ ${new_version} -gt 0xffff ]]; then
234 echo ${new_version}
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
common.sh 228 local new_version=$(( ${old_version} + 1 ))
230 if [[ ${new_version} -gt 0xffff ]]; then
234 echo ${new_version}
  /external/vboot_reference/scripts/keygeneration/
common.sh 229 local new_version=$(( ${old_version} + 1 ))
231 if [[ ${new_version} -gt 0xffff ]]; then
235 echo ${new_version}
  /external/autotest/client/cros/faft/
rpc_functions.py 432 new_version = original_version + delta
436 section, original_version, new_version))
437 self._bios_handler.set_section_version(section, new_version, flags,
576 new_version = original_version + delta
579 section, original_version, new_version))
580 self._kernel_handler.set_version(section, new_version)
  /external/autotest/client/cros/faft/utils/
kernel_handler.py 131 new_version = delta
136 kernel_to_write, new_version,

Completed in 1393 milliseconds

1 2