HomeSort by relevance Sort by last modified time
    Searched refs:PyInt_FromLong (Results 1 - 25 of 28) sorted by null

1 2

  /external/opencv3/modules/python/src2/
pycompat.hpp 53 #define PyInt_FromLong PyLong_FromLong
cv2.cpp 458 return PyInt_FromLong(value);
494 return PyInt_FromLong(value);
501 return PyInt_FromLong(int(value));
507 return PyInt_FromLong(int(value));
529 return PyInt_FromLong(value);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/src/
_crcfunext.c 105 return PyInt_FromLong((long)crc);
146 return PyInt_FromLong((long)crc);
186 return PyInt_FromLong((long)crc);
227 return PyInt_FromLong((long)crc);
267 return PyInt_FromLong((long)(crc & 0xFFFFFFU));
309 return PyInt_FromLong((long)crc);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
util.h 39 #define MyInt_FromInt(i) PyInt_FromLong((long)i)
  /prebuilts/gdb/darwin-x86/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/gdb/linux-x86/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 44 #define PyInt_FromLong PyLong_FromLong
88 return PyInt_FromLong(self->descriptor->cpp_type());
92 return PyInt_FromLong(self->descriptor->label());
message.cc 65 #define PyInt_FromLong PyLong_FromLong
    [all...]
extension_dict.cc 85 return PyInt_FromLong(PyDict_Size(self->values));
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 7 #define PyInt_FromLong(x) PyLong_FromLong(x)
179 #define PyInt_FromSize_t(x) PyInt_FromLong((long)x)
pyprimtypes.swg 34 return PyInt_FromLong((long) value);
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 160 #define PyInt_FromSsize_t(arg) PyInt_FromLong((long)arg)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 160 #define PyInt_FromSsize_t(arg) PyInt_FromLong((long)arg)

Completed in 1674 milliseconds

1 2