Searched defs:arg3 (Results 1 - 25 of 99) sorted by relevance

1234

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux-variants.c78 UWord arg3, UWord arg4,
85 UWord arg3, UWord arg4,
77 linux_variant_PRE_sys_bproc( UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5, UWord arg6 ) argument
84 linux_variant_POST_sys_bproc( UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5, UWord arg6 ) argument
/external/javasqlite/src/main/java/SQLite/
H A DAuthorizer.java15 * @param arg3 third argument (database name)
22 public int authorize(int what, String arg1, String arg2, String arg3, argument
/external/strace/
H A Dprctl.c81 const kernel_ulong_t arg3 = tcp->u_arg[2]; local
221 printxval64(cap, arg3, "CAP_???");
235 printxval64(pr_mce_kill_policy, arg3,
238 tprintf("%#" PRI_klx, arg3);
254 tprintf(", PR_SET_VMA_ANON_NAME, %#" PRI_klx, arg3);
295 decode_seccomp_fprog(tcp, arg3);
/external/strace/tests/
H A Dsigsuspend.c52 const kernel_ulong_t arg3)
54 return syscall(__NR_sigsuspend, arg1, arg2, arg3);
50 k_sigsuspend(const kernel_ulong_t arg1, const kernel_ulong_t arg2, const kernel_ulong_t arg3) argument
/external/strace/tests-m32/
H A Dsigsuspend.c52 const kernel_ulong_t arg3)
54 return syscall(__NR_sigsuspend, arg1, arg2, arg3);
50 k_sigsuspend(const kernel_ulong_t arg1, const kernel_ulong_t arg2, const kernel_ulong_t arg3) argument
/external/strace/tests-mx32/
H A Dsigsuspend.c52 const kernel_ulong_t arg3)
54 return syscall(__NR_sigsuspend, arg1, arg2, arg3);
50 k_sigsuspend(const kernel_ulong_t arg1, const kernel_ulong_t arg2, const kernel_ulong_t arg3) argument
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dconst_analysis_test.cc35 auto arg3 = ops::_Arg(root.WithOpName("Arg3"), DT_INT32, 3); local
39 auto d = ops::Mul(root, c, ops::Sum(root, arg3, arg3));
/external/valgrind/none/tests/s390x/
H A Dsvc.h50 svc3(int num, unsigned long arg1, unsigned long arg2, unsigned long arg3) argument
56 register unsigned long _arg3 asm("4") = arg3;
68 svc4(int num, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
74 register unsigned long _arg3 asm("4") = arg3;
87 svc5(int num, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, argument
94 register unsigned long _arg3 asm("4") = arg3;
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_calling_conv.cpp32 v4si32 arg3 = {8, 9, 10, 11}; local
36 CALL_AS_TYPE(callee_vvvvv_Ty, Callee)(arg1, arg2, arg3, arg4, arg5);
42 v4f32 arg3 = {6, 7, 8, 9}; local
53 CALL_AS_TYPE(callee_vlvilvfvdviv_Ty, Callee)(arg1, arg2, arg3, arg4, arg5,
68 callee_vvvvv(v4si32 arg1, v4si32 arg2, v4si32 arg3, v4si32 arg4, v4si32 arg5) { argument
79 callee_vlvilvfvdviv(v4f32 arg1, int64 arg2, v4f32 arg3, int arg4, int64 arg5, argument
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_DummyPKCS12Keystore.java65 Certificate[] arg3) throws KeyStoreException {
64 engineSetKeyEntry(String arg0, Key arg1, char[] arg2, Certificate[] arg3) argument
/external/libffi/testsuite/libffi.call/
H A Dcls_longdouble.c62 long double arg3 = 3; local
84 args[2] = &arg3;
101 arg3, arg4, arg5, arg6, arg7, arg8);
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DCallbacks.java61 public void call(T1 arg1, T2 arg2, T3 arg3); argument
76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); argument
92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); argument
109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); argument
127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); argument
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc56 const SubstituteArg& arg2, const SubstituteArg& arg3,
61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4,
69 const SubstituteArg& arg2, const SubstituteArg& arg3,
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
53 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) argument
66 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) argument
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_longdouble.c62 long double arg3 = 3; local
84 args[2] = &arg3;
101 arg3, arg4, arg5, arg6, arg7, arg8);
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_longdouble.c62 long double arg3 = 3; local
84 args[2] = &arg3;
101 arg3, arg4, arg5, arg6, arg7, arg8);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentProviderTest.java45 String[] arg3, String arg4) {
51 String[] arg3) {
44 query(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4) argument
50 update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dkernel_support_library.h165 llvm::Value* arg3,
170 {arg0, arg1, arg2, arg3}, [&](ArgumentVector args) {
161 EmitAndCallOutlinedKernel( bool enable_fast_math, bool optimize_for_size, llvm::IRBuilder<>* ir_builder, tensorflow::StringPiece kernel_name, llvm::Value* arg0, llvm::Value* arg1, llvm::Value* arg2, llvm::Value* arg3, const std::function<void(llvm::Value*, llvm::Value*, llvm::Value*, llvm::Value*)>& kernel_body_generator) argument
/external/webrtc/webrtc/base/
H A Dsigslottester.h116 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3) { argument
120 *capture3_ = arg3;
146 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4) { argument
150 *capture3_ = arg3;
179 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) { argument
183 *capture3_ = arg3;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs43 public delegate TResult Func<T1, T2, T3, TResult>(T1 arg1, T2 arg2, T3 arg3); argument
44 public delegate TResult Func<T1, T2, T3, T4, TResult>(T1 arg1, T2 arg2, T3 arg3, T4 arg4); argument
/external/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp130 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, argument
133 *result = SafeUint32Mult(arg1, arg2, arg3);
140 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, argument
143 *result = SafeUint32Mult(arg1, arg2, arg3, arg4);
155 std::uint32_t arg3) {
156 return SafeUint32Mult(SafeUint32Mult(arg1, arg2), arg3);
160 std::uint32_t arg3, std::uint32_t arg4) {
161 return SafeUint32Mult(SafeUint32Mult(arg1, arg2, arg3), arg4);
154 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3) argument
159 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4) argument
/external/libffi/src/frv/
H A Dffi.c166 void ffi_closure_eabi (unsigned arg1, unsigned arg2, unsigned arg3, argument
182 { arg1, arg2, arg3, arg4, arg5, arg6 };
/external/libffi/src/moxie/
H A Dffi.c158 void ffi_closure_eabi (unsigned arg1, unsigned arg2, unsigned arg3, argument
179 { arg1, arg2, arg3, arg4, arg5, arg6 };
/external/ltp/include/lapi/
H A Dkeyctl.h57 unsigned long arg2, arg3, arg4, arg5; local
61 arg3 = va_arg(va, unsigned long);
66 return tst_syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);
/external/parameter-framework/asio/include/asio/detail/
H A Dbind_handler.hpp190 const Arg3& arg3)
194 arg3_(arg3)
199 const Arg3& arg3)
203 arg3_(arg3)
270 const Arg1& arg1, const Arg2& arg2, const Arg3& arg3)
272 return binder3<Handler, Arg1, Arg2, Arg3>(handler, arg1, arg2, arg3);
281 const Arg3& arg3, const Arg4& arg4)
285 arg3_(arg3),
291 const Arg3& arg3, const Arg4& arg4)
295 arg3_(arg3),
189 binder3(const Handler& handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) argument
198 binder3(Handler& handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) argument
269 bind_handler(Handler handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) argument
280 binder4(const Handler& handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4) argument
290 binder4(Handler& handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4) argument
368 bind_handler( Handler handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4) argument
381 binder5(const Handler& handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5) argument
392 binder5(Handler& handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5) argument
473 bind_handler( Handler handler, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5) argument
[all...]
H A Dwrapped_handler.hpp103 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) argument
105 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3));
109 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) const
111 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3));
115 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, argument
119 detail::bind_handler(handler_, arg1, arg2, arg3, arg4));
123 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, argument
127 detail::bind_handler(handler_, arg1, arg2, arg3, arg4));
132 void operator()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, argument
136 detail::bind_handler(handler_, arg1, arg2, arg3, arg
141 operator ()(const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5) const argument
[all...]

Completed in 2646 milliseconds

1234