Searched refs:getValue (Results 51 - 75 of 1264) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/management/HotSpotDiagnosticMXBean/
H A DSetVMOption.java54 if (!option.getValue().equalsIgnoreCase(EXPECTED_VALUE)) {
56 option.getValue() + " expected: " + EXPECTED_VALUE);
71 if (!option.getValue().equalsIgnoreCase(NEW_VALUE)) {
73 option.getValue() + " expected: " + NEW_VALUE);
80 if (!option.getValue().equals(o.getValue())) {
82 option.getValue() + " expected: " + o.getValue());
84 if (!option.getValue().equals(o.getValue())) {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DXCatalogReader.java110 entryArgs.add(atts.getValue("HRef"));
112 catalog.getCatalogManager().debug.message(4, "Base", atts.getValue("HRef"));
115 entryArgs.add(atts.getValue("PublicId"));
116 entryArgs.add(atts.getValue("HRef"));
119 PublicId.normalize(atts.getValue("PublicId")),
120 atts.getValue("HRef"));
123 entryArgs.add(atts.getValue("HRef"));
125 catalog.getCatalogManager().debug.message(4, "Extend", atts.getValue("HRef"));
128 entryArgs.add(atts.getValue("PublicId"));
129 entryArgs.add(atts.getValue("HRe
[all...]
/openjdk7/jaxp/src/javax/xml/stream/events/
H A DAttribute.java53 public String getValue(); method in interface:Attribute
/openjdk7/jaxp/src/org/w3c/dom/
H A DAttr.java219 public String getValue(); method in interface:Attr
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DDirectAddress.java33 public long getValue() { method in class:DirectAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DUniverse.java101 return (CollectedHeap) heapConstructor.instantiateWrapperFor(collectedHeapField.getValue());
103 return new CollectedHeap(collectedHeapField.getValue());
108 if (narrowOopBaseField.getValue() == null) {
111 return narrowOopBaseField.getValue().minus(null);
116 return (int)narrowOopShiftField.getValue();
134 return newOop(mainThreadGroupField.getValue());
138 return newOop(systemThreadGroupField.getValue());
142 return newOop(systemObjArrayKlassObjField.getValue());
148 visitor.visit((Klass)newOop(boolArrayKlassObjField.getValue()));
149 visitor.visit((Klass)newOop(byteArrayKlassObjField.getValue()));
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/
H A DMemoizedBoolean.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public boolean getValue() { method in class:MemoizedBoolean
H A DMemoizedByte.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public byte getValue() { method in class:MemoizedByte
H A DMemoizedChar.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public char getValue() { method in class:MemoizedChar
H A DMemoizedDouble.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public double getValue() { method in class:MemoizedDouble
H A DMemoizedFloat.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public float getValue() { method in class:MemoizedFloat
H A DMemoizedInt.java28 {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public int getValue() { method in class:MemoizedInt
H A DMemoizedLong.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public long getValue() { method in class:MemoizedLong
H A DMemoizedObject.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public Object getValue() { method in class:MemoizedObject
H A DMemoizedShort.java28 call {@link #getValue} in using code. */
35 be called once, upon the first call to {@link #getValue}. */
39 public short getValue() { method in class:MemoizedShort
/openjdk7/jdk/src/share/classes/java/text/
H A DAnnotation.java71 public Object getValue() { method in class:Annotation
/openjdk7/jdk/src/share/classes/javax/management/
H A DAttribute.java87 public Object getValue() { method in class:Attribute
107 if (val.getValue() == null) {
115 (value.equals(val.getValue())));
133 return getName() + " = " + getValue();
/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DArgument.java36 public String getValue() { method in class:Argument
H A DOption.java35 public String getValue() { method in class:Option
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DNumberEditor.java38 Object value = getValue();
/openjdk7/jdk/test/java/beans/XMLEncoder/4741757/
H A DAbstractTest.java31 public abstract int getValue(); method in class:AbstractTest
34 return Integer.toString(getValue());
55 if (object.getValue() != result.getValue())
H A DTestFieldAccess.java47 public int getValue() { method in class:TestFieldAccess
H A DTestSecurityManager.java43 public int getValue() { method in class:TestSecurityManager
/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A DAnnotationValue.java60 Object getValue(); method in interface:AnnotationValue
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitor.java92 Object getValue(); method in interface:Monitor

Completed in 149 milliseconds

1234567891011>>