HomeSort by relevance Sort by last modified time
    Searched refs:DONE (Results 226 - 250 of 481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 147 if (type == Tokenizer.DONE) return false;
  /external/opencv/cv/include/
cv.hpp 385 enum { DONE=0, STARTED=1, CALC_J=2, CHECK_ERR=3 };
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 964 for(char c= iter.first(); c != CharacterIterator.DONE; c= iter.next()) {
967 if(c1 != CharacterIterator.DONE) {
970 if(c2 != CharacterIterator.DONE) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 512 for (ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
518 for (ch = iter->last(); ch != iter->DONE; ch = iter->previous()) {
573 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 400 enum { DONE=0, STARTED=1, CALC_J=2, CHECK_ERR=3 };
  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
360 wpa_printf(MSG_DEBUG, "EAP-TNC: TNCS done - reply with an "
  /external/mksh/src/
syn.c 554 * A {...} can be used instead of do...done for for/select loops
560 c = DONE;
812 { "done", DONE, true },
951 * splitting, file globbing, or (normal) tilde expansion done.
  /external/skia/src/core/
SkBlitter_RGB16.cpp 331 goto DONE;
336 DONE:
SkStroke.cpp 135 void done(SkPath* dst, bool isLine) { function in class:SkPathStroker
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACLongtest.txt 79 done
94 done
99 echo WIDEBAND DONE!
131 done
133 done
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 531 boolean DONE = false;
554 DONE = true;
558 DONE = true;
565 DONE = true;
568 if (DONE) {
572 // DONE:
    [all...]
  /external/iw/
scan.c 355 DONE,
404 parse = DONE;
411 case DONE:
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 333 in which case it was already done. */
522 /* If there is nothing left to eval, we're done. */
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp     [all...]
  /external/libnl/lib/
msg.c 750 __ADD(NLMSG_DONE,DONE)
  /external/opencv3/3rdparty/zlib/
inflate.c 389 /* if it hasn't been done already, allocate space for the window */
552 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
656 state->head->done = -1;
808 state->head->done = 1;
    [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.c 389 /* if it hasn't been done already, allocate space for the window */
552 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
656 state->head->done = -1;
808 state->head->done = 1;
    [all...]
  /external/zlib/src/
inflate.c 389 /* if it hasn't been done already, allocate space for the window */
552 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
656 state->head->done = -1;
808 state->head->done = 1;
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 50 The 1st initial port was done by Valery Mosyagin.
56 lambdaLg10 = 0; state = DONE;
126 if( state == DONE )
176 state = DONE;
194 if( state == DONE )
242 state = DONE;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 153 // Previous break at end of string. return DONE.
367 // Previous break at end of string. return DONE.
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 149 // Previous break at end of string. return DONE.
363 // Previous break at end of string. return DONE.
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 57 boolean done; field in class:ThreadPoolExecutorSubclassTest.CustomTask
72 lock.lock(); try { return done; } finally { lock.unlock() ; }
80 if (!done) {
82 done = true;
94 if (done)
109 if (!done) {
112 done = true;
122 while (!done)
137 while (!done) {
243 final CountDownLatch done = new CountDownLatch(1) local
256 final CountDownLatch done = new CountDownLatch(1); local
483 final CountDownLatch done = new CountDownLatch(1); local
527 final CountDownLatch done = new CountDownLatch(1); local
551 final CountDownLatch done = new CountDownLatch(1); local
609 final CountDownLatch done = new CountDownLatch(1); local
637 final CountDownLatch done = new CountDownLatch(1); local
659 final CountDownLatch done = new CountDownLatch(1); local
691 final CountDownLatch done = new CountDownLatch(1); local
726 final CountDownLatch done = new CountDownLatch(1); local
1141 final CountDownLatch done = new CountDownLatch(1); local
1167 final CountDownLatch done = new CountDownLatch(1); local
1197 final CountDownLatch done = new CountDownLatch(1); local
1220 final CountDownLatch done = new CountDownLatch(1); local
1415 final CountDownLatch done = new CountDownLatch(1); local
    [all...]
ThreadPoolExecutorTest.java 96 final CountDownLatch done = new CountDownLatch(1); local
98 public void realRun() { done.countDown(); }};
100 assertTrue(done.await(LONG_DELAY_MS, MILLISECONDS));
109 final CountDownLatch done = new CountDownLatch(1); local
114 try (PoolCleaner cleaner = cleaner(p, done)) {
121 await(done);
336 final CountDownLatch done = new CountDownLatch(1); local
341 try (PoolCleaner cleaner = cleaner(p, done)) {
348 await(done);
380 final CountDownLatch done = new CountDownLatch(1) local
404 final CountDownLatch done = new CountDownLatch(1); local
494 final CountDownLatch done = new CountDownLatch(1); local
522 final CountDownLatch done = new CountDownLatch(1); local
544 final CountDownLatch done = new CountDownLatch(1); local
576 final CountDownLatch done = new CountDownLatch(1); local
611 final CountDownLatch done = new CountDownLatch(1); local
1029 final CountDownLatch done = new CountDownLatch(1); local
1058 final CountDownLatch done = new CountDownLatch(1); local
1084 final CountDownLatch done = new CountDownLatch(1); local
1110 final CountDownLatch done = new CountDownLatch(1); local
1143 final CountDownLatch done = new CountDownLatch(1); local
1165 final CountDownLatch done = new CountDownLatch(1); local
1191 final CountDownLatch done = new CountDownLatch(1); local
1422 final CountDownLatch done = new CountDownLatch(1); local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 760 while (end != BreakIterator.DONE &&

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>