Searched defs:makeLong (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/reflect/generics/factory/ |
| H A D | GenericsFactory.java | 171 Type makeLong(); method in interface:GenericsFactory
|
| H A D | CoreReflectionFactory.java | 133 public Type makeLong(){return long.class;} method in class:CoreReflectionFactory
|
| /openjdk7/jdk/src/share/classes/java/nio/ |
| H A D | Bits.java | 299 static private long makeLong(byte b7, byte b6, byte b5, byte b4, method in class:Bits 313 return makeLong(bb._get(bi + 7), 324 return makeLong(_get(a + 7), 335 return makeLong(bb._get(bi ), 346 return makeLong(_get(a ),
|
| /openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/ |
| H A D | LValue.java | 750 static LValue makeLong(VirtualMachine vm, Token token) { method in class:LValue
|
| /openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/ |
| H A D | bands.h | 111 static jlong makeLong(uint hi, uint lo) { function in struct:band
|
Completed in 94 milliseconds