HomeSort by relevance Sort by last modified time
    Searched refs:newbound (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Python/
symtable.c 709 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; local
739 newbound = PySet_New(NULL);
740 if (!newbound)
756 temp = PyNumber_InPlaceOr(newbound, bound);
774 temp = PyNumber_InPlaceOr(newbound, local);
781 temp = PyNumber_InPlaceOr(newbound, bound);
796 if (PySet_Add(newbound, __class__) < 0)
802 newbound, newglobal now contain the names visible in
814 if (!analyze_child_block(entry, newbound, newfree, newglobal,
845 Py_XDECREF(newbound);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 626 PyObject *newbound = NULL, *newglobal = NULL; local
652 newbound = PyDict_New();
653 if (!newbound)
663 if (PyDict_Update(newbound, bound) < 0)
676 if (PyDict_Update(newbound, local) < 0)
680 if (PyDict_Update(newbound, bound) < 0)
689 newbound, newglobal now contain the names visible in
701 if (!analyze_child_block(entry, newbound, newfree, newglobal,
724 Py_XDECREF(newbound);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 624 PyObject *newbound = NULL, *newglobal = NULL; local
650 newbound = PyDict_New();
651 if (!newbound)
661 if (PyDict_Update(newbound, bound) < 0)
674 if (PyDict_Update(newbound, local) < 0)
678 if (PyDict_Update(newbound, bound) < 0)
687 newbound, newglobal now contain the names visible in
699 if (!analyze_child_block(entry, newbound, newfree, newglobal,
722 Py_XDECREF(newbound);
    [all...]
  /external/python/cpython2/Python/
symtable.c 626 PyObject *newbound = NULL, *newglobal = NULL; local
652 newbound = PyDict_New();
653 if (!newbound)
663 if (PyDict_Update(newbound, bound) < 0)
676 if (PyDict_Update(newbound, local) < 0)
680 if (PyDict_Update(newbound, bound) < 0)
689 newbound, newglobal now contain the names visible in
701 if (!analyze_child_block(entry, newbound, newfree, newglobal,
724 Py_XDECREF(newbound);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 404 milliseconds