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

1 2 3 4 5 6 7 8

  /external/python/cpython2/Modules/
cgensupport.c 17 if (args == NULL || !PyTuple_Check(args) ||
37 if (args == NULL || !PyTuple_Check(args) ||
149 if (PyTuple_Check(v)) {
178 if (PyTuple_Check(v)) {
215 if (PyTuple_Check(v)) {
252 if (PyTuple_Check(v)) {
285 if (PyTuple_Check(v)) {
_functoolsmodule.c 163 assert (PyTuple_Check(pto->args));
176 assert(PyTuple_Check(argappl));
289 if (!PyTuple_Check(state) ||
292 !PyTuple_Check(fnargs) ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
tupleobject.h 36 #define PyTuple_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
tupleobject.h 36 #define PyTuple_Check(op) \
  /external/python/cpython2/Include/
tupleobject.h 36 #define PyTuple_Check(op) \
  /prebuilts/gdb/darwin-x86/include/python2.7/
tupleobject.h 36 #define PyTuple_Check(op) \
  /prebuilts/gdb/linux-x86/include/python2.7/
tupleobject.h 36 #define PyTuple_Check(op) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
tupleobject.h 36 #define PyTuple_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
tupleobject.h 36 #define PyTuple_Check(op) \
  /external/python/cpython3/Include/
tupleobject.h 39 #define PyTuple_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
tupleobject.c 113 if (!PyTuple_Check(op)) {
124 if (!PyTuple_Check(op)) {
140 if (!PyTuple_Check(op) || op->ob_refcnt != 1) {
428 if (op == NULL || !PyTuple_Check(op)) {
442 if (!PyTuple_Check(bb)) {
575 if (!PyTuple_Check(v) || !PyTuple_Check(w)) {
671 assert(PyTuple_Check(tmp));
960 assert(PyTuple_Check(seq));
1028 if (!PyTuple_Check(seq)) {
    [all...]
funcobject.c 112 else if (defaults && PyTuple_Check(defaults)) {
143 else if (PyTuple_Check(closure)) {
320 if (value != NULL && !PyTuple_Check(value)) {
388 if (defaults != Py_None && !PyTuple_Check(defaults)) {
394 if (!PyTuple_Check(closure)) {
497 if (argdefs != NULL && PyTuple_Check(argdefs)) {
codeobject.c 55 consts == NULL || !PyTuple_Check(consts) ||
56 names == NULL || !PyTuple_Check(names) ||
57 varnames == NULL || !PyTuple_Check(varnames) ||
58 freevars == NULL || !PyTuple_Check(freevars) ||
59 cellvars == NULL || !PyTuple_Check(cellvars) ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
tupleobject.c 113 if (!PyTuple_Check(op)) {
124 if (!PyTuple_Check(op)) {
140 if (!PyTuple_Check(op) || op->ob_refcnt != 1) {
426 if (op == NULL || !PyTuple_Check(op)) {
440 if (!PyTuple_Check(bb)) {
573 if (!PyTuple_Check(v) || !PyTuple_Check(w)) {
669 assert(PyTuple_Check(tmp));
972 assert(PyTuple_Check(seq));
1040 if (!PyTuple_Check(seq)) {
    [all...]
funcobject.c 112 else if (defaults && PyTuple_Check(defaults)) {
143 else if (PyTuple_Check(closure)) {
320 if (value != NULL && !PyTuple_Check(value)) {
388 if (defaults != Py_None && !PyTuple_Check(defaults)) {
394 if (!PyTuple_Check(closure)) {
497 if (argdefs != NULL && PyTuple_Check(argdefs)) {
codeobject.c 55 consts == NULL || !PyTuple_Check(consts) ||
56 names == NULL || !PyTuple_Check(names) ||
57 varnames == NULL || !PyTuple_Check(varnames) ||
58 freevars == NULL || !PyTuple_Check(freevars) ||
59 cellvars == NULL || !PyTuple_Check(cellvars) ||
  /external/python/cpython2/Objects/
tupleobject.c 113 if (!PyTuple_Check(op)) {
124 if (!PyTuple_Check(op)) {
140 if (!PyTuple_Check(op) || op->ob_refcnt != 1) {
428 if (op == NULL || !PyTuple_Check(op)) {
442 if (!PyTuple_Check(bb)) {
575 if (!PyTuple_Check(v) || !PyTuple_Check(w)) {
671 assert(PyTuple_Check(tmp));
960 assert(PyTuple_Check(seq));
1028 if (!PyTuple_Check(seq))
    [all...]
funcobject.c 112 else if (defaults && PyTuple_Check(defaults)) {
142 else if (PyTuple_Check(closure)) {
318 if (value != NULL && !PyTuple_Check(value)) {
386 if (defaults != Py_None && !PyTuple_Check(defaults)) {
392 if (!PyTuple_Check(closure)) {
494 if (argdefs != NULL && PyTuple_Check(argdefs)) {
codeobject.c 103 consts == NULL || !PyTuple_Check(consts) ||
104 names == NULL || !PyTuple_Check(names) ||
105 varnames == NULL || !PyTuple_Check(varnames) ||
106 freevars == NULL || !PyTuple_Check(freevars) ||
107 cellvars == NULL || !PyTuple_Check(cellvars) ||
  /external/python/cpython3/Objects/
tupleobject.c 137 if (!PyTuple_Check(op)) {
148 if (!PyTuple_Check(op)) {
163 if (!PyTuple_Check(op) || op->ob_refcnt != 1) {
435 if (op == NULL || !PyTuple_Check(op)) {
449 if (!PyTuple_Check(bb)) {
582 if (!PyTuple_Check(v) || !PyTuple_Check(w))
676 assert(PyTuple_Check(tmp));
965 assert(PyTuple_Check(seq));
1064 if (!PyTuple_Check(seq))
    [all...]
funcobject.c 123 else if (defaults && PyTuple_Check(defaults)) {
184 else if (PyTuple_Check(closure)) {
339 if (value != NULL && !PyTuple_Check(value)) {
463 if (defaults != Py_None && !PyTuple_Check(defaults)) {
469 if (!PyTuple_Check(closure)) {
575 if (argdefs != NULL && PyTuple_Check(argdefs)) {
  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.cc 220 if (!PyTuple_Check(py_subshapes)) {
240 if (!PyTuple_Check(py_dimensions)) {
243 if (py_minor_to_major != Py_None && !PyTuple_Check(py_minor_to_major)) {
375 if (PyTuple_Check(o)) {
  /external/python/cpython3/Python/
getargs.c 338 if (!PyTuple_Check(args)) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
argcargv.i 17 if (list || PyTuple_Check(input)) {
  /external/python/cpython3/Modules/
_functoolsmodule.c 45 assert(PyTuple_Check(pargs));
83 assert(PyTuple_Check(pto->args));
138 assert (PyTuple_Check(pto->args));
158 assert(PyTuple_Check(argappl));
242 assert (PyTuple_Check(pto->args));
287 if (!PyTuple_Check(state) ||
290 !PyTuple_Check(fnargs) ||
    [all...]

Completed in 817 milliseconds

1 2 3 4 5 6 7 8