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

1 2

  /external/python/cpython3/Objects/
boolobject.c 62 if (!PyBool_Check(a) || !PyBool_Check(b))
70 if (!PyBool_Check(a) || !PyBool_Check(b))
78 if (!PyBool_Check(a) || !PyBool_Check(b))
rangeobject.c 360 /* Assumes (PyLong_CheckExact(ob) || PyBool_Check(ob)) */
414 if (PyLong_CheckExact(ob) || PyBool_Check(ob))
555 if (PyLong_CheckExact(ob) || PyBool_Check(ob)) {
577 if (!PyLong_CheckExact(ob) && !PyBool_Check(ob)) {
    [all...]
codeobject.c 484 || PyBool_Check(op)
object.c 744 if (PyBool_Check(res))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 72 if (!PyBool_Check(a) || !PyBool_Check(b))
81 if (!PyBool_Check(a) || !PyBool_Check(b))
90 if (!PyBool_Check(a) || !PyBool_Check(b))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 72 if (!PyBool_Check(a) || !PyBool_Check(b))
81 if (!PyBool_Check(a) || !PyBool_Check(b))
90 if (!PyBool_Check(a) || !PyBool_Check(b))
  /external/python/cpython2/Objects/
boolobject.c 72 if (!PyBool_Check(a) || !PyBool_Check(b))
81 if (!PyBool_Check(a) || !PyBool_Check(b))
90 if (!PyBool_Check(a) || !PyBool_Check(b))
codeobject.c 428 || PyBool_Check(op)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /external/python/cpython2/Include/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /external/python/cpython3/Include/
boolobject.h 12 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 200 if (!PyBool_Check(v)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 200 if (!PyBool_Check(v)) {
  /external/python/cpython2/Python/
structmember.c 200 if (!PyBool_Check(v)) {
  /external/python/cpython3/Python/
structmember.c 128 if (!PyBool_Check(v)) {
  /external/libxml2/python/
types.c 613 #ifdef PyBool_Check
614 } else if PyBool_Check (obj) {
  /external/python/cpython2/Mac/Modules/cf/
pycfbridge.c 254 if (PyBool_Check(src)) {
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 115 } else if (PyBool_Check(obj) || PyIsInstance(obj, &PyBoolArrType_Type)) {
  /external/python/cpython2/Modules/
_tkinter.c 45 #ifndef PyBool_Check
46 #define PyBool_Check(o) 0
1096 if (PyBool_Check(value))
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 623 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
    [all...]

Completed in 1183 milliseconds

1 2