Searched refs:testParent (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava-gwt/test/com/google/common/net/ |
D | InternetDomainNameTest_gwt.java | 56 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/ |
D | InternetDomainNameTest.java | 268 public void testParent() { in testParent() method in InternetDomainNameTest
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InternetDomainNameTest.java | 270 public void testParent() { in testParent() method in InternetDomainNameTest
|
/external/skqp/src/pathops/ |
D | SkOpSegment.cpp | 1050 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/ |
D | SkOpSegment.cpp | 1050 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()
|