HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 126 - 150 of 612) sorted by null

1 2 3 4 56 7 8 91011>>

  /bootable/recovery/
make-overlay.py 79 fn = "icon_installing_overlay%02d.png" % (num+1,) variable
80 out.save(fn)
81 print "saved", fn
90 fn = "icon_installing.png" variable
91 base.save(fn)
92 print "saved", fn
  /external/iproute2/include/linux/netfilter/
x_tables.h 121 /* fn returns 0 to continue iteration */
122 #define XT_MATCH_ITERATE(type, e, fn, args...) \
133 __ret = fn(__m , ## args); \
140 /* fn returns 0 to continue iteration */
141 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \
153 __ret = fn(__entry , ## args); \
160 /* fn returns 0 to continue iteration */
161 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \
162 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  /external/iptables/include/linux/netfilter/
x_tables.h 121 /* fn returns 0 to continue iteration */
122 #define XT_MATCH_ITERATE(type, e, fn, args...) \
133 __ret = fn(__m , ## args); \
140 /* fn returns 0 to continue iteration */
141 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \
153 __ret = fn(__entry , ## args); \
160 /* fn returns 0 to continue iteration */
161 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \
162 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  /external/valgrind/main/memcheck/tests/
wrap8.c 61 OrigFn fn; local
62 VALGRIND_GET_ORIG_FN(fn);
65 CALL_FN_W_W(r, fn, n);
75 OrigFn fn; local
76 VALGRIND_GET_ORIG_FN(fn);
79 CALL_FN_W_W(r, fn, n);
badjump2.c 45 void (*fn)(void) = 0;
46 fn();
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 3 void fn() = default; // expected-error {{only special member}}
5 void fn() = default; // expected-error {{only special member}}
literal-operators.cpp 16 void fn () { void operator "" _fn_bad (const char *); } // expected-error {{literal operator 'operator "" _fn_bad' must be in a namespace or global scope}} 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/llvm/test/Bindings/Ocaml/
analysis.ml 23 let fn = define_function "valid_fn" fty m in var
24 let at_entry = builder_at_end context (entry_block fn) in
34 if not (verify_function fn) then bomb "valid function failed verification!";
46 if verify_function fn then bomb "invalid function passed verification!";
  /external/qemu/
module.c 57 void register_module_init(void (*fn)(void), module_init_type type)
63 e->init = fn;
module.h 34 void register_module_init(void (*fn)(void), module_init_type type);
loadpng.c 12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height)
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
36 fp = fopen(fn, "rb");
38 LOG("%s: failed to open file\n", fn);
43 LOG("%s: failed to read header\n", fn);
48 LOG("%s: header is not a PNG header\n", fn);
53 LOG("%s: png library error\n", fn);
164 LOG("%s: failed to allocate png read struct\n", fn);
170 LOG("%s: failed to allocate png info struct\n", fn);
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p1.cpp 12 typedef void Fn();
13 Fn ar4[10]; // expected-error {{array of functions}}
15 struct Abstract { virtual void fn() = 0; }; // expected-note {{pure virtual}}
  /external/libvpx/vp8/encoder/
encodemb.h 87 #define ENCODEMB_INVOKE(ctx,fn) (ctx)->fn
89 #define ENCODEMB_INVOKE(ctx,fn) vp8_encodemb_##fn
mcomp.h 120 #define SEARCH_INVOKE(ctx,fn) (ctx)->fn
122 #define SEARCH_INVOKE(ctx,fn) vp8_search_##fn
  /external/llvm/include/llvm/CodeGen/
ProcessImplicitDefs.h 46 virtual bool runOnMachineFunction(MachineFunction &fn);
  /external/qemu/android/
charmap.h 23 unsigned short fn; member in struct:AKeyEntry
  /external/valgrind/main/coregrind/
vg_preloaded.c 78 OrigFn fn; local
83 VALGRIND_GET_ORIG_FN(fn);
84 CALL_FN_W_v(result, fn);
92 fn.nraddr, result, 0, 0, 0);
  /external/valgrind/main/none/tests/
valgrind_cpp_test.cpp 44 Int line, const Char* fn, const HChar* format, ... )
  /prebuilt/windows/sdl/host/include/SDL/
SDL_thread.h 53 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /external/openssl/crypto/engine/
tb_cipher.c 122 ENGINE_CIPHERS_PTR fn = ENGINE_get_ciphers(e); local
123 if(!fn || !fn(e, &ret, NULL, nid))
tb_digest.c 122 ENGINE_DIGESTS_PTR fn = ENGINE_get_digests(e); local
123 if(!fn || !fn(e, &ret, NULL, nid))
  /system/core/fastboot/
util_windows.c 51 void *load_file(const char *fn, unsigned *_sz)
57 file = CreateFile( fn,
82 fprintf(stderr, "load_file: could not read %ld bytes from '%s'\n", file_size, fn);
  /external/valgrind/main/mpi/
libmpiwrap.c 1063 OrigFn fn; local
1099 OrigFn fn; local
1123 OrigFn fn; local
1375 OrigFn fn; local
1418 OrigFn fn; local
1444 OrigFn fn; local
1471 OrigFn fn; local
1502 OrigFn fn; local
1543 OrigFn fn; local
1569 OrigFn fn; local
1615 OrigFn fn; local
1640 OrigFn fn; local
1659 OrigFn fn; local
1694 OrigFn fn; local
1737 OrigFn fn; local
1750 OrigFn fn; local
1781 OrigFn fn; local
1828 OrigFn fn; local
1881 OrigFn fn; local
1922 OrigFn fn; local
1956 OrigFn fn; local
1989 OrigFn fn; local
2020 OrigFn fn; local
2046 OrigFn fn; local
2067 OrigFn fn; local
2093 OrigFn fn; local
2106 OrigFn fn; local
2119 OrigFn fn; local
2132 OrigFn fn; local
2147 OrigFn fn; local
2176 OrigFn fn; local
2200 OrigFn fn; local
2221 OrigFn fn; local
2235 OrigFn fn; local
    [all...]

Completed in 472 milliseconds

1 2 3 4 56 7 8 91011>>