| /system/extras/multinetwork/ |
| dnschk.cpp | 44 std::cout << "# " << args.arg1 51 args.arg1, nullptr, &hints, &result); 62 rval = getaddrinfo(args.arg1, nullptr, &hints, &result);
|
| /external/llvm/test/Transforms/RewriteStatepointsForGC/ |
| relocation.ll | 160 define void @test6(i8 addrspace(1)* %arg1, i8 addrspace(1)* %arg2, i8 addrspace(1)* %arg3) gc "statepoint-example" { 168 ; CHECK: arg1.relocated = 171 call void @foo() [ "deopt"(i8 addrspace(1)* %arg1, i8 addrspace(1)* %arg2, i8 addrspace(1)* %arg3) ] 183 ; CHECK-DAG: [ %arg1, %entry ] 184 ; CHECK-DAG: [ %arg1.relocated, %do_safepoint ] 185 call void (...) @use(i8 addrspace(1)* %arg1, i8 addrspace(1)* %arg2, i8 addrspace(1)* %arg3) 191 define void @test_outer_loop(i8 addrspace(1)* %arg1, i8 addrspace(1)* %arg2, i1 %cmp) gc "statepoint-example" { 200 ; CHECK: phi i8 addrspace(1)* [ %arg1, %bci_0 ], [ %arg1.relocated, %outer-inc ] 208 ; CHECK: %arg1.relocate [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| CommandQueue.java | 137 default void handleSystemNavigationKey(int arg1) { } 231 args.arg1 = fullscreenStackBounds; 441 switch (msg.arg1) { 459 mCallbacks.get(i).disable(msg.arg1, msg.arg2, (Boolean) msg.obj); 469 mCallbacks.get(i).animateCollapsePanels(msg.arg1); 481 args.argi4, (Rect) args.arg1, (Rect) args.arg2); 487 mCallbacks.get(i).topAppWindowChanged(msg.arg1 != 0); 492 mCallbacks.get(i).setImeWindowStatus((IBinder) msg.obj, msg.arg1, msg.arg2, 498 mCallbacks.get(i).showRecentApps(msg.arg1 != 0, msg.arg2 != 0); 503 mCallbacks.get(i).hideRecentApps(msg.arg1 != 0, msg.arg2 != 0) [all...] |
| /external/v8/src/compiler/ |
| raw-machine-assembler.cc | 218 Node* arg1, Node* context) { 228 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context); 233 Node* arg1, Node* arg2, Node* context) { 243 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity, 248 Node* arg1, Node* arg2, Node* arg3, 259 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref, 264 Node* arg1, Node* arg2, Node* arg3, 275 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4, 280 Node* arg1, Node* arg2, Node* arg3, 291 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4 [all...] |
| /external/v8/src/third_party/valgrind/ |
| valgrind.h | 708 #define CALL_FN_v_W(fnptr, arg1) \ 710 CALL_FN_W_W(_junk,fnptr,arg1); } while (0) 712 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ [all...] |
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-xen.c | 114 PRINT("__HYPERVISOR_memory_op ( %lu, %#lx )", ARG1, ARG2); 116 switch (ARG1) { 165 switch (ARG1) { 250 "__HYPERVISOR_memory_op", ARG1); 258 ARG1, SARG2, ARG3, ARG4); 260 struct vki_xen_mmuext_op *ops = (struct vki_xen_mmuext_op *)ARG1; 278 PRE_MEM_READ("__HYPERVISOR_MMUEXT_OP arg1.mfn", 279 (Addr)&op->arg1.mfn, 280 sizeof(op->arg1.mfn)); 286 PRE_MEM_READ("__HYPERVISOR_MMUEXT_OP arg1.mfn" [all...] |
| syswrap-ppc32-linux.c | 62 /* Call f(arg1), but first switch stacks, using 'stack' as the new 69 Word arg1 ); 73 // r6 = arg1 81 " mr %r3,%r6\n\t" // arg1 to %r3 137 int flags in r3 (sc arg1) 176 " mr 3,5\n" // syscall arg1: flags 408 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 414 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 427 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 433 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, [all...] |
| /art/runtime/interpreter/mterp/x86/ |
| op_packed_switch.S | 15 movl %eax, OUT_ARG1(%esp) # ARG1 <- vAA
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
| TSuper.java | 43 public int testArgsOrder(int arg1, int arg2) {
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
| TSuper.java | 43 public int testArgsOrder(int arg1, int arg2) {
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
| TSuper.java | 43 public int testArgsOrder(int arg1, int arg2) {
|
| /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
| pal.h | 99 ia64_call_pal_static(u_int64_t proc, u_int64_t arg1,
102 ia64_call_pal_static_physical(u_int64_t proc, u_int64_t arg1,
105 ia64_call_pal_stacked(u_int64_t proc, u_int64_t arg1,
108 ia64_call_pal_stacked_physical(u_int64_t proc, u_int64_t arg1,
|
| /external/clang/test/CodeGenCXX/ |
| mangle-ms-template-callback.cpp | 10 template<typename Ret, typename Arg1> 11 class C<Ret(Arg1)> {}; 13 template<typename Ret, typename Arg1, typename Arg2> 14 class C<Ret(Arg1, Arg2)> {};
|
| /external/clang/test/CodeGenObjC/ |
| extended-block-signature-encode.m | 12 ^(BBB arg1, double arg2){ return b1; }(0, 3.14);
|
| /external/clang/test/Rewriter/ |
| rewrite-block-pointer.mm | 78 void (^BL)(void(^arg1)(), int i1, void(^arg)(int)); 80 typedef void (^iscoveryCompletionHandler)(void(^arg1)(), id<CoreDAVAccountInfoProvider> discoveredInfo); 83 void(^arg1)(), int i1, void(^arg)(id<CoreDAVAccountInfoProvider>), 89 void (^BLINT)(I<CoreDAVAccountInfoProvider>* ARG, INTF<CodeProvider, CoreDAVAccountInfoProvider>* ARG1);
|
| /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/test/mojom/mojo/ |
| IntegrationTestInterfaceTestHelper.java | 19 public void call(byte[] arg1) {
|
| /external/llvm/test/CodeGen/WebAssembly/ |
| irreducible-cfg.ll | 14 define void @test0(double* %arg, i32 %arg1, i32 %arg2, i32 %arg3) { 26 %tmp8 = icmp slt i32 %tmp7, %arg1 55 define void @test1(double* %arg, i32 %arg1, i32 %arg2, i32 %arg3) { 67 %tmp8 = icmp slt i32 %tmp7, %arg1
|
| /external/llvm/test/CodeGen/X86/ |
| avx512bwvl-intrinsics-fast-isel.ll | 37 %arg1 = bitcast i16 %a1 to <16 x i1> 40 %res1 = select <16 x i1> %arg1, <16 x i8> %res0, <16 x i8> %arg0 59 %arg1 = bitcast <2 x i64> %a1 to <16 x i8> 60 %res0 = shufflevector <16 x i8> %arg1, <16 x i8> undef, <16 x i32> zeroinitializer 96 %arg1 = bitcast i32 %a1 to <32 x i1> 99 %res1 = select <32 x i1> %arg1, <32 x i8> %res0, <32 x i8> %arg0 118 %arg1 = bitcast <2 x i64> %a1 to <16 x i8> 119 %res0 = shufflevector <16 x i8> %arg1, <16 x i8> undef, <32 x i32> zeroinitializer 155 %arg1 = bitcast i8 %a1 to <8 x i1> 158 %res1 = select <8 x i1> %arg1, <8 x i16> %res0, <8 x i16> %arg [all...] |
| tailcall-fastisel.ll | 5 define fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/ |
| TestWindowManager.java | 29 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) {
|
| /external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
| tailcall-fastisel.ll | 7 define fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
|
| /external/v8/src/ |
| string-stream.h | 120 void Add(const char* format, FmtElm arg0, FmtElm arg1); 121 void Add(const char* format, FmtElm arg0, FmtElm arg1, FmtElm arg2); 124 FmtElm arg1, 129 FmtElm arg1,
|
| /external/valgrind/auxprogs/ |
| ppc64shifts.c | 248 void do_srad ( ULong arg1, ULong arg2, 251 ULong arg1W = arg1; 269 void do_sraw ( ULong arg1, ULong arg2, 272 ULong arg1W = arg1; 289 void do_srd ( ULong arg1, ULong arg2, 292 ULong arg1W = arg1; 310 void do_srw ( ULong arg1, ULong arg2, 313 ULong arg1W = arg1; 331 void do_sld ( ULong arg1, ULong arg2, 334 ULong arg1W = arg1; 449 ULong arg1, arg2, res, xer; local [all...] |
| /external/volley/src/test/java/com/android/volley/mock/ |
| MockHttpClient.java | 80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { 90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { 95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { 100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2,
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| OldDatagramSocketImplFactoryTest.java | 134 protected void bind(int arg0, InetAddress arg1) throws SocketException { 161 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { 169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { 202 public void setOption(int arg0, Object arg1) throws SocketException {
|