Searched refs:getValues (Results 1 - 25 of 43) sorted by relevance

12

/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/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 DObjectReferenceImpl.java83 Map map = getValues(list);
87 public Map getValues(List theFields) { method in class:ObjectReferenceImpl
114 map = referenceType().getValues(staticFields);
H A DStackFrameImpl.java186 Map map = getValues(list);
190 public Map getValues(List variables) { method in class:StackFrameImpl
/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/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 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);
H A DStackFrameImpl.java201 return getValues(list).get(variable);
204 public Map<LocalVariable, Value> getValues(List<? extends LocalVariable> variables) { method in class:StackFrameImpl
/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/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
H A DAttributeValues.java315 ((AttributeMap) map).getValues() != null) {
316 merge(((AttributeMap)map).getValues(), mask);
763 ((AttributeMap) map).getValues() != null) {
764 return ((AttributeMap)map).getValues().justification;
777 ((AttributeMap) map).getValues() != null) {
778 return ((AttributeMap)map).getValues().numericShaping;
819 ((AttributeMap) map).getValues() != null) {
820 av = ((AttributeMap)map).getValues();
835 ((AttributeMap) map).getValues() != null) {
836 av = ((AttributeMap)map).getValues();
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DLaunchCommandLine.java76 List argValues = argsArray.getValues();
H A DArrayRangeTest.java126 String desc = samp.name + ".getValues()";
128 List vals = samp.arrRef.getValues();
142 println("pass - " + samp.name + ".getValues())");
151 List vals = samp.arrRef.getValues(index, length);
154 failure("FAIL - " + samp.name + ".getValues(" +
161 failure("FAIL - " + samp.name + ".getValues(" +
167 println("pass - " + samp.name + ".getValues(" +
170 failure("FAIL - " + samp.name + ".getValues(" +
177 List vals = samp.arrRef.getValues(index, length);
178 failure("FAIL - " + samp.name + ".getValues("
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest6723447.java81 public Object getValues(int index) { method in class:Test6723447
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSNamedMap4Types.java83 pos += fMaps[i].getValues(array, pos);
/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);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DAttributeList.java104 public Enumeration<?> getValues() { method in class:AttributeList
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m335 getValues: &value
342 getValues: &value
357 getValues: &value
362 getValues: &value
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java174 values = table.getValues();
196 values = table.getValues();
/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/com/sun/tools/hat/internal/model/
H A DJavaObjectArray.java85 public JavaThing[] getValues() { method in class:JavaObjectArray
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java269 * byte[][] crossValues = request.getValues(CROSS_CERT);
270 * byte[][] caValues = request.getValues(CA_CERT);
273 * getValues() calls can be satisfied from the cache, no request
275 * are always added to the cache irrespective of whether the getValues()
308 byte[][] getValues(String attrId) throws NamingException { method in class:LDAPCertStore.LDAPRequest
425 encodedCert = request.getValues(id);
473 encodedCertPair = request.getValues(id);
702 encodedCRL = request.getValues(id);

Completed in 78 milliseconds

12