Searched refs:hp2 (Results 1 - 22 of 22) sorted by relevance

/external/guava/guava-tests/test/com/google/common/net/
H A DHostAndPortTest.java111 // Apply withDefaultPort(), yielding hp2.
113 HostAndPort hp2 = null;
115 hp2 = hp.withDefaultPort(defaultPort);
138 int port = hp2.getPort();
145 assertEquals(expectHost, hp2.getHostText());
197 HostAndPort hp2 = HostAndPort.fromString("foo::123");
202 assertEquals(hp1.hashCode(), hp2.hashCode());
208 assertTrue(hp1.equals(hp2));
/external/google-tv-pairing-protocol/cpp/
H A Ddepcomp305 hp2)
/external/libexif/
H A Ddepcomp305 hp2)
/external/libmtp/
H A Ddepcomp305 hp2)
/external/libusb/
H A Ddepcomp293 hp2)
/external/libusb-compat/
H A Ddepcomp298 hp2)
/external/marisa-trie/
H A Ddepcomp298 hp2)
/external/opencv/cv/src/
H A Dcvcontourtree.cpp77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, local
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
363 hp2 = hp1;
/external/bison/build-aux/
H A Ddepcomp435 hp2)
/external/elfutils/src/config/
H A Ddepcomp435 hp2)
/external/google-breakpad/autotools/
H A Ddepcomp435 hp2)
/external/libedit/
H A Ddepcomp435 hp2)
/external/libpng/
H A Ddepcomp435 hp2)
/external/pcre/dist/
H A Ddepcomp435 hp2)
/external/protobuf/
H A Ddepcomp435 hp2)
/external/protobuf/gtest/build-aux/
H A Ddepcomp435 hp2)
/external/libcap-ng/libcap-ng-0.7/
H A Ddepcomp315 hp2)
/external/libopus/
H A Ddepcomp338 hp2)
/external/libvncserver/
H A Ddepcomp338 hp2)
/external/openfst/
H A Ddepcomp315 hp2)
/external/libvncserver/x11vnc/
H A Dconnections.c2378 char *hp2 = (char *) malloc(strlen(hp) + 5); local
2379 sprintf(hp2, "%s:1", hp);
2380 hp = hp2;
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl5889 set hp2 $h
5891 set hp2 "$hp2:[expr - $p]"
5893 set hp2 "$hp2:[expr $p + 5900]"
5895 set hp2 "$hp2:$p"
5897 return "vencrypt://$hp2"
6561 set hp2 [get_vncdisplay]
6565 $hp2
[all...]

Completed in 1180 milliseconds