HomeSort by relevance Sort by last modified time
    Searched refs:PyCFunction (Results 1 - 15 of 15) sorted by null

  /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,