Searched refs:done (Results 76 - 100 of 1555) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Daudio_stub.h22 const base::Closure& done) = 0;
H A Dvideo_stub.h20 const base::Closure& done) = 0;
/external/chromium_org/third_party/re2/util/
H A Dstrutil.cc73 // 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/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_internal.cc63 bool done = false; local
64 for (int loop = 0; !done; loop++) {
73 done = trans[i].done;
H A Dspinlock_internal.h46 // "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/
H A Dspinlock_internal.cc63 bool done = false; local
64 for (int loop = 0; !done; loop++) {
73 done = trans[i].done;
H A Dspinlock_internal.h46 // "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/expat/examples/
H A Doutline.c84 int done; local
92 done = feof(stdin);
94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
101 if (done)
/external/ppp/pppd/
H A Dmd4.h25 unsigned int done; /* Nonzero means MD computation finished */ member in struct:__anon28885
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DService.java73 * <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);
84 callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done) argument
/external/regex-re2/util/
H A Dstrutil.cc73 // 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/smack/src/org/xbill/DNS/
H A DClient.java17 boolean done = false;
24 done = true;
27 if (!done && selector != null)
29 if (!done)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstatesort.h45 vector<bool> done(order.size(), false);
55 if (done[s1])
63 for (; !done[s1]; s1 = s2, final1 = final2, swap(arcs1, arcs2)) {
65 if (!done[s2]) {
80 done[s1] = true;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser-android.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-wpadebug.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
/external/wpa_supplicant_8/src/utils/
H A Dbrowser-android.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-wpadebug.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser-android.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-wpadebug.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
/external/lldb/source/Target/
H A DThreadPlanStepUntil.cpp209 bool done; local
213 done = true;
215 done = false;
217 if (done)
239 // If we're at the right stack depth, then we're done.
241 bool done; local
245 done = true;
247 done = false;
261 done = true;
263 done
397 bool done = false; local
[all...]
/external/qemu/util/
H A Diov.c32 size_t done; local
34 for (i = 0, done = 0; (offset || done < bytes) && i < iov_cnt; i++) {
36 size_t len = MIN(iov[i].iov_len - offset, bytes - done);
37 memcpy(iov[i].iov_base + offset, buf + done, len);
38 done += len;
45 return done;
51 size_t done; local
53 for (i = 0, done = 0; (offset || done < byte
70 size_t done; local
310 size_t done; local
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacros.java106 boolean done = false;
107 while (!done) {
118 done = true;
128 boolean done = false;
129 while (!done) {
148 done = true;
158 boolean done = false;
159 while (!done) {
174 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DTranscriptsProvider.java55 boolean done = false;
56 while (!done) {
65 done = true;
80 boolean done = false;
81 while (!done) {
100 done = true;
114 boolean done = false;
115 while (!done) {
139 done = true;
/external/chromium_org/base/process/
H A Dprocess_iterator_freebsd.cc22 bool done = false; local
31 done = true;
45 done = true;
51 done = true;
54 } while (!done && (try_num++ < max_tries));
56 if (!done) {
H A Dprocess_iterator_mac.cc28 bool done = false; local
37 done = true;
52 done = true;
58 done = true;
61 } while (!done && (try_num++ < max_tries));
63 if (!done) {

Completed in 5055 milliseconds

1234567891011>>