Searched refs:shortValue (Results 1 - 25 of 92) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DPrimitiveValue.java79 short shortValue(); method in interface:PrimitiveValue
/openjdk7/jdk/src/share/classes/java/lang/
H A DNumber.java106 public short shortValue() { method in class:Number
H A DShort.java335 public short shortValue() { method in class:Short
407 return value == ((Short)obj).shortValue();
/openjdk7/langtools/test/tools/javac/synthesize/
H A DShort.java36 public short shortValue() { method in class:Short
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DPrimitiveValueImpl.java39 abstract public short shortValue(); method in class:PrimitiveValueImpl
61 return shortValue();
H A DBooleanValueImpl.java75 public short shortValue() { method in class:BooleanValueImpl
H A DByteValueImpl.java79 public short shortValue() { method in class:ByteValueImpl
H A DCharValueImpl.java79 public short shortValue() { method in class:CharValueImpl
H A DFloatValueImpl.java86 public short shortValue() { method in class:FloatValueImpl
H A DIntegerValueImpl.java79 public short shortValue() { method in class:IntegerValueImpl
H A DLongValueImpl.java86 public short shortValue() { method in class:LongValueImpl
H A DShortValueImpl.java79 public short shortValue() { method in class:ShortValueImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXInt.java41 public final short shortValue() { method in class:XInt
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPrimitiveValueImpl.java40 abstract public short shortValue(); method in class:PrimitiveValueImpl
62 return shortValue();
H A DBooleanValueImpl.java76 public short shortValue() { method in class:BooleanValueImpl
H A DByteValueImpl.java82 public short shortValue() { method in class:ByteValueImpl
H A DCharValueImpl.java81 public short shortValue() { method in class:CharValueImpl
H A DFloatValueImpl.java87 public short shortValue() { method in class:FloatValueImpl
H A DIntegerValueImpl.java81 public short shortValue() { method in class:IntegerValueImpl
H A DLongValueImpl.java87 public short shortValue() { method in class:LongValueImpl
H A DShortValueImpl.java81 public short shortValue() { method in class:ShortValueImpl
/openjdk7/jdk/test/java/lang/Short/
H A DDecode.java49 short sh = (Short.decode(ashort)).shortValue();
57 short n = (Short.decode(val)).shortValue();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java136 _sourceFileIndex = (sourceFileIndex != null)? sourceFileIndex.shortValue() : 0;
140 _innerClassesIndex = (innerClassesIndex != null)? innerClassesIndex.shortValue() : 0;
146 constantValueIndex.shortValue() : 0;
150 _syntheticIndex = (syntheticIndex != null)? syntheticIndex.shortValue() : 0;
154 _deprecatedIndex = (deprecatedIndex != null)? deprecatedIndex.shortValue() : 0;
159 _codeIndex = (codeIndex != null)? codeIndex.shortValue() : 0;
163 _exceptionsIndex = (exceptionsIndex != null)? exceptionsIndex.shortValue() : 0;
172 lineNumberTableIndex.shortValue() : 0;
177 localVariableTableIndex.shortValue() : 0;
181 _signatureIndex = (signatureIdx != null)? signatureIdx.shortValue()
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DTestDebugger.java113 short shortValue = 0;
138 shortValue = addr.getJShortAt(0);
139 if (shortValue != expectedShortValue) {
141 shortValue + ", expected " + expectedShortValue + ")");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDWildcardTraverser.java156 wildcard.fType = namespaceTypeAttr.shortValue();
161 wildcard.fProcessContents = processContentsAttr.shortValue();

Completed in 80 milliseconds

1234