Searched refs:getLong (Results 1 - 25 of 140) sorted by relevance

123456

/openjdk7/jdk/test/java/lang/Long/
H A DGetLong.java27 * @summary test Long.getLong method with empty key
32 Long.getLong("", 1);
33 Long.getLong(null, 1);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerConfig.java71 idleInterval = Long.getLong("sun.net.httpserver.idleInterval",
81 drainAmount = Long.getLong("sun.net.httpserver.drainAmount",
88 maxReqTime = Long.getLong("sun.net.httpserver.maxReqTime",
91 maxRspTime = Long.getLong("sun.net.httpserver.maxRspTime",
94 timerMillis = Long.getLong("sun.net.httpserver.timerMillis",
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java48 public long getLong() throws NumberFormatException; method in interface:XSDecimal
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/res/
H A DLongArrayWrapper.java37 public long getLong(int index){ method in class:LongArrayWrapper
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DReadBuffer.java50 public long getLong(long pos) throws IOException; method in interface:ReadBuffer
H A DMappedReadBuffer.java110 public synchronized long getLong(long pos) throws IOException { method in class:MappedReadBuffer
112 return buf.getLong();
H A DFileReadBuffer.java80 public synchronized long getLong(long pos) throws IOException { method in class:FileReadBuffer
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryUsageCompositeData.java103 return getLong(cd, INIT);
106 return getLong(cd, USED);
109 return getLong(cd, COMMITTED);
112 return getLong(cd, MAX);
H A DThreadInfoCompositeData.java245 return getLong(cdata, THREAD_ID);
264 return getLong(cdata, BLOCKED_TIME);
268 return getLong(cdata, BLOCKED_COUNT);
272 return getLong(cdata, WAITED_TIME);
276 return getLong(cdata, WAITED_COUNT);
286 return getLong(cdata, LOCK_OWNER_ID);
/openjdk7/jdk/src/share/classes/sun/security/action/
H A DGetLongAction.java107 Long value = Long.getLong(theProp);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DUnsafeLongFieldAccessorImpl.java36 return new Long(getLong(obj));
59 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeLongFieldAccessorImpl
61 return unsafe.getLong(obj, fieldOffset);
65 return getLong(obj);
69 return getLong(obj);
H A DUnsafeStaticLongFieldAccessorImpl.java36 return new Long(getLong(obj));
59 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticLongFieldAccessorImpl
60 return unsafe.getLong(base, fieldOffset);
64 return getLong(obj);
68 return getLong(obj);
H A DUnsafeQualifiedLongFieldAccessorImpl.java38 return new Long(getLong(obj));
61 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedLongFieldAccessorImpl
67 return getLong(obj);
71 return getLong(obj);
H A DUnsafeQualifiedStaticLongFieldAccessorImpl.java38 return new Long(getLong(obj));
61 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticLongFieldAccessorImpl
66 return getLong(obj);
70 return getLong(obj);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXQueryTree.java119 return Native.getLong(root_ptr);
131 return Native.getLong(parent_ptr);
143 return Native.getLong(children_ptr);
H A DUnsafeXDisposerRecord.java80 if (Native.getLong(l) != 0) {
81 XlibWrapper.XFree(Native.getLong(l));
H A DNative.java292 static long getLong(long ptr) { method in class:Native
296 return unsafe.getLong(ptr);
319 static long getLong(long ptr, int index) { method in class:Native
320 return getLong(ptr + index*getLongSize());
363 res[i] = getLong(data);
388 return unsafe.getLong(ptr);
405 return getLong(ptr);
408 return getLong(ptr + getWindowSize()*index);
435 return getLong(ptr);
441 return getLong(pt
[all...]
H A DWindowPropertyGetter.java156 return (int)Native.getLong(nitems_ptr);
162 return Native.getLong(data);
171 return Native.getLong(bytes_after);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java191 long creationTime = unsafe.getLong(address + OFFSETOF_FILE_INFORMATION_CREATETIME);
192 long lastAccessTime = unsafe.getLong(address + OFFSETOF_FILE_INFORMATION_LASTACCESSTIME);
193 long lastWriteTime = unsafe.getLong(address + OFFSETOF_FILE_INFORMATION_LASTWRITETIME);
215 long creationTime = unsafe.getLong(address + OFFSETOF_FILE_ATTRIBUTE_DATA_CREATETIME);
216 long lastAccessTime = unsafe.getLong(address + OFFSETOF_FILE_ATTRIBUTE_DATA_LASTACCESSTIME);
217 long lastWriteTime = unsafe.getLong(address + OFFSETOF_FILE_ATTRIBUTE_DATA_LASTWRITETIME);
244 long creationTime = unsafe.getLong(address + OFFSETOF_FIND_DATA_CREATETIME);
245 long lastAccessTime = unsafe.getLong(address + OFFSETOF_FIND_DATA_LASTACCESSTIME);
246 long lastWriteTime = unsafe.getLong(address + OFFSETOF_FIND_DATA_LASTWRITETIME);
283 reparseTag = (int)unsafe.getLong(reparseBuffe
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DNativeBuffer.java59 public long getLong() { return buffer.getLong(); } method in class:NativeBuffer
91 builder.append(buffer.getLong(i));
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_ATTRIBUTE.java180 public long getLong() { method in class:CK_ATTRIBUTE
213 return prefix + Functions.getObjectClassName(getLong());
215 return prefix + Functions.getKeyName(getLong());
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DByteArrayAccess.java344 out[outOfs++] = reverseBytes(unsafe.getLong(in, (long)inOfs));
350 // That means we could use getLong() only for offset 4, 12, etc.,
383 out[ 0] = reverseBytes(unsafe.getLong(in, (long)(inOfs )));
384 out[ 1] = reverseBytes(unsafe.getLong(in, (long)(inOfs + 8)));
385 out[ 2] = reverseBytes(unsafe.getLong(in, (long)(inOfs + 16)));
386 out[ 3] = reverseBytes(unsafe.getLong(in, (long)(inOfs + 24)));
387 out[ 4] = reverseBytes(unsafe.getLong(in, (long)(inOfs + 32)));
388 out[ 5] = reverseBytes(unsafe.getLong(in, (long)(inOfs + 40)));
389 out[ 6] = reverseBytes(unsafe.getLong(in, (long)(inOfs + 48)));
390 out[ 7] = reverseBytes(unsafe.getLong(i
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DMappedByteBufferDataSource.java45 public long readLong() throws IOException { return buf.getLong(); }
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeObject.java127 newAddress = unsafe.getLong(offset + address);
283 final long getLong(int offset) { method in class:NativeObject
284 return unsafe.getLong(offset + address);
/openjdk7/jdk/src/share/classes/java/io/
H A DBits.java64 static long getLong(byte[] b, int off) { method in class:Bits
76 return Double.longBitsToDouble(getLong(b, off));

Completed in 96 milliseconds

123456