Home
last modified time | relevance | path

Searched refs:found_test (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_address_map_unittest.cc100 bool found_test; in CompareRetrieveResult() local
103 found_test = in CompareRetrieveResult()
106 ASSERT_EQ(found, found_test); in CompareRetrieveResult()
108 if (found && found_test) { in CompareRetrieveResult()
/external/autotest/utils/
Dtest_importer.py372 found_test = control_data.parse_control(file,
374 tests[file] = found_test
380 found_test = control_data.parse_control(file)
381 tests[file] = found_test
463 found_test = control_data.parse_control(file_path,
465 tests[file_path] = found_test
/external/u-boot/tools/patman/
Dpatchstream.py63 self.found_test = False # Found a TEST= line
236 self.found_test = True
335 elif self.found_test:
/external/autotest/server/cros/dynamic_suite/
Dsuite_common.py284 found_test = parse_cf_text(path, text)
295 return (path, found_test)