Home
last modified time | relevance | path

Searched refs:LocalVariable (Results 151 – 175 of 1935) sorted by relevance

12345678910>>...78

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLocalVariableFactory.java28 import jdk.test.lib.jittester.LocalVariable;
36 class LocalVariableFactory extends Factory<LocalVariable> {
46 public LocalVariable produce() throws ProductionFailedException { in produce()
56 return new LocalVariable(varInfo); in produce()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLocalVariableFactory.java28 import jdk.test.lib.jittester.LocalVariable;
36 class LocalVariableFactory extends Factory<LocalVariable> {
46 public LocalVariable produce() throws ProductionFailedException { in produce()
56 return new LocalVariable(varInfo); in produce()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLocalVariableFactory.java28 import jdk.test.lib.jittester.LocalVariable;
36 class LocalVariableFactory extends Factory<LocalVariable> {
46 public LocalVariable produce() throws ProductionFailedException { in produce()
56 return new LocalVariable(varInfo); in produce()
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/
H A DAgeingBurger.mfront48 @LocalVariable real lambda;
49 @LocalVariable real mu;
51 @LocalVariable real KRS_T;
52 @LocalVariable real KRD_T;
53 @LocalVariable real NRS_T;
54 @LocalVariable real NRD_T;
55 @LocalVariable real NIS_T;
56 @LocalVariable real NID_T;
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/
H A DAgeingBurger.mfront48 @LocalVariable real lambda;
49 @LocalVariable real mu;
51 @LocalVariable real KRS_T;
52 @LocalVariable real KRD_T;
53 @LocalVariable real NRS_T;
54 @LocalVariable real NRD_T;
55 @LocalVariable real NIS_T;
56 @LocalVariable real NID_T;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DMethodTest.java20 import com.sun.jdi.LocalVariable;
76 assertEquals("3", "t", ((LocalVariable) arguments.get(0)).name()); in testJDIArguments()
77 assertEquals("4", "o", ((LocalVariable) arguments.get(1)).name()); in testJDIArguments()
208 assertEquals("3", "t", ((LocalVariable) variables.get(0)).name()); in testJDIVariables()
209 assertEquals("4", "o", ((LocalVariable) variables.get(1)).name()); in testJDIVariables()
260 assertEquals("3", varName, ((LocalVariable) variables.get(0)).name()); in testJDIVariablesByName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/asm/
H A DLocalVariableTable.java43 LocalVariable locals[] = new LocalVariable[8];
62 LocalVariable newlocals[] = new LocalVariable[len * 2]; in define()
66 locals[len++] = new LocalVariable(field, slot, from, to); in define()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java33 import com.sun.jdi.LocalVariable;
91 public List<LocalVariable> variables() throws AbsentInformationException { in variables()
95 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException { in variablesByName()
99 public List<LocalVariable> arguments() throws AbsentInformationException { in arguments()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/
H A Dtostring001.java24 package nsk.jdi.LocalVariable.toString;
137 LocalVariable localVar = variableByName(mainMethod, checkedVars[i]); in execTest()
175 private static LocalVariable variableByName(Method method, String varName) { in variableByName()
189 LocalVariable var = (LocalVariable) varList.get(0); in variableByName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/
H A Dtostring001.java24 package nsk.jdi.LocalVariable.toString;
137 LocalVariable localVar = variableByName(mainMethod, checkedVars[i]); in execTest()
175 private static LocalVariable variableByName(Method method, String varName) { in variableByName()
189 LocalVariable var = (LocalVariable) varList.get(0); in variableByName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/
H A Dtostring001.java24 package nsk.jdi.LocalVariable.toString;
137 LocalVariable localVar = variableByName(mainMethod, checkedVars[i]); in execTest()
175 private static LocalVariable variableByName(Method method, String varName) { in variableByName()
189 LocalVariable var = (LocalVariable) varList.get(0); in variableByName()
/dports/science/tfel-edf/tfel-3.2.1/mfront/Examples/
H A Dimplicit.mfront21 @LocalVariable real lambda;
22 @LocalVariable real mu;
26 @LocalVariable real seq;
29 @LocalVariable real df_dseq;
32 @LocalVariable Stensor n;

12345678910>>...78