Searched refs:args (Results 1 - 25 of 43) sorted by relevance

12

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h570 va_list args; local
571 va_start(args, methodID);
572 jobject result = functions->NewObjectV(this, clazz, methodID, args);
573 va_end(args);
577 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args) argument
578 { return functions->NewObjectV(this, clazz, methodID, args); }
580 jobject NewObjectA(jclass clazz, jmethodID methodID, jvalue* args) argument
581 { return functions->NewObjectA(this, clazz, methodID, args); }
596 va_list args; \
597 va_start(args, methodI
629 va_list args; local
634 CallVoidMethodV(jobject obj, jmethodID methodID, va_list args) argument
636 CallVoidMethodA(jobject obj, jmethodID methodID, jvalue* args) argument
680 va_list args; local
685 CallNonvirtualVoidMethodV(jobject obj, jclass clazz, jmethodID methodID, va_list args) argument
688 CallNonvirtualVoidMethodA(jobject obj, jclass clazz, jmethodID methodID, jvalue* args) argument
776 va_list args; local
781 CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) argument
783 CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue* args) argument
[all...]
H A Dzconf.h168 # define OF(args) args
170 # define OF(args) ()
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h570 va_list args; local
571 va_start(args, methodID);
572 jobject result = functions->NewObjectV(this, clazz, methodID, args);
573 va_end(args);
577 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args) argument
578 { return functions->NewObjectV(this, clazz, methodID, args); }
580 jobject NewObjectA(jclass clazz, jmethodID methodID, jvalue* args) argument
581 { return functions->NewObjectA(this, clazz, methodID, args); }
596 va_list args; \
597 va_start(args, methodI
629 va_list args; local
634 CallVoidMethodV(jobject obj, jmethodID methodID, va_list args) argument
636 CallVoidMethodA(jobject obj, jmethodID methodID, jvalue* args) argument
680 va_list args; local
685 CallNonvirtualVoidMethodV(jobject obj, jclass clazz, jmethodID methodID, va_list args) argument
688 CallNonvirtualVoidMethodA(jobject obj, jclass clazz, jmethodID methodID, jvalue* args) argument
776 va_list args; local
781 CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) argument
783 CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue* args) argument
[all...]
H A Dzconf.h168 # define OF(args) args
170 # define OF(args) ()
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h570 va_list args; local
571 va_start(args, methodID);
572 jobject result = functions->NewObjectV(this, clazz, methodID, args);
573 va_end(args);
577 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args) argument
578 { return functions->NewObjectV(this, clazz, methodID, args); }
580 jobject NewObjectA(jclass clazz, jmethodID methodID, jvalue* args) argument
581 { return functions->NewObjectA(this, clazz, methodID, args); }
596 va_list args; \
597 va_start(args, methodI
629 va_list args; local
634 CallVoidMethodV(jobject obj, jmethodID methodID, va_list args) argument
636 CallVoidMethodA(jobject obj, jmethodID methodID, jvalue* args) argument
680 va_list args; local
685 CallNonvirtualVoidMethodV(jobject obj, jclass clazz, jmethodID methodID, va_list args) argument
688 CallNonvirtualVoidMethodA(jobject obj, jclass clazz, jmethodID methodID, jvalue* args) argument
776 va_list args; local
781 CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) argument
783 CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue* args) argument
[all...]
H A Dzconf.h168 # define OF(args) args
170 # define OF(args) ()
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h570 va_list args; local
571 va_start(args, methodID);
572 jobject result = functions->NewObjectV(this, clazz, methodID, args);
573 va_end(args);
577 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args) argument
578 { return functions->NewObjectV(this, clazz, methodID, args); }
580 jobject NewObjectA(jclass clazz, jmethodID methodID, jvalue* args) argument
581 { return functions->NewObjectA(this, clazz, methodID, args); }
596 va_list args; \
597 va_start(args, methodI
629 va_list args; local
634 CallVoidMethodV(jobject obj, jmethodID methodID, va_list args) argument
636 CallVoidMethodA(jobject obj, jmethodID methodID, jvalue* args) argument
680 va_list args; local
685 CallNonvirtualVoidMethodV(jobject obj, jclass clazz, jmethodID methodID, va_list args) argument
688 CallNonvirtualVoidMethodA(jobject obj, jclass clazz, jmethodID methodID, jvalue* args) argument
776 va_list args; local
781 CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) argument
783 CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue* args) argument
[all...]
H A Dzconf.h168 # define OF(args) args
170 # define OF(args) ()
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h570 va_list args; local
571 va_start(args, methodID);
572 jobject result = functions->NewObjectV(this, clazz, methodID, args);
573 va_end(args);
577 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args) argument
578 { return functions->NewObjectV(this, clazz, methodID, args); }
580 jobject NewObjectA(jclass clazz, jmethodID methodID, jvalue* args) argument
581 { return functions->NewObjectA(this, clazz, methodID, args); }
596 va_list args; \
597 va_start(args, methodI
629 va_list args; local
634 CallVoidMethodV(jobject obj, jmethodID methodID, va_list args) argument
636 CallVoidMethodA(jobject obj, jmethodID methodID, jvalue* args) argument
680 va_list args; local
685 CallNonvirtualVoidMethodV(jobject obj, jclass clazz, jmethodID methodID, va_list args) argument
688 CallNonvirtualVoidMethodA(jobject obj, jclass clazz, jmethodID methodID, jvalue* args) argument
776 va_list args; local
781 CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) argument
783 CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue* args) argument
[all...]
H A Dzconf.h168 # define OF(args) args
170 # define OF(args) ()
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h570 va_list args; local
571 va_start(args, methodID);
572 jobject result = functions->NewObjectV(this, clazz, methodID, args);
573 va_end(args);
577 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args) argument
578 { return functions->NewObjectV(this, clazz, methodID, args); }
580 jobject NewObjectA(jclass clazz, jmethodID methodID, jvalue* args) argument
581 { return functions->NewObjectA(this, clazz, methodID, args); }
596 va_list args; \
597 va_start(args, methodI
629 va_list args; local
634 CallVoidMethodV(jobject obj, jmethodID methodID, va_list args) argument
636 CallVoidMethodA(jobject obj, jmethodID methodID, jvalue* args) argument
680 va_list args; local
685 CallNonvirtualVoidMethodV(jobject obj, jclass clazz, jmethodID methodID, va_list args) argument
688 CallNonvirtualVoidMethodA(jobject obj, jclass clazz, jmethodID methodID, jvalue* args) argument
776 va_list args; local
781 CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) argument
783 CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue* args) argument
[all...]
H A Dzconf.h168 # define OF(args) args
170 # define OF(args) ()
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; })
178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
H A Darp_tables.h158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })

Completed in 8598 milliseconds

12