Home
last modified time | relevance | path

Searched refs:notEmpty (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java86 private final Monitor.Guard notEmpty; field in MonitorBasedArrayBlockingQueue
176 notEmpty = new Monitor.Guard(monitor) { in MonitorBasedArrayBlockingQueue()
307 if (monitor.enterIf(notEmpty)) { in poll()
321 monitor.enterWhen(notEmpty); in take()
332 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll()
346 if (monitor.enterIf(notEmpty)) { in peek()
DMonitorBasedPriorityBlockingQueue.java97 private final Monitor.Guard notEmpty = field in MonitorBasedPriorityBlockingQueue
250 monitor.enterWhen(notEmpty); in take()
261 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll()
/external/skia/tests/
DRefCntTest.cpp273 sk_sp<SkRefCnt> notEmpty = sk_make_sp<SkRefCnt>(); in DEF_TEST() local
276 REPORTER_ASSERT(reporter, notEmpty != empty); in DEF_TEST()
277 REPORTER_ASSERT(reporter, empty != notEmpty); in DEF_TEST()
/external/skqp/tests/
DRefCntTest.cpp273 sk_sp<SkRefCnt> notEmpty = sk_make_sp<SkRefCnt>(); in DEF_TEST() local
276 REPORTER_ASSERT(reporter, notEmpty != empty); in DEF_TEST()
277 REPORTER_ASSERT(reporter, empty != notEmpty); in DEF_TEST()
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/swingui/
Dgunit.stg9 <if(it.notEmpty)>