Searched refs:Misc (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaObjectRef.java35 import com.sun.tools.hat.internal.util.Misc;
76 + Misc.toHex(id);
85 + Misc.toHex(id), 0);
95 return "Unresolved object " + Misc.toHex(id);
H A DRoot.java35 import com.sun.tools.hat.internal.util.Misc;
92 return Misc.toHex(id);
H A DJavaHeapObject.java38 import com.sun.tools.hat.internal.util.Misc;
108 return Misc.toHex(getId());
H A DSnapshot.java38 import com.sun.tools.hat.internal.util.Misc;
181 String name = "unknown-class<@" + Misc.toHex(classID) + ">";
372 return findThing(Misc.parseHex(id));
/openjdk7/langtools/test/tools/apt/Basics/
H A DMisc.java31 public final class Misc<T> implements Marker2, Marker3 { class in inherits:Marker2,Marker3
/openjdk7/langtools/test/tools/apt/Misc/
H A Dmisc.sh56 ${JAVAC} ${TESTSRC}/Misc.java ${TESTSRC}/Marked.java
74 ${JAR} cf0 misc.jar Misc*.class META-INF
H A DMisc.java37 public class Misc implements AnnotationProcessorFactory { class in inherits:AnnotationProcessorFactory
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DQueryHandler.java38 import com.sun.tools.hat.internal.util.Misc;
213 out.print(Misc.toHex((int)addr));
215 out.print(Misc.toHex(addr));
220 return Misc.parseHex(value);
224 out.print(Misc.encodeHtml(str));
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/util/
H A DMisc.java43 public class Misc { class
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_fr.properties69 # Trailing Misc
H A DXMLMessages_it.properties69 # Trailing Misc
H A DXMLMessages_de.properties69 # Trailing Misc
H A DXMLMessages_sv.properties69 # Trailing Misc
H A DXMLMessages_es.properties69 # Trailing Misc
H A DXMLMessages_zh_CN.properties69 # Trailing Misc
H A DXMLMessages_zh_TW.properties69 # Trailing Misc
H A DXMLMessages_ko.properties69 # Trailing Misc
H A DXMLMessages_pt_BR.properties69 # Trailing Misc
H A DXMLMessages_ja.properties69 # Trailing Misc
/openjdk7/jdk/test/java/nio/file/Path/
H A DMisc.java34 public class Misc { class
/openjdk7/jdk/test/java/nio/file/Files/
H A DMisc.java37 public class Misc { class
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java721 return com.sun.tools.hat.internal.util.Misc.toHex(addr);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js980 return hatPkg.util.Misc.encodeHtml(str);

Completed in 98 milliseconds