/external/pcre/ |
pcregexp.pas | 89 destructor Done; virtual;
504 destructor TpcRegExp.Done;
697 Dispose(PpcRegExp(P),Done);
774 Dispose(PpcRE,Done);
786 Dispose(PpcRE,Done);
826 Dispose(P, Done);
844 Dispose(PRegExpCache,Done);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
vector-fst.h | 330 !siter.Done(); 337 !aiter.Done(); 674 bool Done() const { return s_ >= nstates_; } 700 bool Done() const { return i_ >= arcs_.size(); } 733 virtual bool Done() const { return i_ >= state_->arcs.size(); }
|
replace.h | 184 !siter.Done(); siter.Next()) { 186 !aiter.Done(); aiter.Next()) { 318 !aiter.Done(); aiter.Next()) {
|
cache.h | 397 virtual bool Done() const { 442 bool Done() const { return i_ >= state_->arcs.size(); }
|
shortest-path.h | 113 !aiter.Done(); 308 !aiter.Done();
|
partition.h | 64 // operations are then done by simply disconnecting the element from 260 bool Done() {
|
shortest-distance.h | 142 !aiter.Done();
|
determinize.h | 312 !aiter.Done(); 500 !aiter.Done();
|
queue.h | 661 for (StateIterator< Fst<Arc> > sit(fst); !sit.Done(); sit.Next()) { 664 !ait.Done();
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 258 done 884 done 896 done 938 done 953 done 955 done 968 echo "Skipping $1: already done." 978 done 1045 done 1070 done [all...] |
/development/build/tools/ |
windows_sdk.mk | 75 $(call winsdk-banner,Done)
|
/external/clang/lib/Frontend/ |
VerifyDiagnosticsClient.cpp | 212 bool Done() { 234 for (ParseHelper PH(CommentStart, CommentStart+CommentLen); !PH.Done();) {
|
/external/srec/tools/grxmlcompile/ |
fst-io.h | 66 !siter.Done(); 110 !aiter.Done();
|
/external/valgrind/unittest/ |
demo_tests.cc | 516 void Done() { 542 a->Done();
|
/external/v8/src/ |
liveobjectlist.cc | 363 // as we're not at the last list (indicated by done()). 364 while ((elements_ == NULL) && !Done()) { 369 inline bool Done() const { 378 while (!Done()) { 428 // as we're not at the last list (indicated by Done()). 429 while ((elements_ == NULL) && !Done()) { 434 inline bool Done() const { 442 // Done with current list. Move on to the next. 443 while (!Done()) { // If not at the last list already, ... 645 for (it.Init(); !it.Done(); it.Next()) 2286 bool done = false; local [all...] |
/build/core/ |
cleanbuild.mk | 71 $(info *** Done with the cleaning, now starting the real build.) 222 $(info *** Done with the cleaning, now starting the real build.)
|
/external/srec/tools/make_cfst/ |
make_cfst.cpp | 250 for(fst::SymbolTableIterator syms_iter( *syms); !syms_iter.Done(); syms_iter.Next() ) {
|
/external/chromium/chrome/browser/ |
memory_details.cc | 91 for (BrowserChildProcessHost::Iterator iter; !iter.Done(); ++iter) {
|
/external/clang/lib/AST/ |
DeclCXX.cpp | [all...] |
/external/webkit/Source/WebCore/inspector/ |
InspectorProfilerAgent.cpp | 351 void Done() { }
|
/frameworks/compile/libbcc/runtime/ |
Makefile | 235 $(info MAKE: Done processing Makefile)
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 689 // Note: this is done so the Resolver doesn't have to manage GOT memory [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb1RegisterInfo.cpp | 547 bool Done = false; 548 Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII); 549 assert (Done && "Unable to resolve frame index!"); 573 bool done = false; 574 for (MachineBasicBlock::iterator II = I; !done && II != UseMI ; ++II) { 585 done = true;
|
/external/mksh/src/ |
lex.c | 501 * This is not done in POSIX mode (section 782 goto Done; 815 goto Done; 939 Done: 950 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */ 1379 /* Done here to ensure nothing odd happens when a timeout occurs */ [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventFragment.java | 112 private Done mOnDone = new Done(); 640 class Done implements EditEventHelper.EditDoneRunnable { [all...] |