/external/autotest/tko/ |
H A D | retrieve_jobs | 5 arg = sys.argv[1] variable 7 arg = '' variable 10 for record in db.select('* from tko_jobs ' + arg):
|
/external/clang/test/Analysis/ |
H A D | delayed-template-parsing-crash.cpp | 9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash argument 10 return static_cast<typename remove_reference<T>::type&&>(arg);
|
/external/clang/test/CodeGen/ |
H A D | debug-line-1.c | 11 int f(char* arg) { argument 12 int x = atoi(arg);
|
H A D | systemz-abi.cpp | 7 struct agg_float_cpp pass_agg_float_cpp(struct agg_float_cpp arg) { return arg; } argument
|
/external/clang/test/CodeGenCXX/ |
H A D | member-init-assignment.cpp | 7 Foo(unsigned arg); 10 Foo::Foo(unsigned arg) : file_id(arg = 42) argument 13 // CHECK: define {{.*}} @_ZN3FooC2Ej(%struct.Foo* %this, i32 %arg) unnamed_addr
|
/external/clang/test/Sema/ |
H A D | block-sentinel-attribute.c | 3 void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); variable 6 void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}} 7 bbad = ^void (int arg, const char * format) __attribute__ ((__sentinel__)) {} ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}} 8 void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel here}} 9 ^ __attribute__ ((__sentinel__)) (int arg, const char * format, ...) {}; 10 void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} 13 void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}}
|
H A D | typedef-prototype.c | 4 typedef int unary_int_func(int arg); 7 int add_one(int arg) { argument 8 return arg + 1;
|
/external/compiler-rt/test/safestack/ |
H A D | utils.h | 4 static inline void break_optimization(void *arg) { argument 5 __asm__ __volatile__("" : : "r" (arg) : "memory");
|
/external/compiler-rt/test/tsan/ |
H A D | setuid.c | 10 static void *thread(void *arg) { argument 11 (void)arg;
|
/external/libunwind/src/coredump/ |
H A D | _UPT_put_unwind_info.c | 30 _UCD_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) argument
|
H A D | _UPT_resume.c | 30 _UCD_resume (unw_addr_space_t as, unw_cursor_t *c, void *arg) argument
|
/external/libunwind/src/mi/ |
H A D | Gput_dynamic_unwind_info.c | 30 void *arg) 37 unwi_dyn_remote_put_unwind_info (as, pi, arg); 40 unwi_dyn_remote_put_unwind_info (as, pi, arg); 48 tdep_put_unwind_info (as, pi, arg); 29 unwi_put_dynamic_unwind_info(unw_addr_space_t as, unw_proc_info_t *pi, void *arg) argument
|
/external/libunwind/src/ptrace/ |
H A D | _UPT_put_unwind_info.c | 29 _UPT_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) argument
|
H A D | _UPT_resume.c | 29 _UPT_resume (unw_addr_space_t as, unw_cursor_t *c, void *arg) argument 31 struct UPT_info *ui = arg;
|
/external/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-test-32bit.elf.c | 5 int foo(int arg) { argument 6 int a = arg * 2; 10 int bar(int arg) { argument 11 int a = foo(arg) * foo(arg * 2);
|
/external/valgrind/none/tests/amd64/ |
H A D | looper.c | 4 long long int arg = 0; variable 14 "\tmovq arg, %rcx\n" 34 "\tmovq arg, %rcx\n" 54 "\tmovq arg, %rcx\n" 73 res = 0; arg = 10; loop_plain(); printf("res = %lld\n", res); 75 res = 0; arg = 10; loop_ne(); printf("res = %lld\n", res); 76 res = 0; arg = 500; loop_ne(); printf("res = %lld\n", res); 78 res = 0; arg = 10; loop_e(); printf("res = %lld\n", res); 79 res = 0; arg = 500; loop_e(); printf("res = %lld\n", res);
|
/external/valgrind/none/tests/x86/ |
H A D | looper.c | 4 int arg = 0; variable 13 "\tmovl " VG_SYM(arg) ", %ecx\n" 32 "\tmovl " VG_SYM(arg) ", %ecx\n" 51 "\tmovl " VG_SYM(arg) ", %ecx\n" 70 res = 0; arg = 10; loop_plain(); printf("res = %d\n", res); 72 res = 0; arg = 10; loop_ne(); printf("res = %d\n", res); 73 res = 0; arg = 500; loop_ne(); printf("res = %d\n", res); 75 res = 0; arg = 10; loop_e(); printf("res = %d\n", res); 76 res = 0; arg = 500; loop_e(); printf("res = %d\n", res);
|
/external/elfutils/libdwfl/ |
H A D | dwfl_getmodules.c | 35 void *arg, 82 int ok = (*callback) (MODCB_ARGS (m), arg); 32 dwfl_getmodules(Dwfl *dwfl, int (*callback) (Dwfl_Module *, void **, const char *, Dwarf_Addr, void *), void *arg, ptrdiff_t offset) argument
|
/external/libunwind/src/mips/ |
H A D | Gresume.c | 34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
|
/external/llvm/test/tools/dsymutil/Inputs/ |
H A D | basic3.c | 16 int bar(int arg) { argument 17 if (arg > 42) 19 return foo(val + arg);
|
/external/tlsdate/src/events/ |
H A D | run_tlsdate.c | 18 void action_run_tlsdate (evutil_socket_t fd, short what, void *arg) argument 20 struct state *state = arg;
|
/external/valgrind/none/tests/solaris/ |
H A D | threads_exitall.c | 8 void *thread_proc(void *arg) argument
|
/external/ImageMagick/Magick++/demo/ |
H A D | analyze.cpp | 43 char **arg = &argv[1]; local 44 while ( *arg ) 46 string fname(*arg); 66 ++arg;
|
H A D | detrans.cpp | 40 char **arg = &argv[2]; local 41 while ( *arg ) 43 string fname(*arg); 55 ++arg;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
H A D | FunctionDelegates.cs | 39 public delegate TResult Func<T, TResult>(T arg); argument
|