Home
last modified time | relevance | path

Searched refs:newstyle (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_index.py12 class newstyle(object): class
27 self.n = newstyle()
76 self.n = newstyle()
78 self.n2 = newstyle()
241 n = newstyle()
Dtest_inspect.py107 class newstyle(object): pass class
108 self.assertTrue(inspect.isclass(newstyle))
454 def _classify_test(self, newstyle): argument
458 if newstyle:
517 if newstyle:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dintobject.h70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
Dlongobject.h124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dintobject.h69 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
Dlongobject.h123 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c1166 _PyInt_Format(PyIntObject *v, int base, int newstyle) in _PyInt_Format() argument
1209 if (newstyle) { in _PyInt_Format()
Dlongobject.c1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format() argument
1588 if (newstyle) { in _PyLong_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c1192 _PyInt_Format(PyIntObject *v, int base, int newstyle) in _PyInt_Format() argument
1235 if (newstyle) { in _PyInt_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format() argument
1588 if (newstyle) { in _PyLong_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c1467 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format() argument
1602 if (newstyle) { in _PyLong_Format()