HomeSort by relevance Sort by last modified time
    Searched refs:reboot_count (Results 1 - 6 of 6) sorted by null

  /external/autotest/server/site_tests/security_kASLR/
security_kASLR.py 16 reboot_count = 100 variable in class:security_kASLR
100 if count == self.reboot_count:
113 if unique < (self.reboot_count / 3):
  /external/autotest/server/site_tests/platform_TotalMemory/
platform_TotalMemory.py 51 for reboot_count in xrange(reboot_counts):
52 logging.info('Iteration %d', (reboot_count + 1))
  /external/autotest/client/bin/
base_sysinfo.py 239 reboot_count = self._get_reboot_count()
241 reboot_count += 1
242 if reboot_count < 1:
245 boot_dir = "boot.%d" % (reboot_count - 1)
  /system/update_engine/
metrics.h 305 int reboot_count,
metrics.cc 370 int reboot_count,
455 LOG(INFO) << "Uploading reboot count of " << reboot_count << " for metric "
458 reboot_count,
payload_state.cc 705 int reboot_count = GetNumReboots(); local
730 reboot_count,
    [all...]

Completed in 401 milliseconds