HomeSort by relevance Sort by last modified time
    Searched refs:DONE (Results 1 - 25 of 291) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_init.c 57 goto DONE;
65 goto DONE;
93 goto DONE;
105 DONE:
pthread_cond_init.c 87 goto DONE;
95 goto DONE;
121 goto DONE;
138 DONE:
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 37 READY, NOT_READY, DONE, FAILED,
45 state = State.DONE;
53 case DONE:
65 if (state != State.DONE) {
  /external/guava/guava/src/com/google/common/collect/
AbstractIterator.java 78 DONE,
124 state = State.DONE;
132 case DONE:
144 if (state != State.DONE) {
  /libcore/luni/src/main/java/java/text/
CharacterIterator.java 31 public static final char DONE = '\uffff';
45 * @return the current character, or {@code DONE} if the current index is
90 * @return the character at the next index, or {@code DONE} if the next
98 * @return the character at the previous index, or {@code DONE} if the
109 * @return the character at the new index, or {@code DONE} if the index is
StringCharacterIterator.java 114 * @return the current character, or {@code DONE} if the current index is
119 return DONE;
150 * @return the character at the begin index or {@code DONE} if the begin
155 return DONE;
197 * @return the character before the end index or {@code DONE} if the begin
202 return DONE;
211 * @return the character at the next index, or {@code DONE} if the next
217 return DONE;
225 * @return the character at the previous index, or {@code DONE} if the
230 return DONE;
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_disasm.h 40 #define ENC1(a) ((P(DONE) << 4) | P(a))
42 #define ENC2(a,b) ((P(DONE) << 8) | (P(b) << 4) | P(a))
44 #define ENC3(a,b,c) ((P(DONE) << 12) | (P(c) << 8) | (P(b) << 4) | P(a))
46 #define ENC4(a,b,c,d) ((P(DONE) << 16) | (P(d) << 12) | (P(c) << 8) | \
49 #define ENC5(a,b,c,d,e) ((P(DONE) << 20) | (P(e) << 16) | (P(d) << 12) | \
52 #define ENC6(a,b,c,d,e,f) ((P(DONE) << 24) | (P(f) << 20) | (P(e) << 16) | \
  /cts/tests/tests/text/src/android/text/method/cts/
WordIteratorTest.java 47 assertEquals(BreakIterator.DONE, wi.getBeginning(i));
48 assertEquals(BreakIterator.DONE, wi.getEnd(i));
54 assertEquals(BreakIterator.DONE, wi.following(0));
55 assertEquals(BreakIterator.DONE, wi.preceding(0));
57 assertEquals(BreakIterator.DONE, wi.getBeginning(0));
58 assertEquals(BreakIterator.DONE, wi.getEnd(0));
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 100 return DONE;
110 return DONE;
120 return DONE;
136 return DONE;
145 return DONE;
154 /* make current() return DONE */
156 return DONE;
165 return DONE;
179 return DONE;
197 return DONE;
    [all...]
ruleiter.cpp 36 if (U_FAILURE(ec)) return DONE;
38 UChar32 c = DONE;
57 return DONE;
79 return DONE;
140 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
  /external/icu4c/common/
uchriter.cpp 101 return DONE;
111 return DONE;
121 return DONE;
137 return DONE;
146 return DONE;
155 /* make current() return DONE */
157 return DONE;
166 return DONE;
180 return DONE;
198 return DONE;
    [all...]
ruleiter.cpp 37 if (U_FAILURE(ec)) return DONE;
39 UChar32 c = DONE;
58 return DONE;
79 return DONE;
140 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
  /external/zlib/src/contrib/infback9/
inflate9.h 17 DONE, /* finished check, done -- remain here until reset */
27 TYPE -> STORED or TABLE or LEN or DONE
  /frameworks/base/core/java/android/text/method/
WordIterator.java 75 if (shiftedOffset == BreakIterator.DONE) {
76 return BreakIterator.DONE;
89 if (shiftedOffset == BreakIterator.DONE) {
90 return BreakIterator.DONE;
99 * word, otherwise returns BreakIterator.DONE.
103 * If offset is the index of a low surrogate character, BreakIterator.DONE will be returned.
106 * The returned value is within [0..offset] or BreakIterator.DONE.
125 return BreakIterator.DONE;
129 * word plus one, otherwise returns BreakIterator.DONE.
133 * If offset is the index of a low surrogate character, BreakIterator.DONE will be returned
    [all...]
  /external/chromium_org/third_party/icu/android/
patch_locale.sh 53 done
55 echo DONE.
  /external/chromium/chrome/browser/sync/
sync_setup_wizard.cc 33 SyncSetupFlow::Run(service_, flow_container_, advance_state, DONE));
47 advance_state == DONE ||
84 result = DONE;
sync_setup_wizard.h 53 // A catch-all done case for any setup process.
54 DONE
  /external/icu4c/samples/citer/
citer.cpp 29 } else if (ch == CharacterIterator::DONE) {
30 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]");
83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) {
95 if (c != CharacterIterator::DONE) {
103 } while (c != CharacterIterator::DONE);
146 if (c == CharacterIterator::DONE) {
158 if (c != CharacterIterator::DONE) {
165 } while (c != CharacterIterator::DONE);
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 60 return DONE;
65 virtual UChar first(){return DONE;};
66 virtual UChar32 first32(){return DONE;};
67 virtual UChar last(){return DONE;};
68 virtual UChar32 last32(){return DONE;};
69 virtual UChar setIndex(int32_t /*pos*/){return DONE;};
70 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
71 virtual UChar current() const{return DONE;};
72 virtual UChar32 current32() const{return DONE;};
73 virtual UChar next(){return DONE;};
    [all...]
sfwdchit.cpp 108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
  /external/icu4c/test/intltest/
citrtest.cpp 61 return DONE;
66 virtual UChar first(){return DONE;};
67 virtual UChar32 first32(){return DONE;};
68 virtual UChar last(){return DONE;};
69 virtual UChar32 last32(){return DONE;};
70 virtual UChar setIndex(int32_t /*pos*/){return DONE;};
71 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
72 virtual UChar current() const{return DONE;};
73 virtual UChar32 current32() const{return DONE;};
74 virtual UChar next(){return DONE;};
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
StringCharacterIteratorTest.java 194 assertTrue("Not DONE", it1.first() == CharacterIterator.DONE);
283 assertEquals(CharacterIterator.DONE, fixture.next());
285 assertEquals(CharacterIterator.DONE, fixture.next());
287 assertEquals(CharacterIterator.DONE, fixture.next());
295 assertTrue("Wrong next char3", it1.next() == CharacterIterator.DONE);
296 assertTrue("Wrong next char4", it1.next() == CharacterIterator.DONE);
300 it1.current() == CharacterIterator.DONE);
308 assertEquals(CharacterIterator.DONE, fixture.previous());
315 assertEquals(CharacterIterator.DONE, fixture.next())
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 75 DONE;
127 while (nextFunction != NextFunction.DONE) {
130 nextFunction = NextFunction.DONE;
135 nextFunction = NextFunction.DONE;
140 nextFunction = NextFunction.DONE;
156 nextFunction = NextFunction.DONE;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 76 DONE;
128 while (nextFunction != NextFunction.DONE) {
131 nextFunction = NextFunction.DONE;
136 nextFunction = NextFunction.DONE;
141 nextFunction = NextFunction.DONE;
157 nextFunction = NextFunction.DONE;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.idl 39 const unsigned short DONE = 2;

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>