/third_party/unity/src/ |
H A D | unity.c | 2275 int UnityParseOptions(int argc, char** argv) in UnityParseOptions() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 1230 from sys import path, argv namespace 1231 from sys import (path, argv) namespace 1232 from sys import (path, argv,) namespace
|
/third_party/python/PC/ |
H A D | launcher.c | 1294 maybe_handle_shebang(wchar_t ** argv, wchar_t * cmdline) in maybe_handle_shebang() argument 1530 show_help_text(wchar_t ** argv) in show_help_text() argument 1576 show_python_list(wchar_t ** argv) in show_python_list() argument 1717 process(int argc, wchar_t ** argv) in process() argument 2039 wmain(int argc, wchar_t ** argv) wmain() argument [all...] |
/third_party/python/Programs/ |
H A D | _testembed.c | 414 wchar_t *argv[] = {L"PYTHON", L"-c", in test_initialize_pymain() local 422 Py_Main(Py_ARRAY_LENGTH(argv), argv); in test_initialize_pymain() local 449 static void config_set_argv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) in config_set_argv() argument 612 wchar_t* argv[] = { in test_init_from_config() local 724 wchar_t* argv[] = { check_init_parse_argv() local 934 wchar_t *argv[] = {L"python3", test_preinit_dont_parse_argv() local 971 wchar_t *argv[] = {L"python3", L"-X", L"dev", L"-P", L"script.py"}; test_preinit_parse_argv() local 1343 wchar_t *argv[] = {PROGRAM_NAME, L"-c", L"pass"}; test_audit_run_command() local 1354 wchar_t *argv[] = {PROGRAM_NAME, L"filename.py"}; test_audit_run_file() local 1362 run_audit_run_test(int argc, wchar_t **argv, void *test) run_audit_run_test() argument 1389 wchar_t *argv[] = {PROGRAM_NAME}; test_audit_run_interactivehook() local 1396 wchar_t *argv[] = {PROGRAM_NAME}; test_audit_run_startup() local 1403 wchar_t *argv[] = {PROGRAM_NAME}; test_audit_run_stdin() local 1459 wchar_t* argv[] = { test_init_sys_add() local 1642 wchar_t* argv[] = { test_init_warnoptions() local 1724 wchar_t* argv[] = { configure_init_main() local 1781 wchar_t *argv[] = {L"python3", L"-c", test_run_main() local 1812 wchar_t *argv[] = {L"python3", L"-c", L"pass", L"arg2"}; test_get_argc_argv() local 1866 wchar_t* argv[] = { check_use_frozen_modules() local 1933 char* argv[] = { test_frozenmain() local 1960 wchar_t* argv[] = {PROGRAM_NAME, L"-c", L"pass"}; test_repeated_init_and_inittab() local 2132 main(int argc, char *argv[]) main() argument [all...] |
/third_party/python/Python/ |
H A D | initconfig.c | 603 _Py_SetArgcArgv(Py_ssize_t argc, wchar_t * const *argv) in _Py_SetArgcArgv() argument 620 Py_GetArgcArgv(int *argc, wchar_t ***argv) in Py_GetArgcArgv() argument 2311 const PyWideStringList *argv = &config->argv; config_parse_cmdline() local 2868 PyConfig_SetBytesArgv(PyConfig *config, Py_ssize_t argc, char * const *argv) PyConfig_SetBytesArgv() argument 2880 PyConfig_SetArgv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) PyConfig_SetArgv() argument [all...] |
H A D | pylifecycle.c | 960 Py_PreInitializeFromBytesArgs(const PyPreConfig *src_config, Py_ssize_t argc, char **argv) in Py_PreInitializeFromBytesArgs() argument 968 Py_PreInitializeFromArgs(const PyPreConfig *src_config, Py_ssize_t argc, wchar_t **argv) in Py_PreInitializeFromArgs() argument
|
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 770 func_callback(sqlite3_context *context, int argc, sqlite3_value **argv) in func_callback() argument 671 _pysqlite_build_py_params(sqlite3_context *context, int argc, sqlite3_value **argv) _pysqlite_build_py_params() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 433 VALUE DescriptorPool_build(int argc, VALUE* argv, VALUE _self) { in DescriptorPool_build() argument 1569 VALUE MessageBuilderContext_optional(int argc, VALUE* argv, VALUE _self) { in MessageBuilderContext_optional() argument 1599 VALUE MessageBuilderContext_proto3_optional(int argc, VALUE* argv, in MessageBuilderContext_proto3_optional() argument 1633 VALUE MessageBuilderContext_required(int argc, VALUE* argv, VALUE _self) { in MessageBuilderContext_required() argument 1661 VALUE MessageBuilderContext_repeated(int argc, VALUE* argv, VALUE _self) { in MessageBuilderContext_repeated() argument 1530 make_mapentry(VALUE _message_builder, VALUE types, int argc, VALUE* argv) make_mapentry() argument 1690 MessageBuilderContext_map(int argc, VALUE* argv, VALUE _self) MessageBuilderContext_map() argument 1911 OneofBuilderContext_optional(int argc, VALUE* argv, VALUE _self) OneofBuilderContext_optional() argument 2222 Builder_add_file(int argc, VALUE* argv, VALUE _self) Builder_add_file() argument [all...] |
H A D | encode_decode.c | 1088 VALUE Message_decode_json(int argc, VALUE* argv, VALUE klass) { in Message_decode_json() argument 1649 VALUE Message_encode_json(int argc, VALUE* argv, VALUE klass) { in Message_encode_json() argument
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 841 int CommandLineInterface::Run(int argc, const char* const argv[]) { in Run() argument 1342 ParseArguments( int argc, const char* const argv[]) ParseArguments() argument
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes_test.c | 359 EXPORT(void *) _testfunc_c_p_p(int *argcp, char **argv) in _testfunc_c_p_p() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 243 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_ping() argument 249 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_relog() argument 255 static int hostapd_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_status() argument 263 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_mib() argument 310 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_sta() argument 227 hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, int argc, char *argv[]) hostapd_cli_cmd() argument 341 hostapd_cli_cmd_new_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_new_sta() argument 355 hostapd_cli_cmd_deauthenticate(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_deauthenticate() argument 373 hostapd_cli_cmd_disassociate(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_disassociate() argument 392 hostapd_cli_cmd_signature(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_signature() argument 407 hostapd_cli_cmd_sa_query(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_sa_query() argument 422 hostapd_cli_cmd_wps_pin(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_pin() argument 443 hostapd_cli_cmd_wps_check_pin(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_check_pin() argument 469 hostapd_cli_cmd_wps_pbc(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_pbc() argument 476 hostapd_cli_cmd_wps_cancel(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_cancel() argument 484 hostapd_cli_cmd_wps_nfc_tag_read(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_nfc_tag_read() argument 510 hostapd_cli_cmd_wps_nfc_config_token(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_nfc_config_token() argument 532 hostapd_cli_cmd_wps_nfc_token(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_nfc_token() argument 553 hostapd_cli_cmd_nfc_get_handover_sel(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_nfc_get_handover_sel() argument 577 hostapd_cli_cmd_wps_ap_pin(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_ap_pin() argument 598 hostapd_cli_cmd_wps_get_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_get_status() argument 605 hostapd_cli_cmd_wps_config(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_config() argument 650 hostapd_cli_cmd_disassoc_imminent(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_disassoc_imminent() argument 670 hostapd_cli_cmd_ess_disassoc(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_ess_disassoc() argument 690 hostapd_cli_cmd_bss_tm_req(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_bss_tm_req() argument 717 hostapd_cli_cmd_get_config(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_get_config() argument 761 hostapd_cli_cmd_all_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_all_sta() argument 776 hostapd_cli_cmd_list_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_list_sta() argument 793 hostapd_cli_cmd_help(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_help() argument 815 hostapd_cli_cmd_license(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_license() argument 823 hostapd_cli_cmd_set_qos_map_set(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_set_qos_map_set() argument 843 hostapd_cli_cmd_send_qos_map_conf(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_send_qos_map_conf() argument 862 hostapd_cli_cmd_hs20_wnm_notif(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_hs20_wnm_notif() argument 882 hostapd_cli_cmd_hs20_deauth_req(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_hs20_deauth_req() argument 907 hostapd_cli_cmd_quit(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_quit() argument 916 hostapd_cli_cmd_level(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_level() argument 993 hostapd_cli_cmd_interface(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_interface() argument 1026 hostapd_cli_cmd_set(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_set() argument 1084 hostapd_cli_cmd_get(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_get() argument 1130 hostapd_cli_cmd_fst(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_fst() argument 1158 hostapd_cli_cmd_chan_switch(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_chan_switch() argument 1197 hostapd_cli_cmd_enable(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_enable() argument 1204 hostapd_cli_cmd_reload(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_reload() argument 1211 hostapd_cli_cmd_disable(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_disable() argument 1218 hostapd_cli_cmd_update_beacon(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_update_beacon() argument 1225 hostapd_cli_cmd_vendor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_vendor() argument 1247 hostapd_cli_cmd_erp_flush(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_erp_flush() argument 1254 hostapd_cli_cmd_log_level(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_log_level() argument 1273 hostapd_cli_cmd_raw(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_raw() argument 1281 hostapd_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_pmksa() argument 1287 hostapd_cli_cmd_pmksa_flush(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_pmksa_flush() argument 1294 hostapd_cli_cmd_set_neighbor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_set_neighbor() argument 1316 hostapd_cli_cmd_show_neighbor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_show_neighbor() argument 1323 hostapd_cli_cmd_remove_neighbor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_remove_neighbor() argument 1330 hostapd_cli_cmd_req_lci(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_req_lci() argument 1350 hostapd_cli_cmd_req_range(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_req_range() argument 1362 hostapd_cli_cmd_driver_flags(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_driver_flags() argument 1371 hostapd_cli_cmd_dpp_qr_code(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_qr_code() argument 1378 hostapd_cli_cmd_dpp_bootstrap_gen(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_gen() argument 1385 hostapd_cli_cmd_dpp_bootstrap_remove(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_remove() argument 1392 hostapd_cli_cmd_dpp_bootstrap_get_uri(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_get_uri() argument 1399 hostapd_cli_cmd_dpp_bootstrap_info(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_info() argument 1406 hostapd_cli_cmd_dpp_bootstrap_set(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_set() argument 1413 hostapd_cli_cmd_dpp_auth_init(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_auth_init() argument 1420 hostapd_cli_cmd_dpp_listen(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_listen() argument 1427 hostapd_cli_cmd_dpp_stop_listen(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_stop_listen() argument 1434 hostapd_cli_cmd_dpp_configurator_add(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_add() argument 1441 hostapd_cli_cmd_dpp_configurator_remove(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_remove() argument 1448 hostapd_cli_cmd_dpp_configurator_get_key(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_get_key() argument 1455 hostapd_cli_cmd_dpp_configurator_sign(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_sign() argument 1462 hostapd_cli_cmd_dpp_pkex_add(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_pkex_add() argument 1469 hostapd_cli_cmd_dpp_pkex_remove(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_pkex_remove() argument 1478 hostapd_cli_cmd_dpp_controller_start(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_controller_start() argument 1485 hostapd_cli_cmd_dpp_controller_stop(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_controller_stop() argument 1492 hostapd_cli_cmd_dpp_chirp(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_chirp() argument 1499 hostapd_cli_cmd_dpp_stop_chirp(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_stop_chirp() argument 1509 hostapd_cli_cmd_accept_macacl(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_accept_macacl() argument 1516 hostapd_cli_cmd_deny_macacl(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_deny_macacl() argument 1523 hostapd_cli_cmd_poll_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_poll_sta() argument 1530 hostapd_cli_cmd_req_beacon(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_req_beacon() argument 1537 hostapd_cli_cmd_reload_wpa_psk(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_reload_wpa_psk() argument 1545 hostapd_cli_cmd_driver(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_driver() argument 1784 wpa_request(struct wpa_ctrl *ctrl, int argc, char *argv[]) wpa_request() argument 1907 char *argv[max_args]; hostapd_cli_edit_cmd_cb() local 2066 main(int argc, char *argv[]) main() argument 2192 main(int argc, char *argv[]) main() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 3182 int main(int argc, char *argv[]) in main() argument [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 886 CommandLine::CommandLine (int argc, const char* const* argv) in CommandLine() argument 960 bool CommandLine::parse (int argc, const char* const* argv) in parse() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 2651 static int get_db_session_fields(void *ctx, int argc, char *argv[], char *col[]) in get_db_session_fields() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 240 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_ping() argument 246 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_relog() argument 252 static int hostapd_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_status() argument 260 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_mib() argument 307 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_sta() argument 224 hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, int argc, char *argv[]) hostapd_cli_cmd() argument 338 hostapd_cli_cmd_new_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_new_sta() argument 352 hostapd_cli_cmd_deauthenticate(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_deauthenticate() argument 370 hostapd_cli_cmd_disassociate(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_disassociate() argument 389 hostapd_cli_cmd_signature(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_signature() argument 405 hostapd_cli_cmd_sa_query(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_sa_query() argument 421 hostapd_cli_cmd_wps_pin(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_pin() argument 442 hostapd_cli_cmd_wps_check_pin(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_check_pin() argument 468 hostapd_cli_cmd_wps_pbc(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_pbc() argument 475 hostapd_cli_cmd_wps_cancel(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_cancel() argument 483 hostapd_cli_cmd_wps_nfc_tag_read(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_nfc_tag_read() argument 509 hostapd_cli_cmd_wps_nfc_config_token(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_nfc_config_token() argument 531 hostapd_cli_cmd_wps_nfc_token(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_nfc_token() argument 552 hostapd_cli_cmd_nfc_get_handover_sel(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_nfc_get_handover_sel() argument 576 hostapd_cli_cmd_wps_ap_pin(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_ap_pin() argument 597 hostapd_cli_cmd_wps_get_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_get_status() argument 604 hostapd_cli_cmd_wps_config(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_wps_config() argument 649 hostapd_cli_cmd_disassoc_imminent(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_disassoc_imminent() argument 669 hostapd_cli_cmd_ess_disassoc(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_ess_disassoc() argument 689 hostapd_cli_cmd_bss_tm_req(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_bss_tm_req() argument 716 hostapd_cli_cmd_get_config(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_get_config() argument 760 hostapd_cli_cmd_all_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_all_sta() argument 775 hostapd_cli_cmd_list_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_list_sta() argument 792 hostapd_cli_cmd_help(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_help() argument 814 hostapd_cli_cmd_license(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_license() argument 822 hostapd_cli_cmd_set_qos_map_set(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_set_qos_map_set() argument 842 hostapd_cli_cmd_send_qos_map_conf(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_send_qos_map_conf() argument 861 hostapd_cli_cmd_hs20_wnm_notif(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_hs20_wnm_notif() argument 881 hostapd_cli_cmd_hs20_deauth_req(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_hs20_deauth_req() argument 906 hostapd_cli_cmd_quit(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_quit() argument 915 hostapd_cli_cmd_level(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_level() argument 992 hostapd_cli_cmd_interface(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_interface() argument 1025 hostapd_cli_cmd_set(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_set() argument 1083 hostapd_cli_cmd_get(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_get() argument 1129 hostapd_cli_cmd_fst(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_fst() argument 1157 hostapd_cli_cmd_chan_switch(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_chan_switch() argument 1196 hostapd_cli_cmd_enable(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_enable() argument 1203 hostapd_cli_cmd_reload(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_reload() argument 1210 hostapd_cli_cmd_disable(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_disable() argument 1217 hostapd_cli_cmd_update_beacon(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_update_beacon() argument 1224 hostapd_cli_cmd_vendor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_vendor() argument 1245 hostapd_cli_cmd_erp_flush(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_erp_flush() argument 1252 hostapd_cli_cmd_log_level(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_log_level() argument 1271 hostapd_cli_cmd_raw(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_raw() argument 1279 hostapd_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_pmksa() argument 1285 hostapd_cli_cmd_pmksa_flush(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_pmksa_flush() argument 1292 hostapd_cli_cmd_set_neighbor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_set_neighbor() argument 1314 hostapd_cli_cmd_remove_neighbor(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_remove_neighbor() argument 1335 hostapd_cli_cmd_req_lci(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_req_lci() argument 1355 hostapd_cli_cmd_req_range(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_req_range() argument 1367 hostapd_cli_cmd_driver_flags(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_driver_flags() argument 1376 hostapd_cli_cmd_dpp_qr_code(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_qr_code() argument 1383 hostapd_cli_cmd_dpp_bootstrap_gen(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_gen() argument 1390 hostapd_cli_cmd_dpp_bootstrap_remove(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_remove() argument 1397 hostapd_cli_cmd_dpp_bootstrap_get_uri(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_get_uri() argument 1404 hostapd_cli_cmd_dpp_bootstrap_info(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_bootstrap_info() argument 1411 hostapd_cli_cmd_dpp_auth_init(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_auth_init() argument 1418 hostapd_cli_cmd_dpp_listen(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_listen() argument 1425 hostapd_cli_cmd_dpp_stop_listen(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_stop_listen() argument 1432 hostapd_cli_cmd_dpp_configurator_add(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_add() argument 1439 hostapd_cli_cmd_dpp_configurator_remove(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_remove() argument 1446 hostapd_cli_cmd_dpp_configurator_get_key(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_get_key() argument 1453 hostapd_cli_cmd_dpp_configurator_sign(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_configurator_sign() argument 1460 hostapd_cli_cmd_dpp_pkex_add(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_pkex_add() argument 1467 hostapd_cli_cmd_dpp_pkex_remove(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_dpp_pkex_remove() argument 1476 hostapd_cli_cmd_accept_macacl(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_accept_macacl() argument 1483 hostapd_cli_cmd_deny_macacl(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_deny_macacl() argument 1490 hostapd_cli_cmd_poll_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_poll_sta() argument 1497 hostapd_cli_cmd_req_beacon(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_req_beacon() argument 1504 hostapd_cli_cmd_reload_wpa_psk(struct wpa_ctrl *ctrl, int argc, char *argv[]) hostapd_cli_cmd_reload_wpa_psk() argument 1727 wpa_request(struct wpa_ctrl *ctrl, int argc, char *argv[]) wpa_request() argument 1850 char *argv[max_args]; hostapd_cli_edit_cmd_cb() local 2009 main(int argc, char *argv[]) main() argument 2126 main(int argc, char *argv[]) main() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 3184 int main(int argc, char *argv[]) in main() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 136 GetJsRectParam( const shared_ptr<JsRuntime>& runtime, int32_t argc, const std::vector<shared_ptr<JsValue>>& argv) GetJsRectParam() argument 526 JsCreateLinearGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateLinearGradient() argument 547 JsCreateRadialGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateRadialGradient() argument 572 JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAddColorStop() argument 609 JsFillRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillRect() argument 622 JsStrokeRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeRect() argument 635 JsClearRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClearRect() argument 648 JsFillText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillText() argument 666 JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeText() argument 684 JsMeasureText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMeasureText() argument 735 JsBeginPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsBeginPath() argument 747 JsClosePath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClosePath() argument 759 JsMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMoveTo() argument 773 JsLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineTo() argument 787 JsBezierCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsBezierCurveTo() argument 806 JsQuadraticCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsQuadraticCurveTo() argument 823 JsArc(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsArc() argument 851 JsArcTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsArcTo() argument 869 JsEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsEllipse() argument 894 JsRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRect() argument 903 JsFill(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFill() argument 911 JsStroke(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStroke() argument 936 JsClip(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClip() argument 944 JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRestore() argument 956 JsSave(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSave() argument 968 JsRotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRotate() argument 977 JsScale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsScale() argument 991 JsSetTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSetTransform() argument 1010 JsTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTransform() argument 1029 JsTranslate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTranslate() argument 1043 JsSetLineDash(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSetLineDash() argument 1058 JsGetLineDash(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetLineDash() argument 1093 JsDrawImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDrawImage() argument 1166 JsCreatePath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreatePath2D() argument 1188 JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DAddPath() argument 1224 JsPath2DSetTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DSetTransform() argument 1251 JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DMoveTo() argument 1276 JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DLineTo() argument 1301 JsPath2DArc(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DArc() argument 1333 JsPath2DArcTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DArcTo() argument 1359 JsPath2DQuadraticCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DQuadraticCurveTo() argument 1385 JsPath2DBezierCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DBezierCurveTo() argument 1412 JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DEllipse() argument 1445 JsPath2DRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DRect() argument 1471 JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DClosePath() argument 1491 JsMakePath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMakePath2D() argument 1527 JsCreatePattern(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreatePattern() argument 1574 JsCreateImageData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateImageData() argument 1615 JsPutImageData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPutImageData() argument 1657 ParseImageData(const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, std::vector<std::string>& array, ImageData& imageData) ParseImageData() argument 1749 JsGetPixelMap(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetPixelMap() argument 1847 JsGetJsonData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetJsonData() argument 1888 JsTransferFromImageBitmap(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTransferFromImageBitmap() argument 1921 JsDrawBitmapMesh(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDrawBitmapMesh() argument 1956 JsFillStyleGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillStyleGetter() argument 1962 JsFillStyleSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillStyleSetter() argument 1996 JsStrokeStyleGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeStyleGetter() argument 2002 JsStrokeStyleSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeStyleSetter() argument 2036 JsLineCapGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineCapGetter() argument 2042 JsLineCapSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineCapSetter() argument 2065 JsLineJoinGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineJoinGetter() argument 2071 JsLineJoinSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineJoinSetter() argument 2094 JsMiterLimitGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMiterLimitGetter() argument 2100 JsMiterLimitSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMiterLimitSetter() argument 2117 JsLineWidthGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineWidthGetter() argument 2123 JsLineWidthSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineWidthSetter() argument 2140 JsTextAlignGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextAlignGetter() argument 2146 JsTextAlignSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextAlignSetter() argument 2164 JsTextBaselineGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextBaselineGetter() argument 2170 JsTextBaselineSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextBaselineSetter() argument 2189 JsFontGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFontGetter() argument 2195 JsFontSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFontSetter() argument 2234 JsAlphaGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAlphaGetter() argument 2240 JsAlphaSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAlphaSetter() argument 2257 JsCompositeOperationGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCompositeOperationGetter() argument 2263 JsCompositeOperationSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCompositeOperationSetter() argument 2296 JsLineDashOffsetGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineDashOffsetGetter() argument 2302 JsLineDashOffsetSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineDashOffsetSetter() argument 2319 JsShadowBlurGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowBlurGetter() argument 2325 JsShadowBlurSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowBlurSetter() argument 2342 JsShadowColorGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowColorGetter() argument 2348 JsShadowColorSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowColorSetter() argument 2366 JsShadowOffsetXGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetXGetter() argument 2372 JsShadowOffsetXSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetXSetter() argument 2389 JsShadowOffsetYGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetYGetter() argument 2395 JsShadowOffsetYSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetYSetter() argument 2412 JsSmoothingEnabledGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingEnabledGetter() argument 2418 JsSmoothingEnabledSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingEnabledSetter() argument 2435 JsSmoothingQualityGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingQualityGetter() argument 2441 JsSmoothingQualitySetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingQualitySetter() argument 2461 JsWidthGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsWidthGetter() argument 2499 JsHeightGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsHeightGetter() argument [all...] |
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 388 void GetToastHoverModeParams(napi_env env, napi_value argv, NG::ToastInfo& toastInfo) in GetToastHoverModeParams() argument 400 bool GetToastParams(napi_env env, napi_value argv, NG::ToastInfo& toastInfo) in GetToastParams() argument 489 napi_value argv = nullptr; JSPromptShowToast() local 511 napi_value argv = nullptr; JSPromptOpenToast() local 1205 GetNapiNamedProperties(napi_env env, napi_value* argv, size_t index, std::shared_ptr<PromptAsyncContext>& asyncContext) GetNapiNamedProperties() argument 1247 JSPromptParseParam(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<PromptAsyncContext>& asyncContext) JSPromptParseParam() argument 1341 napi_value argv[3] = { 0 }; JSPromptShowDialog() local 1618 napi_value argv[3] = { 0 }; JSPromptShowActionMenu() local 1819 napi_value argv = nullptr; JSRemoveCustomDialog() local 2165 napi_value argv[2] = { nullptr }; JSPromptOpenCustomDialog() local 2248 napi_value argv[1] = { 0 }; JSPromptCloseCustomDialog() local 2332 napi_value argv[CUSTOM_DIALOG_PARAM_NUM] = { nullptr }; JSPromptUpdateCustomDialog() local [all...] |
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server.cpp | 263 char *argv[] = { in paDaemonThread() local
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 169 napi_value argv[ARGS_ONE] = { 0 }; in Constructor() local [all...] |
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.cpp | 1076 napi_value argv[4] = {nullptr}; OnRegisterCallback() local 1167 napi_value argv[4] = {nullptr}; OnUpdateFocus() local 1299 napi_value argv[4] = {nullptr}; OnGetAllAbilityInfos() local 1349 napi_value argv[DEFAULT_ARG_COUNT] = { nullptr }; OnGetBatchAbilityInfos() local 1396 napi_value argv[4] = {nullptr}; OnInitUserInfo() local 1506 napi_value argv[4] = { nullptr }; OnRequestSceneSession() local 1559 napi_value argv[4] = {nullptr}; OnUpdateSceneSessionWant() local 1599 napi_value argv[4] = {nullptr}; OnRequestSceneSessionActivation() local 1639 napi_value argv[4] = {nullptr}; OnRequestSceneSessionBackground() local 1705 napi_value argv[4] = {nullptr}; OnRequestSceneSessionDestruction() local 1787 napi_value argv[4] = {nullptr}; OnNotifyForegroundInteractiveStatus() local 1827 napi_value argv[4] = {nullptr}; OnIsSceneSessionValid() local 1879 napi_value argv[4] = {nullptr}; OnRequestSceneSessionByCall() local 1926 napi_value argv[4] = {nullptr}; OnStartAbilityBySpecified() local 1967 napi_value argv[4] = {nullptr}; OnStartUIAbilityBySCB() local 2013 napi_value argv[4] = {nullptr}; OnChangeUIAbilityVisibilityBySCB() local 2073 napi_value argv[ARGC_FOUR] = { nullptr }; OnUpdateRotateAnimationConfig() local 2095 napi_value argv[4] = {nullptr}; OnGetSessionSnapshotFilePath() local 2119 napi_value argv[ARGC_FOUR] = {nullptr}; OnSetVmaCacheStatus() local 2200 napi_value argv[4] = { nullptr }; OnSetSystemAnimatedScenes() local 2233 napi_value argv[4] = {nullptr}; OnPrepareTerminate() local 2260 napi_value argv[4] = {nullptr}; OnPerfRequestEx() local 2295 napi_value argv[4] = {nullptr}; OnUpdateWindowMode() local 2324 napi_value argv[4] = {nullptr}; OnAddWindowDragHotArea() local 2361 napi_value argv[4] = {nullptr}; OnGetRootSceneUIContext() local 2394 napi_value argv[4] = {nullptr}; OnSendTouchEvent() local 2432 napi_value argv[4] = {nullptr}; OnPreloadInLakeApp() local 2458 napi_value argv[4] = {nullptr}; OnRequestFocusStatus() local 2509 napi_value argv[4] = {nullptr}; OnRequestAllAppSessionUnfocus() local 2524 napi_value argv[4] = {nullptr}; OnSetScreenLocked() local 2546 napi_value argv[4] = {nullptr}; OnUpdateMaximizeMode() local 2575 napi_value argv[4] = {nullptr}; OnUpdateSessionDisplayId() local 2604 napi_value argv[ARGC_FOUR] = {nullptr}; OnNotifyStackEmpty() local 2632 napi_value argv[4] = {nullptr}; OnNotifySwitchingUser() local 2655 napi_value argv[ARGC_FOUR] = {nullptr}; OnNotifyStatusBarShowStatus() local 2688 napi_value argv[4] = {nullptr}; OnNotifyAINavigationBarShowStatus() local 2725 napi_value argv[4] = { nullptr }; OnNotifySessionRecoverStatus() local 2764 napi_value argv[4] = {nullptr}; OnUpdateTitleInTargetPos() local 2800 napi_value argv[4] = {nullptr}; OnReportData() local 2850 napi_value argv[DEFAULT_ARG_COUNT] = {nullptr}; OnGetRssData() local 2900 napi_value argv[4] = {nullptr}; OnGetSessionSnapshotPixelMap() local 2969 napi_value argv[4] = {nullptr}; OnGetCustomDecorHeight() local 2993 napi_value argv[4] = {nullptr}; OnSwitchFreeMultiWindow() local 3030 napi_value argv[4] = {nullptr}; OnNotifyEnterRecentTask() local 3071 napi_value argv[5] = {nullptr}; OnUpdateDisplayHookInfo() local 3127 napi_value argv[3] = {nullptr}; OnUpdateAppHookDisplayInfo() local 3173 napi_value argv[4] = {nullptr}; OnSetAppForceLandscapeConfig() local 3210 napi_value argv[4] = {nullptr}; OnIsScbCoreEnabled() local 3226 napi_value argv[4] = {nullptr}; OnRefreshPcZOrder() local 3255 napi_value argv[4] = {nullptr}; OnGetMaxInstanceCount() local 3278 napi_value argv[4] = {nullptr}; OnGetInstanceCount() local 3301 napi_value argv[4] = {nullptr}; OnGetLastInstanceKey() local 3325 napi_value argv[4] = {nullptr}; OnRefreshAppInfo() local 3347 napi_value argv[4] = {nullptr}; OnGetWindowPid() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 326 napi_value argv[ARGC_ONE] = {nullptr}; in Constructor() local 482 napi_value argv[ARGC_ONE] = {nullptr}; in OnClear() local 526 napi_value argv[ARGC_SEVEN] = { nullptr }; in OnDrawShadow() local 594 napi_value argv[ARGC_THREE] = {nullptr}; OnDrawArc() local 631 napi_value argv[ARGC_FOUR] = {nullptr}; OnDrawRect() local 678 napi_value argv[ARGC_THREE] = {nullptr}; OnDrawCircle() local 712 napi_value argv[ARGC_FOUR] = {nullptr}; OnDrawImage() local 784 napi_value argv[ARGC_FIVE] = {nullptr}; OnDrawColor() local 858 napi_value argv[ARGC_ONE] = {nullptr}; OnDrawOval() local 889 napi_value argv[ARGC_TWO] = {nullptr}; OnDrawPoint() local 938 napi_value argv[ARGC_TWO] = {nullptr}; OnDrawPoints() local 999 napi_value argv[ARGC_ONE] = {nullptr}; OnDrawPath() local 1032 napi_value argv[ARGC_FOUR] = {nullptr}; OnDrawLine() local 1066 napi_value argv[ARGC_THREE] = {nullptr}; OnDrawText() local 1098 napi_value argv[ARGC_FOUR] = {nullptr}; OnDrawSingleCharacter() local 1155 napi_value argv[ARGC_SEVEN] = {nullptr}; OnDrawPixelMapMesh() local 1271 napi_value argv[ARGC_ONE] = {nullptr}; OnDrawRegion() local 1300 napi_value argv[ARGC_ONE] = {nullptr}; OnDrawBackground() local 1330 napi_value argv[ARGC_ONE] = {nullptr}; OnDrawRoundRect() local 1356 napi_value argv[ARGC_TWO] = {nullptr}; OnDrawNestedRoundRect() local 1404 napi_value argv[ARGC_ONE] = {nullptr}; AttachPen() local 1432 napi_value argv[ARGC_ONE] = {nullptr}; AttachBrush() local 1494 napi_value argv[ARGC_TWO] = {nullptr}; OnSkew() local 1519 napi_value argv[ARGC_THREE] = {nullptr}; OnRotate() local 1591 napi_value argv[ARGC_THREE] = {nullptr}; OnClipPath() local 1635 napi_value argv[ARGC_TWO] = {nullptr}; OnClipRegion() local 1671 napi_value argv[ARGC_TWO] = {nullptr}; OnTranslate() local 1711 napi_value argv[ARGC_TWO] = {nullptr}; OnSaveLayer() local 1787 napi_value argv[ARGC_ONE] = {nullptr}; OnRestoreToCount() local 1826 napi_value argv[ARGC_THREE] = {nullptr}; OnClipRect() local 1870 napi_value argv[ARGC_THREE] = {nullptr}; OnClipRoundRect() local 1913 napi_value argv[ARGC_ONE] = {nullptr}; OnSetMatrix() local 1941 napi_value argv[ARGC_TWO] = {nullptr}; OnScale() local 1966 napi_value argv[ARGC_ONE] = {nullptr}; OnConcatMatrix() local 2064 napi_value argv[ARGC_THREE] = {nullptr}; OnDrawImageRect() local 2112 OnDrawingImageRectWithSrc(napi_env env, napi_value* argv, size_t argc, Canvas& canvas, const Image& image, const Rect& srcRect, const Rect& dstRect) OnDrawingImageRectWithSrc() argument 2158 napi_value argv[ARGC_FIVE] = {nullptr}; OnDrawImageRectWithSrc() local [all...] |
/third_party/elfutils/src/ |
H A D | elflint.c | 130 main (int argc, char *argv[]) in main() argument
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 477 int main(int argc, char *argv[]) argument
|