Home
last modified time | relevance | path

Searched refs:boot_count (Results 1 – 3 of 3) sorted by relevance

/external/autotest/tko/parsers/
Dversion_0.py313 boot_count = 0
438 line.testname = "boot.%d" % boot_count
443 boot_count += 1
469 testname = "boot.%d" % boot_count
Dversion_1.py296 job_count, boot_count = 0, 0
484 line.testname = 'boot.%d' % boot_count
518 if new_test.testname == ('boot.%d' % boot_count):
519 boot_count += 1
/external/syslinux/utils/
Disohybrid.c206 uint32_t boot_count; member