Searched refs:DONE (Results 26 - 50 of 147) sorted by relevance

123456

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_getpass.c96 #define DONE macro
132 #define DONE macro
171 #define DONE macro
174 #ifndef DONE /* not previously provided */
255 #endif /* DONE */
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinflate.h51 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon12214
77 CHECK -> LENGTH -> DONE
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon12619
77 CHECK -> LENGTH -> DONE
/macosx-10.9.5/vim-53/src/testdir/
H A DMake_dos.mak39 echo ALL DONE
42 echo ALL DONE
45 echo ALL DONE
48 echo ALL DONE
H A Dmain.aap24 :print ALL DONE
30 :print ALL DONE
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinflate.h74 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon15184
100 CHECK -> LENGTH -> DONE
/macosx-10.9.5/zlib-53/zlib/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon15663
77 CHECK -> LENGTH -> DONE
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DFileWriter.idl42 const unsigned short DONE = 2;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dadler.c127 DONE (MDAdler_Start);
260 DONE (MDAdler_Check);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddadrcoll.cpp97 while(currChar != CharacterIterator::DONE) {
104 case CharacterIterator::DONE:
108 currChar = CharacterIterator::DONE;
112 currChar = CharacterIterator::DONE;
116 currChar = CharacterIterator::DONE;
130 if(currChar == CharacterIterator::DONE) {
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReader.cpp175 ASSERT(m_state != DONE);
196 m_state = DONE;
221 ASSERT(m_state != DONE);
222 m_state = DONE;
238 ASSERT(m_state != DONE);
239 m_state = DONE;
H A DFileReader.idl44 const unsigned short DONE = 2;
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokendatabase.cpp362 DONE
377 DONE
388 DONE
399 DONE
410 DONE
425 DONE
437 DONE
457 DONE
476 DONE
505 DONE
[all...]
H A Dtokenaccess.h77 // DONE
81 #define DONE return; \ macro
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcdutil.c198 if (! STATUS_OK(status)) goto DONE;
204 goto DONE;
211 DONE:
/macosx-10.9.5/ICU-511.35/icuSources/samples/break/
H A Dbreak.cpp48 end != BreakIterator::DONE;
60 start != BreakIterator::DONE;
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ubrkperf/
H A Dubrkperf.h92 while(m_brkIt_->next() != BreakIterator::DONE) {
100 while(m_brkIt_->next() != BreakIterator::DONE) {
H A Dubrkperf.cpp70 while(brkit->next() != BreakIterator::DONE) {
80 while(brkit->next() != BreakIterator::DONE) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dfile.c195 enum { BEFORE, SEARCHHEADER, INHEADER, INDATA, DONE } where; enumerator in enum:__anon803
253 where = DONE;
269 case DONE:
273 if (where == DONE) {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Druleiter.h34 // 2. Rather than return DONE, throw an exception if the end
67 enum { DONE = -1 }; enumerator in enum:RuleCharacterIterator::__anon973
110 * Returns the next character using the given options, or DONE if there
121 * @return the current 32-bit code point, or DONE
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dhexpand.c47 #define DONE() {flag |= HIST_ERROR; cp = 0; stakseek(0); goto done;}
209 DONE();
326 DONE();
430 DONE();
490 DONE();
549 DONE();
603 DONE();
631 DONE();
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A Dbuildall.vc.bat56 title Building Tcl, please wait...DONE!
57 echo DONE!
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A Dbuildall.vc.bat61 title Building Tk, please wait...DONE!
62 echo DONE!
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dexit.t52 print $fh <<'DONE';
60 DONE
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.idl66 const unsigned short DONE = 4;

Completed in 432 milliseconds

123456