Home
last modified time | relevance | path

Searched refs:kBad (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DDetermineDomainModeTest.cpp69 kBad = 2 // we can't sample across this edge enumerator
89 if (kHard != fTypes[i] && kBad != fTypes[i]) { in isHardOrBadAllAround()
99 if (kBad == fTypes[i]) { in hasABad()
150 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy()
151 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy()
175 return RectInfo::kBad; in compute_inset_edgetype()
/external/clang/test/SemaCXX/
Dconstexpr-depth.cpp7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
/external/stressapptest/src/
Dworker.cc749 const int kBad = 1; in CheckRegion() local
780 state = kBad; in CheckRegion()
786 } else if (state == kBad) { in CheckRegion()
807 if ((state == kGoodAgain) || (state == kBad)) { in CheckRegion()