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

  /external/opencv3/modules/python/src2/
pycompat.hpp 49 #define PyInt_Check PyLong_Check
cv2.cpp 519 else if(PyLong_Check(obj))
819 else if( PyLong_Check(item_ij))
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 62 } else if (PyLong_Check(obj)) {
123 if (PyLong_Check(obj)) {
189 if (PyLong_Check(obj)) {
243 if (PyLong_Check(obj)) {
292 } else if (PyLong_Check(obj)) {
pyhead.swg 5 #define PyInt_Check(x) PyLong_Check(x)
  /prebuilts/gdb/darwin-x86/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/gdb/linux-x86/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 50 #define PyInt_Check PyLong_Check
372 } else if (PyInt_Check(slice) || PyLong_Check(slice)) {
423 } else if (PyInt_Check(slice) || PyLong_Check(slice)) {
repeated_scalar_container.cc 305 if (PyLong_Check(slice)) {
461 if (PyLong_Check(slice)) {
message.cc 63 #define PyInt_Check PyLong_Check
223 bool is_long = PyLong_Check(arg);
274 if (!PyInt_Check(arg) && !PyLong_Check(arg) &&
293 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
551 if (PyInt_Check(slice) || PyLong_Check(slice)) {
    [all...]
  /external/libxml2/python/
types.c 609 } else if PyLong_Check(obj) {
libxml.c 432 } else if (PyLong_Check(ret)) {
    [all...]

Completed in 423 milliseconds