HomeSort by relevance Sort by last modified time
    Searched defs:PyInt_Check (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
intobject.h 30 #define PyInt_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
intobject.h 30 #define PyInt_Check(op) \
  /external/python/cpython2/Include/
intobject.h 30 #define PyInt_Check(op) \
  /prebuilts/gdb/darwin-x86/include/python2.7/
intobject.h 30 #define PyInt_Check(op) \
  /prebuilts/gdb/linux-x86/include/python2.7/
intobject.h 30 #define PyInt_Check(op) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 30 #define PyInt_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 30 #define PyInt_Check(op) \
  /external/brotli/python/
_brotli.cc 11 #define PyInt_Check PyLong_Check
27 if (!PyInt_Check(o)) {
49 if (!PyInt_Check(o)) {
63 if (!PyInt_Check(o)) {
77 if (!PyInt_Check(o)) {
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 52 #define PyInt_Check PyLong_Check
275 } else if (PyInt_Check(slice) || PyLong_Check(slice)) {
message.cc 70 #define PyInt_Check PyLong_Check
553 if (!PyInt_Check(arg) && !is_long) {
604 if (!PyInt_Check(arg) && !PyLong_Check(arg) &&
623 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 727 #define PyInt_Check(x) PyLong_Check(x)
    [all...]

Completed in 978 milliseconds