| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | gen_gl_wrappers.py | 157 def __init__(self, argument 163 def beginFile(self, genOpts): argument 165 def endFile(self): argument 170 def beginFeature(self, interface, emit): argument 172 def endFeature(self): argument 174 def genType(self, typeinfo, name): argument 176 def genEnum(self, enuminfo, name): argument 178 def genCmd(self, cmd, name): argument 188 def __init__(self, argument 193 def beginFile(self, genOpts): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | lex.py | 64 def __init__(self,message,s): argument 70 def __str__(self): argument 72 def __repr__(self): argument 79 def __init__(self,f): argument 81 def critical(self,msg,*args,**kwargs): argument 84 def warning(self,msg,*args,**kwargs): argument 87 def error(self,msg,*args,**kwargs): argument 95 def __getattribute__(self,name): argument 97 def __call__(self,*args,**kwargs): argument 115 def __init__(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 77 def default(self, obj): argument 92 def __init__(self, out_dir, *args, **kwargs): argument 101 def addSuccess(self, test): argument 106 def addError(self, test, err): argument 111 def addFailure(self, test, err): argument 116 def addExpectedFailure(self, test, err): argument 121 def startTest(self, test): argument 128 def startTestRun(self): argument 132 def stopTestRun(self): argument 136 def all_results(self): argument [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 65 def __init__(self, message): argument 86 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 350 def __init__(self, key_path): argument 399 def encode(self): argument 425 def sign(self, algorithm_name, data_to_sign, signing_helper=None, argument 673 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument 745 def __init__(self, image_filename, read_only=False): argument 762 def _read_header(self): argument 883 def _update_chunks_and_blocks(self): argument 896 def append_dont_care(self, num_bytes): argument [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 30 def __init__(self, request): argument 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 116 def oldaskconfig(self, dot_config=None, in_keys=None): argument 126 def oldconfig(self, dot_config=None, in_keys=None): argument 136 def olddefconfig(self, dot_config=None): argument 144 def defconfig(self, defconfig): argument 153 def _allconfig(self, mode, all_config): argument 162 def allyesconfig(self, all_config=None): argument 170 def allmodconfig(self, all_config=None): argument 178 def allnoconfig(self, all_config=None): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 10 def _create_configs(self): argument 31 def write_index(self): argument 97 def list_pkgs(self): argument 113 def __init__(self, d, target_rootfs): argument 119 def package_info(self, pkg, cmd): argument 133 def extract(self, pkg, pkg_info): argument 176 def _handle_intercept_failure(self, registered_pkgs): argument 180 …def __init__(self, d, target_rootfs, archs, base_archs, apt_conf_dir=None, deb_repo_workdir="oe-ro… argument 204 def mark_packages(self, status_tag, packages=None): argument 232 def run_pre_post_installs(self, package_name=None): argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | FrameDecorator.py | 60 def __init__(self, base): argument 77 def elided(self): argument 85 def function(self): argument 122 def address(self): argument 131 def filename(self): argument 147 def frame_args(self): argument 163 def frame_locals(self): argument 179 def line(self): argument 197 def inferior_frame(self): argument 209 def __init__(self, symbol, value): argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | FrameDecorator.py | 60 def __init__(self, base): argument 77 def elided(self): argument 85 def function(self): argument 122 def address(self): argument 131 def filename(self): argument 147 def frame_args(self): argument 163 def frame_locals(self): argument 179 def line(self): argument 197 def inferior_frame(self): argument 209 def __init__(self, symbol, value): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 28 def __init__(self, d, logger): argument 38 def deploy(self): argument 48 def start(self, params=None, ssh=True, extra_bootparams=None): argument 52 def stop(self): argument 56 def get_extra_files(self): argument 60 def match_image_fstype(self, d, image_fstypes=None): argument 69 def get_image_fstype(self, d): argument 76 def restart(self, params=None): argument 80 def run(self, cmd, timeout=None): argument 83 def copy_to(self, localpath, remotepath): argument [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | board.py | 11 def __init__(self, expr): argument 20 def Matches(self, props): argument 33 def __str__(self): argument 42 def __init__(self): argument 46 def AddExpr(self, expr): argument 55 def __str__(self): argument 59 def Matches(self, props): argument 76 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, options): argument 103 def __init__(self): argument 107 def AddBoard(self, board): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | rootfs.py | 19 def __init__(self, d, progress_reporter=None, logcatcher=None): argument 30 def _create(self): argument 34 def _get_delayed_postinsts(self): argument 38 def _save_postinsts(self): argument 42 def _log_check(self): argument 45 def _log_check_common(self, type, match): argument 84 def _log_check_warn(self): argument 87 def _log_check_error(self): argument 90 def _insert_feed_uris(self): argument 104 def _cleanup(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 40 def setUp(self): argument 49 def test_get_base_call_returns_html(self): argument 56 def test_get_json_call_returns_json(self): argument 77 def test_typeaheads(self): argument 133 def test_xhr_add_layer(self): argument 166 def test_custom_ok(self): argument 182 def test_custom_incomplete_params(self): argument 192 def test_xhr_custom_wrong_project(self): argument 201 def test_xhr_custom_wrong_base(self): argument 210 def test_xhr_custom_details(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 16 def test_buildhistory_diff(self): argument 50 def test_pybootchartguy_help(self): argument 53 def test_pybootchartguy_to_generate_build_png_output(self): argument 57 def test_pybootchartguy_to_generate_build_svg_output(self): argument 61 def test_pybootchartguy_to_generate_build_pdf_output(self): argument 68 def test_oegitproxy_help(self): argument 75 def run_oegitproxy(self, custom_shell=None): argument 112 def test_oegitproxy_proxy(self): argument 115 def test_oegitproxy_proxy_dash(self): argument 122 def test_oe_run_native(self): argument [all …]
|
| H A D | gcc.py | 16 def check_skip(self, suite): argument 21 def run_check(self, *suites, ssh = None): argument 62 def run_check_emulated(self, *args, **kwargs): argument 81 def test_cross_gcc(self): argument 86 def test_cross_gxx(self): argument 91 def test_libatomic(self): argument 96 def test_libgomp(self): argument 101 def test_libstdcxx(self): argument 106 def test_libssp(self): argument 112 def test_libitm(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 19 def __init__(self, logger): argument 23 def write(self, msg): argument 34 def flush(self): argument 39 def __init__(self, tc, *args, **kwargs): argument 56 def startTest(self, test): argument 62 def stopTest(self, test): argument 79 def logSummary(self, component, context_msg=''): argument 93 def _getTestResultDetails(self, case): argument 133 def extractExtraResults(self, test, details = None): argument 148 def addError(self, test, *args, details = None): argument [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 47 def __init__(self, console, check_type): argument 51 def __enter__(self): argument 55 def __exit__(self, extype, value, traceback): argument 64 def __init__(self, console, timeout): argument 69 def __enter__(self): argument 72 def __exit__(self, extype, value, traceback): argument 81 def __init__(self, log, config, max_fifo_fill): argument 117 def eval_bad_patterns(self): argument 123 def close(self): argument 141 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 20 def __init__(self, methodName="runTest"): argument 98 def setUp(self): argument 129 def setUpLocal(self): argument 132 def tearDown(self): argument 155 def tearDownLocal(self): argument 158 def add_command_to_tearDown(self, command): argument 163 def track_for_cleanup(self, path): argument 168 def write_config(self, data, multiconfig=None): argument 185 def append_config(self, data): argument 194 def remove_config(self, data): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | samples.py | 18 def __init__(self, time): argument 21 def add_diskdata(self, new_diskdata): argument 25 def __init__(self, time, user, sys, io = 0.0, swap = 0.0): argument 33 def cpu(self): argument 36 def __str__(self): argument 43 def __init__(self, time): argument 47 def add_value(self, name, value): argument 51 def valid(self): argument 62 def __init__(self, mem_sample): argument 73 def __init__(self, time): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | test-remote-image | 90 def __init__(self, image_type): argument 100 def get_files_dict(self): argument 128 def __init__(self, image_type): argument 140 def get_controller(self): argument 154 def set_kernel_file(self): argument 159 def set_rootfs_file(self): argument 169 def set_manifest_file(self): argument 172 def set_extra_download_files(self): argument 177 def get_controller_extra_files(self): argument 187 def __init__(self, repolink, localdir): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ksample.py | 15 def cmd_and_check(self, cmd='', match_string=''): argument 28 def check_arch(self, archset=''): argument 34 def check_config(self, config_opt=''): argument 41 def check_module_exist(self, path='', module_name=''): argument 49 def kfifo_func(self, name=''): argument 65 def kprobe_func(self, name=''): argument 84 def kobject_func(self, name=''): argument 103 def test_kfifo_test(self): argument 110 def test_kprobe_test(self): argument 118 def test_kobject_test(self): argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | symbolize.py | 99 def __init__(self, out, dirs, strip_path): argument 106 def my_Popen(self, cmd): argument 118 def get_elf(self, elf_or_uuid): argument 128 def set_arch(self, elf): argument 140 def arch_prefix(self, cmd, elf): argument 146 def spawn_addr2line(self, elf_name): argument 165 def elf_load_addr(self, addr): argument 185 def elf_for_addr(self, addr): argument 195 def subtract_load_addr(self, addr): argument 203 def resolve(self, addr): argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | symbolize.py | 99 def __init__(self, out, dirs, strip_path): argument 106 def my_Popen(self, cmd): argument 118 def get_elf(self, elf_or_uuid): argument 128 def set_arch(self, elf): argument 140 def arch_prefix(self, cmd, elf): argument 146 def spawn_addr2line(self, elf_name): argument 165 def elf_load_addr(self, addr): argument 185 def elf_for_addr(self, addr): argument 195 def subtract_load_addr(self, addr): argument 203 def resolve(self, addr): argument [all …]
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | image.py | 50 def __init__(self, name, node): argument 67 def _ReadNode(self): argument 87 def CheckSize(self): argument 109 def _Raise(self, msg): argument 119 def _ReadEntries(self): argument 123 def FindEntryType(self, etype): argument 136 def GetEntryContents(self): argument 155 def _SetEntryPosSize(self, name, pos, size): argument 168 def GetEntryPositions(self): argument 179 def PackEntries(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 144 def __init__(self, d, deploy_dir): argument 149 def write_index(self): argument 153 def __init__(self, d, rootfs_dir): argument 158 def list_pkgs(self): argument 166 def __init__(self, d, target_rootfs): argument 173 def _initialize_intercepts(self): argument 195 def _handle_intercept_failure(self, failed_script): argument 198 def _postpone_to_first_boot(self, postinst_intercept_hook): argument 216 def run_intercepts(self, populate_sdk=None): argument 262 def update(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | client.py | 17 def __init__(self, proto_name, proto_version, logger, timeout=30): argument 26 async def connect_tcp(self, address, port): argument 32 async def connect_unix(self, path): argument 48 async def setup_connection(self): argument 53 async def connect(self): argument 58 async def close(self): argument 65 async def _send_wrapper(self, proc): argument 85 async def send_message(self, msg): argument 124 async def ping(self): argument 131 def __init__(self): argument [all …]
|