Searched defs:getValues (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DEnumControl.java129 public Object[] getValues() { method in class:EnumControl
196 * invoke <code>{@link EnumControl#getValues}</code> on an
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeMap.java30 The only new api is 'getValues()' which returns the values struct as
74 public AttributeValues getValues() { method in class:AttributeMap
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DArrayReference.java72 List<Value> getValues(); method in interface:ArrayReference
98 List<Value> getValues(int index, int length); method in interface:ArrayReference
H A DStackFrame.java192 Map<LocalVariable,Value> getValues(List<? extends LocalVariable> variables); method in interface:StackFrame
H A DObjectReference.java108 Map<Field,Value> getValues(List<? extends Field> fields); method in interface:ObjectReference
H A DReferenceType.java523 Map<Field,Value> getValues(List<? extends Field> fields); method in interface:ReferenceType
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest6723447.java81 public Object getValues(int index) { method in class:Test6723447
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java105 int[] a1 = getValues(c, new String[]{SpringLayout.WEST, SpringLayout.WIDTH, SpringLayout.EAST});
109 int[] a2 = getValues(c, new String[]{SpringLayout.WEST, SpringLayout.WIDTH, SpringLayout.HORIZONTAL_CENTER});
114 int[] a3 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.HEIGHT, SpringLayout.SOUTH});
118 int[] a4 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.HEIGHT, SpringLayout.VERTICAL_CENTER});
123 int[] a5 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.BASELINE, SpringLayout.SOUTH});
133 private static int[] getValues(SpringLayout.Constraints con, String[] cNames) { method in class:bug4726194
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayReferenceImpl.java59 List list = getValues(index, 1);
63 public List getValues() { method in class:ArrayReferenceImpl
64 return getValues(0, -1);
90 public List getValues(int index, int len) { method in class:ArrayReferenceImpl
H A DStackFrameImpl.java186 Map map = getValues(list);
190 public Map getValues(List variables) { method in class:StackFrameImpl
H A DObjectReferenceImpl.java83 Map map = getValues(list);
87 public Map getValues(List theFields) { method in class:ObjectReferenceImpl
114 map = referenceType().getValues(staticFields);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSymbolHash.java130 public int getValues(Object[] elements, int from) { method in class:SymbolHash
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DAttributeList.java104 public Enumeration<?> getValues() { method in class:AttributeList
/openjdk7/jdk/src/share/classes/javax/imageio/plugins/jpeg/
H A DJPEGHuffmanTable.java220 * @see #getValues
235 public short[] getValues() { method in class:JPEGHuffmanTable
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaObjectArray.java85 public JavaThing[] getValues() { method in class:JavaObjectArray
/openjdk7/jdk/src/share/back/
H A DStackFrameImpl.c218 getValues(PacketInputStream *in, PacketOutputStream *out) function
460 ,(void *)getValues
H A DObjectReferenceImpl.c62 getValues(PacketInputStream *in, PacketOutputStream *out) function
357 ,(void *)getValues
H A DArrayReferenceImpl.c229 getValues(PacketInputStream *in, PacketOutputStream *out) function
592 ,(void *)getValues
H A DReferenceTypeImpl.c438 getValues(PacketInputStream *in, PacketOutputStream *out) function
614 ,(void *)getValues
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayReferenceImpl.java73 List list = getValues(index, 1);
77 public List<Value> getValues() { method in class:ArrayReferenceImpl
78 return getValues(0, -1);
109 public List<Value> getValues(int index, int length) { method in class:ArrayReferenceImpl
H A DStackFrameImpl.java201 return getValues(list).get(variable);
204 public Map<LocalVariable, Value> getValues(List<? extends LocalVariable> variables) { method in class:StackFrameImpl
H A DObjectReferenceImpl.java166 Map map = getValues(list);
170 public Map<Field,Value> getValues(List<? extends Field> theFields) { method in class:ObjectReferenceImpl
195 map = referenceType().getValues(staticFields);
/openjdk7/jdk/test/javax/xml/jaxp/Encodings/
H A DCheckEncodingPropertiesFile.java263 Collection<String> values = getValues(props.getProperty(key));
395 private static Collection<String> getValues(String val) { method in class:CheckEncodingPropertiesFile
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java485 Values v = getValues(ctx);
652 Values v = getValues(ctx);
702 Values v = getValues(ctx);
737 Values v = getValues(ctx);
772 Values v = getValues(ctx);
805 private Values getValues(SynthContext ctx) { method in class:NimbusStyle
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java251 private static final void getValues(char trieWord,Values values){ method in class:StringPrep
299 getValues(result,val);
446 getValues(result,val);

Completed in 161 milliseconds

12