Home
last modified time | relevance | path

Searched refs:exceptionID (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Derreurs.hpp92 virtual std::string exceptionID() const = 0;
118 std::string exceptionID() const { return "MEMORY"; }; in exceptionID() function in libdar::Ememory
129 std::string exceptionID() const { return "SECU_MEMORY"; }; in exceptionID() function in libdar::Esecu_memory
146 std::string exceptionID() const { return "BUG"; }; in exceptionID() function in libdar::Ebug
159 std::string exceptionID() const { return "INFININT"; }; in exceptionID() function in libdar::Einfinint
172 std::string exceptionID() const { return "LIMITINT"; }; in exceptionID() function in libdar::Elimitint
185 std::string exceptionID() const { return "RANGE"; }; in exceptionID() function in libdar::Erange
199 std::string exceptionID() const { return "DECI"; }; in exceptionID() function in libdar::Edeci
212 std::string exceptionID() const { return "UNIMPLEMENTED FEATURE"; }; in exceptionID() function in libdar::Efeature
225 std::string exceptionID() const { return "HARDWARE ERROR"; }; in exceptionID() function in libdar::Ehardware
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/InvokeMethod/
H A Dinvokemeth001.java349 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
350 if (exceptionID != 0) { in testCommand()
351 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/InvokeMethod/
H A Dinvokemeth001.java356 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
357 if (exceptionID != 0) { in testCommand()
358 log.complain("Non-null exception object returned: " + exceptionID in testCommand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ClassType/NewInstance/
H A Dnewinst001.java345 long exceptionID = ((Long)exception.getValue()).longValue(); in testCommand() local
346 if (exceptionID != 0) { in testCommand()
347 log.complain("Not null objectID for exception value returned: " + exceptionID in testCommand()

12