Home
last modified time | relevance | path

Searched refs:testParent (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/net/
DInternetDomainNameTest_gwt.java56 public void testParent() throws Exception { in testParent() method in InternetDomainNameTest_gwt
58 testCase.testParent(); in testParent()
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
DInternetDomainNameTest.java268 public void testParent() { in testParent() method in InternetDomainNameTest
/external/guava/guava-tests/test/com/google/common/net/
DInternetDomainNameTest.java270 public void testParent() { in testParent() method in InternetDomainNameTest
/external/skqp/src/pathops/
DSkOpSegment.cpp1050 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() argument
1053 if (this == testParent) { in match()
1061 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
/external/skia/src/pathops/
DSkOpSegment.cpp1050 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() argument
1053 if (this == testParent) { in match()
1061 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()