Searched defs:done (Results 51 - 75 of 541) sorted by relevance

1234567891011>>

/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-system.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-system.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-system.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/autotest/client/deps/glbench/src/
H A Dmain.cc174 uint64_t done = GetUTime() + 1000000ULL * FLAGS_duration; local
188 } while (GetUTime() < done);
/external/boringssl/src/crypto/cmac/
H A Dcmac_test.cc58 size_t done = 0; local
59 while (done < msg_len) {
60 size_t todo = std::min(msg_len - done, static_cast<size_t>(chunk_size));
61 if (!CMAC_Update(ctx.get(), msg + done, todo)) {
66 done += todo;
/external/boringssl/src/crypto/hkdf/
H A Dhkdf.c32 size_t n, done = 0; local
74 if (done + todo > out_len) {
75 todo = out_len - done;
77 memcpy(out_key + done, previous, todo);
78 done += todo;
/external/curl/lib/
H A Dcurl_rtmp.c49 static CURLcode rtmp_do(struct connectdata *conn, bool *done);
51 static CURLcode rtmp_connect(struct connectdata *conn, bool *done);
65 rtmp_done, /* done */
85 rtmp_done, /* done */
105 rtmp_done, /* done */
125 rtmp_done, /* done */
145 rtmp_done, /* done */
165 rtmp_done, /* done */
197 static CURLcode rtmp_connect(struct connectdata *conn, bool *done) argument
225 *done
231 rtmp_do(struct connectdata *conn, bool *done) argument
[all...]
H A Ddict.c68 static CURLcode dict_do(struct connectdata *conn, bool *done);
78 ZERO_NULL, /* done */
126 static CURLcode dict_do(struct connectdata *conn, bool *done) argument
142 *done = TRUE; /* unconditionally */
H A Dnetrc.c118 bool done=FALSE; local
122 while(!done && fgets(netrcbuffer, netrcbuffsize, file)) {
124 while(!done && tok) {
127 done=TRUE;
/external/e2fsprogs/lib/ext2fs/
H A Dlink.c27 int done; member in struct:link_struct
44 if (ls->done)
103 ls->done++;
131 ls.done = 0;
143 if (!ls.done)
/external/guava/guava/src/com/google/common/hash/
H A DMessageDigestHashFunction.java121 private boolean done; field in class:MessageDigestHashFunction.MessageDigestHasher
147 checkState(!done, "Cannot re-use a Hasher after calling hash() on it");
153 done = true;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_mbcs.java146 boolean done = false; field in class:CharsetRecog_mbcs.iteratedChar
153 done = false;
158 done = true;
334 it.done = true;
376 return (it.done == false);
475 it.done = true;
512 return (it.done == false);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DCaseIterator.java407 private boolean done = false; field in class:CaseIterator
467 done = false;
476 * When the iteration is done, null is returned.
480 if (done) return null;
504 done = true;
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DCaseIterator.java403 private boolean done = false; field in class:CaseIterator
463 done = false;
472 * When the iteration is done, null is returned.
476 if (done) return null;
500 done = true;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java145 boolean done = false; field in class:CharsetRecog_mbcs.iteratedChar
152 done = false;
157 done = true;
333 it.done = true;
375 return (it.done == false);
474 it.done = true;
511 return (it.done == false);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DCaseIterator.java406 private boolean done = false; field in class:CaseIterator
466 done = false;
475 * When the iteration is done, null is returned.
479 if (done) return null;
503 done = true;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTreeWalker.java64 public void done() method in class:LigatureTreeWalker
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dsyscall_set.cc68 SyscallSet::Iterator::Iterator(Set set, bool done) argument
69 : set_(set), done_(done), num_(0) {
71 if (!done && set_ == (IsValid(num_) ? Set::INVALID_ONLY : Set::VALID_ONLY)) {
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.c35 int done = 0; local
36 while (!done) {
45 done = 1;
47 // signal to the main thread that we're done (for sync())

Completed in 881 milliseconds

1234567891011>>