/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | symbols.py | 40 pagination = show_pagination.endswith("on.\n") 80 if name.endswith(".ko") or name.endswith(".ko.debug"): 154 if (obj.filename.endswith('vmlinux') or 155 obj.filename.endswith('vmlinux.debug')):
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | symbols.py | 40 pagination = show_pagination.endswith("on.\n") 80 if name.endswith(".ko") or name.endswith(".ko.debug"): 151 if obj.filename.endswith('vmlinux'):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | oh_kernel_parser.py | 67 elif line.endswith(PASS_DOT) or line.endswith(FAIL_DOT): 69 elif line.endswith(ERROR_EXCLAMATION) \ 70 or line.endswith(TIMEOUT_EXCLAMATION):
|
H A D | c_parser_lite.py | 71 return True if line.endswith(_CTEST_START_TEST_RUN_TAG) else False 75 return True if line.endswith(_CTEST_END_TEST_RUN_TAG) else False 222 if "FAIL:" in message and not message.endswith("FAIL:"):
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | device_test.py | 64 if (_file.endswith(".py") or _file.endswith(".pyd")) \ 175 if str(request.root.source.source_file).endswith(PYD_SUFFIX) or \ 176 str(request.root.source.source_file).endswith(PY_SUFFIX): 355 if testsuite.endswith(PY_SUFFIX) or \ 356 testsuite.endswith(PYD_SUFFIX) or \ 357 testsuite.endswith(PYC_SUFFIX):
|
H A D | windows.py | 120 if str(request.root.source.source_file).endswith(PYD_SUFFIX) or \ 121 str(request.root.source.source_file).endswith(PY_SUFFIX): 235 if _file.endswith(".py") or _file.endswith(".pyd"):
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 211 elif path.endswith('.o'): 213 elif path.endswith('.a'): 215 elif path.endswith('modules.order'):
|
/test/testfwk/developer_test/src/core/testcase/ |
H A D | testcase_manager.py | 93 if suite_file.endswith(".py"):
102 if hap_file_path.endswith(".hap"):
145 if hap_file_path.endswith(".hap"):
158 if hap_file_path.endswith(".hap"):
|
/test/testfwk/developer_test/src/core/build/ |
H A D | pretreat_targets.py | 65 if name.endswith("JsTest"): 105 if file.endswith(".js"): 139 if name.endswith("JsTest"):
|
/test/xts/acts/pcs/pcs_py/ |
H A D | sysCapUtils.py | 25 if sysCapStr.startswith('const.SystemCapability.') and sysCapStr.endswith('=true'):
|
H A D | testSystemCoreInternetPermission.py | 41 if initFile.endswith('.cfg'):
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | jevents.py | 69 return s[0:-len(suffix)] if s.endswith(suffix) else s 430 if item.is_file() and item.name.endswith('.json'): 464 if _pending_events_tblname.endswith('_sys'): 519 if _pending_metrics_tblname.endswith('_sys'): 559 if topic.endswith('metrics.json'): 575 if not item.is_file() or not item.name.endswith('.json'): 628 if not item.is_file() or not item.name.endswith('.json') or item.name == 'metricgroups.json':
|
/kernel/linux/linux-6.6/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 204 elif path.endswith('.a'): 206 elif path.endswith('modules.order'):
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | common.py | 38 if source_code_rootpath == "/" or source_code_rootpath.endswith(":\\"):
|
/test/testfwk/developer_test/src/core/ |
H A D | common.py | 40 if code_root_path == "/" or code_root_path.endswith(":\\"):
|
/test/xts/acts/appbuild/cmake_test/ohos_app_demo_test/scripts/ |
H A D | ohos_app_demo_check.py | 33 return any(name.endswith(suffix) for name in names)
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kernel_include.py | 90 if path.startswith('<') and path.endswith('>'): 165 if text.endswith('\n'):
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kernel_include.py | 93 if path.startswith('<') and path.endswith('>'): 168 if text.endswith('\n'):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | ltp_posix_driver.py | 145 if not test_bin.endswith(".run-test"): 178 if content.endswith(end_mark):
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 203 if str(test_file).endswith(".json"): 234 if not item.endswith(MODULE_CONFIG_SUFFIX): 456 if os.path.isfile(item_path) and item.endswith( 470 if os.path.isfile(item_path) and item_path.endswith(
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_env_cfg.py | 229 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs', 'boot_libs')) if lib.startswith('lib') and lib.endswith('.a')] 237 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs')) if lib.startswith('lib') and lib.endswith('.a')] 253 if lib.startswith('lib') and lib.endswith('.a')]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_env_cfg.py | 229 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs', 'boot_libs')) if lib.startswith('lib') and lib.endswith('.a')] 237 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs')) if lib.startswith('lib') and lib.endswith('.a')] 253 if lib.startswith('lib') and lib.endswith('.a')]
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 282 (file.endswith(FileAttribute.TESTCASE_POSFIX_PY) or 283 file.endswith(FileAttribute.TESTCASE_POSFIX_PYC) or 284 file.endswith(FileAttribute.TESTCASE_POSFIX_PYD)):
|
/test/testfwk/xdevice/src/xdevice/_core/driver/ |
H A D | parser_lite.py | 54 if content.endswith(end_mark):
|
/test/xts/acts/commonlibrary/toolchain/libc-test/ |
H A D | tar_files.py | 35 if f.endswith('.rsp'):
|