Searched refs:hp1 (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-tests/test/com/google/common/net/ |
D | HostAndPortTest.java | 196 HostAndPort hp1 = HostAndPort.fromString("foo::123"); in testHashCodeAndEquals() local 201 assertEquals(hp1.hashCode(), hp1.hashCode()); in testHashCodeAndEquals() 202 assertEquals(hp1.hashCode(), hp2.hashCode()); in testHashCodeAndEquals() 203 assertFalse(hp1.hashCode() == hp3.hashCode()); in testHashCodeAndEquals() 207 assertTrue(hp1.equals(hp1)); in testHashCodeAndEquals() 208 assertTrue(hp1.equals(hp2)); in testHashCodeAndEquals() 209 assertFalse(hp1.equals(hp3)); in testHashCodeAndEquals() 212 assertFalse(hp1.equals(null)); in testHashCodeAndEquals()
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, in icvCreateContourTree() local 206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1, in icvCreateContourTree() 363 hp2 = hp1; in icvCreateContourTree() 364 hp1 = h; in icvCreateContourTree() 399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1, in icvCreateContourTree() 484 tree_one.r1 = hp1 / ap1; in icvCreateContourTree()
|
/external/icu/icu4c/source/config/ |
D | mh-hpux-acc | 93 # Commented out for now because the hp1 test machine runs out of memory.
|