Home
last modified time | relevance | path

Searched refs:args (Results 5776 - 5800 of 12233) sorted by relevance

1...<<231232233234235236237238239240>>...490

/third_party/python/Lib/unittest/
H A Dsignals.py60 def inner(*args, **kwargs):
64 return method(*args, **kwargs)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dnode_hash_policy.h23 // value_type* new_element(Alloc* alloc, Args&&... args) const;
56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct()
57 *slot = Policy::new_element(alloc, std::forward<Args>(args)...); in construct()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dfunction_ref.h130 R operator()(Args... args) const { in operator ()()
131 return invoker_(ptr_, std::forward<Args>(args)...); in operator ()()
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py67 args = parser.parse_args()
73 create_asset(args.target_dir, lib_path)
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py67 args = parser.parse_args()
73 create_asset(args.target_dir, lib_path)
/third_party/skia/infra/bots/assets/svg/
H A Dcreate.py75 args = parser.parse_args()
76 create_asset(args.target_dir)
/third_party/skia/infra/bots/recipe_modules/build/
H A Dapi.py22 def __init__(self, buildername, *args, **kwargs):
49 super(BuildApi, self).__init__(*args, **kwargs)
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.h81 int (*apply) (hashtab_key_t k, hashtab_datum_t d, void *args),
82 void *args);
/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_boms.py81 (options, args) = parser.parse_args()
85 for dir in args:
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktConstexprVectorUtil.hpp60 inline constexpr explicit ConstexprVector(const _arg_t& arg1, const _args_t&... args) noexcept :
61 values{arg1, args...},
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h67 struct wpa_dbus_argument args[4]; member
79 struct wpa_dbus_argument args[4]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py29 def wpsEvent(name, args):
31 print(args)
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksClient.hpp95 inline bool RemoteWriteFtm (int type, const char* format, va_list args) in RemoteWriteFtm() argument
101 vsprintf(message, format, args); in RemoteWriteFtm()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h67 struct wpa_dbus_argument args[4]; member
79 struct wpa_dbus_argument args[4]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py29 def wpsEvent(name, args):
31 print(args)
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_codec_node.cpp349 MpiEncTestArgs args = {}; in Yuv420ToH264() local
350 args.width = buffer->GetWidth(); in Yuv420ToH264()
351 args.height = buffer->GetHeight(); in Yuv420ToH264()
352 args.format = MPP_FMT_YUV420P; in Yuv420ToH264()
353 args.type = MPP_VIDEO_CodingAVC; in Yuv420ToH264()
354 halCtx_ = hal_mpp_ctx_create(&args); in Yuv420ToH264()
/device/soc/rockchip/rk2206/hdf_driver/fs/
H A Dfs_driver.c27 #define PRINT_ERR(fmt, args...) do { \
28 printf("%s, %d, error: "fmt, __func__, __LINE__, ##args); \
31 #define PRINT_WARR(fmt, args...) do { \
32 if (1) printf("%s, %d, warr: "fmt, __func__, __LINE__, ##args); \
35 #define PRINT_LOG(fmt, args...) do { \
36 if (1) printf("%s, %d, log: "fmt, __func__, __LINE__, ##args); \
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c85 static struct phy *rockchip_pcie_phy_of_xlate(struct device *dev, struct of_phandle_args *args) in rockchip_pcie_phy_of_xlate() argument
89 if (args->args_count == 0) { in rockchip_pcie_phy_of_xlate()
93 if (WARN_ON(args->args[0] >= PHY_MAX_LANE_NUM)) { in rockchip_pcie_phy_of_xlate()
97 return rk_phy->phys[args->args[0]].phy; in rockchip_pcie_phy_of_xlate()
/device/soc/rockchip/rk2206/hdf_driver/i2c/
H A Di2c_driver.c27 #define PRINT_ERR(fmt, args...) do { \
28 printf("%s, %d, error: "fmt, __func__, __LINE__, ##args); \
31 #define PRINT_WARR(fmt, args...) do { \
32 if (1) printf("%s, %d, warr: "fmt, __func__, __LINE__, ##args); \
35 #define PRINT_LOG(fmt, args...) do { \
36 if (1) printf("%s, %d, log: "fmt, __func__, __LINE__, ##args); \
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_ext_genl.c7 #define AGENL_ERROR(name, arg1, args...) \
10 printk(KERN_ERR DHD_LOG_PREFIX "[%s] AGENL-ERROR) %s : " arg1, name, __func__, ## args); \
13 #define AGENL_TRACE(name, arg1, args...) \
16 printk(KERN_INFO DHD_LOG_PREFIX "[%s] AGENL-TRACE) %s : " arg1, name, __func__, ## args); \
19 #define AGENL_INFO(name, arg1, args...) \
22 printk(KERN_INFO DHD_LOG_PREFIX "[%s] AGENL-INFO) %s : " arg1, name, __func__, ## args); \
H A Dwl_event.c8 #define EVENT_ERROR(name, arg1, args...) \
11 printk(KERN_ERR DHD_LOG_PREFIX "[%s] EVENT-ERROR) %s : " arg1, name, __func__, ## args); \
14 #define EVENT_TRACE(name, arg1, args...) \
17 printk(KERN_INFO DHD_LOG_PREFIX "[%s] EVENT-TRACE) %s : " arg1, name, __func__, ## args); \
20 #define EVENT_DBG(name, arg1, args...) \
23 printk(KERN_INFO DHD_LOG_PREFIX "[%s] EVENT-DBG) %s : " arg1, name, __func__, ## args); \
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.cpp88 const jerry_value_t args[], in Start()
111 const jerry_value_t args[], in Pause()
134 const jerry_value_t args[], in SetCurrentTime()
141 int16_t currentTime = IntegerOf(args[0]); in SetCurrentTime()
153 const jerry_value_t args[], in SetVolume()
158 int16_t volumeValue = IntegerOf(args[0]); in SetVolume()
440 HILOG_ERROR(HILOG_MODULE_ACE, "video component post update check args failed"); in PostUpdate()
86 Start(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) Start() argument
109 Pause(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) Pause() argument
132 SetCurrentTime(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) SetCurrentTime() argument
151 SetVolume(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) SetVolume() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp64 static std::string BuildSql(const AssetBindInfo& bindInfo, Values& args);
201 Values args; in GetMigratedData() local
203 auto sql = BuildSql(assetBindInfo, args); in GetMigratedData()
204 auto [errCode, cursor] = store->Query(assetBindInfo.tableName, sql, std::move(args)); in GetMigratedData()
228 static std::string BuildSql(const AssetBindInfo& bindInfo, Values& args) in BuildSql() argument
234 args.emplace_back(value); in BuildSql()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dkprobes.c430 struct die_args *args = (struct die_args *)data; in kprobe_exceptions_notify() local
435 addr = (kprobe_opcode_t *) (args->regs->pc); in kprobe_exceptions_notify()
437 args->trapnr == (BREAKPOINT_INSTRUCTION & 0xff)) { in kprobe_exceptions_notify()
439 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()
449 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
452 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsys_oabi-compat.c450 asmlinkage long sys_oabi_socketcall(int call, unsigned long __user *args) in sys_oabi_socketcall() argument
456 if (copy_from_user(a, args, 3 * sizeof(long)) == 0) in sys_oabi_socketcall()
460 if (copy_from_user(a, args, 3 * sizeof(long)) == 0) in sys_oabi_socketcall()
464 if (copy_from_user(a, args, 6 * sizeof(long)) == 0) in sys_oabi_socketcall()
469 if (copy_from_user(a, args, 3 * sizeof(long)) == 0) in sys_oabi_socketcall()
473 r = sys_socketcall(call, args); in sys_oabi_socketcall()

Completed in 15 milliseconds

1...<<231232233234235236237238239240>>...490