Home
last modified time | relevance | path

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

12345678910>>...60

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dcatch_in_finally.d3 class MyException : Exception
17 catch (Exception) in throw_catch()
30 throw new Exception("p"); in test1()
37 catch (Exception e) in test1()
52 throw new Exception("p"); in test2()
56 throw new Exception("q"); in test2()
64 catch(Exception e) in test2()
80 throw new Exception("p"); in test3()
89 throw new Exception("q"); in test3()
92 catch(Exception e) in test3()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutexcep.c73 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local
79 Exception = AcpiUtValidateException (Status); in AcpiFormatException()
80 if (!Exception) in AcpiFormatException()
90 return (Exception->Name); in AcpiFormatException()
115 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local
132 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL()
140 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL()
148 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL()
156 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL()
164 Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus]; in ACPI_EXPORT_SYMBOL()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d101 auto assertNotThrown(T : Throwable = Exception, E)
160 assert(assertNotThrown!Exception(nothrowEx()));
166 assert(assertNotThrown!Exception(nothrowEx(), "It's a message"));
186 assertNotThrown!Exception(
187 throwEx(new Exception("It's an Exception")));
197 assertNotThrown!Exception(
198 throwEx(new Exception("It's an Exception")), "It's a message");
246 void assertThrown(T : Throwable = Exception, E)
287 assertThrown!Exception(throwEx(new Exception("It's an Exception")));
293 assertThrown!Exception(throwEx(new Exception("It's an Exception")),
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py116 raise Exception('No input found.')
199 raise Exception('Section instance has expired.')
207 raise Exception('Section instance has expired.')
214 raise Exception('Section instance has expired.')
227 raise Exception('Section instance has expired.')
234 raise Exception('Section instance has expired.')
248 raise Exception('Section instance has expired.')
308 raise Exception('Symbol instance has expired.')
316 raise Exception('Symbol instance has expired.')
324 raise Exception('Symbol instance has expired.')
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d69 Exception e = collectException("abc".to!int);
89 static class MeaCulpa : Exception
226 throwEx(new Exception("It's an Exception"))); in catch()
328 assertThrown!Exception(throwEx(new Exception("It's an Exception"))); in catch()
430 template enforce(E : Throwable = Exception) in catch()
483 assertNotThrown(enforce(true, new Exception("this should not be thrown")));
484 assertThrown(enforce(false, new Exception("this should be thrown")));
497 catch (Exception e) in catch()
514 private noreturn bailOut(E : Throwable = Exception)(string file, size_t line, scope const(char)[] m…
588 enforce(s, new Exception(""));
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconstruction.d72 catch (Exception o) in catch()
148 throw new Exception(""); in this()
157 catch (Exception) in catch() argument
182 catch (Exception) in catch() argument
212 catch (Exception o) in catch()
279 throw new Exception("Oh no."); in this()
288 catch (Exception) in catch() argument
315 catch (Exception) in catch() argument
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-nfc.py72 except Exception as e:
172 except Exception as e:
184 except Exception as e:
197 except Exception as e:
223 except Exception as e:
230 except Exception as e:
289 except Exception as e:
305 except Exception as e:
335 except Exception as e:
358 except Exception as e:
[all …]
H A Dwps-nfc.py61 except Exception as e:
167 except Exception as e:
194 except Exception as e:
220 except Exception as e:
233 except Exception as e:
259 except Exception as e:
266 except Exception as e:
379 except Exception as e:
510 except Exception as e:
/netbsd-src/external/gpl3/autoconf/dist/
H A DCOPYING.EXCEPTION8 This Exception is an additional permission under section 7 of the GNU
11 stating that the file is governed by GPLv3 along with this Exception.
13 The purpose of this Exception is to allow distribution of Autoconf's
35 you void this Exception for the resulting covered work. If you convey
36 that resulting covered work, you must remove this Exception in accordance
41 The availability of this Exception does not imply any general presumption
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp72 case StreamType::Exception: in getKind()
73 return StreamKind::Exception; in getKind()
100 case StreamKind::Exception: in create()
380 void yaml::MappingTraits<minidump::Exception>::mapping( in mapping()
381 yaml::IO &IO, minidump::Exception &Exception) { in mapping() argument
382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
383 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
385 mapOptionalHex(IO, "Exception Address", Exception.ExceptionAddress, 0); in mapping()
386 mapOptional(IO, "Number of Parameters", Exception.NumberParameters, 0); in mapping()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp506 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
507 if (Exception.dwFirstChance > 0) { in main()
511 << Exception.ExceptionRecord.ExceptionAddress in main()
514 Exception.ExceptionRecord.ExceptionCode) in main()
515 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()
522 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
525 Exception.ExceptionRecord.ExceptionCode) in main()
526 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeexception.c88 const char *Exception; in AeExceptionHandler() local
92 Exception = AcpiFormatException (AmlStatus); in AeExceptionHandler()
97 "Exception %s during execution\n", Exception); in AeExceptionHandler()
143 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception); in AeExceptionHandler()
144 Arg[1].String.Length = strlen (Exception); in AeExceptionHandler()
/netbsd-src/external/cddl/dtracetoolkit/dist/Code/Java/
H A DFunc_abc.java6 } catch (Exception e) { } in func_c()
12 } catch (Exception e) { } in func_b()
19 } catch (Exception e) { } in func_a()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h29 Exception, enumerator
113 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream()
118 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream()
122 return S->Kind == StreamKind::Exception; in classof()
262 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::Exception)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py29 raise Exception("Wrong bitness: %d" % bits)
61 raise Exception('Bad magic word in %s' % path)
70 raise Exception('File %s is short (< 8 bytes)' % path)
130 raise Exception('Error reading file %s' % path)
143 raise Exception('Wrong bits size in the map')
187 raise Exception('Unexpected raw file name %s' % f)
209 raise Exception('File not found: %s' % binary)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A Dlib.d6 throw new Exception(null); in throwException()
9 Exception collectException(void delegate() dg) in collectException()
13 catch (Exception e) in collectException()
75 catch (Exception e) in runTestsImpl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A Dlib.d6 throw new Exception(null); in throwException()
9 Exception collectException(void delegate() dg) in collectException()
13 catch (Exception e) in collectException()
75 catch (Exception e) in runTestsImpl()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/windows/
H A Dadvapi32.d44 throw new Exception(`LoadLibraryA("Advapi32.dll")`); in loadAdvapi32()
48 throw new Exception(`GetProcAddress(hAdvapi32 , "RegDeleteKeyExW")`); in loadAdvapi32()
58 throw new Exception(`FreeLibrary("Advapi32.dll")`); in freeAdvapi32()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DCOPYING.RUNTIME10 This GCC Runtime Library Exception ("Exception") is an additional
14 the file is governed by GPLv3 along with this Exception.
18 program. The purpose of this Exception is to allow compilation of
20 header files and runtime libraries covered by this Exception.
70 The availability of this Exception does not imply any general
/netbsd-src/external/gpl3/gcc/dist/
H A DCOPYING.RUNTIME10 This GCC Runtime Library Exception ("Exception") is an additional
14 the file is governed by GPLv3 along with this Exception.
18 program. The purpose of this Exception is to allow compilation of
20 header files and runtime libraries covered by this Exception.
70 The availability of this Exception does not imply any general
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dpostblit.d201 static class FailedPostblitException : Exception { this() nothrow @safe { super(null); } } in this()
248 catch (Exception) assert(false);
255 catch (Exception) assert(false);
264 catch (Exception) assert(false);
271 catch (Exception) assert(false);
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py208 raise Exception('Inconsistent documentation for: %s' % name)
231 raise Exception('Inconsistent documentation for: %s' % name)
233 raise Exception('Cannot parse "%s"' % declaration)
251 raise Exception('Inconsistent documentation for: %s' % name)
275 raise Exception('Cannot parse "%s"' % declaration)
295 raise Exception('Did not find allowed result types for: %s' % name)
300 raise Exception('Cannot parse "%s"' % declaration)
317 raise Exception('Did not find allowed result types for: %s' % name)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/windows/
H A Dadvapi32.d48 throw new Exception(`LoadLibraryA("Advapi32.dll")`); in loadAdvapi32()
52 throw new Exception(`GetProcAddress(hAdvapi32 , "RegDeleteKeyExW")`); in loadAdvapi32()
62 throw new Exception(`FreeLibrary("Advapi32.dll")`); in freeAdvapi32()
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dunity_test_summary.py33 raise Exception("Empty test result file: %s" % result_file)
107 raise Exception("Couldn't parse test results: %s" % summary)
122 raise Exception("No *.testpass or *.testfail files found in '%s'" % targets_dir)
134 except Exception as e:
/netbsd-src/external/public-domain/sqlite/dist/
H A DReplace.cs78 Exception = 4 enumerator
211 catch (Exception e) in Main()
218 return (int)ExitCode.Exception; in Main()

12345678910>>...60