Home
last modified time | relevance | path

Searched refs:kwargs (Results 1 – 2 of 2) sorted by relevance

/art/tools/
Dbisect_profile.py42 def __init__(self, option_strings, dest, **kwargs): argument
43 super(ApkAction, self).__init__(option_strings, dest, **kwargs)
/art/test/testrunner/
Dtestrunner.py628 def _popen(**kwargs): argument
630 return subprocess.Popen(encoding=sys.stdout.encoding, **kwargs)
631 return subprocess.Popen(**kwargs)