Searched defs:bytes (Results 251 - 275 of 350) sorted by relevance

<<11121314

/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java473 private void setSignatureValueElement(byte[] bytes) { argument
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DataTransferer.cpp244 Java_sun_awt_windows_WDataTransferer_dragQueryFile(JNIEnv *env, jobject obj, jbyteArray bytes) argument
326 Java_sun_awt_windows_WDataTransferer_platformImageBytesToImageData( JNIEnv *env, jobject self, jbyteArray bytes, jlong format) argument
[all...]
/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DExchangeImpl.java304 private byte[] bytes (String s, int extra) { method in class:ExchangeImpl
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DoutStream.c102 jbyte *bytes = (jbyte *)source; local
297 outStream_writeByteArray(PacketOutputStream*stream, jint length, jbyte *bytes) argument
H A DVirtualMachineImpl.c440 unsigned char * bytes; local
/openjdk9/jdk/test/java/io/Serializable/failureAtomicity/
H A DFailureAtomicity.java381 static byte[] replacePkg(byte[] bytes) { argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSF2Region.java153 public void putBytes(int generator, byte[] bytes) { argument
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DInstruction.java161 public Instruction(byte[] bytes, int pc) { argument
351 private byte[] bytes; field in class:Instruction
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DMemoryFileManager.java111 private byte[] bytes = null; field in class:MemoryFileManager.OutputMemoryJavaFileObject
/openjdk9/jdk/test/jdk/lambda/separate/
H A DClassFile.java210 byte[] bytes; field in class:ClassFile.CpUtf8
226 byte[] bytes; field in class:ClassFile.CpU4Constant
247 byte[] bytes; field in class:ClassFile.CpU8Constant
[all...]
/openjdk9/jdk/test/java/util/NavigableMap/
H A DLockStep.java862 static Object readObject(byte[] bytes) argument
/openjdk9/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DClassFile.java210 byte[] bytes; field in class:ClassFile.CpUtf8
226 byte[] bytes; field in class:ClassFile.CpU4Constant
247 byte[] bytes; field in class:ClassFile.CpU8Constant
[all...]
/openjdk9/test/lib/jdk/test/lib/
H A DUtils.java390 public static String toHexString(byte[] bytes) { argument
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFiles.java3346 write(Path path, byte[] bytes, OpenOption... options) argument
[all...]
/openjdk9/jdk/make/src/classes/build/tools/jigsaw/
H A DModuleSummary.java626 private String toTableRow(String singular, String plural, int count, long bytes) { argument
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java841 parseMetaCoding(byte[] bytes, int pos, Coding dflt, CodingMethod res[]) argument
[all...]
H A DPackageReader.java61 byte[] bytes; field in class:PackageReader
H A DInstruction.java38 protected byte[] bytes; // bytecodes field in class:Instruction
46 protected Instruction(byte[] bytes, int pc, int bc, int w, int length) { argument
49 private void reset(byte[] bytes, int pc, int bc, int w, int length) { argument
100 at(byte[] bytes, int pc) argument
104 at(byte[] bytes, int pc, Instruction reuse) argument
247 Switch(byte[] bytes, int pc, int bc) argument
291 TableSwitch(byte[] bytes, int pc) argument
312 LookupSwitch(byte[] bytes, int pc) argument
397 getInt(byte[] bytes, int pc) argument
400 getShort(byte[] bytes, int pc) argument
403 getByte(byte[] bytes, int pc) argument
408 setInt(byte[] bytes, int pc, int x) argument
412 setShort(byte[] bytes, int pc, int x) argument
416 setByte(byte[] bytes, int pc, int x) argument
[all...]
/openjdk9/hotspot/src/share/vm/memory/
H A Dfilemap.cpp192 int bytes = 0; local
[all...]
H A DheapInspection.cpp646 julong bytes = 0; local
/openjdk9/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp1014 static void unmap_shared(char* addr, size_t bytes) { argument
1295 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { argument
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp522 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp987 static void unmap_shared(char* addr, size_t bytes) { argument
1261 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { argument
/openjdk9/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp663 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp1066 static void unmap_shared(char* addr, size_t bytes) { argument
1355 void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { argument

Completed in 279 milliseconds

<<11121314