Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dvisitor.py47 className = klass.__name__
48 meth = getattr(self.visitor, 'visit' + className, self.default)
77 className = node.__class__.__name__
79 meth = getattr(self.visitor, 'visit' + className, 0)
82 print "dispatch", className, (meth and meth.__name__ or '')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsuite.py151 className = util.strclass(currentClass)
152 errorName = 'setUpClass (%s)' % className
245 className = util.strclass(previousClass)
246 errorName = 'tearDownClass (%s)' % className
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c653 char* className; in PyErr_WriteUnraisable() local
655 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
656 if (className != NULL) { in PyErr_WriteUnraisable()
657 char *dot = strrchr(className, '.'); in PyErr_WriteUnraisable()
659 className = dot+1; in PyErr_WriteUnraisable()
674 if (className == NULL) in PyErr_WriteUnraisable()
677 PyFile_WriteString(className, f); in PyErr_WriteUnraisable()
Dpythonrun.c1245 char* className = PyExceptionClass_Name(exception); in PyErr_Display() local
1246 if (className != NULL) { in PyErr_Display()
1247 char *dot = strrchr(className, '.'); in PyErr_Display()
1249 className = dot+1; in PyErr_Display()
1265 if (className == NULL) in PyErr_Display()
1268 err = PyFile_WriteString(className, f); in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c675 char* className; in PyErr_WriteUnraisable() local
677 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
678 if (className != NULL) { in PyErr_WriteUnraisable()
679 char *dot = strrchr(className, '.'); in PyErr_WriteUnraisable()
681 className = dot+1; in PyErr_WriteUnraisable()
696 if (className == NULL) in PyErr_WriteUnraisable()
699 PyFile_WriteString(className, f); in PyErr_WriteUnraisable()
Dpythonrun.c1270 char* className = PyExceptionClass_Name(exception); in PyErr_Display() local
1271 if (className != NULL) { in PyErr_Display()
1272 char *dot = strrchr(className, '.'); in PyErr_Display()
1274 className = dot+1; in PyErr_Display()
1290 if (className == NULL) in PyErr_Display()
1293 err = PyFile_WriteString(className, f); in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwcgui.py90 root = Tk(className='Webchecker')
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1180 class DllExportPCCTS className ....
DCHANGES_FROM_133_before_mr13.txt1279 external linkage. In dlg the problem was with "className" and
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt1862 class DllExportPCCTS className ....
DCHANGES_FROM_133_BEFORE_MR13.txt1279 external linkage. In dlg the problem was with "className" and