Searched defs:testBounds (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DClipStackTest.cpp1075 SkIRect testBounds; member in struct:SUPPRESS_VISIBILITY_WARNING
1128 testCases[i].testBounds,
H A DPathTest.cpp1860 SkRect testBounds; local
1861 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount);
1863 expected[1] = testBounds;
/external/skia/tests/
H A DClipStackTest.cpp1075 SkIRect testBounds; member in struct:SUPPRESS_VISIBILITY_WARNING
1128 testCases[i].testBounds,
H A DPathTest.cpp1795 SkRect testBounds; local
1796 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount);
1798 expected[1] = testBounds;
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2471 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) {
2592 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta))
2597 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta))
2602 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta))
2615 bool DependenceAnalysis::testBounds(unsigned char DirKind, function in class:DependenceAnalysis

Completed in 159 milliseconds