Home
last modified time | relevance | path

Searched refs:python_callback (Results 1 – 4 of 4) sorted by relevance

/external/trace-cmd/python/
Dctracecmd.i32 %ignore python_callback;
35 static int python_callback(struct trace_seq *s,
71 python_callback, pyfunc);
199 static int python_callback(struct trace_seq *s,
/external/python/cffi/doc/source/
Dusing.rst948 int (*python_callback)(int how_many, int *values);
954 static int (*python_callback)(int how_many, int *values);
963 return python_callback(how_many, values);
975 def python_callback(how_many, values):
978 lib.python_callback = python_callback
/external/python/cffi/testing/cffi1/
Dtest_verify1.py1804 def python_callback(how_many, values): function
1807 lib.python_callback = python_callback
/external/python/cffi/testing/cffi0/
Dtest_verify.py1840 def python_callback(how_many, values): function
1843 lib.python_callback = python_callback