Home
last modified time | relevance | path

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

/external/autotest/tko/parsers/
Dversion_0.py318 boot_count = 0
443 line.testname = "boot.%d" % boot_count
448 boot_count += 1
474 testname = "boot.%d" % boot_count
Dversion_1.py303 job_count, boot_count = 0, 0
491 line.testname = 'boot.%d' % boot_count
525 if new_test.testname == ('boot.%d' % boot_count):
526 boot_count += 1
/external/syslinux/utils/
Disohybrid.c206 uint32_t boot_count; member