Searched refs:device_found (Results 1 – 5 of 5) sorted by relevance
33 device_found = False51 device_found = True71 device_found = True75 return device_found
47 device_found = None52 if device_found:59 device_found = device_pattern.search(line)
74 bool device_found = false; in RunHarness() local80 device_found = true; in RunHarness()84 ASSERT_TRUE(device_found); in RunHarness()
59 device_found = re.findall(regexp, o)60 logging.debug("Found devices: %s", device_found)62 for fm in device_found:69 fail_log += " Reported by OS: %s" % device_found