/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
x_tables.h | 131 /* fn returns 0 to continue iteration */ 132 #define XT_MATCH_ITERATE(type, e, fn, args...) \ 143 __ret = fn(__m , ## args); \ 150 /* fn returns 0 to continue iteration */ 151 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ 163 __ret = fn(__entry , ## args); \ 170 /* fn returns 0 to continue iteration */ 171 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ 172 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
|
/prebuilts/misc/common/swig/include/2.0.11/lua/ |
lua_fnptr.i | 15 int my_func(int a, int b, SWIGLUA_FN fn); 23 int my_func(int a, int b, SWIGLUA_FN fn) 25 SWIGLUA_FN_GET(fn); 26 lua_pushnumber(fn.L,a); 27 lua_pushnumber(fn.L,b); 28 lua_call(fn.L,2,1); // 2 in, 1 out 29 return luaL_checknumber(fn.L,-1); 44 #define SWIGLUA_FN_GET(fn) {lua_pushvalue(fn.L,fn.idx); [all...] |
/bionic/libc/arch-mips/bionic/ |
__bionic_clone.S | 33 // pid_t __bionic_clone(int flags, void* child_stack, pid_t* parent_tid, void* tls, pid_t* child_tid, int (*fn)(void*), void* arg); 41 lw t0,20(sp) # fn 43 sw t0,0(a1) # fn 60 lw a0,0(sp) # fn
|
/build/tools/releasetools/ |
make_recovery_patch | 45 def output_sink(fn, data): 46 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
|
/external/chromium_org/third_party/re2/util/ |
test.h | 20 TestRegisterer(void (*fn)(void), const char *s) { 21 RegisterTest(fn, s);
|
benchmark.h | 11 void (*fn)(int); member in struct:testing::Benchmark 19 Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); } 21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
|
/external/chromium_org/v8/src/arm64/ |
delayed-masm-arm64-inl.h | 32 void DelayedMasm::Fmov(FPRegister fd, FPRegister fn) { 34 __ Fmov(fd, fn);
|
/external/chromium_org/v8/test/promises-aplus/lib/ |
mocha.js | 44 function PostMicrotask(fn) { 47 fn(); 90 function TestCase(name, before, fn, after, isRegular) { 93 this.fn = fn; 99 TestCase.prototype.RunFunction = function(suite, fn, postAction) { 100 if (!fn) { 105 if (fn.length === 0) { 107 fn(); 111 fn(postAction) [all...] |
/external/compiler-rt/test/tsan/ |
vptr_harmful_race3.cc | 30 static void (A::*fn)() = &A::F; variable 34 (obj->*fn)();
|
/external/qemu/util/ |
module.c | 58 void register_module_init(void (*fn)(void), module_init_type type) 64 e->init = fn;
|
/external/regex-re2/util/ |
test.h | 20 TestRegisterer(void (*fn)(void), const char *s) { 21 RegisterTest(fn, s);
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSScript.h | 90 void setLinkRuntimeCallback(RSLinkRuntimeCallback fn){ 91 mLinkRuntimeCallback = fn;
|
/development/ndk/sources/android/libportable/arch-mips/ |
clone.c | 51 int WRAP(clone)(int (*fn)(void *), void *child_stack, int port_flags, void *arg, ...) 68 ALOGV("%s(fn:%p, child_stack:%p, port_flags:0x%x, arg:%p, ...) {", __func__, 69 fn, child_stack, port_flags, arg); 119 fn, child_stack, mips_flags, arg, parent_tidptr, new_tls, child_tidptr); 121 ret = REAL(clone)(fn, child_stack, mips_flags, arg, parent_tidptr,
|
/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/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
|
decl-expr-ambiguity.cpp | 71 void fn(int(C)) { } // void fn(int(*fp)(C c)) { } expected-note{{candidate function}} function 72 // not: void fn(int C); 76 fn(1); // expected-error {{no matching function}} 77 fn(g); // OK
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
record.c | 8 static int perf_do_probe_api(setup_probe_fn_t fn, int cpu, const char *str) 28 fn(evsel); 44 static bool perf_probe_api(setup_probe_fn_t fn) 57 ret = perf_do_probe_api(fn, cpu, try[i++]);
|
/external/qemu/android/ |
charmap.h | 23 unsigned short fn; member in struct:AKeyEntry
|
/external/valgrind/main/coregrind/ |
pub_core_demangle.h | 63 /*OUT*/HChar* fn, Int fnLen,
|
vg_preloaded.c | 78 OrigFn fn; local 82 VALGRIND_GET_ORIG_FN(fn); 83 CALL_FN_W_v(result, fn); 90 fn.nraddr, result, 0, 0, 0);
|
/external/valgrind/main/none/tests/ |
valgrind_cpp_test.cpp | 44 Int line, const HChar* fn, const HChar* format, ... )
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerRegistry.h | 87 CheckerInfo(InitializationFunction fn, StringRef name, StringRef desc) 88 : Initialize(fn), FullName(name), Desc(desc) {} 102 void addChecker(InitializationFunction fn, StringRef fullName,
|
/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))
|