HomeSort by relevance Sort by last modified time
    Searched defs:Done (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium/base/
perftimer.h 53 // to measure the time that something took. Call Done() when the test
67 Done();
70 void Done() {
  /external/llvm/lib/VMCore/
Use.cpp 89 ptrdiff_t Done = 0;
90 while (Done < 20) {
101 new(Stop) Use(tags[Done++]);
104 ptrdiff_t Count = Done;
109 ++Done;
110 Count = Done;
114 ++Done;
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 40 void Done();
91 Done();
120 // (SECFailure). Either way we're done with this slot.
125 void SlotUnlocker::Done() {
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 86 /** The Done method is called at the end of the UC test or UI
92 void (*Done)(
105 PERF_check((hObject), ((PERF_OBJHANDLE)(hObject))->Done( \
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 131 // !aiter.Done();
150 bool Done() const { return data_.base->Done(); }
complement.h 193 virtual bool Done() const { return s_ > 0 && siter_.Done(); }
228 virtual bool Done() const {
230 return pos_ > 0 && aiter_->Done();
const-fst.h 128 !siter.Done();
133 !aiter.Done();
147 !aiter.Done();
345 bool Done() const { return s_ >= nstates_; }
371 bool Done() const { return i_ >= narcs_; }
partition.h 64 // operations are then done by simply disconnecting the element from
260 bool Done() {
relabel.h 63 !siter.Done(); siter.Next()) {
66 !aiter.Done(); aiter.Next()) {
110 for (SymbolTableIterator syms_iter(*old_isymbols); !syms_iter.Done();
120 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done();
209 for (SymbolTableIterator syms_iter(*old_isymbols); !syms_iter.Done();
219 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done();
275 for (ArcIterator<Fst<A> > aiter(*fst_, s); !aiter.Done(); aiter.Next()) {
417 bool Done() const { return siter_.Done(); }
422 if (!siter_.Done()) {
    [all...]
string-weight.h 163 bool Done() const {
198 bool Done() const { return fin_; }
242 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) {
261 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next())
269 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next())
281 // for (StringWeightIterator<L, S> iter(w); !iter.Done(); iter.Next())
296 for (; !iter1.Done() ; iter1.Next(), iter2.Next())
319 if (iter.Done())
326 for (size_t i = 0; !iter.Done(); ++i, iter.Next()) {
389 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value()
    [all...]
symbol-table.h 339 // is iterator done
340 bool Done(void) {
356 if (Done()) return;
cache.h 397 virtual bool Done() const {
442 bool Done() const { return i_ >= state_->arcs.size(); }
factor-weight.h 59 // bool Done() const;
71 bool Done() const { return true; }
85 bool Done() const { return done_; }
93 for (iter.Next(); !iter.Done(); iter.Next())
113 bool Done() const { return done_; }
196 if (w != Weight::Zero() && f.Done())
259 !ait.Done();
264 if (final_only_ || fit.Done()) {
268 for (; !fit.Done(); fit.Next()) {
283 !fit.Done();
    [all...]
  /external/chromium/net/base/
io_buffer.cc 117 void PickledIOBuffer::Done() {
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
139 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
141 if (Done) return *this; // Found a new interval! Use it!
  /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/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 226 bool Done = true;
230 default: Done = false; break;
258 if (Done) break;
  /external/v8/src/
data-flow.h 58 bool Done() const { return current_index_ >= target_->data_length_; }
62 ASSERT(!Done());
221 bool Done() const { return current_ >= target_->dense_.length(); }
223 ASSERT(!Done());
227 ASSERT(!Done());
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 351 void Done() { }
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 221 bool Done() {
243 for (ParseHelper PH(CommentStart, CommentStart+CommentLen); !PH.Done();) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 180 /// returning true if it cannot be done. This just pattern matches for the
364 bool Done = false;
378 Done = true;
384 if (!Done && MatchAddress(Addr, AM12, /* is12Bit */ true))
388 if (!Done && !is12BitOnly &&
413 bool Done = false;
427 Done = true;
433 if (!Done && MatchAddress(Addr, AM, /* is12Bit */ false))
456 bool Done = false;
470 Done = true
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 399 public void Done()
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 399 public void Done()
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 399 public void Done()
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]

Completed in 979 milliseconds

1 2