Home
last modified time | relevance | path

Searched defs:klass (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c229 PyClassObject *klass; in class_getattr() local
477 PyClass_IsSubclass(PyObject *klass, PyObject *base) in PyClass_IsSubclass()
506 PyInstance_NewRaw(PyObject *klass, PyObject *dict) in PyInstance_NewRaw()
540 PyInstance_New(PyObject *klass, PyObject *arg, PyObject *kw) in PyInstance_New()
602 PyObject *klass; in instance_new() local
731 PyClassObject *klass; in instance_getattr2() local
779 PyClassObject *klass; in _PyInstance_Lookup() local
2229 PyMethod_New(PyObject *func, PyObject *self, PyObject *klass) in PyMethod_New()
2397 PyObject *klass = a->im_class; in instancemethod_repr() local
2481 getclassname(PyObject *klass, char *buf, int bufsize) in getclassname()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c229 PyClassObject *klass; in class_getattr() local
487 PyClass_IsSubclass(PyObject *klass, PyObject *base) in PyClass_IsSubclass()
516 PyInstance_NewRaw(PyObject *klass, PyObject *dict) in PyInstance_NewRaw()
550 PyInstance_New(PyObject *klass, PyObject *arg, PyObject *kw) in PyInstance_New()
612 PyObject *klass; in instance_new() local
748 PyClassObject *klass; in instance_getattr2() local
796 PyClassObject *klass; in _PyInstance_Lookup() local
2253 PyMethod_New(PyObject *func, PyObject *self, PyObject *klass) in PyMethod_New()
2421 PyObject *klass = a->im_class; in instancemethod_repr() local
2505 getclassname(PyObject *klass, char *buf, int bufsize) in getclassname()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drlcompleter.py158 def get_class_members(klass): argument
Dwebbrowser.py20 def register(name, klass, instance=None, update_tryorder=1): argument
Dpickle.py1043 def _instantiate(self, klass, k): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DSimple.py14 def __init__(self, klass): argument
DTrace.py64 def __meta_init__(self, klass): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dmisc.py46 def mangle(name, klass): argument
Dsymbols.py16 def __init__(self, name, module, klass=None): argument
186 def __init__(self, module, klass=None): argument
201 def __init__(self, module, klass=None): argument
Dpyassem.py257 def __init__(self, name, filename, args=(), optimized=0, klass=None): argument
Dpycodegen.py1441 def __init__(self, klass, scopes, module): argument
1467 def __init__(self, klass, scopes, module): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dminicompat.py102 def defproperty(klass, name, doc): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dminicompat.py102 def defproperty(klass, name, doc): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_weakref.py982 def check_popitem(self, klass, key1, value1, key2, value2): argument
1008 def check_setdefault(self, klass, key, value1, value2): argument
1033 def check_update(self, klass, dict): argument
Dtest_mmap.py528 def __new__(klass, *args, **kwargs): argument
Dtest_isinstance.py150 def __init__(self, klass): argument
Dtest_scope.py549 def adaptgetter(name, klass, getter): argument
Dtest_descr.py2458 def test(klass): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py959 def setLoggerClass(klass): argument
1026 def setLoggerClass(self, klass): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py776 def htmlreport(self, line, klass=None, ranges=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c2181 PyObject *global_name = 0, *module = 0, *mod = 0, *klass = 0; in save_global() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c2150 PyObject *global_name = 0, *module = 0, *mod = 0, *klass = 0; in save_global() local