Searched refs:variable (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelIdentifier.java88 private String variable = null; field in class:ModelIdentifier
100 public ModelIdentifier(String object, String variable) { argument
102 this.variable = variable;
106 public ModelIdentifier(String object, String variable, int instance) { argument
108 this.variable = variable;
130 return variable;
133 public void setVariable(String variable) { argument
134 this.variable
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DStackFrame.java110 * this StackFrame. Each variable has a range of byte code indices in which
113 * matches this variable's method and if the code index of this
114 * StackFrame is within the variable's byte code range, the variable is
117 * A variable's byte code range is at least as large as the scope of
118 * that variable, but can continue beyond the end of the scope under
121 * <li>the compiler/VM does not immediately reuse the variable's slot.
129 * of multiple local variables of the same name, the variable with the
136 * @throws AbsentInformationException if there is no local variable
150 * @param name the variable nam
176 getValue(LocalVariable variable) argument
220 setValue(LocalVariable variable, Value value) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java154 * Build the visible variable map.
162 for (LocalVariable variable : allVariables) {
163 String name = variable.name();
164 if (variable.isVisible(this)) {
167 ((LocalVariableImpl)variable).hides(existing)) {
168 map.put(name, variable);
177 * Return the list of visible variable in the frame.
189 * Return a particular variable in the frame.
198 public Value getValue(LocalVariable variable) { argument
200 list.add(variable);
[all...]
H A DConcreteMethodImpl.java226 LocalVariable variable = (LocalVariable)iter.next();
227 if (variable.name().equals(name)) {
228 retList.add(variable);
240 LocalVariable variable = (LocalVariable)iter.next();
241 if (variable.isArgument()) {
242 retList.add(variable);
471 LocalVariable variable =
475 // Add to the variable list
476 variables.add(variable);
518 LocalVariable variable
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJForEach.java43 public JForEach(JType vartype, String variable, JExpression collection) { argument
46 this.var = variable;
53 * Returns a reference to the loop variable.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DStackFrameImpl.java137 * Build the visible variable map.
147 LocalVariableImpl variable = (LocalVariableImpl)iter.next();
148 String name = variable.name();
149 if (variable.isVisible(this)) {
152 variable.hides(existing)) {
153 map.put(name, variable);
162 * Return the list of visible variable in the frame.
174 * Return a particular variable in the frame.
183 public Value getValue(LocalVariable variable) { argument
185 list.add(variable);
[all...]
H A DConcreteMethodImpl.java358 LocalVariable variable = (LocalVariable)iter.next();
359 if (variable.name().equals(name)) {
360 retList.add(variable);
374 LocalVariable variable = (LocalVariable)iter.next();
375 if (variable.isArgument()) {
376 retList.add(variable);
421 //Build up the JDI view of local variable table.
454 LocalVariable variable =
458 // Add to the variable list
459 variables.add(variable);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableRefBase.java37 * A reference to the associated variable.
47 public VariableRefBase(VariableBase variable) { argument
48 _variable = variable;
49 variable.addReference(this);
57 * Returns a reference to the associated variable
64 * If this variable reference is in a top-level element like
65 * another variable, param or key, add a dependency between
66 * that top-level element and the referenced variable. For
69 * <xsl:variable name="x" .../>
70 * <xsl:variable nam
[all...]
H A DVariableRef.java43 public VariableRef(Variable variable) { argument
44 super(variable);
H A DSymbolTable.java93 public Variable addVariable(Variable variable) { argument
95 final String name = variable.getName().getStringRep();
96 return (Variable)_variables.put(name, variable);
/openjdk7/hotspot/make/windows/
H A Dcreate.bat113 echo does not exist, or the variable is not set.
122 echo does not exist, or the variable is not set.
129 echo does not exist, or the variable is not set.
137 echo Warning: please set variable HOTSPOTMKSHOME to place where
162 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make
207 echo Environment variable FORCE_MSC_VER allows to override MSVC version autodetection.
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DGenerator.java49 /** A map of variables that are used for variable substitution in the template files. */
149 //construct the map which is used to do variable substitution of the template
261 for (Map.Entry<String, String> variable : variables.entrySet()) {
262 input = input.replace("${" + variable.getKey() + "}", variable.getValue());
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A DMakefile50 echo You must set the environment variable JAVA_HOME before executing this Makefile ; \
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DProcessEnvironment.java114 ("Invalid environment variable name: \"" + name + "\"");
121 ("Invalid environment variable value: \"" + value + "\"");
177 public int compareTo(Variable variable) { argument
178 return arrayCompare(getBytes(), variable.getBytes());
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java168 expr = variable(opPos); break;
531 * Compile a variable reference.
539 protected Expression variable(int opPos) throws TransformerException method in class:Compiler
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec1286 "Returns variable information for the method. The variable table "
1298 (Group SlotInfo "Information about the variable."
1300 "First code index at which the variable is visible (unsigned). "
1302 "The variable can be get or set only when the current "
1304 (string name "The variable's name.")
1305 (string signature "The variable type's JNI signature.")
1308 "The variable can be get or set only when the current "
1310 (int slot "The local variable's index in its frame")
1319 (Error ABSENT_INFORMATION "there is no variable informatio
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME247 variable.
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h5326 typedef void (APIENTRYP PFNGLCOMBINERINPUTNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
5328 typedef void (APIENTRYP PFNGLFINALCOMBINERINPUTNVPROC) (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
5329 typedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);
5330 typedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);
5333 typedef void (APIENTRYP PFNGLGETFINALCOMBINERINPUTPARAMETERFVNVPROC) (GLenum variable, GLenum pname, GLfloat *params);
5334 typedef void (APIENTRYP PFNGLGETFINALCOMBINERINPUTPARAMETERIVNVPROC) (GLenum variable, GLenum pname, GLint *params);

Completed in 75 milliseconds