Searched refs:setValues (Results 1 - 25 of 86) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLAttributeDecl.java89 * setValues
95 public void setValues(QName name, XMLSimpleType simpleType, boolean optional) { method in class:XMLAttributeDecl
96 this.name.setValues(name);
97 this.simpleType.setValues(simpleType);
99 } // setValues
H A DXMLContentSpec.java221 setValues(type, value, otherValue);
228 setValues(contentSpec);
237 setValues(provider, contentSpecIndex);
252 public void setValues(short type, Object value, Object otherValue) { method in class:XMLContentSpec
259 public void setValues(XMLContentSpec contentSpec) { method in class:XMLContentSpec
270 public void setValues(XMLContentSpec.Provider provider, method in class:XMLContentSpec
H A DXMLElementDecl.java114 * setValues
122 public void setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType) { method in class:XMLElementDecl
123 this.name.setValues(name);
127 this.simpleType.setValues(simpleType);
128 } // setValues
H A DXMLEntityDecl.java102 * setValues
112 public void setValues(String name, String publicId, String systemId, method in class:XMLEntityDecl
115 setValues(name, publicId, systemId, baseSystemId, notation, null, isPE, inExternal);
119 * setValues
130 public void setValues(String name, String publicId, String systemId, method in class:XMLEntityDecl
141 } // setValues(String,String,String,String,String,boolean,boolean)
H A DXMLNotationDecl.java89 * setValues
95 public void setValues(String name, String publicId, String systemId, String baseSystemId) { method in class:XMLNotationDecl
100 } // setValues
H A DXMLSimpleType.java143 * setValues
154 public void setValues(short type, String name, String[] enumeration, method in class:XMLSimpleType
175 } // setValues(short,String,String[],boolean,short,String,String,DatatypeValidator)
178 public void setValues(XMLSimpleType simpleType) { method in class:XMLSimpleType
196 } // setValues(XMLSimpleType)
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DXMLAttributeDecl.java41 * setValues
47 public void setValues(QName name, XMLSimpleType simpleType, boolean optional) { method in class:XMLAttributeDecl
48 this.name.setValues(name);
49 this.simpleType.setValues(simpleType);
H A DXMLElementDecl.java58 * setValues
66 public void setValues(QName name, int scope, short type, XMLSimpleType simpleType) { method in class:XMLElementDecl
67 this.name.setValues(name);
70 this.simpleType.setValues(simpleType);
71 } // setValues
H A DXMLNotationDecl.java48 * setValues
54 public void setValues(String name, String publicId, String systemId, String baseSystemId) { method in class:XMLNotationDecl
59 } // setValues
H A DXMLSimpleType.java108 * setValues
119 public void setValues(short type, String name, String[] enumeration, method in class:XMLSimpleType
138 } // setValues(short,String,String[],boolean,short,String,String,DatatypeValidator)
141 public void setValues(XMLSimpleType simpleType) { method in class:XMLSimpleType
158 } // setValues(XMLSimpleType)
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DScrollbarPeer.java48 * @see Scrollbar#setValues(int, int, int, int)
50 void setValues(int value, int visible, int minimum, int maximum); method in interface:ScrollbarPeer
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DArrayReference.java159 void setValues(List<? extends Value> values) method in interface:ArrayReference
206 void setValues(int index, List<? extends Value> values, int srcIndex, int length) method in interface:ArrayReference
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLString.java78 setValues(ch, offset, length);
91 setValues(string);
106 public void setValues(char[] ch, int offset, int length) { method in class:XMLString
110 } // setValues(char[],int,int)
121 public void setValues(XMLString s) { method in class:XMLString
122 setValues(s.ch, s.offset, s.length);
123 } // setValues(XMLString)
H A DQName.java121 setValues(prefix, localpart, rawname, uri);
126 setValues(qname);
138 public void setValues(QName qname) { method in class:QName
143 } // setValues(QName)
153 public void setValues(String prefix, String localpart, String rawname, method in class:QName
159 } // setValues(String,String,String,String)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/
H A DAMD64CurrentFrameGuess.java73 setValues(thread.getLastJavaSP(), thread.getLastJavaFP(), null);
81 setValues(null, null, null); // Assume we're not going to find anything
95 setValues(sp, fp, pc);
103 setValues(sp, fp, pc);
137 setValues(curSP, null, pc);
177 setValues(sp, saved_fp, pc);
199 setValues(thread.getLastJavaSP(), thread.getLastJavaFP(), null);
211 private void setValues(Address sp, Address fp, Address pc) { method in class:AMD64CurrentFrameGuess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java72 setValues(thread.getLastJavaSP(), thread.getLastJavaFP(), null);
81 setValues(null, null, null); // Assume we're not going to find anything
95 setValues(sp, fp, pc);
103 setValues(sp, fp, pc);
137 setValues(curSP, null, pc);
177 setValues(sp, saved_fp, pc);
199 setValues(thread.getLastJavaSP(), thread.getLastJavaFP(), null);
211 private void setValues(Address sp, Address fp, Address pc) { method in class:X86CurrentFrameGuess
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DEntity.java88 public void setValues(Entity entity) { method in class:Entity
91 } // setValues(Entity)
145 public void setValues(Entity entity) { method in class:Entity.InternalEntity
146 super.setValues(entity);
148 } // setValues(Entity)
151 public void setValues(InternalEntity entity) { method in class:Entity.InternalEntity
152 super.setValues(entity);
154 } // setValues(InternalEntity)
215 public void setValues(Entity entity) { method in class:Entity.ExternalEntity
216 super.setValues(entit
222 public void setValues(ExternalEntity entity) { method in class:Entity.ExternalEntity
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLResourceIdentifierImpl.java73 setValues(publicId, literalSystemId, baseSystemId,
89 setValues(publicId, literalSystemId, baseSystemId,
98 public void setValues(String publicId, String literalSystemId, method in class:XMLResourceIdentifierImpl
100 setValues(publicId, literalSystemId, baseSystemId,
102 } // setValues(String,String,String,String)
105 public void setValues(String publicId, String literalSystemId, method in class:XMLResourceIdentifierImpl
113 } // setValues(String,String,String,String,String)
H A DXMLErrorCode.java59 public void setValues(String domain, String key) { method in class:XMLErrorCode
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayReferenceImpl.java133 setValues(index, list, 0, 1);
136 public void setValues(List<? extends Value> values) method in class:ArrayReferenceImpl
139 setValues(0, values, 0, -1);
142 public void setValues(int index, List<? extends Value> values, method in class:ArrayReferenceImpl
168 ValueImpl[] setValues = new ValueImpl[length];
175 setValues[i] =
198 process(vm, this, index, setValues);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DSimpleLocator.java45 public void setValues(String lsid, String esid, int line, int column) { method in class:SimpleLocator
46 setValues(lsid, esid, line, column, -1);
57 public void setValues(String lsid, String esid, int line, int column, int offset) { method in class:SimpleLocator
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWScrollBarPeer.java62 setValues(target.getValue(), target.getVisibleAmount(),
76 public void setValues(final int value, final int visible, final int minimum, method in class:LWScrollBarPeer
80 getDelegate().setValues(value, visible, minimum, maximum);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMLeaf.java99 fElement.setValues(element);
108 fElement.setValues(element);
H A DSimpleContentModel.java154 fFirstChild.setValues(firstChild);
156 fSecondChild.setValues(secondChild);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DIA64CurrentFrameGuess.java75 private void setValues(Address sp, Address fp, Address pc) { method in class:IA64CurrentFrameGuess

Completed in 43 milliseconds

1234