/external/valgrind/main/none/tests/ |
nestedfns.c | 12 static void call_func(void (*sel)(void)) function 23 call_func( test1_inner ); 32 call_func( test2_inner );
|
/external/clang/test/SemaCXX/ |
member-expr.cpp | 195 template <class T> void call_func(T t) { function in namespace:PR15045 212 call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::bar>' requested here}} 214 call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::foo>' requested here}}
|
/system/core/netcfg/ |
netcfg.c | 116 static int call_func(void *_func, unsigned nargs, char **args) function 170 if(call_func(CMDS[n].func, nargs, argv)) {
|
/external/pixman/test/ |
lowlevel-blt-bench.c | 136 call_func (pixman_composite_func_t func, function 204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count); 225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT); 257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h); 292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h); 328 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h); 363 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h); [all...] |
/external/javasqlite/src/main/native/ |
sqlite_jni.c | 1745 call_func(sqlite_func *sf, int nargs, const char **args) function [all...] |