Searched refs:Decoder (Results 126 - 140 of 140) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DGB18030.java129 return new Decoder(this);
12315 private static class Decoder extends CharsetDecoder { class in class:GB18030
12320 private Decoder(Charset cs) { method in class:GB18030.Decoder
H A DISO2022.java57 return new Decoder(this);
64 protected static class Decoder extends CharsetDecoder { class in class:ISO2022
83 protected Decoder(Charset cs) { method in class:ISO2022.Decoder
H A DISO2022_JP.java157 return new Decoder(this,
199 private static class Decoder extends DoubleByteDecoder class in class:ISO2022_JP
206 protected Decoder(Charset cs, method in class:ISO2022_JP.Decoder
/openjdk7/jdk/test/sun/nio/cs/
H A DStrCodingBenchmark.java148 charset.newDecoder() instanceof sun.nio.cs.SingleByte.Decoder))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java30 import com.sun.xml.internal.fastinfoset.Decoder;
58 public class DOMDocumentParser extends Decoder {
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp195 Decoder::shutdown();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java54 * Concrete implementations extending Decoder will utilize methods on Decoder
74 public abstract class Decoder implements FastInfosetParser { class in inherits:FastInfosetParser
272 * Default constructor for the Decoder.
274 protected Decoder() { method in class:Decoder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java30 import com.sun.xml.internal.fastinfoset.Decoder;
75 public class SAXDocumentParser extends Decoder implements FastInfosetReader {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java30 import com.sun.xml.internal.fastinfoset.Decoder;
69 public class StAXDocumentParser extends Decoder
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1973 if(!Decoder::demangle(dlinfo.dli_sname, buf, buflen)) {
1980 if (Decoder::decode((address)(addr - (address)dlinfo.dli_fbase),
1988 Decoder::decode(addr, localbuf, MACH_MAXSYMLEN, offset, dlinfo.dli_fbase)) {
1989 if(!Decoder::demangle(localbuf, buf, buflen)) {
/openjdk7/jdk/make/common/
H A DRelease.gmk581 $(ECHO) "sun/awt/motif/X11GB2312\$$Decoder.class" >> $@
586 $(ECHO) "sun/awt/motif/X11KSC5601\$$Decoder.class" >> $@
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1987 if (!Decoder::demangle(dlinfo.dli_sname, buf, buflen))
1995 if (Decoder::decode((address)(addr - (address)dlinfo.dli_fbase),
2007 if (!Decoder::demangle(dlinfo.dli_sname, buf, buflen))
2013 if (Decoder::decode((address)(addr - (address)dlinfo.dli_fbase),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp668 if (!in_vm || Decoder::can_decode_C_frame_in_vm()) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1728 if(!Decoder::demangle(dlinfo.dli_sname, buf, buflen)) {
1735 if (Decoder::decode((address)(addr - (address)dlinfo.dli_fbase),
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1395 if (Decoder::decode(addr, buf, buflen, offset)) {

Completed in 188 milliseconds

123456