/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
methodobject.h | 18 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); 23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *); 39 PyCFunction ml_meth; /* The C function that implements it */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
methodobject.h | 18 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); 23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *); 39 PyCFunction ml_meth; /* The C function that implements it */
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
win32prng.c | 53 {"getRandomBytes", (PyCFunction)getRandomBytes, METH_VARARGS},
|
entropy.c | 163 {"entropy", (PyCFunction)entropy, METH_VARARGS, "Return a string of random bytes produced by a platform-specific\nentropy source."},
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python_descriptor.cc | 217 (PyCFunction)CDescriptorPool_FindFieldByName, 221 (PyCFunction)CDescriptorPool_FindExtensionByName,
|
python-proto2.cc | 200 { C(#name), (PyCFunction)CMessage_##name, args, C(doc) } [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS,
|
/external/linux-tools-perf/util/ |
python.c | 527 .ml_meth = (PyCFunction)pyrf_evsel__open, 710 .ml_meth = (PyCFunction)pyrf_evlist__mmap, 716 .ml_meth = (PyCFunction)pyrf_evlist__poll, 722 .ml_meth = (PyCFunction)pyrf_evlist__get_pollfd, 728 .ml_meth = (PyCFunction)pyrf_evlist__add, 734 .ml_meth = (PyCFunction)pyrf_evlist__read_on_cpu,
|
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 729 if (!PyCFunction_Check(__pyx_t_1) || (PyCFunction_GET_FUNCTION(__pyx_t_1) != (PyCFunction)__pyx_pw_8bintrees_7cwalker_7cWalker_5reset)) { [all...] |
qavltree.c | [all...] |
qbintree.c | [all...] |
qrbtree.c | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 603 { "start", (PyCFunction) CTracer_start, METH_VARARGS, 606 { "stop", (PyCFunction) CTracer_stop, METH_VARARGS, 609 { "get_stats", (PyCFunction) CTracer_get_stats, METH_VARARGS,
|
/external/chromium_org/third_party/simplejson/ |
_speedups.c | [all...] |