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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 135 typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); typedef
234 ternaryfunc nb_power;
257 ternaryfunc nb_inplace_power;
347 ternaryfunc tp_call;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 135 typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); typedef
234 ternaryfunc nb_power;
257 ternaryfunc nb_inplace_power;
347 ternaryfunc tp_call;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 631 (ternaryfunc)CTracer_call, /*tp_call*/

Completed in 59 milliseconds