Home
last modified time | relevance | path

Searched defs:arg0 (Results 26 - 50 of 157) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTypes.hpp96 constexpr vec(T arg0, ARGS... args) in vec() argument
/third_party/python/Include/
H A Dpydtrace.h28 static inline void PyDTrace_LINE(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_LINE() argument
29 static inline void PyDTrace_FUNCTION_ENTRY(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_ENTRY() argument
30 static inline void PyDTrace_FUNCTION_RETURN(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_RETURN() argument
31 static inline void PyDTrace_GC_START(int arg0) {} in PyDTrace_GC_START() argument
32 static inline void PyDTrace_GC_DONE(Py_ssize_t arg0) {} in PyDTrace_GC_DONE() argument
33 static inline void PyDTrace_INSTANCE_NEW_START(int arg0) {} in PyDTrace_INSTANCE_NEW_START() argument
34 static inline void PyDTrace_INSTANCE_NEW_DONE(int arg0) {} in PyDTrace_INSTANCE_NEW_DONE() argument
35 static inline void PyDTrace_INSTANCE_DELETE_START(int arg0) {} in PyDTrace_INSTANCE_DELETE_START() argument
36 static inline void PyDTrace_INSTANCE_DELETE_DONE(int arg0) {} in PyDTrace_INSTANCE_DELETE_DONE() argument
37 static inline void PyDTrace_IMPORT_FIND_LOAD_START(const char *arg0) {} in PyDTrace_IMPORT_FIND_LOAD_START() argument
38 PyDTrace_IMPORT_FIND_LOAD_DONE(const char *arg0, int arg1) PyDTrace_IMPORT_FIND_LOAD_DONE() argument
39 PyDTrace_AUDIT(const char *arg0, void *arg1) PyDTrace_AUDIT() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc55 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) Substitute() argument
68 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) SubstituteAndAppend() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestGroupUtil.hpp76 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
104 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
138 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
148 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
168 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
179 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0) in applyMonotone() argument
43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0) in applyMonotone() argument
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() argument
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/
H A Dapp_mgr_service_dump_ffrt_test.cpp97 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
132 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
169 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
212 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
254 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
299 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
344 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
392 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
440 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dkvm_para.h57 static inline long kvm_hypercall1(u64 fid, unsigned long arg0) in kvm_hypercall1() argument
73 kvm_hypercall2(u64 fid, unsigned long arg0, unsigned long arg1) kvm_hypercall2() argument
91 kvm_hypercall3(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2) kvm_hypercall3() argument
110 kvm_hypercall4(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3) kvm_hypercall4() argument
131 kvm_hypercall5(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) kvm_hypercall5() argument
153 kvm_hypercall6(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) kvm_hypercall6() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() argument
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c63 static unsigned long psci_call(unsigned long fn, unsigned long arg0, in psci_call() argument
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dpm.c202 unsigned long arg0 = 0, arg1 = 0; in omap1_pm_suspend() local
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c510 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, u32 arg0, u32 arg1, bool priv, struct nouveau_channel **pchan) nouveau_channel_new() argument
/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_hw.c57 VOID OsTaskEntrySetupLoopFrame(UINT32 arg0) in OsTaskEntrySetupLoopFrame() argument
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapDocument.java111 public int compareTo(Object arg0) { in compareTo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator.cpp53 auto arg0 = info[0]; in Create() local
78 auto arg0 = info[0]; in SetStyle() local
102 auto arg0 = info[0]; in Loop() local
115 auto arg0 in OnChange() local
[all...]
/kernel/linux/linux-5.10/drivers/firmware/meson/
H A Dmeson_sm.c70 static u32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, in __meson_sm_call() argument
104 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call() argument
142 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_read() argument
191 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_write() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dpm.c210 unsigned long arg0 = 0, arg1 = 0; in omap1_pm_suspend() local
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dsbi.c23 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, in sbi_ecall() argument
/kernel/linux/common_modules/tzdriver/core/
H A Dtz_pm.c121 u64 arg0 = (u64)middle_mem_addr; in tc_s4_crypto_and_copy() local
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dptrace_syscall.c44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member
/kernel/linux/linux-5.10/drivers/usb/common/
H A Dcommon.c256 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() argument
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dhp_accel.c112 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; in lis3lv02d_acpi_read() local
/kernel/linux/linux-6.6/drivers/platform/x86/hp/
H A Dhp_accel.c100 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; in lis3lv02d_acpi_read() local
/kernel/linux/linux-6.6/drivers/usb/common/
H A Dcommon.c277 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() argument
/kernel/linux/linux-6.6/drivers/firmware/meson/
H A Dmeson_sm.c70 static u32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, in __meson_sm_call() argument
104 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call() argument
142 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_read() argument
191 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_write() argument
[all...]

Completed in 14 milliseconds

1234567