/external/fonttools/MetaTools/ |
roundTrip.py | 33 fn = os.path.basename(ttFile1) 34 xmlFile1 = tempfile.mktemp(".%s.ttx1" % fn) 35 ttFile2 = tempfile.mktemp(".%s" % fn) 36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
|
/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 58 /* fn returns 0 to continue iteration */ 59 #define IPT_MATCH_ITERATE(e, fn, args...) \ 60 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 62 /* fn returns 0 to continue iteration */ 63 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 64 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/external/iptables/include/ |
ip6tables.h | 13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
|
iptables.h | 16 extern int for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *),
|
/external/iptables/include/linux/netfilter_ipv4/ |
ip_tables.h | 58 /* fn returns 0 to continue iteration */ 59 #define IPT_MATCH_ITERATE(e, fn, args...) \ 60 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 62 /* fn returns 0 to continue iteration */ 63 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 64 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
ip_tables.h | 59 /* fn returns 0 to continue iteration */ 60 #define IPT_MATCH_ITERATE(e, fn, args...) \ 61 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 63 /* fn returns 0 to continue iteration */ 64 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 65 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/external/libsepol/include/sepol/ |
interfaces.h | 40 int (*fn) (const sepol_iface_t * iface,
|
nodes.h | 37 int (*fn) (const sepol_node_t * node,
|
ports.h | 37 int (*fn) (const sepol_port_t * port,
|
/external/qemu/include/qemu/ |
module.h | 38 void register_module_init(void (*fn)(void), module_init_type type);
|
/external/stlport/src/ |
cxa.c | 47 void (*fn)(int status, void *arg); member in struct:exit_function::__anon14931::__anon14932 51 void (*fn)(void *arg, int status); member in struct:exit_function::__anon14931::__anon14933 78 new->func.cxa.fn = (void (*) (void *, int)) func; 177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
|
/external/valgrind/main/include/ |
pub_tool_libcassert.h | 61 Int line, const HChar* fn,
|
/ndk/sources/cxx-stl/stlport/src/ |
cxa.c | 47 void (*fn)(int status, void *arg); member in struct:exit_function::__anon22940::__anon22941 51 void (*fn)(void *arg, int status); member in struct:exit_function::__anon22940::__anon22942 78 new->func.cxa.fn = (void (*) (void *, int)) func; 177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/ |
ast_build.h | 63 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, 67 __isl_give isl_id *(*fn)(__isl_keep isl_ast_build *build, 71 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, 75 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_build *build,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 225 /* fn returns 0 to continue iteration */ 226 #define IPT_MATCH_ITERATE(e, fn, args...) \ 227 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 229 /* fn returns 0 to continue iteration */ 230 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 231 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
ast_build.h | 63 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, 67 __isl_give isl_id *(*fn)(__isl_keep isl_ast_build *build, 71 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node, 75 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_build *build,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 225 /* fn returns 0 to continue iteration */ 226 #define IPT_MATCH_ITERATE(e, fn, args...) \ 227 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 229 /* fn returns 0 to continue iteration */ 230 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 231 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 34 [os.path.join(source, fn) 35 for fn in expected]) 87 [os.path.join(source, fn) 88 for fn in expected])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 50 for fn in os.listdir(here): 51 if fn.startswith("test") and fn.endswith(".py"): 52 modname = "json.tests." + fn[:-3]
|