| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| arena.h | 349 typename Arg4> 352 const Arg3& arg3, const Arg4& arg4) { 354 return new T(arg1, arg2, arg3, arg4); 357 arg1, arg2, arg3, arg4); 364 typename Arg4, typename Arg5> 367 const Arg3& arg3, const Arg4& arg4, 370 return new T(arg1, arg2, arg3, arg4, arg5); 373 arg1, arg2, arg3, arg4, arg5) [all...] |
| /external/libmojo/base/android/java/src/org/chromium/base/ |
| Log.java | 151 Object arg4) { 152 verbose(tag, messageTemplate, arg1, arg2, arg3, arg4); 159 Object arg4, Object arg5) { 160 verbose(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5); 167 Object arg4, Object arg5, Object arg6) { 168 verbose(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6); 175 Object arg4, Object arg5, Object arg6, Object arg7) { 176 verbose(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6, arg7); 234 Object arg4) { 235 debug(tag, messageTemplate, arg1, arg2, arg3, arg4); [all...] |
| /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
| Callbacks.java | 76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); 92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); 109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); 127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7);
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/ |
| ExtendedSalBootService.h | 52 IN UINT64 Arg4,
66 IN UINT64 Arg4,
|
| /external/llvm/test/CodeGen/X86/ |
| 2012-08-07-CmpISelBug.ll | 7 define void @foo(i8 %arg4, i32 %arg5, i32* %arg14) nounwind { 12 %tmp48 = zext i8 %arg4 to i32
|
| /external/llvm/test/Transforms/DeadStoreElimination/ |
| 2011-03-25-DSEMiscompile.ll | 10 define ghccc void @Func1(i32* noalias %Arg1, i32* noalias %Arg2, i32* %Arg3, i32 %Arg4) { 21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
|
| /external/llvm/test/Transforms/InstCombine/ |
| strcat-1.ll | 33 %arg4 = getelementptr [7 x i8], [7 x i8]* @null_hello, i32 0, i32 0 34 %rslt3 = call i8* @strcat(i8* %rslt2, i8* %arg4)
|
| strncat-1.ll | 32 %arg4 = getelementptr [7 x i8], [7 x i8]* @null_hello, i32 0, i32 0 33 %rslt3 = call i8* @strncat(i8* %rslt2, i8* %arg4, i32 42)
|
| /external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/ |
| 2011-03-25-DSEMiscompile.ll | 10 define cc10 void @Func1(i32* noalias %Arg1, i32* noalias %Arg2, i32* %Arg3, i32 %Arg4) { 21 tail call cc10 void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
|
| /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
| StrCat.ll | 28 %arg4 = getelementptr [7 x i8]* @null_hello, i32 0, i32 0 ; <i8*> [#uses=1]
29 %rslt3 = call i8* @strcat( i8* %rslt2, i8* %arg4 ) ; <i8*> [#uses=1]
|
| StrNCat.ll | 27 %arg4 = getelementptr [7 x i8]* @null_hello, i32 0, i32 0 ; <i8*> [#uses=1] 28 %rslt3 = call i8* @strncat( i8* %rslt2, i8* %arg4, i32 42 ) ; <i8*> [#uses=1]
|
| StrNCpy.ll | 25 %arg4 = getelementptr [7 x i8]* @null_hello, i32 0, i32 0 ; <i8*> [#uses=1] 26 %rslt3 = call i8* @strncpy( i8* %rslt2, i8* %arg4, i32 42 ) ; <i8*> [#uses=1]
|
| /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
| InitVariable.c | 31 @param[in] Arg4 The 4th parameter for SAL procedure call.
48 IN UINT64 Arg4,
68 (UINT32 *) Arg4,
80 (EFI_GUID *) Arg4,
90 (UINT32) Arg4,
102 (UINT64 *) Arg4,
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_syscall_linux_aarch64.inc | 68 u64 arg4) { 73 register u64 x3 asm("x3") = arg4; 84 u64 arg4, long arg5) { 89 register u64 x3 asm("x3") = arg4; 102 u64 arg4, long arg5, long arg6) { 107 register u64 x3 asm("x3") = arg4;
|
| /frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
| MessageThreadUtil.java | 152 msg.arg1, msg.arg2, msg.arg3, msg.arg4, msg.arg5); 184 public int arg4; 190 what = arg1 = arg2 = arg3 = arg4 = arg5 = 0; 200 static SyncQueueItem obtainMessage(int what, int arg1, int arg2, int arg3, int arg4, 215 item.arg4 = arg4;
|
| /external/libchrome/base/third_party/valgrind/ |
| valgrind.h | [all...] |
| /external/regex-re2/util/ |
| valgrind.h | [all...] |
| /external/valgrind/include/ |
| valgrind.h | [all...] |
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-amd64-linux.c | 155 " movq %r8, %r10\n" // syscall arg4: child_tid 349 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 368 PRE_MEM_READ("clone(tlsinfo)", ARG4, sizeof(vki_modify_ldt_t)); 369 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(vki_modify_ldt_t), 379 PRE_MEM_WRITE("clone(child_tidptr)", ARG4, sizeof(Int)); 380 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(Int), VKI_PROT_WRITE)) { 403 (Long *)ARG4, /* child_tidptr */ 416 (Int *)ARG4)); /* child_tidptr */ 439 POST_MEM_WRITE(ARG4, sizeof(Int)); 543 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); [all...] |
| syswrap-arm64-linux.c | 163 " mov x3, x6\n" // syscall arg4: tls_ptr 420 //ZZ ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); 426 //ZZ r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 546 //ZZ PRE_MEM_READ("clone(tls_user_desc)", ARG4, sizeof(vki_modify_ldt_t)); 547 //ZZ if (!VG_(am_is_valid_for_client)(ARG4, sizeof(vki_modify_ldt_t), 580 (Addr)ARG4)); /* tls_val */ 711 //ZZ PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); [all...] |
| syswrap-arm-linux.c | 356 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 362 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 431 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 456 PRE_MEM_READ("clone(tls_user_desc)", ARG4, sizeof(vki_modify_ldt_t)); 457 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(vki_modify_ldt_t), 482 (Addr)ARG4)); /* set_tls */ 613 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); 620 PRE_MEM_WRITE( "ptrace(peek)", ARG4, 624 PRE_MEM_WRITE( "ptrace(getregs)", ARG4, 628 PRE_MEM_WRITE( "ptrace(getfpregs)", ARG4, [all...] |
| /external/v8/src/compiler/ |
| code-assembler.cc | 415 Node* arg4) { 418 arg3, arg4, context); 424 Node* arg1, Node* arg2, Node* arg3, Node* arg4, 428 arg3, arg4, arg5, context); 457 Node* arg3, Node* arg4) { 458 return raw_assembler_->TailCallRuntime4(function_id, arg1, arg2, arg3, arg4, 464 Node* arg3, Node* arg4, Node* arg5) { 465 return raw_assembler_->TailCallRuntime5(function_id, arg1, arg2, arg3, arg4, 471 Node* arg3, Node* arg4, Node* arg5, 473 return raw_assembler_->TailCallRuntime6(function_id, arg1, arg2, arg3, arg4, [all...] |
| /test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
| Context.fuzzer.cpp | 287 ::android::hardware::hidl_vec<uint8_t> arg4; local 288 memcpy(&arg4, data, type_size4); 291 renderscript->allocation1DWrite(arg0, arg1, arg2, arg3, arg4); 325 uint32_t arg4; local 326 memcpy(&arg4, data, type_size4); 343 renderscript->allocationElementWrite(arg0, arg1, arg2, arg3, arg4, arg5, arg6); 377 ::android::hardware::renderscript::V1_0::AllocationCubemapFace arg4; local 378 memcpy(&arg4, data, type_size4); 409 renderscript->allocation2DWrite(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); 443 uint32_t arg4; local 550 void* arg4; local 595 uint32_t arg4; local 654 ::android::hardware::renderscript::V1_0::AllocationCubemapFace arg4; local 727 uint32_t arg4; local 841 ::android::hardware::renderscript::V1_0::AllocationCubemapFace arg4; local 928 uint32_t arg4; local 1177 bool arg4; local 1337 ::android::hardware::hidl_vec<int32_t> arg4; local 1389 ::android::hardware::hidl_vec<int32_t> arg4; local 1547 ::android::hardware::hidl_vec<uint64_t> arg4; local 1677 ::android::hardware::renderscript::V1_0::SamplerValue arg4; local 1804 ::android::hardware::hidl_vec<uint8_t> arg4; local 1849 void* arg4; local 2058 ::android::hardware::hidl_vec<uint32_t> arg4; local [all...] |
| /external/v8/src/third_party/valgrind/ |
| valgrind.h | [all...] |
| /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/ |
| tsp_private.h | 89 uint64_t arg4, 97 uint64_t arg4, 106 uint64_t arg4,
|