Searched refs:hp (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jdk/test/sun/net/www/
H A DEmbeddedEquals.java39 HeaderParser hp = new HeaderParser (test);
40 String r1 = hp.findValue ("nonce");
44 r1 = hp.findValue ("AlGoRiThm");
H A DHeaderTests.java96 HeaderParser hp = new HeaderParser (s2).subsequence (1,12);
97 check (hp, s23_expect);
99 hp = new HeaderParser (s3).subsequence (1,12);
100 check (hp, s23_expect);
102 hp = new HeaderParser (s3).subsequence (0,11);
103 check (hp, s23_expect1);
105 hp = new HeaderParser (s2).subsequence (4,6);
106 check (hp, s23_expect2);
/openjdk9/jdk/src/java.base/share/native/libfdlibm/
H A De_remainder.c51 int hx,hp; local
57 hp = __HI(p); /* high word of p */
60 hp &= 0x7fffffff;
64 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
66 ((hp>=0x7ff00000)&& /* p is NaN */
67 (((hp-0x7ff00000)|lp)!=0)))
71 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
72 if (((hx-hp)|(lx-lp))==0) return zero*x;
75 if (hp<0x00200000) {
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DAuthenticationHeader.java169 HeaderParser hp = new HeaderParser(raw);
170 Iterator<String> keys = hp.keys();
174 if (hp.findValue(i) == null) { /* found a scheme name */
176 HeaderParser hpn = hp.subsequence (lastSchemeIndex, i);
185 HeaderParser hpn = hp.subsequence (lastSchemeIndex, i);
/openjdk9/jdk/test/sun/security/krb5/
H A DIPv6.java69 for (String[] hp: kdcs) {
70 if (hp[1] != null) out.println(" kdc = "+hp[0]+":"+hp[1]);
71 else out.println(" kdc = " + hp[0]);
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/slider/
H A DSliderDemo.java94 JPanel hp;
112 hp = new JPanel();
113 hp.setLayout(new BoxLayout(hp, BoxLayout.Y_AXIS));
114 hp.setBorder(new TitledBorder(
119 tp.add(hp);
140 hp.add(p);
141 hp.add(Box.createRigidArea(VGAP10));
156 hp.add(p);
157 hp
[all...]
/openjdk9/common/autoconf/build-aux/
H A Dautoconf-config.sub173 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
617 basic_machine=m68k-hp
620 basic_machine=m68k-hp
624 basic_machine=m68k-hp
628 basic_machine=hppa1.0-hp
631 basic_machine=m68000-hp
634 basic_machine=m68k-hp
637 basic_machine=hppa1.0-hp
640 basic_machine=hppa1.1-hp
643 # FIXME: really hppa2.0-hp
[all...]
H A Dautoconf-config.guess611 echo m68k-hp-bsd
614 echo m68k-hp-bsd4.4
679 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
680 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
684 # => hppa2.0w-hp-hpux11.23
686 # => hppa64-hp-hpux11.23
696 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
700 echo ia64-hp-hpux${HPUX_REV}
734 echo hppa1.1-hp-bsd
737 echo hppa1.0-hp
[all...]
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libdt_socket/
H A DsocketTransport.c290 struct hostent *hp = dbgsysGetHostByName(hostname); local
291 if (hp == NULL) {
299 memcpy(&(sa->sin_addr), hp->h_addr_list[0], hp->h_length);
/openjdk9/jdk/src/java.base/windows/native/libnet/
H A DTwoStacksPlainDatagramSocketImpl.c220 struct hostent *hp; local
227 hp = (struct hostent *)gethostbyname(hostname);
228 if (hp != NULL) {
229 struct in_addr **addrp = (struct in_addr **) hp->h_addr_list;
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFImageMetadata.java1085 String hp = getAttribute(child, "value");
1086 horizontalPosition = Float.parseFloat(hp);
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js255 hp: 224,

Completed in 181 milliseconds