Searched defs:bytes (Results 226 - 250 of 350) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/jdk.jartool/share/classes/sun/tools/jar/
H A DFingerPrint.java70 public FingerPrint(String entryName,byte[] bytes) throws IOException { argument
136 private boolean isCafeBabe(byte[] bytes) { argument
146 private ClassAttributes getClassAttributes(byte[] bytes) { argument
[all...]
/openjdk9/jdk/src/jdk.pack/share/native/common-unpack/
H A Dbytes.h30 struct bytes { struct
[all...]
/openjdk9/jdk/test/com/sun/jdi/
H A DOomDebugTest.java77 private byte[] bytes = new byte[3000000]; field in class:OomDebugTestTarget.FooCls
/openjdk9/jdk/test/com/sun/jdi/sde/
H A DInstallSDE.java233 void writeBytes(byte[] bytes) { argument
[all...]
/openjdk9/jdk/test/java/nio/channels/FileChannel/
H A DTransfers.java85 checkBytes(FileChannel fc, int off, int len, byte[] bytes) argument
/openjdk9/jdk/test/java/net/httpclient/
H A DRequestBodyTest.java296 static void consumerBytes(Optional<byte[]> bytes, ByteArrayOutputStream baos) { argument
/openjdk9/jdk/test/java/net/ipv6tests/
H A DTests.java331 private static int bytes (byte b1, byte b2) { method in class:Tests
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DRIFFWriter.java53 void write(byte[] bytes) throws IOException; argument
98 public void write(byte[] bytes) throws IOException { argument
161 public void write(byte[] bytes) throws IOException { argument
/openjdk9/jdk/test/java/util/zip/
H A DInflateIn_DeflateOut.java70 public void addBytes(byte[] bytes, int len) { argument
/openjdk9/jdk/test/javax/net/ssl/DTLS/
H A DDTLSOverDatagram.java720 printHex(String prefix, byte[] bytes, int offset, int length) argument
/openjdk9/langtools/test/tools/javac/processing/
H A DT6920317.java428 void write(JavaFileObject file, byte[] bytes) { argument
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DName.java231 protected static int hashValue(byte bytes[], int offset, int length) { argument
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dsymtab.c304 unsigned char *bytes local
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DMain.java327 private static String humanReadableByteCount(long bytes) { argument
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java47 byte[] bytes; // the subject of the relocations field in class:Fixups
61 Fixups(byte[] bytes) { argument
70 Fixups(byte[] bytes, Collection<Fixup> fixups) argument
223 storeIndex(byte[] bytes, int loc, int fmt, int value) argument
397 addRefWithBytes(Object f, byte[] bytes, Entry e) argument
404 add(Object prevFixups, byte[] bytes, int loc, int fmt, Entry e) argument
430 setBytes(Object fixups, byte[] bytes) argument
464 finishRefs(Object fixups, byte[] bytes, ConstantPool.Index ix) argument
[all...]
/openjdk9/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dos_linux_aarch64.cpp528 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp657 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsOldGen.cpp226 void PSOldGen::expand(size_t bytes) { argument
266 bool PSOldGen::expand_by(size_t bytes) { argument
317 shrink(size_t bytes) argument
[all...]
/openjdk9/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp289 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp264 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp322 bool os::is_allocatable(size_t bytes) { argument
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1DefaultPolicy.hpp105 void add_bytes_allocated_in_old_since_last_gc(size_t bytes) { _bytes_allocated_in_old_since_last_gc += bytes; } argument
304 void record_bytes_copied_during_gc(size_t bytes) { argument
/openjdk9/jdk/src/java.base/share/native/libjimage/
H A DimageFile.cpp61 u1* bytes = (u1*)string; local
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DOCSPResponse.java196 public OCSPResponse(byte[] bytes) throws IOException { argument
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DTrie2.java79 public static Trie2 createFromSerialized(ByteBuffer bytes) throws IOException { argument
[all...]

Completed in 208 milliseconds

1234567891011>>