HomeSort by relevance Sort by last modified time
    Searched full:notempty (Results 1 - 16 of 16) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 127 private final Condition notEmpty = takeLock.newCondition();
143 notEmpty.signal();
413 notEmpty.await();
418 notEmpty.signal();
438 nanos = notEmpty.awaitNanos(nanos);
443 notEmpty.signal();
465 notEmpty.signal();
LinkedBlockingDeque.java 129 private final Condition notEmpty = lock.newCondition();
197 notEmpty.signal();
216 notEmpty.signal();
460 notEmpty.await();
473 notEmpty.await();
490 nanos = notEmpty.awaitNanos(nanos);
508 nanos = notEmpty.awaitNanos(nanos);
    [all...]
ArrayBlockingQueue.java 77 private final Condition notEmpty;
127 notEmpty.signal();
199 notEmpty = lock.newCondition();
345 notEmpty.await();
360 nanos = notEmpty.awaitNanos(nanos);
PriorityBlockingQueue.java 130 private final Condition notEmpty;
183 this.notEmpty = lock.newCondition();
206 this.notEmpty = lock.newCondition();
449 notEmpty.signal();
507 notEmpty.await();
521 nanos = notEmpty.awaitNanos(nanos);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
PictureSet.cpp 872 void notEmpty() {
888 notEmpty();
896 notEmpty();
906 notEmpty();
912 notEmpty();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 591 final boolean notEmpty = mDigits.length() != 0;
593 mDialButton.setEnabled(notEmpty);
594 mDelete.setEnabled(notEmpty);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 49 * final Condition notEmpty = <b>lock.newCondition(); </b>
62 * <b>notEmpty.signal();</b>
72 * <b>notEmpty.await();</b>
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 759 "www.notempty.com/full1.html");
770 "www.notempty.com/full2.html");
782 GURL("http://www.notempty.com/full1.html"),
786 GURL("http://www.notempty.com/full2.html"),
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.good 511 if (md->notempty && eptr == md->start_match)
612 match_block.notempty = (options & PCRE_NOTEMPTY) != 0;
    [all...]
uniq.inp 1221 if (md->notempty && eptr == md->start_match)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
java.php     [all...]
java5.php     [all...]
  /external/pcre/
pcre_internal.h 1720 BOOL notempty; \/* Empty string match not wanted *\/ member in struct:match_data
    [all...]
pcre_exec.c     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 1075 milliseconds