Searched refs:testParent (Results 1 – 5 of 5) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/net/ |
D | InternetDomainNameTest.java | 362 public void testParent() { in testParent() method in InternetDomainNameTest
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InternetDomainNameTest.java | 362 public void testParent() { in testParent() method in InternetDomainNameTest
|
/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()
|
/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/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 422 parentResults, err := r.testParent(change, testlists, deqpBuild) 587 func (r *regres) testParent(change *changeInfo, testlists testlist.Lists, d deqpBuild) (*deqp.Resul… func
|