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

1 2 3 4 5 6 7

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_complex.i 23 } else if (PyInt_Check($input)) {
40 } else if (PyInt_Check($input)) {
  /external/python/cpython2/Modules/
cgensupport.c 44 if (args == NULL || !PyInt_Check(args)) {
71 else if (PyInt_Check(v)) {
92 else if (PyInt_Check(v)) {
184 if (!PyInt_Check(w)) {
197 if (!PyInt_Check(w)) {
221 if (!PyInt_Check(w)) {
234 if (!PyInt_Check(w)) {
_randommodule.c 234 if (PyInt_Check(arg) || PyLong_Check(arg))
409 if (!PyInt_Check(n) && !PyLong_Check(n)) {
  /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)) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 59 if (PyInt_Check(obj)) {
113 if (PyInt_Check(obj)) {
289 } else if (PyInt_Check(obj)) {
pyhead.swg 5 #define PyInt_Check(x) PyLong_Check(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
sliceobject.c 109 if (!PyInt_Check(r->step) && !PyLong_Check(r->step)) return -1;
115 if (!PyInt_Check(r->start) && !PyLong_Check(r->step)) return -1;
122 if (!PyInt_Check(r->stop) && !PyLong_Check(r->step)) return -1;
intobject.c 156 if (op && PyInt_Check(op))
168 if (!PyInt_Check(io)) {
220 if (PyInt_Check(op))
240 if (!PyInt_Check(io)) {
272 if (op && PyInt_Check(op))
286 if (!PyInt_Check(io)) {
317 if (op && PyInt_Check(op))
331 if (!PyInt_Check(io)) {
433 if (PyInt_Check(obj)) { \
953 if (PyInt_Check(*pw)) {
    [all...]
complexobject.c 497 if (PyInt_Check(obj)) {
759 if (PyInt_Check(*pw)) {
799 if (PyInt_Check(w) || PyLong_Check(w) ||
812 if (PyInt_Check(w) || PyLong_Check(w)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
sliceobject.c 109 if (!PyInt_Check(r->step) && !PyLong_Check(r->step)) return -1;
115 if (!PyInt_Check(r->start) && !PyLong_Check(r->step)) return -1;
122 if (!PyInt_Check(r->stop) && !PyLong_Check(r->step)) return -1;
intobject.c 156 if (op && PyInt_Check(op))
168 if (!PyInt_Check(io)) {
206 if (PyInt_Check(op))
226 if (!PyInt_Check(io)) {
258 if (op && PyInt_Check(op))
272 if (!PyInt_Check(io)) {
303 if (op && PyInt_Check(op))
317 if (!PyInt_Check(io)) {
419 if (PyInt_Check(obj)) { \
933 if (PyInt_Check(*pw)) {
    [all...]
  /external/python/cpython2/Objects/
sliceobject.c 110 if (!PyInt_Check(r->step) && !PyLong_Check(r->step)) return -1;
116 if (!PyInt_Check(r->start) && !PyLong_Check(r->step)) return -1;
123 if (!PyInt_Check(r->stop) && !PyLong_Check(r->step)) return -1;
intobject.c 149 if (op && PyInt_Check(op))
161 if (!PyInt_Check(io)) {
213 if (PyInt_Check(op))
233 if (!PyInt_Check(io)) {
265 if (op && PyInt_Check(op))
279 if (!PyInt_Check(io)) {
310 if (op && PyInt_Check(op))
324 if (!PyInt_Check(io)) {
426 if (PyInt_Check(obj)) { \
946 if (PyInt_Check(*pw))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 79 if (PyInt_Check(idx)) {
  /external/python/cpython2/RISCOS/Modules/
drawfmodule.c 175 for(i=0;i<n;i++) if(!PyInt_Check(PyList_GetItem(pl,i))) size+=4;
202 if(PyInt_Check(p))
337 if(m<0||!PyInt_Check(key)) return NULL;
435 if(!PyInt_Check(par))
444 if(!PyInt_Check(par))
581 if(!PyInt_Check(v))
swimodule.c 83 if(!PyInt_Check(q)) goto fail;
251 if(!PyInt_Check(v))
272 if(!PyInt_Check(q)) goto fail;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 234 if (PyInt_Check(arg) || PyLong_Check(arg))
405 if (!PyInt_Check(n) && !PyLong_Check(n)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_randommodule.c 234 if (PyInt_Check(arg) || PyLong_Check(arg))
405 if (!PyInt_Check(n) && !PyLong_Check(n)) {

Completed in 189 milliseconds

1 2 3 4 5 6 7