Searched refs:h2 (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/test/sun/security/tools/keytool/
H A Dfile-in-help.sh47 $TESTJAVA${FS}bin${FS}keytool -exportcert -help 2> h2 || exit 2
50 grep "output file" h2 || exit 4
H A Dnewhelp.sh47 $TESTJAVA${FS}bin${FS}keytool -help -list 2> h2 || exit 2
50 grep Options: h2 || exit 4
/openjdk7/jdk/test/java/io/File/
H A DHashCodeEquals.java40 int h2 = f2.hashCode();
41 if (h1 != h2)
/openjdk7/jdk/src/share/demo/applets/SortDemo/
H A DSortAlgorithm.java73 parent.pause(parent.h1, parent.h2);
83 parent.pause(H1, parent.h2);
H A DSortItem.java76 int h2 = -1; field in class:SortItem
129 h2 = H2;
158 h1 = h2 = -1;
227 if (h2 >= 0) {
229 y = deltaY + evenY + h2 * 2 + 1;
/openjdk7/jdk/test/java/util/Hashtable/
H A DSerializationDeadlock.java50 final Hashtable<Object, Object> h2 = new Hashtable<>();
54 h1.put(testStart, h2);
55 h2.put(testStart, h1);
59 final TestThread t2 = new TestThread(h2, testEnd);
65 // of the 'testStart' object (and hence of both 'h1' and 'h2')
69 // of 'h1' and 'h2'.
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java151 InstructionHandle h2;
159 h2=targets[i]; targets[i]=targets[j]; targets[j]=h2; // Swap instructions, too
/openjdk7/jdk/src/share/instrument/
H A DPathCharsValidator.c190 int h2 = (int)(signed char)path[i+2]; local
191 if (h1 < 0 || h2 < 0) return -1;
193 if (!match(h2, L_HEX, H_HEX)) return -1;
/openjdk7/jdk/test/javax/management/ObjectName/
H A DNullEmptyKeyValueTest.java150 Hashtable<String,String> h2 = new Hashtable<String,String>();
151 h2.put("", "v");
164 error += createObjectName3(monec, "d", h2);
H A DValueWildcardTest.java221 Hashtable<String,String> h2 = new Hashtable<String,String>();
222 h2.put("k", "a*b");
223 error += createObjectName3("d", h2, false, true);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c453 mlib_u32 l0, h0, v0, l1, h1, v1, l2, h2, v2; local
471 h2 = (h1 >> 8); h2 |= (h2 << 24);
478 h2 = (h1 << 8); h2 |= (h2 >> 24);
492 v2 = (l2 &~ mask2) | (h2 & mask2);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DHttpNegotiateServer.java186 HttpServer h2 = httpd("Negotiate", true,
188 proxyPort = h2.getAddress().getPort();
213 if (h2 != null) h2.stop(0);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java436 long h2 = 0L;
438 h2 = file2.openForReadAttributeAccess(true);
445 attrs2 = WindowsFileAttributes.readAttributes(h2);
451 CloseHandle(h2);
/openjdk7/jdk/test/java/net/CookieHandler/
H A DTestHttpCookie.java202 int h2 = ck2.hashCode();
203 if ((h1 == h2) != same) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java541 public void h2() { method in class:HtmlWriter
551 public void h2(String text) { method in class:HtmlWriter
552 h2();
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css37 h2 {
236 ul.blockList li.blockList h2 {
252 .indexContainer h2 {
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java308 int h2 = (int)(graphY + graphH * ((totalMemory -usedMem[npool][k])/totalMemory));
309 big.drawLine(j-1, h1, j, h2);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A Ddefault.css43 h2 {font-size: large;
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpCookie.java864 int h2 = (domain!=null) ? domain.toLowerCase().hashCode() : 0;
867 return h1 + h2 + h3;
/openjdk7/jdk/test/java/nio/file/Path/
H A DPathOps.java666 int h2 = test("c:\\FOO").path().hashCode();
667 if (h1 != h2)
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c221 INT8 h1, h2; local
225 h2 = data[1];
228 *output = h2; output++;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java249 String h2 = Integer.toString(id2, 16);
250 c = new CipherSuite("Unknown 0x" + h1 + ":0x" + h2, id);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java817 final String h2 = u2.getHost();
820 return h2 == null;
821 } else if (h2 == null) {
823 } else if (h1.equalsIgnoreCase(h2)) {
835 InetAddress a2 = InetAddress.getByName(h2);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java93 void h2(String s) { nl(); wrap("h2", s); nl(); } method in class:HTMLGenerator.Formatter
157 h2(title);
261 buf.h2(message);
/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;
576 float diffXrev = w1 - h2;

Completed in 171 milliseconds

12