Home
last modified time | relevance | path

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

/external/skia/tests/
DRegionTest.cpp282 bool nonEmpty = region.setRect(0, 0, 50, 50); in DEF_TEST() local
283 REPORTER_ASSERT(r, nonEmpty); in DEF_TEST()
288 nonEmpty = region.op(50, 50, 100, 100, SkRegion::kUnion_Op); in DEF_TEST()
289 REPORTER_ASSERT(r, nonEmpty); in DEF_TEST()
DPictureTest.cpp962 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt() local
963 REPORTER_ASSERT(reporter, true == nonEmpty); in test_clip_bound_opt()
973 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt() local
974 REPORTER_ASSERT(reporter, true == nonEmpty); in test_clip_bound_opt()
984 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt() local
985 REPORTER_ASSERT(reporter, true == nonEmpty); in test_clip_bound_opt()
994 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt() local
995 REPORTER_ASSERT(reporter, true == nonEmpty); in test_clip_bound_opt()
1004 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds); in test_clip_bound_opt() local
1008 REPORTER_ASSERT(reporter, true == nonEmpty); in test_clip_bound_opt()
[all …]
/external/clang/test/CodeGenCXX/
Dmember-function-pointers.cpp250 int nonEmpty; member
257 int nonEmpty; member