Searched refs:testable (Results 1 – 1 of 1) sorted by relevance
261 def BugSearch(testable): argument283 all_methods = testable.GetAllMethods()287 lambda mid: testable.Test(all_methods[0:mid]))293 all_passes = testable.GetAllPassesForMethod(faulty_method)297 lambda mid: testable.Test([faulty_method],409 testable = Dex2OatWrapperTestable(base_cmd, test_env, args.expected_retcode,411 if testable.Test(compiled_methods=[]):412 (method, opt_pass) = BugSearch(testable)