Home
last modified time | relevance | path

Searched defs:args_parser (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_args.h64 struct args_parser { struct
65 void (*release)(args_parser_t *args); argument
66 int (*parse)(args_parser_t *args, int argc, const char *argv[], char **errstr); argument
67 int (*get_help)(args_parser_t *args, int idx, char *help); argument
68 int (*get_str)(args_parser_t *args, char *keyl, char *str, int *flag); argument
69 int (*get_int)(args_parser_t *args, char *keyl, int *val, int *flag); argument
70 int (*set_str)(args_parser_t *args, char *keyl, char *str); argument
71 int (*set_int)(args_parser_t *args, char *keyl, int val); argument
72 int (*set_flag)(args_parser_t *args, char *keyl, int flag); argument
73 int (*check_mandatory)(args_parser_t *args, char **err_arg); argument
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser_unittest.cc173 ProtoToArgsParser args_parser(pool); in TEST_F() local
196 ProtoToArgsParser args_parser(pool); in TEST_F() local
233 ProtoToArgsParser args_parser(pool); in TEST_F() local
256 ProtoToArgsParser args_parser(pool); in TEST_F() local
284 ProtoToArgsParser args_parser(pool); in TEST_F() local
312 ProtoToArgsParser args_parser(pool); in TEST_F() local
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Ddebugger_cli.py39 def args_parser() -> argparse.ArgumentParser: function
/aosp_15_r20/build/soong/scripts/hiddenapi/
H A Dmerge_csv.py28 args_parser = argparse.ArgumentParser( variable
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/
Dbumble_server.py63 def args_parser() -> argparse.ArgumentParser: function
/aosp_15_r20/external/pandora/avatar/avatar/
D__init__.py231 def args_parser() -> argparse.ArgumentParser: function
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dwinscope_proto_to_args_with_defaults.cc125 util::ProtoToArgsParser args_parser{descriptor_pool}; in InsertRows() local