Home
last modified time | relevance | path

Searched refs:ArgumentParser (Results 1 – 25 of 100) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dargparse_oe.py15 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 Dsign.py30 from argparse import ArgumentParser
32 parser = ArgumentParser()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/
H A Dresign_ta.py37 from argparse import ArgumentParser
39 parser = ArgumentParser()
/OK3568_Linux_fs/kernel/tools/hv/
H A Dvmbus_testing272 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 Dresign_ta.py37 from argparse import ArgumentParser
39 parser = ArgumentParser()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dksparser.py20 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 Dsign_encrypt.py24 from argparse import ArgumentParser, RawDescriptionHelpFormatter
35 parser = ArgumentParser(
H A Dbin_to_c.py16 parser = argparse.ArgumentParser(description='Converts a binary file '
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsign_encrypt.py24 from argparse import ArgumentParser, RawDescriptionHelpFormatter
35 parser = ArgumentParser(
H A Dbin_to_c.py16 parser = argparse.ArgumentParser(description='Converts a binary file '
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A Dtabinary_to_cfile.py12 parser = argparse.ArgumentParser()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/
H A Dtemplate.py73 p = argparse.ArgumentParser()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/
H A Dfile_to_c.py10 parser = argparse.ArgumentParser()
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Dbbparse-torture.py31 parser = argparse.ArgumentParser(
H A Ddump_cache.py33 parser = argparse.ArgumentParser(
/OK3568_Linux_fs/kernel/scripts/clang-tools/
H A Drun-clang-tools.py28 parser = argparse.ArgumentParser(description=usage)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-selftest40 parser = argparse_oe.ArgumentParser(description=description)
H A Dresulttool49 parser = argparse_oe.ArgumentParser(description="OEQA test result manipulation tool.",
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py13 parser = argparse.ArgumentParser(
/OK3568_Linux_fs/kernel/scripts/
H A Dmkbootimg19 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 Dbitbake-hashserv26 …parser = argparse.ArgumentParser(description='Hash Equivalence Reference Server. Version=%s' % VER…
H A Dbitbake-getvar22 parser = argparse.ArgumentParser(description="Bitbake Query Variable")
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dgenerate_license_list.py95 parser = argparse.ArgumentParser()
/OK3568_Linux_fs/u-boot/scripts/
H A Dmkbootimg18 from argparse import ArgumentParser, FileType, Action
177 parser = ArgumentParser()
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dpycompile.py61 parser = argparse.ArgumentParser(description=__doc__)

1234