Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 273) sorted by relevance

1234567891011

/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DPatchFv.py163 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/
DPatchFv.py144 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/
Dfirmware_volume.py52 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 …]
Dsystem_table.py80 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')
Dcmd_load_symbols.py76 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/
DExceptions.py14 class EvaluationException(Exception):
20 class WrnExpression(Exception):
24 class MacroException(Exception):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_exception_variations.py12 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'
Dtest_exceptions.py115 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/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DDxeCpuExceptionHandlerLib.uni2 // 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…
DPeiCpuExceptionHandlerLib.uni2 // 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…
DSmmCpuExceptionHandlerLib.uni2 // 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…
DSecPeiCpuExceptionHandlerLib.uni2 // 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/google/cuttlefish/tests/ril/src/com/android/cuttlefish/ril/tests/
DRilE2eTests.java56 public void setUp() throws Exception { in setUp()
68 private void disableWifi() throws Exception { in disableWifi()
81 throw new Exception("Timed out waiting for wifi to be disabled"); in disableWifi()
91 public void testRilConnects() throws Exception { in testRilConnects()
120 public void testBasicPhoneAttributes() throws Exception { in testBasicPhoneAttributes()
138 public void testSignalLevels() throws Exception { in testSignalLevels()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/
DCpuExceptionHandlerLibNull.uni2 // 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.2/Lib/xml/sax/
D_exceptions.py4 from java.lang import Exception
9 class SAXException(Exception):
24 Exception.__init__(self, msg)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
D_exceptions.py4 from java.lang import Exception
9 class SAXException(Exception):
24 Exception.__init__(self, msg)
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceFuture.java47 Exception e = new Exception(); in set()
54 public void set(Exception e) { in set()
DBluetoothChecker.java44 mEnabled.set(new Exception("No bluetooth adapter found")); in execute()
58 public void onDependencyFailed(Exception e) { in onDependencyFailed()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Derrors.py13 class DistutilsError(Exception):
70 class CCompilerError(Exception):
/device/sample/apps/tv/SetupValidation/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DPrePeiCoreMPCore.inf33 Arm/Exception.asm | RVCT
34 Arm/Exception.S | GCC
40 AArch64/Exception.S
DPrePeiCoreUniCore.inf33 Arm/Exception.asm | RVCT
34 Arm/Exception.S | GCC
40 AArch64/Exception.S
/device/linaro/hikey/installer/hikey960/
Dmkdtimg23 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/
Dpy_compile.py18 class PyCompileError(Exception):
53 Exception.__init__(self,msg or errmsg,exc_type_name,exc_value,file)
114 except Exception,err:

1234567891011