Home
last modified time | relevance | path

Searched refs:new_exception (Results 1 – 25 of 107) sorted by relevance

12345

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_ieee-utils__read.c61 int new_precision, new_rounding, new_exception ; in gsl_ieee_read_mode_string() local
77 new_exception = 0 ; in gsl_ieee_read_mode_string()
79 status = lookup_string (p, &new_precision, &new_rounding, &new_exception) ; in gsl_ieee_read_mode_string()
109 if (new_exception) in gsl_ieee_read_mode_string()
111 *exception_mask |= new_exception ; in gsl_ieee_read_mode_string()
/dports/math/gsl/gsl-2.7/ieee-utils/
H A Dread.c61 int new_precision, new_rounding, new_exception ; in gsl_ieee_read_mode_string() local
77 new_exception = 0 ; in gsl_ieee_read_mode_string()
79 status = lookup_string (p, &new_precision, &new_rounding, &new_exception) ; in gsl_ieee_read_mode_string()
118 if (new_exception) in gsl_ieee_read_mode_string()
120 *exception_mask |= new_exception ; in gsl_ieee_read_mode_string()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp180 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
198 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
208 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
258 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
303 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
334 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
346 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
351 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
391 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
402 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp143 static Handle new_exception(Thread* thread, Symbol* name,
147 static Handle new_exception(Thread* thread, Symbol* name,
152 static Handle new_exception(Thread* thread, Symbol* name,
157 static Handle new_exception(Thread* thread, Symbol* name,
162 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp180 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
198 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
208 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
258 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
303 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
334 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
346 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
351 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
391 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
402 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A Dexceptions.cpp207 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
217 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
255 Handle h_exception = new_exception(thread, vmSymbols::java_lang_InternalError(), message); in throw_unsafe_access_internal_error()
273 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
305 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
336 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
348 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
353 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
393 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
404 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp151 static Handle new_exception(Thread* thread, Symbol* name,
155 static Handle new_exception(Thread* thread, Symbol* name,
160 static Handle new_exception(Thread* thread, Symbol* name,
165 static Handle new_exception(Thread* thread, Symbol* name,
170 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A Dexceptions.cpp206 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
216 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
254 Handle h_exception = new_exception(thread, vmSymbols::java_lang_InternalError(), message); in throw_unsafe_access_internal_error()
272 Handle Exceptions::new_exception(JavaThread* thread, Symbol* name, in new_exception() function in Exceptions
303 Handle Exceptions::new_exception(JavaThread* thread, Symbol* name, in new_exception() function in Exceptions
334 Handle Exceptions::new_exception(JavaThread* thread, Symbol* name, in new_exception() function in Exceptions
346 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
351 Handle Exceptions::new_exception(JavaThread* thread, Symbol* name, in new_exception() function in Exceptions
391 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
402 Handle Exceptions::new_exception(JavaThread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dexceptions.cpp179 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
197 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
207 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
257 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
289 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
320 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
332 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
337 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
377 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
388 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp147 static Handle new_exception(Thread* thread, Symbol* name,
151 static Handle new_exception(Thread* thread, Symbol* name,
156 static Handle new_exception(Thread* thread, Symbol* name,
161 static Handle new_exception(Thread* thread, Symbol* name,
166 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dexceptions.cpp179 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
197 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
207 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
257 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
289 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
320 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
332 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
337 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
377 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
388 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp147 static Handle new_exception(Thread* thread, Symbol* name,
151 static Handle new_exception(Thread* thread, Symbol* name,
156 static Handle new_exception(Thread* thread, Symbol* name,
161 static Handle new_exception(Thread* thread, Symbol* name,
166 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A Dexceptions.cpp178 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
196 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
206 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
256 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
288 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
319 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
331 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
336 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
376 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
387 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp148 static Handle new_exception(Thread* thread, Symbol* name,
152 static Handle new_exception(Thread* thread, Symbol* name,
157 static Handle new_exception(Thread* thread, Symbol* name,
162 static Handle new_exception(Thread* thread, Symbol* name,
167 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A Dexceptions.cpp179 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
197 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
207 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
257 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
289 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
320 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
332 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
337 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
377 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
388 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp147 static Handle new_exception(Thread* thread, Symbol* name,
151 static Handle new_exception(Thread* thread, Symbol* name,
156 static Handle new_exception(Thread* thread, Symbol* name,
161 static Handle new_exception(Thread* thread, Symbol* name,
166 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A Dexceptions.cpp178 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
196 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
206 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
256 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
288 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
319 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
331 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
336 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
376 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
387 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp148 static Handle new_exception(Thread* thread, Symbol* name,
152 static Handle new_exception(Thread* thread, Symbol* name,
157 static Handle new_exception(Thread* thread, Symbol* name,
162 static Handle new_exception(Thread* thread, Symbol* name,
167 static Handle new_exception(Thread* thread, Symbol* name,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A Dexceptions.cpp178 Handle h_exception = new_exception(thread, name, message, h_cause, h_loader, h_protection_domain); in _throw_msg()
196 Handle h_exception = new_exception(thread, name, h_cause, h_loader, h_protection_domain); in _throw_cause()
206 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); in _throw_args()
256 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
288 Handle Exceptions::new_exception(Thread *thread, Symbol* name, in new_exception() function in Exceptions
319 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
331 return new_exception(thread, name, signature, &args, h_loader, h_protection_domain); in new_exception()
336 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
376 return new_exception(thread, name, signature, &args, h_cause, h_loader, h_protection_domain); in new_exception()
387 Handle Exceptions::new_exception(Thread* thread, Symbol* name, in new_exception() function in Exceptions
[all …]
H A Dexceptions.hpp148 static Handle new_exception(Thread* thread, Symbol* name,
152 static Handle new_exception(Thread* thread, Symbol* name,
157 static Handle new_exception(Thread* thread, Symbol* name,
162 static Handle new_exception(Thread* thread, Symbol* name,
167 static Handle new_exception(Thread* thread, Symbol* name,
/dports/devel/py-libcst/libcst-0.3.23/libcst/tests/
H A Dtest_exceptions.py91 new_exception = pickle.loads(pickled_blob)
92 self.assertEqual(repr(orig_exception), repr(new_exception))
93 self.assertEqual(str(orig_exception), str(new_exception))
/dports/www/p5-HTTP-Throwable/HTTP-Throwable-0.027/t/
H A D002-to-app.t15 mount '/old' => HTTP::Throwable::Factory->new_exception(
44 app => HTTP::Throwable::Factory->new_exception(
63 app => HTTP::Throwable::Factory->new_exception('NotFound'),
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/support/
H A Dsometimes.rb16 new_exception = e.exception(e.message + "[Retried #{retries} times]")
17 new_exception.set_backtrace e.backtrace
18 example.instance_variable_set(:@exception, new_exception)
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/trace/
H A Dexceptions.pl123 ; new_exception(Ex, last)
173 %! new_exception(+Term, +Where) is det.
174 %! new_exception(+Term, +NotCaught, +Caught, +Where) is det.
179 new_exception(Ex, Where) :-
183 new_exception(Ex, NotCaught, Caught, Where).
184 new_exception(Ex, Where) :-
186 -> new_exception(Ex, false, false, Where)
187 ; new_exception(Ex, true, false, Where)
190 new_exception(Ex, NotCaught, Caught, Where) :-
283 -> new_exception(_, Where)
[all …]
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_http_client_exception_mapping.py18 def test_http_client_exception_mapping(new_exception, old_exception): argument
21 raise new_exception(endpoint_url=None, proxy_url=None, error=None)

12345