HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 326 - 350 of 1680) sorted by null

<<11121314151617181920>>

  /external/grub/stage2/
fsys_vstafs.c 120 char *fn, ch; local
139 fn = dirname;
140 while ((ch = *fn) && ch != '/' && ! isspace (ch)) fn++;
141 *fn = 0;
168 *(dirname = fn) = ch;
  /external/iproute2/include/linux/netfilter/
x_tables.h 126 /* fn returns 0 to continue iteration */
127 #define XT_MATCH_ITERATE(type, e, fn, args...) \
138 __ret = fn(__m , ## args); \
145 /* fn returns 0 to continue iteration */
146 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \
158 __ret = fn(__entry , ## args); \
165 /* fn returns 0 to continue iteration */
166 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \
167 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 202 * fn returns 0 to continue iteration */
203 #define EBT_MATCH_ITERATE(e, fn, args...) \
215 __ret = fn(__match , ## args); \
226 #define EBT_WATCHER_ITERATE(e, fn, args...) \
238 __ret = fn(__watcher , ## args); \
249 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \
257 __ret = fn(__entry , ## args); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
224 #define IPT_MATCH_ITERATE(e, fn, args...) \
235 __ret = fn(__match , ## args); \
242 /* fn returns 0 to continue iteration */
243 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
252 __ret = fn(__entry , ## args); \
259 /* fn returns 0 to continue iteration */
260 #define IPT_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \
272 __ret = fn(__entry , ## args); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 202 * fn returns 0 to continue iteration */
203 #define EBT_MATCH_ITERATE(e, fn, args...) \
215 __ret = fn(__match , ## args); \
226 #define EBT_WATCHER_ITERATE(e, fn, args...) \
238 __ret = fn(__watcher , ## args); \
249 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \
257 __ret = fn(__entry , ## args); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
224 #define IPT_MATCH_ITERATE(e, fn, args...) \
235 __ret = fn(__match , ## args); \
242 /* fn returns 0 to continue iteration */
243 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
252 __ret = fn(__entry , ## args); \
259 /* fn returns 0 to continue iteration */
260 #define IPT_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \
272 __ret = fn(__entry , ## args); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 202 * fn returns 0 to continue iteration */
203 #define EBT_MATCH_ITERATE(e, fn, args...) \
215 __ret = fn(__match , ## args); \
226 #define EBT_WATCHER_ITERATE(e, fn, args...) \
238 __ret = fn(__watcher , ## args); \
249 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \
257 __ret = fn(__entry , ## args); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
224 #define IPT_MATCH_ITERATE(e, fn, args...) \
235 __ret = fn(__match , ## args); \
242 /* fn returns 0 to continue iteration */
243 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
252 __ret = fn(__entry , ## args); \
259 /* fn returns 0 to continue iteration */
260 #define IPT_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \
272 __ret = fn(__entry , ## args); \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
91 cached_empty = [fn for fn in cached if fn in linecache.cache]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
91 cached_empty = [fn for fn in cached if fn in linecache.cache]
  /system/core/sh/
mknodes.sh 165 nodeptr ) fn=calcsize;;
166 nodelist ) fn=sizenodelist;;
167 string ) fn="funcstringsize += strlen"
171 echo " ${fn}(n->$struct.$name${cl};"
199 nodeptr ) fn="copynode(";;
200 nodelist ) fn="copynodelist(";;
201 string ) fn="nodesavestr(";;
202 int ) fn=;;
206 echo " new->$f = ${fn}n->$f${fn:+)};
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
tb_pkmeth.c 123 ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e); local
124 if(!fn || !fn(e, &ret, NULL, nid))
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 125 void (*fn)(); variable
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 18 StrSrchFn fn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
35 fn = func;
  /external/openssl/crypto/engine/
tb_pkmeth.c 123 ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e); local
124 if(!fn || !fn(e, &ret, NULL, nid))
  /bootable/recovery/edify/
expr.h 61 Function fn; member in struct:Expr
97 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
114 Function fn; member in struct:__anon784
119 void RegisterFunction(const char* name, Function fn);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 31 this.options = $.extend({}, $.fn.collapse.defaults, options)
126 $.fn.collapse = function (option) {
136 $.fn.collapse.defaults = {
140 $.fn.collapse.Constructor = Collapse
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
collector.py 207 fn = tracer.start()
209 return fn
222 fn = self._start_tracer()
225 if fn:
226 fn = fn(frame_unused, event_unused, arg_unused)
228 return fn
247 fn = self._start_tracer()
252 fn(frame, event, arg, lineno=lineno)
  /external/chromium_org/tools/generate_library_loader/
generate_library_loader.py 177 for fn in args:
179 'function_name': fn,
183 'function_name': fn,
187 'function_name': fn,
  /external/chromium_org/v8/test/mjsunit/
call.js 77 function fn() { function
81 assertEquals(0, fn.call());
82 assertEquals(0, fn.call(this));
83 assertEquals(0, fn.call(null));
84 assertEquals(0, fn.call(void 0));
85 assertEquals(1, fn.call(this, 1));
86 assertEquals(2, fn.call(this, 1, 2));
87 assertEquals(3, fn.call(this, 1, 2, 3));
  /external/clang/test/PCH/
cxx0x-default-delete.cpp 32 void fn() { function
  /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 ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 220 /* fn returns 0 to continue iteration */
221 #define IPT_MATCH_ITERATE(e, fn, args...) \
222 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
224 /* fn returns 0 to continue iteration */
225 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
226 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  /external/libffi/src/frv/
ffi.c 130 void (*fn)(void));
133 void (*fn)(void),
158 cif->flags, ecif.rvalue, fn);
256 unsigned long fn = (long) ffi_closure_eabi; local
263 fn = (unsigned long) ffi_closure_eabi;
268 tramp[2] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 */
270 tramp[4] = 0x8cf80000 + (fn >> 16); /* sethi hi(fn), gr6 */
275 tramp[0] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 *
    [all...]

Completed in 299 milliseconds

<<11121314151617181920>>