Searched refs:__func (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
H A DDynamicCallHelper.py64 self.__func = func
69 Call the function __func with __args as arguments
71 :return: __func return
74 return self.__func(*self.__args)
/external/e2fsprogs/e2fsck/
H A Dmtrace.h209 extern void mcheck __P ((void (*__func) __P ((void))));
/external/libcxx/src/
H A Ddebug.cpp33 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { argument
34 __libcpp_debug_function = __func;
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c723 extern int atexit (void (*__func) (void)) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));
729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)

Completed in 150 milliseconds