HomeSort by relevance Sort by last modified time
    Searched full:pyobj (Results 1 - 17 of 17) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_python_api.py 63 pyobj = PyObj_FromPtr(id(s))
64 self.assertIs(s, pyobj)
67 del pyobj
  /external/python/cpython3/Lib/ctypes/test/
test_python_api.py 62 pyobj = PyObj_FromPtr(id(s))
63 self.assertIs(s, pyobj)
66 del pyobj
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_python_api.py 63 pyobj = PyObj_FromPtr(id(s))
64 self.assertTrue(s is pyobj)
67 del pyobj
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_python_api.py 63 pyobj = PyObj_FromPtr(id(s))
64 self.assertTrue(s is pyobj)
67 del pyobj
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 63 pyobj = PyObj_FromPtr(id(s))
64 self.assertTrue(s is pyobj)
67 del pyobj
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 63 pyobj = PyObj_FromPtr(id(s))
64 self.assertTrue(s is pyobj)
67 del pyobj
  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor_bridge.h 30 // pointer to the pyobj in a buffer to be dereferenced later when we're actually
ndarray_tensor_bridge.cc 43 // pointer to the pyobj in a buffer to be dereferenced later when we're actually
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 1047 SWIG_Python_GetSwigThis(PyObject *pyobj)
1051 if (SwigPyObject_Check(pyobj))
1052 return (SwigPyObject *) pyobj;
1057 if (PyWeakref_CheckProxy(pyobj)) {
1058 pyobj = PyWeakref_GET_OBJECT(pyobj);
1059 if (pyobj && SwigPyObject_Check(pyobj))
1060 return (SwigPyObject*) pyobj;
1069 if (PyInstance_Check(pyobj)) {
    [all...]
builtin.swg 215 SwigPyBuiltin_BadDealloc(PyObject *pyobj) {
217 sobj = (SwigPyObject *)pyobj;
219 PyErr_Format(PyExc_TypeError, "Swig detected a memory leak in type '%.300s': no callable destructor found.", pyobj->ob_type->tp_name);
director.swg 464 static PyObject* swig_pyobj_disown(PyObject *pyobj, PyObject *SWIGUNUSEDPARM(args))
466 SwigPyObject *sobj = (SwigPyObject *)pyobj;
471 return PyWeakref_NewProxy(pyobj, NULL);
pyopers.swg 23 static long myHashFunc (PyObject *pyobj) {
25 // Convert pyobj to cobj
  /external/libxml2/python/
types.c 565 PyObject *pyobj; local
569 pyobj = libxml_xmlXPathObjectPtrWrap(setobj);
573 PyList_SetItem(list, i, pyobj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 371 int routinename(PyObject *pyobj, object *cobj) { \
379 return (*PyMacGluePtr_##routinename)(pyobj, cobj); \
  /external/python/cpython2/Python/
mactoolboxglue.c 371 int routinename(PyObject *pyobj, object *cobj) { \
379 return (*PyMacGluePtr_##routinename)(pyobj, cobj); \
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 48 def OpMetadataToProto(pyobj):
51 attr = getattr(pyobj, field)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]

Completed in 3027 milliseconds