| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | argparse_oe.py | 15 class ArgumentParser(argparse.ArgumentParser): class 20 super(ArgumentParser, self).__init__(*args, **kwargs) 50 ret = super(ArgumentParser, self).add_subparsers(*args, **kwargs) 95 class ArgumentSubParser(ArgumentParser): 135 return super(ArgumentParser, self).format_help()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/scripts/ |
| H A D | sign.py | 30 from argparse import ArgumentParser 32 parser = ArgumentParser()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 37 from argparse import ArgumentParser 39 parser = ArgumentParser()
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | vmbus_testing | 272 parser = argparse.ArgumentParser(prog = "vmbus_testing",usage ="\n" 294 path_parser = argparse.ArgumentParser(add_help=False) 298 state_parser = argparse.ArgumentParser(add_help=False)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 37 from argparse import ArgumentParser 39 parser = ArgumentParser()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 20 from argparse import ArgumentParser, ArgumentError, ArgumentTypeError 46 class KickStartParser(ArgumentParser):
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | sign_encrypt.py | 24 from argparse import ArgumentParser, RawDescriptionHelpFormatter 35 parser = ArgumentParser(
|
| H A D | bin_to_c.py | 16 parser = argparse.ArgumentParser(description='Converts a binary file '
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | sign_encrypt.py | 24 from argparse import ArgumentParser, RawDescriptionHelpFormatter 35 parser = ArgumentParser(
|
| H A D | bin_to_c.py | 16 parser = argparse.ArgumentParser(description='Converts a binary file '
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | tabinary_to_cfile.py | 12 parser = argparse.ArgumentParser()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/ |
| H A D | template.py | 73 p = argparse.ArgumentParser()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/ |
| H A D | file_to_c.py | 10 parser = argparse.ArgumentParser()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/ |
| H A D | bbparse-torture.py | 31 parser = argparse.ArgumentParser(
|
| H A D | dump_cache.py | 33 parser = argparse.ArgumentParser(
|
| /OK3568_Linux_fs/kernel/scripts/clang-tools/ |
| H A D | run-clang-tools.py | 28 parser = argparse.ArgumentParser(description=usage)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-selftest | 40 parser = argparse_oe.ArgumentParser(description=description)
|
| H A D | resulttool | 49 parser = argparse_oe.ArgumentParser(description="OEQA test result manipulation tool.",
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | tdc_multibatch.py | 13 parser = argparse.ArgumentParser(
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkbootimg | 19 from argparse import (ArgumentParser, ArgumentTypeError, 464 parser = ArgumentParser(add_help=False) 510 version_parser = ArgumentParser(add_help=False) 521 parser = ArgumentParser(formatter_class=RawDescriptionHelpFormatter,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-hashserv | 26 …parser = argparse.ArgumentParser(description='Hash Equivalence Reference Server. Version=%s' % VER…
|
| H A D | bitbake-getvar | 22 parser = argparse.ArgumentParser(description="Bitbake Query Variable")
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/ |
| H A D | generate_license_list.py | 95 parser = argparse.ArgumentParser()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | mkbootimg | 18 from argparse import ArgumentParser, FileType, Action 177 parser = ArgumentParser()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pycompile.py | 61 parser = argparse.ArgumentParser(description=__doc__)
|