| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 26 def __init__(self, suite, processes, setupfunc, removefunc): argument 33 def run(self, result): argument 57 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument 70 def setup_builddir(self, suffix, selftestdir, suite): argument 123 def prepareSuite(self, suites, processes): argument 131 def runTests(self, processes=None, machine=None, skips=[]): argument 140 def listTests(self, display_type, machine=None): argument 151 def register_commands(self, logger, parser): argument 194 def _get_available_machines(self): argument 208 def _get_cases_paths(self, bbpath): argument [all …]
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib.py | 7 def before(self): argument 10 def check_line(self, lineno, text): argument 18 def before(self): argument 22 def check_line(self, lineno, text): argument 26 def after(self): argument 33 def before(self): argument 37 def check_line(self, lineno, text): argument 41 def after(self): argument 49 def check_line(self, lineno, text): argument 58 def is_ascii(self, s): argument [all …]
|
| H A D | lib_mk.py | 31 def before(self): argument 36 def check_line(self, lineno, text): argument 92 def before(self): argument 97 def check_line(self, lineno, text): argument 142 def before(self): argument 145 def check_line(self, lineno, text): argument 173 def before(self): argument 181 def check_line(self, lineno, text): argument 196 def check_line(self, lineno, text): argument 206 def before(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 25 def __init__(self, td=None, logger=None): argument 37 def _read_modules_from_manifest(self, manifest): argument 49 def skipTests(self, skips): argument 69 def loadTests(self, module_paths, modules=[], tests=[], argument 78 def prepareSuite(self, suites, processes): argument 81 def runTests(self, processes=None, skips=[]): argument 96 def listTests(self, display_type): argument 115 def register_commands(self, logger, subparsers): argument 155 def _setup_logger(self, logger, args): argument 168 def _process_args(self, logger, args): argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 37 def make_mrproper(self): argument 45 def make_olddefconfig(self, build_dir, make_options): argument 58 def make_allyesconfig(self, build_dir, make_options): argument 80 def make(self, jobs, build_dir, make_options): argument 98 def linux_bin(self, params, timeout, build_dir): argument 131 def __init__(self): argument 135 def clean(self): argument 143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): argument 148 def read_kunitconfig(self, build_dir): argument 153 def validate_config(self, build_dir): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/ |
| H A D | _htmlparser.py | 52 def handle_starttag(self, name, attrs): argument 64 def handle_endtag(self, name): argument 67 def handle_data(self, data): argument 70 def handle_charref(self, name): argument 88 def handle_entityref(self, name): argument 96 def handle_comment(self, data): argument 101 def handle_decl(self, data): argument 111 def unknown_decl(self, data): argument 121 def handle_pi(self, data): argument 134 def __init__(self, *args, **kwargs): argument [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | proc.py | 26 def __init__(self): argument 29 def invoke(self, arg, from_tty): argument 40 def __init__(self): argument 43 def invoke(self, arg, from_tty): argument 85 def __init__(self): argument 88 def invoke(self, arg, from_tty): argument 100 def __init__(self): argument 103 def invoke(self, arg, from_tty): argument 145 def __init__(self): argument 151 def invoke(self, arg, from_tty): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | perforce.py | 43 def __init__(self, d, num_files): argument 51 def write(self, string): argument 66 def supports(self, ud, d): argument 70 def urldata_init(self, ud, d): argument 139 def _buildp4command(self, ud, d, command, depot_filename=None): argument 192 def _p4listfiles(self, ud, d): argument 218 def download(self, ud, d): argument 236 def clean(self, ud, d): argument 241 def supports_srcrev(self): argument 244 def _revision_key(self, ud, d, name): argument [all …]
|
| H A D | npm.py | 86 def __init__(self, d, configs=[], npmrc=None): argument 98 def __del__(self): argument 102 def run(self, cmd, args=None, configs=None, workdir=None): argument 131 def supports(self, ud, d): argument 135 def urldata_init(self, ud, d): argument 180 def _resolve_proxy_url(self, ud, d): argument 241 def _setup_proxy(self, ud, d): argument 255 def _get_proxy_method(self, ud, d): argument 263 def verify_donestamp(self, ud, d): argument 268 def update_donestamp(self, ud, d): argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcPlugin.py | 4 def __init__(self): argument 8 def pre_suite(self, testcount, testidlist): argument 15 def post_suite(self, index): argument 21 def pre_case(self, caseinfo, test_skip): argument 28 def post_case(self): argument 33 def pre_execute(self): argument 38 def post_execute(self): argument 43 def adjust_command(self, stage, command): argument 65 def add_args(self, parser): argument 70 def check_args(self, args, remaining): argument
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_python.py | 14 def login(self): argument 21 def version_test(self, version, timeout=-1): argument 25 def math_floor_test(self, timeout=-1): argument 29 def libc_time_test(self, timeout=-1): argument 36 def zlib_test(self, timeout=-1): argument 48 def test_run(self): argument 62 def test_run(self): argument 98 def __init__(self, names): argument 105 def check_sample_scripts_exist(self): argument 112 def run_sample_scripts(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/ |
| H A D | _pipecompress.py | 93 def __init__(self, filename=None, mode="rb", *, stderr=None, fileobj=None): argument 133 def _check_process(self): argument 142 def close(self): argument 154 def closed(self): argument 157 def fileno(self): argument 160 def flush(self): argument 163 def isatty(self): argument 166 def readable(self): argument 169 def writable(self): argument 172 def readinto(self, b): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | pkgdata.py | 22 def test_lookup_pkg(self): argument 40 def test_read_value(self): argument 49 def test_find_path(self): argument 58 def test_lookup_recipe(self): argument 67 def test_list_pkgs(self): argument 110 def test_list_pkg_files(self): argument 199 def test_glob(self): argument 218 def test_specify_pkgdatadir(self): argument 222 def test_no_param(self): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_all_projects_page.py | 26 def setUp(self): argument 38 def _add_build_to_default_project(self): argument 46 def _add_non_default_project(self): argument 63 def _get_row_for_project(self, project_name): argument 77 def test_default_project_hidden(self): argument 89 def test_default_project_has_build(self): argument 101 def test_default_project_release(self): argument 135 def test_default_project_machine(self): argument 170 def test_project_page_links(self): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 35 def emit(self, record): argument 39 def __init__(self, *args, **kwargs): argument 43 def setup_bblogger(self, name): argument 47 def _debug_helper(self, *args, **kwargs): argument 50 def debug2(self, *args, **kwargs): argument 53 def debug3(self, *args, **kwargs): argument 56 def bbdebug(self, level, msg, *args, **kwargs): argument 65 def plain(self, msg, *args, **kwargs): argument 68 def verbose(self, msg, *args, **kwargs): argument 71 def verbnote(self, msg, *args, **kwargs): argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer_configuration.py | 28 def __init__(self, pools): argument 33 def _cell_size(self): argument 36 def _get_static_size(self, th): argument 41 def _get_size(self): argument 44 def _get_thtype(self): argument 47 def _get_th(self, pool): argument 55 def _get_pool(self, direction): argument 69 def get_value(self, objid): argument 103 def __init__(self, objlist): argument 108 def get_value(self, objid): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | classextend.py | 17 def __init__(self, extname, d): argument 23 def extend_name(self, name): argument 43 def map_variable(self, varname, setvar = True): argument 56 def map_regexp_variable(self, varname, setvar = True): argument 74 def map_depends(self, dep): argument 87 def map_depends_variable(self, varname, suffix = ""): argument 110 def map_packagevars(self): argument 120 def rename_packages(self): argument 130 def rename_packages_internal(self, pkgs): argument 140 def rename_package_variables(self, variables): argument [all …]
|
| H A D | license.py | 31 def __init__(self, licensestr, exc): argument 36 def __str__(self): argument 40 def __init__(self, license): argument 44 def __str__(self): argument 53 def get_elements(self, licensestr): argument 69 def visit_elements(self, elements): argument 73 def visit_string(self, licensestr): argument 79 def __init__(self, choose_licenses): argument 84 def visit_Str(self, node): argument 87 def visit_Constant(self, node): argument [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | series.py | 32 def __init__(self): argument 48 def __setattr__(self, name, value): argument 51 def __getattr__(self, name): argument 54 def AddTag(self, commit, line, name, value): argument 84 def AddCommit(self, commit): argument 95 def ShowActions(self, args, cmd, process_tags): argument 140 def MakeChangeLog(self, commit): argument 183 def DoChecks(self): argument 205 def MakeCcFile(self, process_tags, cover_fname, raise_on_error, argument 257 def AddChange(self, version, commit, info): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 17 def __init__(self, logger, ip, server_ip, timeout=300, user='root', argument 51 def start(self, **kwargs): argument 54 def stop(self, **kwargs): argument 58 def monitor_dumper(self): argument 62 def monitor_dumper(self, dumper): argument 66 def _run(self, command, timeout=None, ignore_status=True): argument 83 def run(self, command, timeout=None): argument 114 def copyTo(self, localSrc, remoteDst): argument 131 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): argument 142 def copyDirTo(self, localSrc, remoteDst): argument [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | spdxcheck.py | 15 def __init__(self, tok, txt): argument 20 def __init__(self, el, txt): argument 25 def __init__(self): argument 84 def __init__(self, spdx): argument 100 def validate(self, tok): argument 116 def t_RPAR(self, tok): argument 121 def t_LPAR(self, tok): argument 126 def t_ID(self, tok): argument 145 def t_error(self, tok): argument 148 def p_expr(self, p): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 83 def erase( self ): argument 86 def setScrolling( self, b = True ): argument 90 def setBoxed( self ): argument 95 def setText( self, x, y, text, *args ): argument 99 def appendText( self, text, *args ): argument 103 def drawHline( self, y ): argument 109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 116 def setTitle( self, title ): argument 137 def __init__( self, x, y, width, height ): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_functional_basic.py | 17 def test_create_slenium_project(self): argument 32 def test_verify_left_bar_menu(self): argument 77 def test_review_configuration_information(self): argument 122 def test_verify_machine_information(self): argument 139 def test_verify_most_built_recipes_information(self): argument 154 def test_verify_project_release_information(self): argument 166 def test_verify_layer_information(self): argument 197 def test_verify_project_detail_links(self): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/cases/ |
| H A D | depends.py | 12 def testDependsFirst(self): argument 16 def testDependsSecond(self): argument 20 def testDependsThird(self): argument 24 def testDependsFourth(self): argument 28 def testDependsFifth(self): argument 32 def testDependsCircular1(self): argument 36 def testDependsCircular2(self): argument 40 def testDependsCircular3(self): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 10 def setUp(self): argument 90 def test_branch(self): argument 97 def test_layerItem(self): argument 120 def test_layerBranch(self): argument 145 def test_layerDependency(self): argument 168 def test_recipe(self): argument 190 def test_machine(self): argument 201 def test_distro(self): argument
|