Searched refs:h1 (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c221 INT8 h1, h2; local
224 h1 = data[0];
229 *output = h1; output++;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java248 String h1 = Integer.toString(id1, 16);
250 c = new CipherSuite("Unknown 0x" + h1 + ":0x" + h2, id);
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java571 private boolean isSameSize(float w1, float h1, float w2, float h2) { argument
573 float diffY = h1 - h2;
577 float diffYrev = h1 - w2;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom.h106 mlib_s32 h1 = edges[0].h; \
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java816 final String h1 = u1.getHost();
819 if (h1 == null) {
823 } else if (h1.equalsIgnoreCase(h2)) {
834 InetAddress a1 = InetAddress.getByName(h1);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java92 void h1(String s) { nl(); wrap("h1", s); nl(); } method in class:HTMLGenerator.Formatter

Completed in 68 milliseconds

12