Searched refs:numBytes (Results 26 - 50 of 63) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddress.java86 public long getCIntegerAt (long offset, long numBytes, boolean isUnsigned) argument
118 /** Sets a C integer numBytes in size at the specified offset. Note
122 public void setCIntegerAt(long offset, long numBytes, long value); argument
H A DDebuggerUtilities.java257 int numBytes = (int) longNumBytes;
258 byte[] res = new byte[numBytes];
259 for (int i = 0; i < numBytes; i++) {
260 res[numBytes - i - 1] = (byte) (value & 0xFF);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java237 public long readCInteger(long address, long numBytes, boolean isUnsigned) argument
240 utils.checkAlignment(address, numBytes);
245 if (numBytes == 8) {
248 utils.checkAlignment(address, numBytes);
251 byte[] data = readBytes(address, numBytes);
396 public ReadResult readBytesFromProcess(long address, long numBytes) { argument
398 return remoteDebugger.readBytesFromProcess(address, numBytes);
H A DRemoteDebuggerServer.java69 public ReadResult readBytesFromProcess(long address, long numBytes) throws RemoteException { argument
70 return debugger.readBytesFromProcess(address, numBytes);
H A DRemoteAddress.java67 public long getCIntegerAt(long offset, long numBytes, boolean isUnsigned) throws UnalignedAddressException, UnmappedAddressException { argument
68 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
124 public void setCIntegerAt(long offset, long numBytes, long value) { argument
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecureRandom.java152 protected byte[] engineGenerateSeed(int numBytes) { argument
153 byte[] b = new byte[numBytes];
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSecureRandom.java119 * @param numBytes the number of seed bytes to generate.
123 public byte[] engineGenerateSeed(int numBytes) { argument
124 byte[] b = new byte[numBytes];
/openjdk7/hotspot/agent/src/os/bsd/
H A DStubDebuggerLocal.c113 (JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) {
112 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_readBytesFromProcess0(JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) argument
H A DMacosxDebuggerLocal.m141 jlong addr, jlong numBytes)
143 if (debug) printf("readBytesFromProcess called. addr = %llx numBytes = %lld\n", addr, numBytes);
150 array = (*env)->NewByteArray(env, numBytes);
167 alignedLength = round_page(numBytes);
185 remaining = numBytes;
H A DBsdDebuggerLocal.c267 (JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) {
274 array = (*env)->NewByteArray(env, numBytes);
279 err = ps_pread(get_proc_handle(env, this_obj), (psaddr_t) (uintptr_t)addr, bufPtr, numBytes);
266 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_readBytesFromProcess0(JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java45 public long readCInteger(long address, long numBytes, boolean isUnsigned) argument
H A DBsdAddress.java67 public long getCIntegerAt(long offset, long numBytes, boolean isUnsigned) argument
69 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
129 public void setCIntegerAt(long offset, long numBytes, long value) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java45 public long readCInteger(long address, long numBytes, boolean isUnsigned) argument
H A DLinuxAddress.java67 public long getCIntegerAt(long offset, long numBytes, boolean isUnsigned) argument
69 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
129 public void setCIntegerAt(long offset, long numBytes, long value) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java46 public long readCInteger(long address, long numBytes, boolean isUnsigned) argument
H A DProcAddress.java67 public long getCIntegerAt(long offset, long numBytes, boolean isUnsigned) throws UnalignedAddressException, UnmappedAddressException { argument
68 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
125 public void setCIntegerAt(long offset, long numBytes, long value) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java45 public long readCInteger(long address, long numBytes, boolean isUnsigned) argument
H A DWindbgAddress.java67 public long getCIntegerAt(long offset, long numBytes, boolean isUnsigned) throws UnalignedAddressException, UnmappedAddressException { argument
68 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
128 public void setCIntegerAt(long offset, long numBytes, long value) { argument
H A DWindbgDebuggerLocal.java482 public synchronized ReadResult readBytesFromProcess(long address, long numBytes) argument
485 byte[] res = readBytesFromProcess0(address, numBytes);
503 public void writeBytesToProcess(long address, long numBytes, byte[] data) argument
685 private native byte[] readBytesFromProcess0(long address, long numBytes) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/cs/ext/
H A DCOMPOUND_TEXT_Encoder.java205 int numBytes = nonStandardCharsetBuffer.size();
208 if (out.remaining() < (numBytes - nonStandardBytesOff) +
209 nonStandardBytesOff * (((numBytes - nonStandardBytesOff) /
226 int toWrite = Math.min(numBytes - nonStandardBytesOff,
236 } while (nonStandardBytesOff < numBytes);
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c167 unsigned long numBytes)
174 if (numBytes == 0) return 0;
177 if (numBytes > FILEDATACACHESIZE) {
178 bBuffer = (*env)->NewDirectByteBuffer(env, destBuffer, numBytes);
190 bBuffer, offset, numBytes);
206 offset, numBytes);
208 0, numBytes, (jbyte*)destBuffer);
209 return numBytes;
214 offset + numBytes)
218 memcpy(destBuffer, scalerInfo->fontData+(size_t)cacheOffset, numBytes);
164 ReadTTFontFileFunc(FT_Stream stream, unsigned long offset, unsigned char* destBuffer, unsigned long numBytes) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java124 public ReadResult readBytesFromProcess(long address, long numBytes) argument
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageOutputStreamImpl.java442 for (int numBytes = numBits / 8; numBytes > 0; numBytes--) {
443 int shift = (numBytes-1)*8+extra;
/openjdk7/jdk/src/share/classes/java/security/
H A DMessageDigest.java380 int numBytes = engineDigest(buf, offset, len);
382 return numBytes;
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java589 int numBytes = bis.available();
590 if (numBytes == 0) {
593 byte byteData[] = new byte[ numBytes ];
594 bis.read( byteData, 0, numBytes );
598 if (numBytes >= 2 &&
716 int numBytes = bis.available();
717 byte byteData[] = new byte[ numBytes ];
718 bis.read( byteData, 0, numBytes );
720 if ( numBytes < 2 ||

Completed in 63 milliseconds

123