Home
last modified time | relevance | path

Searched refs:arg1 (Results 176 - 200 of 1010) sorted by relevance

12345678910>>...41

/third_party/jerryscript/tests/jerry/
H A Darray-prototype-filter.js17 function f(arg1, arg2, arg3) {
18 assert(arg1 === array[arg2]);
31 function g (arg1, arg2, arg3) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-447.rs60 arg1: root::mozilla::detail::GuardObjectNotifier, in JSAutoCompartment_JSAutoCompartment()
66 arg1: root::mozilla::detail::GuardObjectNotifier, in new()
71 arg1, in new()
H A Dwrap-static-fns.rs25 arg1: ::std::os::raw::c_int, in takes_fn_ptr()
35 arg1: ::std::os::raw::c_int, in takes_fn()
41 unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int,
H A Ddeleted-function.rs82 pub fn C_C(this: *mut C, arg1: *mut C); in C_C()
86 pub unsafe fn new(arg1: *mut C) -> Self { in new()
88 C_C(__bindgen_tmp.as_mut_ptr(), arg1); in new()
H A Dblocks-signature.rs12 pub fn atexit_b(arg1: _bindgen_ty_id_33); in atexit_b()
25 pub fn foo(arg1: _bindgen_ty_id_50) -> bool; in foo()
29 pub fn foo_ptr(arg1: *mut _bindgen_ty_id_56) -> bool; in foo_ptr()
H A Dblocks.rs11 pub fn atexit_b(arg1: *mut ::std::os::raw::c_void); in atexit_b()
24 pub fn foo(arg1: *mut ::std::os::raw::c_void) -> bool; in foo()
28 pub fn foo_ptr(arg1: *mut *mut ::std::os::raw::c_void) -> bool; in foo_ptr()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c61 int32_t what, uint64_t arg1, uint64_t arg2, void *obj) in CreateFsmHandleMsg()
72 msg->arg1 = arg1; in CreateFsmHandleMsg()
123 LNN_LOGE(LNN_STATE, "unexpected state in data msg=%{public}d process, ctrlMsgObj is null", (int32_t)msg->arg1); in ProcessDataMessage()
128 LNN_LOGE(LNN_STATE, "unexpected state in data msg=%{public}d process, fsm is null", (int32_t)msg->arg1); in ProcessDataMessage()
132 LNN_LOGE(LNN_STATE, "unexpected state in data msg process, arg1=%{public}d, flag=0x%{public}x", in ProcessDataMessage()
133 (int32_t)msg->arg1, fsm->flag); in ProcessDataMessage()
137 fsm->curState->process(fsm, (int32_t)msg->arg1, ctrlMsgObj->obj); in ProcessDataMessage()
221 static int32_t PostMessageToFsm(FsmStateMachine *fsm, int32_t what, uint64_t arg1, in PostMessageToFsm() argument
226 msg = CreateFsmHandleMsg(fsm, what, arg1, arg in PostMessageToFsm()
60 CreateFsmHandleMsg(FsmStateMachine *fsm, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) CreateFsmHandleMsg() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dhandler.cpp102 bool Handler::SendCastMessage(int what, int arg1) in SendCastMessage() argument
104 return SendCastMessage(Message(what, arg1)); in SendCastMessage()
107 bool Handler::SendCastMessage(int what, int arg1, int arg2) in SendCastMessage() argument
109 return SendCastMessage(Message(what, arg1, arg2)); in SendCastMessage()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dhandler.cpp102 bool Handler::SendCastMessage(int what, int arg1) in SendCastMessage() argument
104 return SendCastMessage(Message(what, arg1)); in SendCastMessage()
107 bool Handler::SendCastMessage(int what, int arg1, int arg2) in SendCastMessage() argument
109 return SendCastMessage(Message(what, arg1, arg2)); in SendCastMessage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator_controller.cpp55 auto arg1 = args[1]; in SetProgress() local
56 if (arg0->IsUndefined() || arg1->IsUndefined() || arg0->IsNull() || arg1->IsNull()) { in SetProgress()
63 ConvertFromJSValue(arg1, value); in SetProgress()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c204 thestruct arg1, arg2; in main() local
260 arg1.sig = SIGUSR1; in main()
263 arg1.sem = &semsig1; in main()
267 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D8-1.c203 thestruct arg1, arg2; in main() local
257 arg1.sig = SIGUSR1; in main()
260 arg1.sem = &semsig1; in main()
264 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc57 const SubstituteArg& arg0, const SubstituteArg& arg1, in Substitute()
63 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute()
70 const SubstituteArg& arg0, const SubstituteArg& arg1, in SubstituteAndAppend()
76 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, nullptr in SubstituteAndAppend()
55 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/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c92 Thread arg1, arg2, arg3, arg4, arg5; variable
345 arg1.policy = SCHED_OTHER; in main()
346 arg1.priority = 0; in main()
347 arg1.func = func_nonrt; in main()
391 startThread(&arg1); in main()
400 stopThread(&arg1); in main()
406 printf("Thread counts %d %d %d %d %d\n", arg1.id, arg2.id, arg3.id, in main()
/kernel/linux/linux-5.10/include/linux/
H A Dtrace_events.h761 void bpf_trace_run1(struct bpf_prog *prog, u64 arg1);
762 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2);
763 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2,
765 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2,
767 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2,
769 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2,
771 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2,
773 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2,
776 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2,
779 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u6
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkvm_para.h36 #define HYPERCALL_PARM_1 , unsigned long arg1
45 register unsigned long r2 asm("2") = arg1
63 #define HYPERCALL_ARGS_1 , arg1
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff2.cc131 const blend_arg_t &arg1 = env.argStack[i + j]; in flatten_blends() local
132 if (unlikely (!((arg1.blending () && (arg.numValues == arg1.numValues) && (arg1.valueIndex == j) && in flatten_blends()
133 (arg1.deltas.length == env.get_region_count ()))))) in flatten_blends()
138 encoder.encode_num (arg1); in flatten_blends()
143 const blend_arg_t &arg1 = env.argStack[i + j]; in flatten_blends() local
144 for (unsigned int k = 0; k < arg1.deltas.length; k++) in flatten_blends()
145 encoder.encode_num (arg1.deltas[k]); in flatten_blends()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dhpmc.S90 * r25 (arg1) procedure arg
149 ldo PDC_PIM_HPMC(%r0),arg1 /* Transfer HPMC data */
165 ldo 0(%r0),arg1 /* log IO errors */
190 ldo PDC_IODC_READ(%r0),arg1
210 ldo ENTRY_INIT_MOD_DEV(%r0), arg1
268 ldo 0(%r0),arg1 /* do reset */
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dhpmc.S88 * r25 (arg1) procedure arg
147 ldo PDC_PIM_HPMC(%r0),arg1 /* Transfer HPMC data */
163 ldo 0(%r0),arg1 /* log IO errors */
188 ldo PDC_IODC_READ(%r0),arg1
208 ldo ENTRY_INIT_MOD_DEV(%r0), arg1
266 ldo 0(%r0),arg1 /* do reset */
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c54 uint64_t arg1; member
60 .arg1 = a1, \
102 smccc_hvc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res); in guest_test_hvc()
108 "a0 = 0x%lx, func_id = 0x%x, arg1 = 0x%llx, stage = %u", in guest_test_hvc()
109 res.a0, hc_info->func_id, hc_info->arg1, stage); in guest_test_hvc()
113 "a0 = 0x%lx, func_id = 0x%x, arg1 = 0x%llx, stage = %u", in guest_test_hvc()
114 res.a0, hc_info->func_id, hc_info->arg1, stage); in guest_test_hvc()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c280 thestruct arg1, arg2; in main() local
314 arg1.thr = &th_work; in main()
316 arg1.sig = SIGUSR1; in main()
319 arg1.sem = &semsig1; in main()
326 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_trust.c124 const char *name, int arg1, void *arg2) in X509_TRUST_add()
161 trtmp->arg1 = arg1; in X509_TRUST_add()
226 return obj_trust(trust->arg1, x, flags); in trust_1oidany()
237 return obj_trust(trust->arg1, x, flags); in trust_1oid()
123 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), const char *name, int arg1, void *arg2) X509_TRUST_add() argument
/third_party/rust/crates/clap/tests/derive/
H A Dflatten.rs137 arg1: i32,
157 Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 42, arg2: 44 })), in merge_subcommands_with_flatten()
168 let mut opt = Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 12, arg2: 14 })); in update_subcommands_with_flatten()
176 let mut opt = Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 12, arg2: 14 })); in update_subcommands_with_flatten()
183 let mut opt = Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 12, arg2: 14 })); in update_subcommands_with_flatten()
/third_party/openssl/crypto/x509/
H A Dx509_trust.c124 const char *name, int arg1, void *arg2) in X509_TRUST_add()
161 trtmp->arg1 = arg1; in X509_TRUST_add()
226 return obj_trust(trust->arg1, x, flags); in trust_1oidany()
237 return obj_trust(trust->arg1, x, flags); in trust_1oid()
123 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), const char *name, int arg1, void *arg2) X509_TRUST_add() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dmessage.h26 * @param arg1 Message first arg.
30 Message(int what, int arg1 = 0, void *arg2 = nullptr) : what_(what), arg1_(arg1), arg2_(arg2){}; in Message()

Completed in 17 milliseconds

12345678910>>...41