Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_PDConnect/
Dfirmware_PDConnect.py100 total_attempts = 100
103 for test_count in range(1, total_attempts + 1):
120 if success != total_attempts:
121 raise error.TestFail("Attempts = " + str(total_attempts) +
/external/dbus/test/
Dbreak-loader.c44 static int total_attempts; variable
91 total_attempts += 1; in try_mutated_data()
137 _dbus_string_append_int (&filename, total_attempts); in try_mutated_data()
698 total_attempts = 0; in main()
732 seed, total_failures_found, total_attempts); in main()
/external/autotest/server/site_tests/firmware_PDDataSwap/
Dfirmware_PDDataSwap.py338 total_attempts = 0
345 total_attempts += self.swap_attempt[(direction, role)]
351 (total_attempts, total_failures))