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

  /external/opencv3/modules/python/src2/
pycompat.hpp 57 #define PyString_Check PyUnicode_Check
cv2.cpp 1029 if( !PyString_Check(key) ) {
1035 if( PyString_Check(item) )
1197 if (PyString_Check(o) && PyString_Size(o) == 1) {
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytesobject.h 4 #define PyBytes_Check PyString_Check
stringobject.h 58 #define PyString_Check(op) \
  /prebuilts/gdb/linux-x86/include/python2.7/
bytesobject.h 4 #define PyBytes_Check PyString_Check
stringobject.h 58 #define PyString_Check(op) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytesobject.h 4 #define PyBytes_Check PyString_Check
stringobject.h 58 #define PyString_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytesobject.h 4 #define PyBytes_Check PyString_Check
stringobject.h 58 #define PyString_Check(op) \
  /prebuilts/misc/common/swig/include/2.0.11/python/
jstring.i 14 if (!isunicode && PyString_Check(obj)) {
pystrings.swg 11 if (PyString_Check(obj))
pywstrings.swg 20 if (!isunicode && PyString_Check(obj)) {
pyhead.swg 9 #define PyString_Check(name) PyBytes_Check(name)
pyrun.swg     [all...]
  /external/libxml2/python/
libxml_wrap.h 32 #define PyBytes_Check PyString_Check
  /external/protobuf/python/google/protobuf/pyext/
message.cc 67 #define PyString_Check PyUnicode_Check
671 if (!PyString_Check(name)) {
    [all...]

Completed in 278 milliseconds