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

1 2 3 4 5 6 7 8

  /external/python/cpython3/Objects/
funcobject.c 551 Py_VISIT(f->func_code);
552 Py_VISIT(f->func_globals);
553 Py_VISIT(f->func_module);
554 Py_VISIT(f->func_defaults);
555 Py_VISIT(f->func_kwdefaults);
556 Py_VISIT(f->func_doc);
557 Py_VISIT(f->func_name);
558 Py_VISIT(f->func_dict);
559 Py_VISIT(f->func_closure);
560 Py_VISIT(f->func_annotations)
    [all...]
enumobject.c 74 Py_VISIT(en->en_sit);
75 Py_VISIT(en->en_result);
76 Py_VISIT(en->en_longindex);
300 Py_VISIT(ro->seq);
iterobject.c 41 Py_VISIT(it->it_seq);
203 Py_VISIT(it->it_callable);
204 Py_VISIT(it->it_sentinel);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
iterobject.c 41 Py_VISIT(it->it_seq);
163 Py_VISIT(it->it_callable);
164 Py_VISIT(it->it_sentinel);
enumobject.c 74 Py_VISIT(en->en_sit);
75 Py_VISIT(en->en_result);
76 Py_VISIT(en->en_longindex);
288 Py_VISIT(ro->seq);
funcobject.c 476 Py_VISIT(f->func_code);
477 Py_VISIT(f->func_globals);
478 Py_VISIT(f->func_module);
479 Py_VISIT(f->func_defaults);
480 Py_VISIT(f->func_doc);
481 Py_VISIT(f->func_name);
482 Py_VISIT(f->func_dict);
483 Py_VISIT(f->func_closure);
624 Py_VISIT(cm->cm_callable);
780 Py_VISIT(sm->sm_callable);
    [all...]
cellobject.c 86 Py_VISIT(op->ob_ref);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
iterobject.c 41 Py_VISIT(it->it_seq);
163 Py_VISIT(it->it_callable);
164 Py_VISIT(it->it_sentinel);
enumobject.c 74 Py_VISIT(en->en_sit);
75 Py_VISIT(en->en_result);
76 Py_VISIT(en->en_longindex);
288 Py_VISIT(ro->seq);
funcobject.c 476 Py_VISIT(f->func_code);
477 Py_VISIT(f->func_globals);
478 Py_VISIT(f->func_module);
479 Py_VISIT(f->func_defaults);
480 Py_VISIT(f->func_doc);
481 Py_VISIT(f->func_name);
482 Py_VISIT(f->func_dict);
483 Py_VISIT(f->func_closure);
624 Py_VISIT(cm->cm_callable);
780 Py_VISIT(sm->sm_callable);
    [all...]
cellobject.c 86 Py_VISIT(op->ob_ref);
  /external/python/cpython2/Objects/
iterobject.c 41 Py_VISIT(it->it_seq);
168 Py_VISIT(it->it_callable);
169 Py_VISIT(it->it_sentinel);
enumobject.c 74 Py_VISIT(en->en_sit);
75 Py_VISIT(en->en_result);
76 Py_VISIT(en->en_longindex);
288 Py_VISIT(ro->seq);
funcobject.c 473 Py_VISIT(f->func_code);
474 Py_VISIT(f->func_globals);
475 Py_VISIT(f->func_module);
476 Py_VISIT(f->func_defaults);
477 Py_VISIT(f->func_doc);
478 Py_VISIT(f->func_name);
479 Py_VISIT(f->func_dict);
480 Py_VISIT(f->func_closure);
622 Py_VISIT(cm->cm_callable);
780 Py_VISIT(sm->sm_callable)
    [all...]
cellobject.c 86 Py_VISIT(op->ob_ref);
sliceobject.c 328 Py_VISIT(v->start);
329 Py_VISIT(v->stop);
330 Py_VISIT(v->step);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 68 Py_VISIT(gbo->it);
69 Py_VISIT(gbo->keyfunc);
70 Py_VISIT(gbo->tgtkey);
71 Py_VISIT(gbo->currkey);
72 Py_VISIT(gbo->currvalue);
225 Py_VISIT(igo->parent);
226 Py_VISIT(igo->tgtkey);
397 Py_VISIT(tdo->it);
399 Py_VISIT(tdo->values[i]);
400 Py_VISIT(tdo->nextlink);
    [all...]
_functoolsmodule.c 210 Py_VISIT(pto->fn);
211 Py_VISIT(pto->args);
212 Py_VISIT(pto->kw);
213 Py_VISIT(pto->dict);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 68 Py_VISIT(gbo->it);
69 Py_VISIT(gbo->keyfunc);
70 Py_VISIT(gbo->tgtkey);
71 Py_VISIT(gbo->currkey);
72 Py_VISIT(gbo->currvalue);
225 Py_VISIT(igo->parent);
226 Py_VISIT(igo->tgtkey);
397 Py_VISIT(tdo->it);
399 Py_VISIT(tdo->values[i]);
400 Py_VISIT(tdo->nextlink);
    [all...]
_functoolsmodule.c 214 Py_VISIT(pto->fn);
215 Py_VISIT(pto->args);
216 Py_VISIT(pto->kw);
217 Py_VISIT(pto->dict);
  /external/python/cpython2/Modules/
itertoolsmodule.c 66 Py_VISIT(gbo->it);
67 Py_VISIT(gbo->keyfunc);
68 Py_VISIT(gbo->tgtkey);
69 Py_VISIT(gbo->currkey);
70 Py_VISIT(gbo->currvalue);
223 Py_VISIT(igo->parent);
224 Py_VISIT(igo->tgtkey);
395 Py_VISIT(tdo->it);
397 Py_VISIT(tdo->values[i]);
398 Py_VISIT(tdo->nextlink)
    [all...]
_functoolsmodule.c 206 Py_VISIT(pto->fn);
207 Py_VISIT(pto->args);
208 Py_VISIT(pto->kw);
209 Py_VISIT(pto->dict);
  /external/python/cpython3/Modules/
_functoolsmodule.c 195 Py_VISIT(pto->fn);
196 Py_VISIT(pto->args);
197 Py_VISIT(pto->kw);
198 Py_VISIT(pto->dict);
398 Py_VISIT(ko->cmp);
400 Py_VISIT(ko->object);
648 Py_VISIT(link->key);
649 Py_VISIT(link->result);
1109 Py_VISIT(link);
1112 Py_VISIT(self->maxsize_O)
    [all...]
atexitmodule.c 232 Py_VISIT(cb->func);
233 Py_VISIT(cb->args);
234 Py_VISIT(cb->kwargs);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 168 #ifndef Py_VISIT
169 #define Py_VISIT(op) do { \

Completed in 389 milliseconds

1 2 3 4 5 6 7 8