Home
last modified time | relevance | path

Searched refs:endswith (Results 1 - 25 of 82) sorted by relevance

1234

/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dsymbols.py40 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 Dsymbols.py40 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 Doh_kernel_parser.py67 elif line.endswith(PASS_DOT) or line.endswith(FAIL_DOT):
69 elif line.endswith(ERROR_EXCLAMATION) \
70 or line.endswith(TIMEOUT_EXCLAMATION):
H A Dc_parser_lite.py71 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 Ddevice_test.py64 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 Dwindows.py120 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 Dgen_compile_commands.py211 elif path.endswith('.o'):
213 elif path.endswith('.a'):
215 elif path.endswith('modules.order'):
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py93 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 Dpretreat_targets.py65 if name.endswith("JsTest"):
105 if file.endswith(".js"):
139 if name.endswith("JsTest"):
/test/xts/acts/pcs/pcs_py/
H A DsysCapUtils.py25 if sysCapStr.startswith('const.SystemCapability.') and sysCapStr.endswith('=true'):
H A DtestSystemCoreInternetPermission.py41 if initFile.endswith('.cfg'):
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py69 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 Dgen_compile_commands.py204 elif path.endswith('.a'):
206 elif path.endswith('modules.order'):
/test/testfwk/xdevice/src/xdevice/_core/
H A Dcommon.py38 if source_code_rootpath == "/" or source_code_rootpath.endswith(":\\"):
/test/testfwk/developer_test/src/core/
H A Dcommon.py40 if code_root_path == "/" or code_root_path.endswith(":\\"):
/test/xts/acts/appbuild/cmake_test/ohos_app_demo_test/scripts/
H A Dohos_app_demo_check.py33 return any(name.endswith(suffix) for name in names)
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_include.py90 if path.startswith('<') and path.endswith('>'):
165 if text.endswith('\n'):
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_include.py93 if path.startswith('<') and path.endswith('>'):
168 if text.endswith('\n'):
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dltp_posix_driver.py145 if not test_bin.endswith(".run-test"):
178 if content.endswith(end_mark):
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py203 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 Dscons_env_cfg.py229 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 Dscons_env_cfg.py229 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 Dtest_suite.py282 (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 Dparser_lite.py54 if content.endswith(end_mark):
/test/xts/acts/commonlibrary/toolchain/libc-test/
H A Dtar_files.py35 if f.endswith('.rsp'):

Completed in 13 milliseconds

1234