Searched refs:kwargs (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/tests/lldb/tests/harness/ |
D | decorators.py | 46 def inner(*args, **kwargs): argument 64 def __init__(self, skip_condition, *args, **kwargs): argument 65 super(skip_test, self).__init__(True, *args, **kwargs) 151 def inner(*args, **kwargs): argument 155 return func(*args, **kwargs)
|
D | test_base_remote.py | 32 def __init__(self, device_port, device, timer, *args, **kwargs): argument 33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs)
|
D | test_base.py | 44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs): argument
|
/frameworks/rs/tests/lldb/tests/ |
D | run_test.py | 41 def __init__(self, **kwargs): argument 42 for key, val in kwargs.items():
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 54 def check_output(*popenargs, **kwargs): argument 55 p = subprocess.Popen(stdout=subprocess.PIPE, stderr=subprocess.STDOUT, *popenargs, **kwargs) 59 c = kwargs.get("args")
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 27 def write( *args, **kwargs ): argument 28 file = kwargs.pop('file',sys.stdout) 29 end = kwargs.pop( 'end','\n')
|