/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
abstract.c | 927 binaryfunc slotw = NULL;
local 933 slotw = NB_BINOP(w->ob_type->tp_as_number, op_slot);
934 if (slotw == slotv)
935 slotw = NULL;
938 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
939 x = slotw(v, w);
943 slotw = NULL;
950 if (slotw) {
951 x = slotw(v, w);
1044 ternaryfunc slotw = NULL; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
abstract.c | 927 binaryfunc slotw = NULL;
local 933 slotw = NB_BINOP(w->ob_type->tp_as_number, op_slot);
934 if (slotw == slotv)
935 slotw = NULL;
938 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
939 x = slotw(v, w);
943 slotw = NULL;
950 if (slotw) {
951 x = slotw(v, w);
1044 ternaryfunc slotw = NULL; local [all...] |
/external/python/cpython2/Objects/ |
abstract.c | 927 binaryfunc slotw = NULL; local 933 slotw = NB_BINOP(w->ob_type->tp_as_number, op_slot); 934 if (slotw == slotv) 935 slotw = NULL; 938 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) { 939 x = slotw(v, w); 943 slotw = NULL; 950 if (slotw) { 951 x = slotw(v, w); 1044 ternaryfunc slotw = NULL local [all...] |
/external/python/cpython3/Objects/ |
abstract.c | 762 binaryfunc slotw = NULL; local 768 slotw = NB_BINOP(w->ob_type->tp_as_number, op_slot); 769 if (slotw == slotv) 770 slotw = NULL; 773 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) { 774 x = slotw(v, w); 778 slotw = NULL; 785 if (slotw) { 786 x = slotw(v, w); 835 ternaryfunc slotw = NULL local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |