/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/ |
D | PatchFv.py | 163 raise Exception ("'%s' is not a valid directory!" % FvDir) 170 raise Exception("Cannot open GUID Xref file '%s'!" % xrefFile) 191 raise Exception("Cannot open FD file '%s'!" % fdFile) 204 raise Exception("Cannot open INF file '%s'!" % infFile) 230 raise Exception("Cannot open MAP file '%s'!" % mapFile) 242 raise Exception("Cannot open FV TXT file '%s'!" % fvTxtFile) 280 raise Exception("Could not locate FV file %s in FD!" % fvFile) 307 raise Exception("Could not find EFI_BASE_ADDRESS in INF file!" % fvFile) 501 except Exception: 548 raise Exception("Unrecognized expression %s" % var) [all …]
|
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/ |
D | PatchFv.py | 144 raise Exception ("'%s' is not a valid directory!" % FvDir) 151 raise Exception("Cannot open GUID Xref file '%s'!" % xrefFile) 172 raise Exception("Cannot open FD file '%s'!" % fdFile) 185 raise Exception("Cannot open INF file '%s'!" % infFile) 210 raise Exception("Cannot open MAP file '%s'!" % mapFile) 220 raise Exception("Cannot open FV TXT file '%s'!" % fvTxtFile) 256 raise Exception("Could not locate FV file %s in FD!" % fvFile) 283 raise Exception("Could not find EFI_BASE_ADDRESS in INF file!" % fvFile) 467 except Exception: 513 raise Exception("Unrecognized expression %s" % var) [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | firmware_volume.py | 52 raise Exception("EfiFileSection", "No debug section") 64 raise Exception("EfiFileSectionTE","TE Signature incorrect") 72 raise Exception("EfiFileSectionTE","No debug directory for image") 77 raise Exception("EfiFileSectionTE","Debug type is not dwarf") 84 raise Exception("EfiFileSectionTE","Dwarf debug signature not found") 111 raise Exception("EfiFileSectionPE32","No Debug Directory") 115 raise Exception("EfiFileSectionPE32","Debug type is not dwarf") 122 raise Exception("EfiFileSectionPE32","Dwarf debug signature not found") 146 raise Exception("EfiFileSectionPE64","No Debug Directory") 150 raise Exception("EfiFileSectionPE64","Debug type is not dwarf") [all …]
|
D | system_table.py | 80 except Exception, (ErrorClass, ErrorMessage): 88 raise Exception('DebugInfoTable','No symbol found at 0x%x' % addr) 102 except Exception, (ErrorClass, ErrorMessage): 138 …raise Exception('SystemTable','Fail to access System Memory. Ensure all the memory in the region [… 149 …raise Exception('SystemTable','System Table not found in System Memory [0x%x;0x%X]' % (membase,mem… 177 raise Exception('SystemTable','Configuration Table not found')
|
D | cmd_load_symbols.py | 76 raise Exception('cmd_load_symbols', "Expect a base address") 78 raise Exception('cmd_load_symbols', "Expect a region format as (base,size)") 99 except Exception, (ErrorClass, ErrorMessage):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | Exceptions.py | 14 class EvaluationException(Exception): 20 class WrnExpression(Exception): 24 class MacroException(Exception):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_exception_variations.py | 12 raise Exception, 'nyaa!' 47 raise Exception, 'yarr!' 74 raise Exception, 'ahoy!' 95 raise Exception, 'foo!' 135 raise Exception, 'inner exception' 162 raise Exception, 'outer exception'
|
D | test_exceptions.py | 115 self.raise_catch(Exception, "Exception") 117 except Exception, e: pass 333 e = Exception("foo") 334 f = Exception("foo") 391 self.assertTrue(str(Exception)) 392 self.assertTrue(unicode(Exception)) 393 self.assertTrue(str(Exception('a'))) 394 self.assertTrue(unicode(Exception(u'a'))) 395 self.assertTrue(unicode(Exception(u'\xe1'))) 441 class MyException(Exception): [all …]
|
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/ |
D | TombstoneChecker.java | 57 mPassed.set(new Exception("Tombstones created. ")); in execute() 61 } catch(Exception e) { in execute() 63 mPassed.set(new Exception(sTsExceptionMessage, e)); in execute() 70 public void onDependencyFailed(Exception e) { in onDependencyFailed() 78 private void capturePostBootSnapshot() throws Exception { in capturePostBootSnapshot() 99 private void readPreBootSnapshot() throws Exception { in readPreBootSnapshot()
|
D | GceFuture.java | 47 Exception e = new Exception(); in set() 54 public void set(Exception e) { in set()
|
D | BluetoothChecker.java | 44 mEnabled.set(new Exception("No bluetooth adapter found")); in execute() 58 public void onDependencyFailed(Exception e) { in onDependencyFailed()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/ |
D | PeiCpuExceptionHandlerLib.uni | 2 // CPU Exception Handler library instance for PEI module. 4 // CPU Exception Handler library instance for PEI module. 19 #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for… 21 #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for…
|
D | DxeCpuExceptionHandlerLib.uni | 2 // CPU Exception Handler library instance for DXE modules. 4 // CPU Exception Handler library instance for DXE modules. 19 #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for… 21 #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for…
|
D | SmmCpuExceptionHandlerLib.uni | 2 // CPU Exception Handler library instance for SMM modules. 4 // CPU Exception Handler library instance for SMM modules. 19 #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for… 21 #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for…
|
D | SecPeiCpuExceptionHandlerLib.uni | 2 // CPU Exception Handler library instance for SEC/PEI modules. 4 // CPU Exception Handler library instance for SEC/PEI modules. 19 #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for… 21 #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/ |
D | CpuExceptionHandlerLibNull.uni | 2 // Null instance of CPU Exception Handler Library with empty functions. 4 // Null instance of CPU Exception Handler Library with empty functions. 18 #string STR_MODULE_ABSTRACT #language en-US "Null instance of CPU Exception Handler Lib… 20 #string STR_MODULE_DESCRIPTION #language en-US "Null instance of CPU Exception Handler Lib…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
D | _exceptions.py | 4 from java.lang import Exception 9 class SAXException(Exception): 24 Exception.__init__(self, msg)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | _exceptions.py | 4 from java.lang import Exception 9 class SAXException(Exception): 24 Exception.__init__(self, msg)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | errors.py | 13 class DistutilsError(Exception): 70 class CCompilerError(Exception):
|
/device/google/cuttlefish_common/tests/ril/src/com/android/cuttlefish/ril/tests/ |
D | RilE2eTests.java | 55 public void setUp() throws Exception { in setUp() 110 public void testRilConnects() throws Exception { in testRilConnects() 139 public void testBasicPhoneAttributes() throws Exception { in testBasicPhoneAttributes() 157 public void testSignalLevels() throws Exception { in testSignalLevels()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/ |
D | PrePeiCoreUniCore.inf | 33 Arm/Exception.asm | RVCT 34 Arm/Exception.S | GCC 40 AArch64/Exception.S
|
D | PrePeiCoreMPCore.inf | 33 Arm/Exception.asm | RVCT 34 Arm/Exception.S | GCC 40 AArch64/Exception.S
|
/device/linaro/hikey/installer/hikey960/ |
D | mkdtimg | 23 except Exception as e: 68 except Exception as e: 125 except Exception as e: 134 except Exception as e:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | py_compile.py | 18 class PyCompileError(Exception): 53 Exception.__init__(self,msg or errmsg,exc_type_name,exc_value,file) 114 except Exception,err:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | test_runner.py | 54 exc1 = Exception('foo') 55 exc2 = Exception('bar') 68 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1)) 69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2)) 79 raise Exception('foo')
|