Searched defs:DONE (Results 1 - 25 of 66) sorted by relevance

123

/external/icu4c/common/unicode/
H A Dbrkiter.h12 * 02/18/97 aliu Added typedef for TextCount. Made DONE const.
203 * DONE is returned by previous() and next() after all valid
207 DONE = (int32_t)-1 enumerator in enum:BreakIterator::__anon5799
224 * @return The character index of the previous text boundary or DONE if all
232 * @return The character index of the next text boundary or DONE if all
248 * the value BreakIterator.DONE
258 * the value BreakIterator.DONE
281 * DONE if there are fewer than |n| boundaries in the specfied direction.
H A Dchariter.h64 * <li>nextPostInc() and next32PostInc() return DONE
80 * while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
96 enum { DONE = 0xffff }; enumerator in enum:ForwardCharacterIterator::__anon5800
146 * no more code units to return, returns DONE.
156 * no more code points to return, returns DONE.
232 * for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) {
251 * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
295 * for(UChar c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) {
306 * for(UChar c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
320 * c != CharacterIterator.DONE
[all...]
H A Dnormlzr.h133 * If DONE is returned from an iteration function that returns a code point,
138 DONE=0xffff enumerator in enum:Normalizer::__anon5804
482 * If the end of the text has already been reached, DONE is returned.
483 * The DONE value could be confused with a U+FFFF non-character code point
485 * before calling next(), or (getIndex()<endIndex() || last()!=DONE)
498 * If the beginning of the text has already been reached, DONE is returned.
499 * The DONE value could be confused with a U+FFFF non-character code point
501 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change
/external/icu4c/common/
H A Druleiter.h34 // 2. Rather than return DONE, throw an exception if the end
67 enum { DONE = -1 }; enumerator in enum:RuleCharacterIterator::__anon5717
110 * Returns the next character using the given options, or DONE if there
121 * @return the current 32-bit code point, or DONE
/external/chromium/chrome/browser/sync/
H A Dsync_setup_wizard.h54 DONE enumerator in enum:SyncSetupWizard::State
/external/chromium/net/url_request/
H A Durl_request_test_job.h104 // When the stage is DONE, this job will not be put on the queue.
105 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE }; enumerator in enum:net::URLRequestTestJob::Stage
/external/guava/guava/src/com/google/common/base/
H A DAbstractIterator.java37 READY, NOT_READY, DONE, FAILED, enum constant in enum:AbstractIterator.State
45 state = State.DONE;
53 case DONE:
65 if (state != State.DONE) {
/external/guava/guava/src/com/google/common/collect/
H A DAbstractIterator.java78 DONE, enum constant in enum:AbstractIterator.State
124 state = State.DONE;
132 case DONE:
144 if (state != State.DONE) {
/external/zlib/src/contrib/infback9/
H A Dinflate9.h17 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon16096
27 TYPE -> STORED or TABLE or LEN or DONE
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivityHandler.java48 DONE enum constant in enum:CaptureActivityHandler.State
103 state = State.DONE;
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java76 DONE; enum constant in enum:LivenessAnalyzer.NextFunction
128 while (nextFunction != NextFunction.DONE) {
131 nextFunction = NextFunction.DONE;
136 nextFunction = NextFunction.DONE;
141 nextFunction = NextFunction.DONE;
157 nextFunction = NextFunction.DONE;
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.h56 DONE = 2 enumerator in enum:WebCore::FileWriter::ReadyState
H A DFileReader.h63 DONE = 2 enumerator in enum:WebCore::FileReader::ReadyState
/external/webkit/Source/WebCore/storage/
H A DIDBRequest.h61 DONE = 2, enumerator in enum:WebCore::IDBRequest::ReadyState
/external/chromium/chrome/browser/importer/
H A Dtoolbar_importer.h71 DONE enumerator in enum:Toolbar5Importer::InternalStateEnum
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java58 static final int DONE = 2; field in class:Liveness
102 tb.status = DONE;
122 tb.status = DONE;
127 if (tb.updating || tb.status >= DONE)
132 tb.status = DONE;
138 if (e.status != DONE)
148 if (e.status != DONE)
158 tb.status = changed ? CHANGED_NOW : DONE;
161 tb.status = DONE;
176 if (h.status != DONE) {
[all...]
/external/v8/test/cctest/
H A Dtest-threads.cc60 DONE enumerator in enum:Turn
97 turn = DONE;
138 CHECK_EQ(DONE, turn);
/external/chromium/net/http/
H A Dhttp_transaction_unittest.h114 bool is_done() const { return state_ == DONE; }
127 DONE enumerator in enum:TestTransactionConsumer::State
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD enumerator in enum:bar_baz::__anon4596
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcher.java167 NOT_READY, READY, DONE enum constant in enum:PhoneNumberMatcher.State
188 /** The next index to start searching at. Undefined in {@link State#DONE}. */
642 state = State.DONE;
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h47 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon10743
73 CHECK -> LENGTH -> DONE
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.h58 DONE = 4 enumerator in enum:WebCore::XMLHttpRequest::State
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_ikev2.c25 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon15269
45 case DONE:
46 return "DONE";
230 eap_ikev2_state(data, DONE);
444 return data->state == DONE && data->keymat_ok;
453 if (data->state != DONE || !data->keymat_ok)
471 if (data->state != DONE || !data->keymat_ok)
H A Deap_tnc.c24 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon15279
H A Deap_wsc.c26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon15281
49 case DONE:
50 return "DONE";

Completed in 450 milliseconds

123