Home | Sort by relevance Sort by last modified time |
/external/autotest/client/cros/ | |
mainloop.py | 96 def to_return(self, e): function in function:GenericTesterMainLoop.build_error_handler 99 return to_return.__get__(self, GenericTesterMainLoop) |
/external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/ | |
cellular_GobiRecoverFromDesync.py | 52 def to_return(*args, **kwargs): function in function:TestEventLoop.ExceptionWrapper 59 return to_return 63 to_return = subprocess.Popen(*args, **kwargs) 64 self.to_kill.append(to_return) 65 return to_return |
/external/python/cpython3/Python/ | |
import.c | 1635 PyObject *to_return = PyUnicode_Substring(abs_name, 0, local [all...] |