/external/jpeg/ |
ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ 113 return arg2[arg1]; 163 void test3function (void_ptr arg1, void_func arg2) 165 void test3function (arg1, arg2) 166 void_ptr arg1; 170 char * locptr = (char *) arg1; /* check casting to and from void * */ 171 arg1 = (void *) locptr; 187 int test4function (const int arg1) 189 int test4function (arg1) [all...] |
/external/openfst/src/include/fst/script/ |
relabel.h | 41 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); 54 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); 75 MutableFst<Arc> *fst = args->arg1->GetMutableFst<Arc>();
|
/external/qemu/distrib/jpeg-6b/ |
ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ 113 return arg2[arg1]; 163 void test3function (void_ptr arg1, void_func arg2) 165 void test3function (arg1, arg2) 166 void_ptr arg1; 170 char * locptr = (char *) arg1; /* check casting to and from void * */ 171 arg1 = (void *) locptr; 187 int test4function (const int arg1) 189 int test4function (arg1) [all...] |
/external/v8/tools/ |
windows-tick-processor.bat | 11 SET arg1=1%1 12 IF NOT %arg1:~0,2% == 1 (IF NOT %arg1:~0,2% == 1- SET log_file=%1)
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ProcessingTaskController.java | 44 if (msg.arg1 == RESULT) { 46 } else if (msg.arg1 == UPDATE) { 49 Log.w(LOGTAG, "received unknown message! " + msg.arg1);
|
/external/chromium_org/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/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/main/coregrind/m_syswrap/ |
syswrap-x86-linux.c | 71 /* Call f(arg1), but first switch stacks, using 'stack' as the new 78 Word arg1 ); 82 // 16(%esp) == arg1 89 " pushl 16(%esi)\n" // arg1 to stack 160 " movl 8+"FSZ"(%esp), %ebx\n" /* syscall arg1: flags */ 174 " movl %eax, %ebx\n" /* arg1: return value from fn */ 824 PRE_MEM_READ( "old_select(args)", ARG1, 5*sizeof(UWord) ); 827 UInt* arg_struct = (UInt*)ARG1; 853 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 858 if (ARG1 & VKI_CLONE_PARENT_SETTID) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 865 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { 877 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { 889 public int checkCallingUriPermission(Uri arg0, int arg1) { 895 public int checkPermission(String arg0, int arg1, int arg2) { 901 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { 907 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, 920 public Context createPackageContext(String arg0, int arg1) { 926 public Context createPackageContextAsUser(String arg0, int arg1, UserHandle user) { [all...] |
/bionic/libc/kernel/common/linux/ |
thread_info.h | 24 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/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) {
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 13 mov r1, sp @ arg1 <- stack pointer
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 14 mov r1, sp @ arg1 <- stack pointer
|
/dalvik/vm/mterp/armv5te/ |
alt_stub.S | 16 mov r1, rFP @ arg1
|
/dalvik/vm/mterp/mips/ |
alt_stub.S | 17 move a1, rFP # arg1
|
/dalvik/vm/mterp/x86/ |
OP_PACKED_SWITCH.S | 16 movl %eax,OUT_ARG1(%esp) # ARG1<- vAA
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
iterator.h | 70 // Clients are allowed to register function/arg1/arg2 triples that 75 typedef void (*CleanupFunction)(void* arg1, void* arg2); 76 void RegisterCleanup(CleanupFunction function, void* arg1, void* arg2); 81 void* arg1; member in struct:leveldb::Iterator::Cleanup
|
/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/llvm/test/CodeGen/X86/ |
tailcall-fastisel.ll | 5 define fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/ |
TestWindowManager.java | 29 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) {
|
/external/valgrind/main/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...] |