Searched defs:buf (Results 1 - 25 of 694) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/os/solaris/vm/
H A Ddecoder_solaris.cpp29 bool ElfDecoder::demangle(const char* symbol, char *buf, int buflen) { argument
/openjdk9/hotspot/test/runtime/MirrorFrame/
H A DAsmator.java27 static byte[] fixup(byte[] buf) throws java.io.IOException { argument
/openjdk9/jdk/test/java/nio/Buffer/
H A DOrderDouble.java36 private static void ckDoubleBuffer(DoubleBuffer buf, ByteOrder expected) { argument
[all...]
H A DOrderFloat.java36 private static void ckFloatBuffer(FloatBuffer buf, ByteOrder expected) { argument
[all...]
H A DOrderChar.java36 private static void ckCharBuffer(CharBuffer buf, ByteOrder expected) { argument
[all...]
H A DOrderInt.java36 private static void ckIntBuffer(IntBuffer buf, ByteOrder expected) { argument
[all...]
H A DOrderShort.java36 private static void ckShortBuffer(ShortBuffer buf, ByteOrder expected) { argument
[all...]
H A DOrderLong.java36 private static void ckLongBuffer(LongBuffer buf, ByteOrder expected) { argument
[all...]
/openjdk9/nashorn/test/script/basic/
H A DJDK-8011964.js33 var buf = ByteBuffer.allocate(5); variable
/openjdk9/nashorn/samples/
H A Djsobject.js68 var buf = bb.buf(); variable
/openjdk9/jdk/test/sun/security/x509/X509CRLImpl/
H A DUnexpectedNPE.java58 private boolean run(byte[] buf) { argument
/openjdk9/hotspot/src/share/vm/oops/
H A Dmetadata.cpp45 char buf[256]; local
/openjdk9/hotspot/src/share/vm/logging/
H A DlogPrefix.hpp92 static size_t prefix(char* buf, size_t len) { argument
/openjdk9/hotspot/src/os/linux/vm/
H A Ddecoder_linux.cpp30 bool ElfDecoder::demangle(const char* symbol, char *buf, int buflen) { argument
/openjdk9/hotspot/test/compiler/loopopts/
H A DTestCastIINoLoopLimitCheck.java46 static void m(int i, int index, char[] buf) { argument
/openjdk9/jdk/src/java.base/share/native/libjava/
H A Dcheck_version.c36 char buf[128]; local
/openjdk9/jdk/test/java/nio/channels/FileChannel/
H A DExpandingMap.java117 static void fillBuffer(ByteBuffer buf, int from) { argument
/openjdk9/jdk/test/sun/security/x509/X500Name/
H A DDerValueConstructor.java109 private static void byte2hex(byte b, StringBuffer buf) { argument
/openjdk9/jdk/test/java/util/zip/GZIP/
H A DAccordion.java41 private static void readFully(InputStream s, byte[] buf) throws Throwable { argument
/openjdk9/jdk/test/sun/security/pkcs11/SecureRandom/
H A DTestDeserialization.java87 private SecureRandom fromByteArray(byte[] buf) throws Exception { argument
/openjdk9/langtools/test/tools/javac/lambda/speculative/8154180/
H A DT8154180a.java46 static String asString(ByteBuffer buf) { argument
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DTextifiable.java84 void textify(StringBuffer buf, Map<Label, String> labelNames); argument
/openjdk9/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.cpp37 bool ElfDecoder::decode(address addr, char *buf, int buflen, int* offset, const char* filepath, bool demangle_name) { argument
/openjdk9/hotspot/test/compiler/c2/
H A DTest6910605_1.java38 public static int buf=0; field in class:Test6910605_1
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DBug4985486.java54 StringBuffer buf = new StringBuffer(); field in class:Bug4985486.Handler

Completed in 209 milliseconds

1234567891011>>