Searched refs:testParent (Results 1 – 4 of 4) sorted by relevance
56 public void testParent() throws Exception { in testParent() method in InternetDomainNameTest_gwt58 testCase.testParent(); in testParent()
268 public void testParent() { in testParent() method in InternetDomainNameTest
270 public void testParent() { in testParent() method in InternetDomainNameTest
1014 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() argument1017 if (this == baseParent && this == testParent && precisely_equal(base->fT, testT)) { in match()