Home
last modified time | relevance | path

Searched refs:xcpt (Results 1 – 25 of 69) sorted by relevance

123

/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DDMS.cpp29 catch ( const std::exception& xcpt ) variable
31 throw gcnew GeographicErr( xcpt.what() );
49 catch ( const std::exception& xcpt ) variable
51 throw gcnew GeographicErr( xcpt.what() );
62 catch ( const std::exception& xcpt ) variable
64 throw gcnew GeographicErr( xcpt.what() );
75 catch ( const std::exception& xcpt ) variable
77 throw gcnew GeographicErr( xcpt.what() );
95 catch ( const std::exception& xcpt ) variable
97 throw gcnew GeographicErr( xcpt.what() );
[all …]
H A DSphericalHarmonic.cpp60 catch ( const std::exception& xcpt ) variable
62 throw gcnew GeographicErr( xcpt.what() );
89 catch ( const std::exception& xcpt ) variable
91 throw gcnew GeographicErr( xcpt.what() );
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/Projections/
H A DGeoidPanel.cs54 catch (Exception xcpt) in OnSelectFile()
56 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSelectFile()
76 catch (Exception xcpt) in OnThreadSafe()
98 catch (Exception xcpt) in OnCache()
100 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnCache()
113 catch (Exception xcpt) in OnConvertEllipsod()
115 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvertEllipsod()
128 catch (Exception xcpt) in OnConvertGeoid()
130 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvertGeoid()
143 catch (Exception xcpt) in OnHeight()
[all …]
H A DAccumPanel.cs42 catch (Exception xcpt) in OnAdd()
44 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnAdd()
56 catch (Exception xcpt) in OnMultiply()
58 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnMultiply()
78 catch (Exception xcpt) in OnTest()
80 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnTest()
H A DPolarStereoPanel.cs34 catch (Exception xcpt) in PolarStereoPanel()
36 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in PolarStereoPanel()
53 catch (Exception xcpt) in OnSet()
55 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSet()
99 catch (Exception xcpt) in OnConvert()
101 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvert()
122 catch (Exception xcpt) in OnValidate()
124 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DMiscPanel.cs44 catch (Exception xcpt) in OnConvertDMS()
46 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvertDMS()
73 catch (Exception xcpt) in OnConvert()
75 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvert()
102 catch (Exception xcpt) in OnConvertGeohash()
104 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvertGeohash()
138 catch (Exception xcpt) in OnValidate()
140 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DPolyPanel.cs47 catch (Exception xcpt) in OnSet()
49 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSet()
70 catch (Exception xcpt) in OnAddPoint()
72 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnAddPoint()
93 catch (Exception xcpt) in OnAddEdge()
95 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnAddEdge()
142 catch (Exception xcpt) in OnValidate()
144 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DGeocentricPanel.cs41 catch (Exception xcpt) in GeocentricPanel()
43 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in GeocentricPanel()
58 catch (Exception xcpt) in OnSetParameters()
60 … MessageBox.Show(xcpt.Message, "Data entry error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSetParameters()
118 catch (Exception xcpt) in OnConvert()
120 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvert()
142 catch (Exception xcpt) in OnValidate()
144 … MessageBox.Show(xcpt.Message, "Error detected", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DGravityPanel.cs61 catch (Exception xcpt) in OnSelectGravityModel()
63 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSelectGravityModel()
84 catch (Exception xcpt) in OnUpdate()
87 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnUpdate()
105 catch (Exception xcpt) in OnNormGravity()
107 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnNormGravity()
133 catch (Exception xcpt) in OnGravityCircle()
136 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnGravityCircle()
182 catch (Exception xcpt) in OnValidate()
184 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DMagneticPanel.cs59 catch (Exception xcpt) in OnSelectMagneticModel()
61 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSelectMagneticModel()
84 catch (Exception xcpt) in OnUpdate()
86 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnUpdate()
109 catch (Exception xcpt) in OnMagneticCircle()
111 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnMagneticCircle()
142 catch (Exception xcpt) in OnValidate()
144 … MessageBox.Show(xcpt.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DLocalCartesianPanel.cs52 catch (Exception xcpt) in OnSetEllipsoid()
54 … MessageBox.Show(xcpt.Message, "Data Entry Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSetEllipsoid()
77 catch (Exception xcpt) in OnSetReference()
79 … MessageBox.Show(xcpt.Message, "Data Entry Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSetReference()
123 catch (Exception xcpt) in OnConvert()
125 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvert()
165 catch (Exception xcpt) in OnValidate()
167 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DEllipsoidPanel.cs60 catch (Exception xcpt) in OnSet()
62 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSet()
78 catch (Exception xcpt) in OnCalculateLatitudes()
80 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnCalculateLatitudes()
111 catch (Exception xcpt) in OnValidate()
113 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DSphericalHarmonicsPanel.cs52 catch (Exception xcpt) in SphericalHarmonicsPanel()
54 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in SphericalHarmonicsPanel()
104 catch (Exception xcpt) in OnCompute()
106 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnCompute()
140 catch (Exception xcpt) in OnCircularEngine()
142 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnCircularEngine()
191 catch (Exception xcpt) in OnValidate()
193 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DEllipticPanel.cs58 catch (Exception xcpt) in OnSet()
60 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSet()
81 catch ( Exception xcpt ) in OnComputePhi()
83 … MessageBox.Show( xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error ); in OnComputePhi()
129 catch (Exception xcpt) in OnValidate()
131 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DProjectionsPanel.cs48 catch (Exception xcpt) in ProjectionsPanel()
50 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in ProjectionsPanel()
86 catch ( Exception xcpt) in OnSet()
88 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnSet()
124 catch (Exception xcpt) in OnConvert()
126 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvert()
243 catch (Exception xcpt) in OnValidate()
245 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
H A DRhumbPanel.cs41 catch (Exception xcpt ) in OnDirect()
43 … MessageBox.Show( xcpt.Message, "Invalid input", MessageBoxButtons.OK, MessageBoxIcon.Error ); in OnDirect()
61 catch (Exception xcpt) in OnIndirect()
63 … MessageBox.Show(xcpt.Message, "Invalid input", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnIndirect()
108 catch ( Exception xcpt ) in OnValidate()
110 … MessageBox.Show( xcpt.Message, "Exception thrown", MessageBoxButtons.OK, MessageBoxIcon.Error ); in OnValidate()
H A DTypeIIIProjPanel.cs57 catch (Exception xcpt) in OnConvertLatLon()
59 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvertLatLon()
78 catch (Exception xcpt) in OnConvertUTMUPS()
80 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnConvertUTMUPS()
151 catch (Exception xcpt) in OnValidate()
153 MessageBox.Show(xcpt.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); in OnValidate()
/dports/www/p5-RPC-ExtDirect/RPC-ExtDirect-3.24/t/
H A D002_attr_parser.t48 my $xcpt = $test->{xcpt};
61 if ( $xcpt ) {
62 like $@, $xcpt, "$name: exception matches";
99 xcpt => qr/attribute 'len' should be followed by a number/,
103 xcpt => qr/attribute 'len' should be followed by a number/,
111 xcpt => qr{attribute 'params' must be followed},
115 xcpt => qr{attribute 'params' must be followed},
139 xcpt => qr{attribute 'before' must be followed},
155 xcpt => qr{attribute 'instead' must be followed},
171 xcpt => qr{attribute 'after' must be followed},
[all …]
/dports/devel/p5-Test-Snapshot/Test-Snapshot-0.06/t/
H A Derrors.t19 my $xcpt = 'blergo mymse throbbozongo';
20 $@ = $xcpt;
24 unlike $errdiag, qr/$xcpt/, "exception not passed to diag()";
/dports/math/py-svgmath/SVGMath-0.3.3/
H A Dmath2svg.py15 except IOError, xcpt:
16 print "Cannot open %s file '%s': %s" % (role, fname, str(xcpt))
111 except sax.SAXException, xcpt:
112 print "Error parsing input file %s: %s" % (args[0], xcpt.getMessage())
/dports/emulators/qemu5/qemu-5.2.0/target/rx/
H A Dop_helper.c73 int xcpt, cause, enable; in update_fpsw() local
78 xcpt = get_float_exception_flags(&env->fp_status); in update_fpsw()
84 if (unlikely(xcpt)) { in update_fpsw()
85 if (xcpt & float_flag_invalid) { in update_fpsw()
88 if (xcpt & float_flag_divbyzero) { in update_fpsw()
91 if (xcpt & float_flag_overflow) { in update_fpsw()
94 if (xcpt & float_flag_underflow) { in update_fpsw()
97 if (xcpt & float_flag_inexact) { in update_fpsw()
100 if ((xcpt & (float_flag_input_denormal in update_fpsw()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/rx/
H A Dop_helper.c73 int xcpt, cause, enable; in update_fpsw() local
78 xcpt = get_float_exception_flags(&env->fp_status); in update_fpsw()
84 if (unlikely(xcpt)) { in update_fpsw()
85 if (xcpt & float_flag_invalid) { in update_fpsw()
88 if (xcpt & float_flag_divbyzero) { in update_fpsw()
91 if (xcpt & float_flag_overflow) { in update_fpsw()
94 if (xcpt & float_flag_underflow) { in update_fpsw()
97 if (xcpt & float_flag_inexact) { in update_fpsw()
100 if ((xcpt & (float_flag_input_denormal in update_fpsw()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/rx/
H A Dop_helper.c73 int xcpt, cause, enable; in update_fpsw() local
78 xcpt = get_float_exception_flags(&env->fp_status); in update_fpsw()
84 if (unlikely(xcpt)) { in update_fpsw()
85 if (xcpt & float_flag_invalid) { in update_fpsw()
88 if (xcpt & float_flag_divbyzero) { in update_fpsw()
91 if (xcpt & float_flag_overflow) { in update_fpsw()
94 if (xcpt & float_flag_underflow) { in update_fpsw()
97 if (xcpt & float_flag_inexact) { in update_fpsw()
100 if ((xcpt & (float_flag_input_denormal in update_fpsw()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/rx/
H A Dop_helper.c73 int xcpt, cause, enable; in update_fpsw() local
78 xcpt = get_float_exception_flags(&env->fp_status); in update_fpsw()
84 if (unlikely(xcpt)) { in update_fpsw()
85 if (xcpt & float_flag_invalid) { in update_fpsw()
88 if (xcpt & float_flag_divbyzero) { in update_fpsw()
91 if (xcpt & float_flag_overflow) { in update_fpsw()
94 if (xcpt & float_flag_underflow) { in update_fpsw()
97 if (xcpt & float_flag_inexact) { in update_fpsw()
100 if ((xcpt & (float_flag_input_denormal in update_fpsw()
/dports/emulators/qemu/qemu-6.2.0/target/rx/
H A Dop_helper.c73 int xcpt, cause, enable; in update_fpsw() local
78 xcpt = get_float_exception_flags(&env->fp_status); in update_fpsw()
84 if (unlikely(xcpt)) { in update_fpsw()
85 if (xcpt & float_flag_invalid) { in update_fpsw()
88 if (xcpt & float_flag_divbyzero) { in update_fpsw()
91 if (xcpt & float_flag_overflow) { in update_fpsw()
94 if (xcpt & float_flag_underflow) { in update_fpsw()
97 if (xcpt & float_flag_inexact) { in update_fpsw()
100 if ((xcpt & (float_flag_input_denormal in update_fpsw()

123