Home
last modified time | relevance | path

Searched defs:arg (Results 2801 - 2825 of 2954) sorted by relevance

1...<<111112113114115116117118119

/third_party/python/Objects/
H A Dbytesobject.c489 byte_converter(PyObject *arg, char *p) in byte_converter() argument
1489 bytes_contains(PyObject *self, PyObject *arg) in bytes_contains() argument
2558 bytes_mod(PyObject *self, PyObject *arg) bytes_mod() argument
3148 striter_traverse(striterobject *it, visitproc visit, void *arg) striter_traverse() argument
[all...]
/third_party/python/Modules/
H A Darraymodule.c669 array_tp_traverse(arrayobject *op, visitproc visit, void *arg) in array_tp_traverse() argument
2934 arrayiter_traverse(arrayiterobject *it, visitproc visit, void *arg) in arrayiter_traverse() argument
3016 array_traverse(PyObject *module, visitproc visit, void *arg) in array_traverse() argument
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h279 _curses_window_attroff(PyCursesWindowObject *self, PyObject *arg) in _curses_window_attroff() argument
307 _curses_window_attron(PyCursesWindowObject *self, PyObject *arg) in _curses_window_attron() argument
335 _curses_window_attrset(PyCursesWindowObject *self, PyObject *arg) in _curses_window_attrset() argument
1256 _curses_window_is_linetouched(PyCursesWindowObject *self, PyObject *arg) in _curses_window_is_linetouched() argument
1968 _curses_color_content(PyObject *module, PyObject *arg) in _curses_color_content() argument
2001 _curses_color_pair(PyObject *module, PyObject *arg) _curses_color_pair() argument
2037 _curses_curs_set(PyObject *module, PyObject *arg) _curses_curs_set() argument
2112 _curses_delay_output(PyObject *module, PyObject *arg) _curses_delay_output() argument
2415 _curses_halfdelay(PyObject *module, PyObject *arg) _curses_halfdelay() argument
2517 _curses_has_key(PyObject *module, PyObject *arg) _curses_has_key() argument
2777 _curses_set_escdelay(PyObject *module, PyObject *arg) _curses_set_escdelay() argument
2840 _curses_set_tabsize(PyObject *module, PyObject *arg) _curses_set_tabsize() argument
2869 _curses_intrflush(PyObject *module, PyObject *arg) _curses_intrflush() argument
2963 _curses_keyname(PyObject *module, PyObject *arg) _curses_keyname() argument
3033 _curses_meta(PyObject *module, PyObject *arg) _curses_meta() argument
3070 _curses_mouseinterval(PyObject *module, PyObject *arg) _curses_mouseinterval() argument
3107 _curses_mousemask(PyObject *module, PyObject *arg) _curses_mousemask() argument
3141 _curses_napms(PyObject *module, PyObject *arg) _curses_napms() argument
3411 _curses_pair_content(PyObject *module, PyObject *arg) _curses_pair_content() argument
3440 _curses_pair_number(PyObject *module, PyObject *arg) _curses_pair_number() argument
3470 _curses_putp(PyObject *module, PyObject *arg) _curses_putp() argument
3886 _curses_tigetflag(PyObject *module, PyObject *arg) _curses_tigetflag() argument
3929 _curses_tigetnum(PyObject *module, PyObject *arg) _curses_tigetnum() argument
3972 _curses_tigetstr(PyObject *module, PyObject *arg) _curses_tigetstr() argument
4058 _curses_typeahead(PyObject *module, PyObject *arg) _curses_typeahead() argument
4133 _curses_use_env(PyObject *module, PyObject *arg) _curses_use_env() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc311 void *arg; // first arg to (*invariant)() member
2706 static bool Dereference(void *arg) { in Dereference() argument
751 EnableInvariantDebugging(void (*invariant)(void *), void *arg) EnableInvariantDebugging() argument
2717 Condition(bool (func)void *), void *arg) Condition() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dpolicydb.c939 policydb_role_cache(hashtab_key_t key __attribute__ ((unused)), hashtab_datum_t datum, void *arg) policydb_role_cache() argument
957 policydb_user_cache(hashtab_key_t key __attribute__ ((unused)), hashtab_datum_t datum, void *arg) policydb_user_cache() argument
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c1003 static int clone_level(hashtab_key_t key __attribute__ ((unused)), hashtab_datum_t datum, void *arg) in clone_level() argument
2902 dominate_role_recheck(hashtab_key_t key __attribute__ ((unused)), hashtab_datum_t datum, void *arg) dominate_role_recheck() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c2745 wpa_config_foreach_network(struct wpa_config *config, void (*func)(void *, struct wpa_ssid *), void *arg) wpa_config_foreach_network() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1786 static void remove_network(void *arg, struct wpa_ssid *ssid) in remove_network() argument
2126 char *arg; in wpas_dbus_handler_autoscan() local
53 wpas_dbus_error_unknown_error(DBusMessage *message, const char *arg) wpas_dbus_error_unknown_error() argument
98 wpas_dbus_error_invalid_args(DBusMessage *message, const char *arg) wpas_dbus_error_invalid_args() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c3130 wpa_config_foreach_network(struct wpa_config *config, void (*func)(void *, struct wpa_ssid *), void *arg) wpa_config_foreach_network() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2492 char *arg; in wpas_dbus_handler_autoscan() local
54 wpas_dbus_error_unknown_error(DBusMessage *message, const char *arg) wpas_dbus_error_unknown_error() argument
99 wpas_dbus_error_invalid_args(DBusMessage *message, const char *arg) wpas_dbus_error_invalid_args() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c1706 int OpensslEvpCipherCtxCtrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) in OpensslEvpCipherCtxCtrl() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c2061 hifb_get_colorkey(struct fb_info *info, unsigned long arg) hifb_get_colorkey() argument
2083 hifb_set_colorkey(struct fb_info *info, unsigned long arg) hifb_set_colorkey() argument
2140 hifb_get_layer_alpha(struct fb_info *info, unsigned long arg) hifb_get_layer_alpha() argument
2151 hifb_set_layer_alpha(struct fb_info *info, unsigned long arg) hifb_set_layer_alpha() argument
2183 hifb_get_screen_origin_pos(struct fb_info *info, unsigned long arg) hifb_get_screen_origin_pos() argument
2196 hifb_set_screen_origin_pos(struct fb_info *info, unsigned long arg) hifb_set_screen_origin_pos() argument
2238 hifb_get_deflicker(struct fb_info *info, unsigned long arg) hifb_get_deflicker() argument
2253 hifb_set_deflicker(struct fb_info *info, unsigned long arg) hifb_set_deflicker() argument
2266 hifb_get_vblank(struct fb_info *info, unsigned long arg) hifb_get_vblank() argument
2279 hifb_show_layer(struct fb_info *info, unsigned long arg) hifb_show_layer() argument
2320 hifb_get_layer_show_state(struct fb_info *info, unsigned long arg) hifb_get_layer_show_state() argument
2330 hifb_get_capability(struct fb_info *info, unsigned long arg) hifb_get_capability() argument
2341 hifb_set_sursor_info(struct fb_info *info, unsigned long arg) hifb_set_sursor_info() argument
2380 hifb_get_sursor_info(struct fb_info *info, unsigned long arg) hifb_get_sursor_info() argument
2408 hifb_set_cursor_state(struct fb_info *info, unsigned long arg) hifb_set_cursor_state() argument
2440 hifb_get_cursor_state(struct fb_info *info, unsigned long arg) hifb_get_cursor_state() argument
2465 hifb_set_cursor_pos(struct fb_info *info, unsigned long arg) hifb_set_cursor_pos() argument
2497 hifb_get_cursor_pos(struct fb_info *info, unsigned long arg) hifb_get_cursor_pos() argument
2522 hifb_set_cursor_colorkey(struct fb_info *info, unsigned long arg) hifb_set_cursor_colorkey() argument
2563 hifb_get_cursor_colorkey(struct fb_info *info, unsigned long arg) hifb_get_cursor_colorkey() argument
2592 hifb_set_cursor_alpha(struct fb_info *info, unsigned long arg) hifb_set_cursor_alpha() argument
2628 hifb_get_cursor_alpha(struct fb_info *info, unsigned long arg) hifb_get_cursor_alpha() argument
2653 hifb_set_attch_cursor(struct fb_info *info, unsigned long arg) hifb_set_attch_cursor() argument
2692 hifb_set_detach_cursor(struct fb_info *info, unsigned long arg) hifb_set_detach_cursor() argument
2731 hifb_set_layer_info(struct fb_info *info, unsigned long arg) hifb_set_layer_info() argument
2740 hifb_get_layer_info(struct fb_info *info, unsigned long arg) hifb_get_layer_info() argument
2750 hifb_get_canvas_buffer(struct fb_info *info, unsigned long arg) hifb_get_canvas_buffer() argument
2771 hifb_refresh_layer(struct fb_info *info, unsigned long arg) hifb_refresh_layer() argument
2778 hifb_wait_refresh_finish(struct fb_info *info, unsigned long arg) hifb_wait_refresh_finish() argument
2800 hifb_set_mirror_mode(struct fb_info *info, unsigned long arg) hifb_set_mirror_mode() argument
2815 hifb_get_mirror_mode(struct fb_info *info, unsigned long arg) hifb_get_mirror_mode() argument
2838 hifb_set_rotate_mode(struct fb_info *info, unsigned long arg) hifb_set_rotate_mode() argument
2854 hifb_get_rotate_mode(struct fb_info *info, unsigned long arg) hifb_get_rotate_mode() argument
2878 hifb_set_screen_size(struct fb_info *info, unsigned long arg) hifb_set_screen_size() argument
2932 hifb_get_screen_size(struct fb_info *info, unsigned long arg) hifb_get_screen_size() argument
3101 hifb_flip_surface(struct fb_info *info, unsigned long arg) hifb_flip_surface() argument
3215 hifb_set_compression_mode(struct fb_info *info, unsigned long arg) hifb_set_compression_mode() argument
3237 hifb_get_compression_mode(struct fb_info *info, unsigned long arg) hifb_get_compression_mode() argument
3253 hifb_set_mddrdetect(struct fb_info *info, unsigned long arg) hifb_set_mddrdetect() argument
3312 hifb_get_mddrdetect(struct fb_info *info, unsigned long arg) hifb_get_mddrdetect() argument
3345 hifb_set_dynamic_range(struct fb_info *info, unsigned long arg) hifb_set_dynamic_range() argument
3364 hifb_get_dynamic_range(struct fb_info *info, unsigned long arg) hifb_get_dynamic_range() argument
3383 drv_hifb_create(struct fb_info *info, unsigned long arg) drv_hifb_create() argument
3413 hdf_panel_set_powerstatus(struct fb_info *info, unsigned long arg) hdf_panel_set_powerstatus() argument
3436 hdf_panel_set_backlight(struct fb_info *info, unsigned long arg) hdf_panel_set_backlight() argument
3445 drv_hifb_release(struct fb_info *info, unsigned long arg) drv_hifb_release() argument
3469 hifb_ioctl_liteos_standard_io(struct fb_info *info, hi_u32 cmd, unsigned long arg, hi_bool *is_continue) hifb_ioctl_liteos_standard_io() argument
3530 hifb_ioctl(struct fb_vtable_s *vtable, int cmd, unsigned long arg) global() argument
3571 hifb_compat_ioctl(struct fb_info *info, unsigned cmd, unsigned long arg) global() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1453 static irqreturn_t dw_dp_hpd_irq_handler(int irq, void *arg) in dw_dp_hpd_irq_handler() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1256 static long kbase_legacy_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in kbase_legacy_ioctl() argument
1733 static long kbase_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in kbase_ioctl() argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c4698 static long rkcif_ioctl_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) in rkcif_ioctl_default() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c948 kbase_api_kinstr_jm_fd(struct kbase_context *kctx, union kbase_kinstr_jm_fd *arg) kbase_api_kinstr_jm_fd() argument
1656 kbase_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) kbase_ioctl() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3005 u32 arg; in rockchip_pinconf_set() local
3095 u16 arg; in rockchip_pinconf_get() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c891 kbase_api_kinstr_jm_fd(struct kbase_context *kctx, union kbase_kinstr_jm_fd *arg) kbase_api_kinstr_jm_fd() argument
1610 kbase_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) kbase_ioctl() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1812 static long kbase_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in kbase_ioctl() argument
1289 kbase_legacy_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) kbase_legacy_ioctl() argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1456 static irqreturn_t dw_dp_hpd_irq_handler(int irq, void *arg) in dw_dp_hpd_irq_handler() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c4873 rkcif_ioctl_default(struct file *file, void *fh, bool valid_prio, unsigned int cmd, void *arg) rkcif_ioctl_default() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp605 void GetPackageInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in GetPackageInfo() argument
623 void RequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in RequestFullWindow() argument
656 SetScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) SetScreenOnVisible() argument
717 SetLocale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) SetLocale() argument
804 ParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& key) ParseRouteUrl() argument
819 ParseRouteUrlSpecial(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) ParseRouteUrlSpecial() argument
837 ParseRouteParams( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& key) ParseRouteParams() argument
849 ParseIntParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& key) ParseIntParams() argument
860 ParseRouteOverwrite(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& key) ParseRouteOverwrite() argument
871 AddListener(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) AddListener() argument
886 ShowToast(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) ShowToast() argument
922 ParseDialogButtons( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& key) ParseDialogButtons() argument
944 ShowDialog(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) ShowDialog() argument
993 SetTimer(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, bool isInterval) SetTimer() argument
1009 ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) ClearTimeout() argument
1024 JsHandleAnimationFrame( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleAnimationFrame() argument
1043 JsHandleCallback( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleCallback() argument
1072 JsHandleAppApi( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleAppApi() argument
1100 GetParams( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, std::map<std::string, std::string>& params) GetParams() argument
1320 JsHandleOffscreenCanvas( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleOffscreenCanvas() argument
1340 JsCallConfiguration( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsCallConfiguration() argument
1351 JsGetDeviceInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) JsGetDeviceInfo() argument
1371 JsHandleImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) JsHandleImage() argument
1399 JsHandleGridLayout( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleGridLayout() argument
1414 JsHandleMediaQuery( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleMediaQuery() argument
1455 ShowActionMenu(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) ShowActionMenu() argument
1524 JsHandlePrompt( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandlePrompt() argument
1539 EnableAlertBeforeBackPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) EnableAlertBeforeBackPage() argument
1600 DisableAlertBeforeBackPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) DisableAlertBeforeBackPage() argument
1635 PostponePageTransition(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) PostponePageTransition() argument
1655 LaunchPageTransition(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) LaunchPageTransition() argument
1675 JsHandlePageRoute( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandlePageRoute() argument
1758 JsHandleSetTimeout( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleSetTimeout() argument
1773 JsHandleAnimator( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& methodName) JsHandleAnimator() argument
2209 GetNodeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) GetNodeId() argument
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp3527 static void Cleanup(void* arg) in Cleanup() argument
3534 static void CleanupCopy(void* arg) in CleanupCopy() argument
3758 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument
3786 static void AsyncCleanupHook(napi_async_cleanup_hook_handle handle, void* arg) in AsyncCleanupHook() argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp950 int32_t QueryAndGetInputProperty(napi_env env, napi_value arg, const string &propertyName, napi_value &property) in QueryAndGetInputProperty() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1549 int do_plain_test(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in do_plain_test() argument
2018 int do_plain_tests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in do_plain_tests() argument

Completed in 127 milliseconds

1...<<111112113114115116117118119