Searched refs:nonEmpty (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | RegionTest.cpp | 282 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()
|
D | PictureTest.cpp | 962 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/ |
D | member-function-pointers.cpp | 250 int nonEmpty; member 257 int nonEmpty; member
|