Searched defs:byteValue (Results 26 - 36 of 36) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/lang/
H A DShort.java327 public byte byteValue() { method in class:Short
H A DDouble.java644 public byte byteValue() { method in class:Double
H A DFloat.java565 public byte byteValue() { method in class:Float
H A DInteger.java684 public byte byteValue() { method in class:Integer
H A DLong.java709 public byte byteValue() { method in class:Long
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DStandardMidiFileWriter.java284 private int getType(int byteValue) { argument
285 if ((byteValue & 0xF0) == 0xF0) {
286 switch(byteValue) {
296 switch(byteValue & 0xF0) {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DDoubleValueImpl.java79 public byte byteValue() { method in class:DoubleValueImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java147 public byte byteValue() { method in class:PerfDataEntry
330 str = Byte.toString(byteValue());
/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java67 public static byte byteValue = 89; field in class:EarlyReturnNegativeTarg
101 public byte i_bytef() { return byteValue; }
324 Field theValueField = targetClass.fieldByName("byteValue");
H A DEarlyReturnTest.java72 public static byte byteValue = 89; field in class:EarlyReturnTarg
133 return v == (debuggerWatching ? ebyteValue: byteValue);
167 public static byte s_bytef(int p1){ return byteValue; }
188 public byte i_bytef(int p1) { return byteValue; }
H A DMethodExitReturnValuesTest.java56 public static byte byteValue = 89; field in class:MethodExitReturnValuesTarg
85 public static byte[] arrByte = new byte[] {byteValue};
99 public static byte s_bytef() { return byteValue; }
122 public byte i_bytef() { return byteValue; }
242 Field theValueField = targetClass.fieldByName("byteValue");

Completed in 41 milliseconds

12