OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_func
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/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
199
template <class T> void
call_func
(T t) {
function in namespace:PR15045
216
call_func
(e); // expected-note {{in instantiation of function template specialization 'PR15045::
call_func
<PR15045::bar>' requested here}}
218
call_func
(f); // expected-note {{in instantiation of function template specialization 'PR15045::
call_func
<PR15045::foo>' requested here}}
/external/chromium-trace/catapult/third_party/WebOb/webob/
dec.py
79
`
call_func
` (e.g., to add ``req.urlvars`` as keyword arguments to
130
resp = self.
call_func
(req, *args, **self.kwargs)
192
def
call_func
(self, req, *args, **kwargs):
member in class:wsgify
/prebuilts/misc/common/swig/include/2.0.11/lua/
lua_fnptr.i
63
void
call_func
(int val);
/external/javasqlite/src/main/native/
sqlite_jni.c
1745
call_func
(sqlite_func *sf, int nargs, const char **args)
function
[
all
...]
Completed in 120 milliseconds