Home
last modified time | relevance | path

Searched refs:thrw (Results 1 – 25 of 49) sorted by relevance

12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.cpp59 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
67 res = orig_jni_functions->Throw(env, thrw); in MyThrow()
157 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
180 res = env->Throw(thrw); in doExc()
255 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
285 thrw = env->GetObjectClass(thrwObj); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
291 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
298 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
301 env->DeleteLocalRef(thrw); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.cpp59 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
67 res = orig_jni_functions->Throw(env, thrw); in MyThrow()
157 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
180 res = env->Throw(thrw); in doExc()
255 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
285 thrw = env->GetObjectClass(thrwObj); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
291 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
298 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
301 env->DeleteLocalRef(thrw); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.cpp59 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
67 res = orig_jni_functions->Throw(env, thrw); in MyThrow()
157 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
180 res = env->Throw(thrw); in doExc()
255 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
285 thrw = env->GetObjectClass(thrwObj); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
291 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
298 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
301 env->DeleteLocalRef(thrw); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.cpp59 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) {
67 res = orig_jni_functions->Throw(env, thrw);
157 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) {
180 res = env->Throw(thrw);
255 jclass thrw;
285 thrw = env->GetObjectClass(thrwObj);
291 doExc(env, thrwObj, thrw, "redirected");
298 doExc(env, thrwObj, thrw, "restored");
301 env->DeleteLocalRef(thrw);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.cpp59 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
67 res = orig_jni_functions->Throw(env, thrw); in MyThrow()
157 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
180 res = env->Throw(thrw); in doExc()
255 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
285 thrw = env->GetObjectClass(thrwObj); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
291 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
298 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
301 env->DeleteLocalRef(thrw); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.cpp59 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
67 res = orig_jni_functions->Throw(env, thrw); in MyThrow()
157 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
180 res = env->Throw(thrw); in doExc()
255 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
285 thrw = env->GetObjectClass(thrwObj); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
291 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
298 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
301 env->DeleteLocalRef(thrw); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.c79 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
88 JNI_ENV_ARG(env, thrw)); in MyThrow()
184 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
207 if ((res = JNI_ENV_PTR(env)->Throw(JNI_ENV_ARG(env, thrw))) != 0) { in doExc()
282 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
313 thrw = JNI_ENV_PTR(env)->GetObjectClass(JNI_ENV_ARG(env, thrwObj)); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
319 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
326 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
329 JNI_ENV_PTR(env)->DeleteLocalRef(JNI_ENV_ARG(env, thrw)); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/
H A Dji03t003.c79 jint JNICALL MyThrow(JNIEnv *env, jthrowable thrw) { in MyThrow() argument
88 JNI_ENV_ARG(env, thrw)); in MyThrow()
184 void doExc(JNIEnv *env, jthrowable thrw, jclass thrCls, const char *msg) { in doExc() argument
207 if ((res = JNI_ENV_PTR(env)->Throw(JNI_ENV_ARG(env, thrw))) != 0) { in doExc()
282 jclass thrw; in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check() local
313 thrw = JNI_ENV_PTR(env)->GetObjectClass(JNI_ENV_ARG(env, thrwObj)); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
319 doExc(env, thrwObj, thrw, "redirected"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
326 doExc(env, thrwObj, thrw, "restored"); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
329 JNI_ENV_PTR(env)->DeleteLocalRef(JNI_ENV_ARG(env, thrw)); in Java_nsk_jvmti_scenarios_jni_1interception_JI03_ji03t003_check()
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_mbc.cpp84 th_rewriter thrw(m); in operator ()() local
90 thrw(new_lit); in operator ()()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_mbc.cpp84 th_rewriter thrw(m); in operator ()() local
90 thrw(new_lit); in operator ()()
/dports/devel/boost-docs/boost_1_72_0/libs/fiber/examples/
H A Dwait_stuff.cpp85 T sleeper_impl( T item, int ms, bool thrw = false) { in sleeper_impl() argument
93 if ( thrw) { in sleeper_impl()
101 std::string sleeper( std::string const& item, int ms, bool thrw = false) { in sleeper() argument
102 return sleeper_impl( item, ms, thrw); in sleeper()
106 double sleeper( double item, int ms, bool thrw = false) { in sleeper() argument
107 return sleeper_impl( item, ms, thrw); in sleeper()
111 int sleeper(int item, int ms, bool thrw = false) { in sleeper() argument
112 return sleeper_impl( item, ms, thrw); in sleeper()
/dports/devel/boost-libs/boost_1_72_0/libs/fiber/examples/
H A Dwait_stuff.cpp85 T sleeper_impl( T item, int ms, bool thrw = false) { in sleeper_impl() argument
93 if ( thrw) { in sleeper_impl()
101 std::string sleeper( std::string const& item, int ms, bool thrw = false) { in sleeper() argument
102 return sleeper_impl( item, ms, thrw); in sleeper()
106 double sleeper( double item, int ms, bool thrw = false) { in sleeper() argument
107 return sleeper_impl( item, ms, thrw); in sleeper()
111 int sleeper(int item, int ms, bool thrw = false) { in sleeper() argument
112 return sleeper_impl( item, ms, thrw); in sleeper()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fiber/examples/
H A Dwait_stuff.cpp85 T sleeper_impl( T item, int ms, bool thrw = false) { in sleeper_impl() argument
93 if ( thrw) { in sleeper_impl()
101 std::string sleeper( std::string const& item, int ms, bool thrw = false) { in sleeper() argument
102 return sleeper_impl( item, ms, thrw); in sleeper()
106 double sleeper( double item, int ms, bool thrw = false) { in sleeper() argument
107 return sleeper_impl( item, ms, thrw); in sleeper()
111 int sleeper(int item, int ms, bool thrw = false) { in sleeper() argument
112 return sleeper_impl( item, ms, thrw); in sleeper()
/dports/devel/hyperscan/boost_1_75_0/libs/fiber/examples/
H A Dwait_stuff.cpp85 T sleeper_impl( T item, int ms, bool thrw = false) { in sleeper_impl() argument
93 if ( thrw) { in sleeper_impl()
101 std::string sleeper( std::string const& item, int ms, bool thrw = false) { in sleeper() argument
102 return sleeper_impl( item, ms, thrw); in sleeper()
106 double sleeper( double item, int ms, bool thrw = false) { in sleeper() argument
107 return sleeper_impl( item, ms, thrw); in sleeper()
111 int sleeper(int item, int ms, bool thrw = false) { in sleeper() argument
112 return sleeper_impl( item, ms, thrw); in sleeper()
/dports/devel/stack/stack-2.7.3/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/extra-1.7.10/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/extra-1.7.7/test/
H A DTestUtil.hs97 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
100 whenJust thrw (fail . show)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/extra-1.7.7/test/
H A DTestUtil.hs97 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
100 whenJust thrw (fail . show)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/test/
H A DTestUtil.hs97 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
100 whenJust thrw (fail . show)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/test/
H A DTestUtil.hs97 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
100 whenJust thrw (fail . show)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs96 (prnt :: Maybe Int, thrw :: Maybe Int, res) <- arbitrary
99 whenJust thrw (fail . show)

12