Searched refs:reasonable (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tests/ |
H A D | RectTest.cpp | 252 SkIRect reasonable = SkIRect::MakeLTRB(-50, -5, 50, 125); in DEF_TEST() local 254 // Ignoring overflow, "reallyBig - reasonable" should report exact = false and select either the in DEF_TEST() 255 // left or right portion of 'reallyBig' that excludes 'reasonable', e.g. in DEF_TEST() 260 bool exact = SkRectPriv::Subtract(reallyBig, reasonable, &difference); in DEF_TEST() 265 // answer to remain 'reasonable'. in DEF_TEST() 266 exact = SkRectPriv::Subtract(reasonable, reallyBig, &difference); in DEF_TEST() 268 REPORTER_ASSERT(reporter, difference == reasonable); in DEF_TEST()
|
/third_party/gn/src/gn/ |
H A D | args.cc | 199 // variable errors in other toolchains. Also, in some cases it's reasonable
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2214 % shrink), and it is reasonable to expect all typewriter fonts to have 3660 {\let\par=\endgraf \smallbreak}% reasonable place to break 9905 % interword stretch (and shrink), and it is reasonable to expect all
|
Completed in 10 milliseconds