HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 126 - 150 of 2152) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/re2/util/
pcre.cc 167 if (&a0 == &no_more_args) goto done; args[n++] = &a0;
168 if (&a1 == &no_more_args) goto done; args[n++] = &a1;
169 if (&a2 == &no_more_args) goto done; args[n++] = &a2;
170 if (&a3 == &no_more_args) goto done; args[n++] = &a3;
171 if (&a4 == &no_more_args) goto done; args[n++] = &a4;
172 if (&a5 == &no_more_args) goto done; args[n++] = &a5;
173 if (&a6 == &no_more_args) goto done; args[n++] = &a6;
174 if (&a7 == &no_more_args) goto done; args[n++] = &a7;
175 if (&a8 == &no_more_args) goto done; args[n++] = &a8;
176 if (&a9 == &no_more_args) goto done; args[n++] = &a9
    [all...]
strutil.cc 73 // We can increment the last character in the string and be done
78 bool done = false; local
81 while (!done && index >= 0) {
87 done = true;
90 if (!done) {
  /external/regex-re2/util/
pcre.cc 162 if (&a0 == &no_more_args) goto done; args[n++] = &a0;
163 if (&a1 == &no_more_args) goto done; args[n++] = &a1;
164 if (&a2 == &no_more_args) goto done; args[n++] = &a2;
165 if (&a3 == &no_more_args) goto done; args[n++] = &a3;
166 if (&a4 == &no_more_args) goto done; args[n++] = &a4;
167 if (&a5 == &no_more_args) goto done; args[n++] = &a5;
168 if (&a6 == &no_more_args) goto done; args[n++] = &a6;
169 if (&a7 == &no_more_args) goto done; args[n++] = &a7;
170 if (&a8 == &no_more_args) goto done; args[n++] = &a8;
171 if (&a9 == &no_more_args) goto done; args[n++] = &a9
    [all...]
  /external/chromium/chrome/browser/sync/glue/
database_model_worker.h 31 base::WaitableEvent* done);
  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 44 const OnDone& done);
  /external/chromium_org/chrome/browser/ui/
browser_iterator.h 20 // for (BrowserIterator iterator; !iterator.done(); iterator.Next()) {
31 bool done() const { function in class:chrome::BrowserIterator
32 // |current_iterator_| is never at the end of a list unless it is done (it
38 // Returns the current Browser, valid as long as !done().
52 // |current_iterator_| is valid or done().
  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator.cc 24 while (!browser_iterator_.done()) {
  /external/chromium_org/media/audio/
scoped_loop_observer.h 39 void ObserveLoopDestruction(bool enable, base::WaitableEvent* done);
  /external/chromium_org/remoting/client/
frame_producer.h 38 virtual void RequestReturnBuffers(const base::Closure& done) = 0;
rectangle_update_decoder.h 56 virtual void RequestReturnBuffers(const base::Closure& done) OVERRIDE;
63 const base::Closure& done) OVERRIDE;
78 // |packet| so the |packet| must remain alive and valid until |done| is
80 void DecodePacket(scoped_ptr<VideoPacket> packet, const base::Closure& done);
87 const base::Closure& done);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Service.java 73 * <li>{@code done} will be called when the method is complete. This may be
76 * <li>The parameter to {@code done} is the response. It must be of the
79 * <li>If the RPC failed, the parameter to {@code done} will be
87 RpcCallback<Message> done);
  /external/chromium_org/third_party/skia/include/core/
SkDataSet.h 51 SkASSERT(!this->done());
56 SkASSERT(!this->done());
60 bool done() const { return fPair >= fStop; } function in class:SkDataSet::Iter
62 SkASSERT(!this->done());
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_internal.cc 63 bool done = false; local
64 for (int loop = 0; !done; loop++) {
73 done = trans[i].done;
spinlock_internal.h 46 // "from" to "to". It returns when it performs a transition where done==true.
50 bool done; member in struct:base::internal::SpinLockWaitTransition
54 // satisfying 0<=i<n && trans[i].done, atomically make the transition,
56 // where !trans[i].done, but continue waiting.
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_internal.cc 63 bool done = false; local
64 for (int loop = 0; !done; loop++) {
73 done = trans[i].done;
spinlock_internal.h 46 // "from" to "to". It returns when it performs a transition where done==true.
50 bool done; member in struct:base::internal::SpinLockWaitTransition
54 // satisfying 0<=i<n && trans[i].done, atomically make the transition,
56 // where !trans[i].done, but continue waiting.
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_done.c 32 cipher_descriptor[cbc->cipher].done(&cbc->key);
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_done.c 32 cipher_descriptor[cfb->cipher].done(&cfb->key);
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_done.c 32 cipher_descriptor[ctr->cipher].done(&ctr->key);
  /external/dropbear/libtomcrypt/src/modes/ecb/
ecb_done.c 32 cipher_descriptor[ecb->cipher].done(&ecb->key);
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_done.c 32 cipher_descriptor[f8->cipher].done(&f8->key);
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_done.c 34 cipher_descriptor[lrw->cipher].done(&lrw->key);
  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_done.c 32 cipher_descriptor[ofb->cipher].done(&ofb->key);
  /external/expat/examples/
outline.c 84 int done; local
92 done = feof(stdin);
94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
101 if (done)
  /external/ppp/pppd/
md4.h 25 unsigned int done; /* Nonzero means MD computation finished */ member in struct:__anon26235

Completed in 1380 milliseconds

1 2 3 4 56 7 8 91011>>