/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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]
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
platform.c | 174 uint32_t fn,
178 Wr32(MMIO, PCIADDR(bus,dev,fn,reg), data);
187 uint32_t fn,
190 return Rd32(MMIO, PCIADDR(bus,dev,fn,reg));
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
trace_event.py | 102 def traced(fn): 103 return trace_event_impl.traced(fn) 159 def traced(fn): 160 return fn
|
/external/clang/test/PCH/ |
cxx0x-default-delete.cpp | 32 void fn() { function
|
/external/clang/test/SemaCXX/ |
literal-operators.cpp | 16 void fn () { void operator "" _fn_good (const char *); } function
|
unknown-anytype.cpp | 44 void (*fn)(int) = (void(*)(int)) test0;
|
virtuals.cpp | 29 A fn(A) // expected-error{{parameter type 'A' is an abstract class}} \ function
|
/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/ |
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/iproute2/include/uapi/linux/netfilter_ipv4/ |
ip_tables.h | 60 /* fn returns 0 to continue iteration */ 61 #define IPT_MATCH_ITERATE(e, fn, args...) \ 62 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 64 /* fn returns 0 to continue iteration */ 65 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 66 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 | 61 /* fn returns 0 to continue iteration */ 62 #define IPT_MATCH_ITERATE(e, fn, args...) \ 63 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 65 /* fn returns 0 to continue iteration */ 66 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ 67 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/external/llvm/test/Bindings/OCaml/ |
executionengine.ml | 31 let fn = define_function "getglobal" (function_type i32_type [||]) m in 32 let b = builder_at_end (global_context ()) (entry_block fn) in 35 fn 38 let fn = define_function "plus" (function_type i32_type [| i32_type; 40 let b = builder_at_end (global_context ()) (entry_block fn) in 41 let add = build_add (param fn 0) (param fn 1) "sum" b in 43 fn
|
/external/openssh/ |
dispatch.c | 74 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) 81 ssh->dispatch[i] = fn; 86 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) 88 ssh->dispatch[type] = fn;
|
/external/python/cpython2/Lib/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])
|
/external/python/cpython2/Lib/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]
|
/external/python/cpython3/Lib/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])
|
/external/seccomp-tests/ |
seccomp_bpf_tests.c | 27 void (*fn)(struct __test_metadata *); member in struct:__test_metadata
|
/external/selinux/libsepol/include/sepol/ |
ibendports.h | 42 int (*fn)(const sepol_ibendport_t *ibendport,
|
ibpkeys.h | 42 int (*fn)(const sepol_ibpkey_t *ibpkey,
|
interfaces.h | 44 int (*fn) (const sepol_iface_t * iface,
|