| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | tables.py | 34 def __init__(self, *args, **kwargs): 39 def get_context_data(self, **kwargs): 47 def setup_filters(self, *args, **kwargs): 74 def setup_queryset(self, *args, **kwargs): 83 def setup_columns(self, *args, **kwargs): 189 def __init__(self, *args, **kwargs): 195 def get_context_data(self, **kwargs): 200 def setup_filters(self, *args, **kwargs): 224 def setup_queryset(self, *args, **kwargs): 233 def setup_columns(self, *args, **kwargs): [all …]
|
| H A D | buildtables.py | 19 def get_context_data(self, **kwargs): 29 def __init__(self, *args, **kwargs): 34 def setup_queryset(self, *args, **kwargs): 41 def setup_columns(self, *args, **kwargs): 134 def __init__(self, *args, **kwargs): 147 def setup_columns(self, *args, **kwargs): 164 def __init__(self, *args, **kwargs): 176 def get_context_data(self, **kwargs): 189 def setup_queryset(self, *args, **kwargs): 204 def setup_columns(self, *args, **kwargs): [all …]
|
| H A D | api.py | 51 def get(self, request, *args, **kwargs): 76 def post(self, request, *args, **kwargs): 142 def get(self, request, *args, **kwargs): 145 def post(self, request, *args, **kwargs): 185 def get(self, request, *args, **kwargs): 188 def post(self, request, *args, **kwargs): 270 def get(self, request, *args, **kwargs): 316 def post(self, request, *args, **kwargs): 381 def put(self, request, *args, **kwargs): 476 def delete(self, request, *args, **kwargs): [all …]
|
| H A D | widgets.py | 49 def __init__(self, *args, **kwargs): 68 def dispatch(self, *args, **kwargs): 71 def get_context_data(self, **kwargs): 86 def get(self, request, *args, **kwargs): 105 def get_filter_info(self, request, **kwargs): 118 def setup_columns(self, *args, **kwargs): 123 def setup_filters(self, *args, **kwargs): 128 def setup_queryset(self, *args, **kwargs): 202 def apply_filter(self, filters, filter_value, **kwargs): 263 def get_data(self, request, **kwargs): [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 39 def __init__(self, *args, **kwargs): 47 def _debug_helper(self, *args, **kwargs): 50 def debug2(self, *args, **kwargs): 53 def debug3(self, *args, **kwargs): 56 def bbdebug(self, level, msg, *args, **kwargs): 65 def plain(self, msg, *args, **kwargs): 68 def verbose(self, msg, *args, **kwargs): 71 def verbnote(self, msg, *args, **kwargs): 74 def warnonce(self, msg, *args, **kwargs): 77 def erroronce(self, msg, *args, **kwargs): [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/ |
| H A D | concurrencytest.py | 62 def _add_result_with_semaphore(self, method, test, *args, **kwargs): 90 def _addResult(self, method, test, *args, exception = False, **kwargs): 93 def addError(self, test, err = None, **kwargs): 97 def addFailure(self, test, err = None, **kwargs): 101 def addSuccess(self, test, **kwargs): 104 def addExpectedFailure(self, test, err = None, **kwargs): 107 def addUnexpectedSuccess(self, test, **kwargs): 117 def _addResult(self, method, test, *args, exception = False, **kwargs): 131 def _addResult(self, method, test, *args, exception = False, **kwargs):
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | command.py | 45 raise_on_error=True, cwd=None, **kwargs): 107 def Output(*cmd, **kwargs): 111 def OutputOneLine(*cmd, **kwargs): 117 def Run(*cmd, **kwargs):
|
| H A D | settings.py | 103 def get(self, section, option, *args, **kwargs): 121 def items(self, section, *args, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 63 def wrapped_f(*args, **kwargs): 78 def wrapped_f(*args, **kwargs): 93 def wrapped_f(*args, **kwargs): 110 def wrapped_f(*args, **kwargs): 243 def tag(*args, **kwargs):
|
| H A D | gitarchive.py | 172 def get_test_runs(log, repo, tag_name, **kwargs): 208 def get_test_revs(log, repo, tag_name, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | compression.py | 74 def do_open(self, *args, **kwargs): 86 def do_open(self, *args, **kwargs): 98 def do_open(self, *args, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | element.py | 405 def find_next(self, name=None, attrs={}, text=None, **kwargs): 412 **kwargs): 419 def find_next_sibling(self, name=None, attrs={}, text=None, **kwargs): 427 **kwargs): 435 def find_previous(self, name=None, attrs={}, text=None, **kwargs): 443 **kwargs): 451 def find_previous_sibling(self, name=None, attrs={}, text=None, **kwargs): 459 limit=None, **kwargs): 467 def find_parent(self, name=None, attrs={}, **kwargs): 479 def find_parents(self, name=None, attrs={}, limit=None, **kwargs): [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 92 def __init__(self, out_dir, *args, **kwargs): 250 def __init__(self, *args, **kwargs): 285 def run(self, *args, **kwargs): 310 def _worker(data_q, cmd, **kwargs): 498 def __init__(self, out_dir, *args, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/ |
| H A D | zstd.py | 11 def open(*args, **kwargs): 16 def __init__(self, *args, num_threads=1, compresslevel=3, **kwargs):
|
| H A D | lz4.py | 10 def open(*args, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | argparse_oe.py | 17 def __init__(self, *args, **kwargs): 46 def add_subparsers(self, *args, **kwargs): 96 def __init__(self, *args, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 18 port=None, server_port=0, **kwargs): 51 def start(self, **kwargs): 54 def stop(self, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-hashclient | 24 def __init__(self, *args, **kwargs): 30 def __exit__(self, *args, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/ |
| H A D | __init__.py | 20 def __init__(self, *args, **kwargs): 33 def wrapped_f(*args, **kwargs):
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | func_test.py | 221 def _RunControl(self, *args, **kwargs): 332 def _HandleCommand(self, **kwargs): 373 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs):
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | python.c | 575 PyObject *args, PyObject *kwargs) in pyrf_cpu_map__init() 644 PyObject *args, PyObject *kwargs) in pyrf_thread_map__init() 713 PyObject *args, PyObject *kwargs) in pyrf_evsel__init() 828 PyObject *args, PyObject *kwargs) in pyrf_evsel__open() 919 PyObject *args, PyObject *kwargs) in pyrf_evlist__mmap() 939 PyObject *args, PyObject *kwargs) in pyrf_evlist__poll() 1029 PyObject *args, PyObject *kwargs) in pyrf_evlist__read_on_cpu() 1082 PyObject *args, PyObject *kwargs) in pyrf_evlist__open() 1275 PyObject *args, PyObject *kwargs) in pyrf__tracepoint()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | spdx.py | 47 def __init__(self, **kwargs): 71 def __init__(self, cls, **kwargs): 98 def __init__(self, prop, **kwargs): 125 def __init__(self, **kwargs): 134 def __init__(self, cls, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | lex.py | 81 def critical(self,msg,*args,**kwargs): 84 def warning(self,msg,*args,**kwargs): 87 def error(self,msg,*args,**kwargs): 97 def __call__(self,*args,**kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 54 def emit_service_message(cls, message_type, **kwargs): 58 def format_service_message(cls, message_type, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/db/ |
| H A D | test_db.py | 39 def capture(command, *args, **kwargs):
|