Home
last modified time | relevance | path

Searched defs:add_arguments (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/development/gsi/repack_super_image/
H A Dmix_ssi_with_device_image.py49 def add_arguments(parser): function
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dcli.py198 def add_arguments( function
/aosp_15_r20/external/python/cpython2/Lib/
Dargparse.py273 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/external/python/cpython3/Lib/
Dargparse.py278 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dargparse.py278 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dargparse.py278 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dargparse.py278 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dargparse.py278 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dargparse.py278 def add_arguments(self, actions): member in HelpFormatter
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dserialization_base_generated.h1761 void add_arguments(flatbuffers::Offset<tflite::gpu::data::Arguments> arguments) { in add_arguments() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_argparse.py210 def __init__(self, tester_cls, add_arguments, parse_args): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py253 def __init__(self, tester_cls, add_arguments, parse_args): argument