HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 526 - 550 of 3045) sorted by null

<<21222324252627282930>>

  /test/vts/drivers/hal/libmeasurement/
vts_measurement.cpp 55 #define CHECK_WEAK_API_FUNCTION(fn) \
57 if (!fn) MissingWeakApiFunction(#fn); \
  /art/test/ti-agent/
common_load.cc 132 OnLoad fn = nullptr; local
134 fn = &MinimalOnLoad;
140 fn = lib->load;
142 return fn(vm, remaining_options, reserved);
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ip_tables.h 53 #define IPT_MATCH_ITERATE(e,fn,args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ##args)
54 #define IPT_ENTRY_ITERATE(entries,size,fn,args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ##args)
  /bionic/libc/stdlib/
atexit.c 138 struct atexit_fn fn; local
158 fn = p->fns[n];
164 (*fn.fn_ptr)(fn.fn_arg);
  /bootable/recovery/
interlace-frames.py 37 frames = [Image.open(fn).convert("RGB") for fn in inputs]
50 for fn, f in enumerate(frames):
51 out.putpixel((i, j*N+fn), f.getpixel((i, j)))
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
cert.h 34 const char *fn; /* Filename to save the certificate */ member in struct:cert_s
key.h 46 char *fn; /* Filename to load/store the key */ member in struct:key_s
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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/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/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
UnitTest.java 30 FieldInsnNode fn = new FieldInsnNode(GETSTATIC, "owner", "name", "I"); local
31 fn.setOpcode(PUTSTATIC);
32 assertEquals(fn.getOpcode(), PUTSTATIC);
33 assertEquals(fn.getType(), AbstractInsnNode.FIELD_INSN);
  /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)

Completed in 1933 milliseconds

<<21222324252627282930>>