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

1234

/external/chromium_org/v8/test/test262-es6/
H A Dharness-adapt.js84 function $DONE(arg){
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbrkiter.h12 * 02/18/97 aliu Added typedef for TextCount. Made DONE const.
208 * DONE is returned by previous() and next() after all valid
212 DONE = (int32_t)-1 enumerator in enum:BreakIterator::__anon12012
231 * @return The character index of the previous text boundary or DONE if all
239 * @return The character index of the next text boundary or DONE if all
255 * the value BreakIterator.DONE
265 * the value BreakIterator.DONE
288 * 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::__anon12013
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::__anon12017
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/icu/icu4c/source/common/unicode/
H A Dbrkiter.h12 * 02/18/97 aliu Added typedef for TextCount. Made DONE const.
208 * DONE is returned by previous() and next() after all valid
212 DONE = (int32_t)-1 enumerator in enum:BreakIterator::__anon21802
231 * @return The character index of the previous text boundary or DONE if all
239 * @return The character index of the next text boundary or DONE if all
255 * the value BreakIterator.DONE
265 * the value BreakIterator.DONE
288 * 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::__anon21803
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::__anon21807
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/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.h30 DONE enumerator in enum:content::SyntheticTapGesture::GestureState
H A Dsynthetic_pinch_gesture.h32 DONE enumerator in enum:content::SyntheticPinchGesture::GestureState
H A Dsynthetic_smooth_scroll_gesture.h43 DONE enumerator in enum:content::SyntheticSmoothScrollGesture::GestureState
/external/chromium_org/third_party/icu/source/common/
H A Druleiter.h34 // 2. Rather than return DONE, throw an exception if the end
67 enum { DONE = -1 }; enumerator in enum:RuleCharacterIterator::__anon11925
110 * Returns the next character using the given options, or DONE if there
121 * @return the current 32-bit code point, or DONE
/external/icu/icu4c/source/common/
H A Druleiter.h34 // 2. Rather than return DONE, throw an exception if the end
67 enum { DONE = -1 }; enumerator in enum:RuleCharacterIterator::__anon21715
110 * Returns the next character using the given options, or DONE if there
121 * @return the current 32-bit code point, or DONE
/external/llvm/tools/msbuild/
H A Dinstall.bat34 IF %SUCCESS% == 1 goto DONE
82 :DONE label
/external/chromium_org/content/public/test/
H A Djavascript_test_observer.h29 DONE enumerator in enum:content::TestMessageHandler::MessageResponse
/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:__anon34339
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/chromium_org/net/url_request/
H A Durl_request_test_job.h133 // When the stage is DONE, this job will not be put on the queue.
134 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE }; enumerator in enum:net::URLRequestTestJob::Stage
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.h62 DONE = 2 enumerator in enum:blink::FINAL::ReadyState
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.h59 DONE = 2 enumerator in enum:blink::FINAL::ReadyState
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.h101 DONE, enumerator in enum:i18n::phonenumbers::PhoneNumberMatcher::State
192 // The next index to start searching at. Undefined in State.DONE.
/external/chromium_org/v8/test/cctest/
H A Dtest-threads.cc39 DONE enumerator in enum:Turn
80 turn = DONE;
122 CHECK_EQ(DONE, turn);
/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/chromium_org/v8/src/
H A Dlithium-codegen.h60 DONE, enumerator in enum:v8::internal::BASE_EMBEDDED::Status
76 bool is_done() const { return status_ == DONE; }

Completed in 492 milliseconds

1234