| /prebuilts/go/darwin-x86/src/runtime/ |
| sys_nacl_arm.s | 51 MOVW arg3+8(FP), R2
|
| /prebuilts/go/linux-x86/src/cmd/cgo/ |
| doc.go | 260 func MyFunction(arg1, arg2 int, arg3 string) int64 {...} 263 func MyFunction2(arg1, arg2 int, arg3 string) (int64, *C.char) {...} 267 extern int64 MyFunction(int arg1, int arg2, GoString arg3); 268 extern struct MyFunction2_return MyFunction2(int arg1, int arg2, GoString arg3); [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| sys_nacl_386.s | 59 MOVL arg3+8(FP), DX
|
| sys_nacl_arm.s | 51 MOVW arg3+8(FP), R2
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_getargs2.py | 291 getargs_keywords(arg1=(1,2), arg2=3, arg3=(4,(5,6)), arg4=(7,8,9), arg5=10),
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
| qpol_wrap.c | 6215 PyObject *arg3 = (PyObject *) 0 ; variable 9140 qpol_mls_level_t *arg3 = (qpol_mls_level_t *) 0 ; variable 9362 char *arg3 = (char *) 0 ; variable 10826 char *arg3 = (char *) 0 ; variable 11374 int *arg3 ; variable 11595 uint16_t arg3 ; variable 13633 int arg3 ; variable 13673 int arg3 ; variable 13713 int arg3 ; variable 13753 int arg3 ; variable 14867 uint64_t arg3 ; variable 15048 uint32_t arg3 ; variable [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_getargs2.py | 291 getargs_keywords(arg1=(1,2), arg2=3, arg3=(4,(5,6)), arg4=(7,8,9), arg5=10),
|
| /toolchain/binutils/binutils-2.27/include/gdb/ |
| callback.h | 252 long arg1, arg2, arg3, arg4; 249 long arg1, arg2, arg3, arg4; member in struct:cb_syscall
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/ |
| SalDriverLib.h | 384 IN UINT64 Arg3,
397 Arg3 - Second arg
|
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| Sal.h | 99 @param Arg3 The third parameter passed to the ESAL function based.
118 IN UINT64 Arg3,
|
| /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
| PchSmb.asl | 454 // Arg3 = 1 = I2C Block Write, 0 = SMBus Block Write
493 Store(Arg3,I2CE) // Select the proper protocol.
|
| /external/icu/icu4c/source/test/perf/collperf/ |
| collperf.cpp | 668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ 673 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
|
| /external/llvm/test/CodeGen/WebAssembly/ |
| reg-stackify.ll | 329 define void @multiple_defs(i32 %arg, i32 %arg1, i1 %arg2, i1 %arg3, i1 %arg4) { 344 br i1 %arg3, label %bb17, label %bb13
|
| /external/llvm/test/CodeGen/X86/ |
| stackmap.ll | 279 define void @spilledValue(i64 %arg0, i64 %arg1, i64 %arg2, i64 %arg3, i64 %arg4, i64 %l0, i64 %l1, i64 %l2, i64 %l3, i64 %l4, i64 %l5, i64 %l6, i64 %l7, i64 %l8, i64 %l9, i64 %l10, i64 %l11, i64 %l12, i64 %l13, i64 %l14, i64 %l15, i64 %l16) { 281 call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 11, i32 15, i8* null, i32 5, i64 %arg0, i64 %arg1, i64 %arg2, i64 %arg3, i64 %arg4, i64 %l0, i64 %l1, i64 %l2, i64 %l3, i64 %l4, i64 %l5, i64 %l6, i64 %l7, i64 %l8, i64 %l9, i64 %l10, i64 %l11, i64 %l12, i64 %l13, i64 %l14, i64 %l15, i64 %l16)
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| ShadowContentResolverTest.java | [all...] |
| /external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
| 8bit.pnacl.ll | 522 define internal i32 @testPhi8(i32 %arg, i32 %arg2, i32 %arg3, i32 %arg4, i32 %arg5, i32 %arg6, i32 %arg7, i32 %arg8, i32 %arg9, i32 %arg10) { 526 %trunc3 = trunc i32 %arg3 to i8
|
| /external/tensorflow/tensorflow/tools/docs/ |
| parser_test.py | 572 def example_fun(arg1=a.b.c.d, arg2=a.b.c.d(1, 2), arg3=e['f']): # pylint: disable=unused-argument 576 self.assertEqual(sig, ['arg1=a.b.c.d', 'arg2=a.b.c.d(1, 2)', "arg3=e['f']"])
|
| /external/v8/src/js/ |
| typedarray.js | 251 function NAMEConstructor(arg1, arg2, arg3) { 254 NAMEConstructByArrayBuffer(this, arg1, arg2, arg3);
|
| /frameworks/base/telecomm/java/android/telecom/ |
| InCallService.java | 156 Bundle extras = (Bundle) args.arg3; 248 args.arg3 = extras; [all...] |
| /frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
| ImsVideoCallProviderWrapper.java | 98 args.arg3 = responseProfile; 179 VideoProfile responseProfile = (VideoProfile) args.arg3;
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| ImageShow.java | [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
| MIPS64Ops.go | 316 // arg3 = mem 379 // arg0 = pointer, arg1 = old value, arg2 = new value, arg3 = memory.
|
| MIPSOps.go | 294 // arg0 = pointer, arg1 = old value, arg2 = new value, arg3 = memory. 347 // arg3 = mem
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
| MIPS64Ops.go | 316 // arg3 = mem 379 // arg0 = pointer, arg1 = old value, arg2 = new value, arg3 = memory.
|
| MIPSOps.go | 294 // arg0 = pointer, arg1 = old value, arg2 = new value, arg3 = memory. 347 // arg3 = mem
|