HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 226 - 250 of 1580) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/wx/
WebView.h 560 #define wxWebViewLoadEventHandler(func) \
561 (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxWebViewLoadEventFunction, &func)
562 #define wxWebViewBeforeLoadEventHandler(func) \
563 (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxWebViewBeforeLoadEventFunction, &func)
564 #define wxWebViewNewWindowEventHandler(func) \
565 (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxWebViewNewWindowEventFunction, &func)
566 #define wxWebViewRightClickEventHandler(func) \
567 (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxWebViewRightClickEventFunction, &func)
568 #define wxWebViewConsoleMessageEventHandler(func) \
569 (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxWebViewConsoleMessageEventFunction, &func)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
signal_h.pass.cpp 54 typedef void (*func)(int); typedef
55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
csignal.pass.cpp 54 typedef void (*func)(int); typedef
55 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), "");
  /system/core/adb/
fdevent.h 39 fdevent *fdevent_create(int fd, fd_func func, void *arg);
48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
78 fd_func func; member in struct:fdevent
  /external/compiler-rt/lib/tsan/
check_analyze.sh 19 func="func_entry \
36 for f in $func; do
  /external/eigen/Eigen/src/Core/
Redux.h 26 template<typename Func, typename Derived>
39 && (functor_traits<Func>::PacketAccess),
55 || (Derived::SizeAtCompileTime!=1 && functor_traits<Func>::Cost == Dynamic)
58 + (Derived::SizeAtCompileTime-1) * functor_traits<Func>::Cost,
76 template<typename Func, typename Derived, int Start, int Length>
85 static EIGEN_STRONG_INLINE Scalar run(const Derived &mat, const Func& func)
87 return func(redux_novec_unroller<Func, Derived, Start, HalfLength>::run(mat,func),
    [all...]
  /external/elfutils/libdw/
dwarf_decl_line.c 62 dwarf_decl_line (Dwarf_Die *func, int *linep)
64 return __libdw_attr_intval (func, linep, DW_AT_decl_line);
  /external/freetype/src/base/
ftadvanc.c 75 FT_Face_GetAdvancesFunc func; local
84 func = face->driver->clazz->get_advances;
85 if ( func && LOAD_ADVANCE_FAST_CHECK( flags ) )
90 error = func( face, gindex, 1, flags, padvance );
111 FT_Face_GetAdvancesFunc func; local
127 func = face->driver->clazz->get_advances;
128 if ( func && LOAD_ADVANCE_FAST_CHECK( flags ) )
130 error = func( face, start, count, flags, padvances );
  /external/icu4c/i18n/
ucln_in.c 48 cleanupFunc *func)
54 gCleanupFunctions[type] = func;
  /external/ipsec-tools/src/racoon/
genlist.h 62 /* Traverse the list and call 'func' for each entry. As long as func() returns
65 * further from genlist_foreach(). Optional 'arg' may be passed to func(), e.g.
67 void *genlist_foreach (struct genlist *head, genlist_func_t func, void *arg);
78 /* Free all storage associated with list at head using func to free any
80 void genlist_free (struct genlist *head, genlist_freedata_t func);
  /external/openssl/crypto/buffer/
buf_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0)
  /external/openssl/crypto/comp/
comp_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0)
  /external/openssl/crypto/ecdh/
ech_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
  /external/openssl/crypto/objects/
obj_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0)
  /external/openssl/crypto/rand/
rand_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0)
  /external/webkit/Source/WebCore/platform/efl/
SharedTimerEfl.cpp 43 void setSharedTimerFiredFunction(void (*func)())
45 _timerFunction = func;
  /frameworks/native/cmds/dumpstate/
dumpstate.h 49 void for_each_pid(for_each_pid_func func, const char *header);
52 void for_each_tid(for_each_tid_func func, const char *header);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 27 #define IMPORT_F32_FN_F32(func) \
28 extern float SC_##func##f(float v); \
29 float __attribute__((overloadable)) func(float v) {return SC_##func##f(v);}
31 #define IMPORT_F32_FN_F32_F32(func) \
32 extern float SC_##func##f(float t, float v); \
33 float __attribute__((overloadable)) func(float t, float v) {return SC_##func##f(t, v);}
  /system/core/netcfg/
netcfg.c 105 void *func; member in struct:__anon44015
120 int (*func)(char *a0) = _func;
121 return func(args[0]);
124 int (*func)(char *a0, char *a1) = _func;
125 return func(args[0], args[1]);
128 int (*func)(char *a0, char *a1, char *a2) = _func;
129 return func(args[0], args[1], args[2]);
170 if(call_func(CMDS[n].func, nargs, argv)) {
  /external/qemu/
arm-dis.c 1636 fprintf_function func = info->fprintf_func; local
2130 fprintf_function func = info->fprintf_func; local
2225 fprintf_function func = info->fprintf_func; local
2679 fprintf_function func = info->fprintf_func; local
3039 fprintf_function func = info->fprintf_func; local
3315 fprintf_function func = info->fprintf_func; local
    [all...]
  /external/clang/test/CodeGen/
x86_32-inline-asm.c 10 int func() { function
  /external/clang/test/Parser/
builtin_types_compatible.c 9 #define func(expr) \ macro
27 func(a);
28 func(b);
29 func(d);
  /external/clang/test/Sema/
init-struct-qualified.c 11 void func() { function
  /external/elfutils/tests/
allfcts.c 36 cb (Dwarf_Die *func, void *arg __attribute__ ((unused)))
38 const char *file = dwarf_decl_file (func);
40 dwarf_decl_line (func, &line);
41 const char *fct = dwarf_diename (func);
  /external/libnfc-nxp/src/
phDal4Nfc_DeferredCall.h 37 void phDal4Nfc_DeferredCall(pphDal4Nfc_Deferred_Call_t func, void *param);

Completed in 1674 milliseconds

1 2 3 4 5 6 7 8 91011>>