/external/jcommander/src/test/java/com/beust/jcommander/args/ |
ArgsList.java | 24 @Parameter(names = "-hp2", converter = HostPortConverter.class) 25 public List<HostPort> hp2; field in class:ArgsList
|
/bionic/tests/ |
netdb_test.cpp | 208 hostent *hp2; local 210 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err); 212 VerifyLocalhost(hp2); 230 hostent *hp2; local 232 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); 234 VerifyLocalhost(hp2); 259 hostent *hp2; local 261 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); 263 VerifyLocalhost(hp2);
|
/external/guava/guava-tests/test/com/google/common/net/ |
HostAndPortTest.java | 111 // Apply withDefaultPort(), yielding hp2. 113 HostAndPort hp2 = null; local 115 hp2 = hp.withDefaultPort(defaultPort); 138 int port = hp2.getPort(); 145 assertEquals(expectHost, hp2.getHostText()); 197 HostAndPort hp2 = HostAndPort.fromString("foo::123"); local 202 assertEquals(hp1.hashCode(), hp2.hashCode()); 208 assertTrue(hp1.equals(hp2));
|
/external/opencv/cv/src/ |
cvcontourtree.cpp | 77 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;
|