Home
last modified time | relevance | path

Searched refs:can_fail (Results 1 – 5 of 5) sorted by relevance

/external/autotest/scheduler/
Ddrones.py179 can_fail=False): argument
185 destination_path, can_fail)
209 can_fail=False): argument
218 destination_path, can_fail)
Ddrone_utility.py372 can_fail): argument
375 source_path, destination_path, can_fail)
381 if not can_fail:
401 can_fail=False): argument
404 can_fail))
Ddrone_manager_unittest.py43 can_fail=False): argument
Ddrone_manager.py875 full_destination, can_fail=True)
/external/bcc/tools/
Dmemleak.py399 def attach_probes(sym, fn_prefix=None, can_fail=False): argument
411 if can_fail:
423 attach_probes("aligned_alloc", can_fail=True) # added in C11