Searched defs:kwargs (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/tests/lldb/tests/harness/ |
D | decorators.py | 46 def inner(*args, **kwargs): 64 def __init__(self, skip_condition, *args, **kwargs): 151 def inner(*args, **kwargs):
|
D | test_base_remote.py | 32 def __init__(self, device_port, device, timer, *args, **kwargs):
|
D | test_base.py | 44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs):
|
/frameworks/base/startop/scripts/app_startup/ |
D | app_startup_runner_test.py | 90 def default_dict_for_parsed_args(**kwargs): 98 def default_mock_dict_for_parsed_args(include_optional=True, **kwargs):
|
D | app_startup_runner.py | 83 def _debug_print(*args, **kwargs): 104 def _debug_print_gen(*args, **kwargs): 112 def _debug_print_nd(*args, **kwargs): 204 def make_script_command_with_temp_output(script: str, args: List[str], **kwargs)\
|
D | analyze_metrics.py | 72 def _debug_print(*args, **kwargs): 92 def _debug_print_gen(*args, **kwargs):
|
/frameworks/rs/tests/lldb/tests/ |
D | run_test.py | 41 def __init__(self, **kwargs):
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 27 def write( *args, **kwargs ):
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 54 def check_output(*popenargs, **kwargs):
|