Searched defs:done (Results 101 - 125 of 541) sorted by relevance

1234567891011>>

/external/toybox/toys/pending/
H A Darping.c83 static void done(int sig) function
175 if (toys.optflags & FLAG_f) done(0);
192 if (!TT.count) done(0);
196 ((TT.time_out)*1000))) done(0);
281 signal(SIGINT, done);
/external/v8/test/cctest/
H A Dtest-assembler-x87.cc328 Label done, table; local
340 __ jmp(&done);
343 __ bind(&done);
375 Label done, table; local
383 __ jmp(&done);
391 __ bind(&done);
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dll.S332 cmpwi 13,0 # ! if null, we are done
333 beq done
344 beq done
353 beq done
363 done: label
/external/webrtc/webrtc/base/
H A Dhttprequest.h100 bool done() const { return complete_; } function in class:rtc::HttpMonitor
H A Dsharedexclusivelock_unittest.cc33 bool* done)
37 done_(done) {
54 ReadTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) argument
55 : SharedExclusiveTask(shared_exclusive_lock, value, done) {
87 WriteTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) argument
88 : SharedExclusiveTask(shared_exclusive_lock, value, done) {
161 bool done; local
162 WriteTask writer(shared_exclusive_lock_.get(), &value_, &done);
168 done = false;
174 EXPECT_TRUE_WAIT(done, kProcessTimeoutInM
31 SharedExclusiveTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) argument
181 bool done; local
200 bool done; local
[all...]
/external/zlib/src/examples/
H A Denough.c150 /* The array for tracking visited states, done[], is itself indexed identically
165 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[]
173 local size_t size; /* number of elements in num and done */
176 local struct tab *done; /* states already evaluated array */ variable in typeref:struct:tab
178 /* Index function for num[] and done[] */
181 /* Free allocated space. Uses globals code, num, and done. */
186 if (done != NULL) {
188 if (done[n].len)
189 free(done[n].vec);
190 free(done);
[all...]
/external/autotest/client/tests/hackbench/src/
H A Dhackbench.c168 int ret, done = 0; local
171 ret = write(ctx->out_fds[j], data + done, sizeof(data)-done);
174 done += ret;
175 if (done < sizeof(data))
198 int ret, done = 0; local
201 ret = read(ctx->in_fds[0], data + done, DATASIZE - done);
204 done += ret;
205 if (done < DATASIZ
[all...]
/external/autotest/client/tests/monotonic_time/src/
H A Dtime_test.c146 int done; /* flag to stop test */ member in struct:test_info
224 while (! test->done)
262 test->done = 1;
287 * tell the test threads that we are done and wait for them to exit
289 test->done = 1;
/external/avahi/avahi-core/
H A Dquery-sched.c45 int done; member in struct:AvahiQueryJob
79 static AvahiQueryJob* job_new(AvahiQueryScheduler *s, AvahiKey *key, int done) { argument
96 if ((qj->done = done))
111 if (qj->done)
140 assert(!qj->done);
145 qj->done = 1;
283 if (qj->done) {
320 assert(!qj->done);
336 assert(qj->done);
[all...]
/external/bison/src/
H A Dlalr.c235 bool done; local
252 done = false;
253 while (!done)
255 done = true;
266 done = false;
/external/blktrace/btt/
H A Dbt_timeline.c34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
106 while (!done && next_trace(&iop->t, &iop->pdu)) {
/external/boringssl/mac-x86_64/crypto/modes/
H A Dghash-x86_64.S1071 jz L$done
1206 jnz L$done
1249 L$done:
/external/boringssl/src/tool/
H A Dspeed.cc45 // num_calls is the number of function calls done in the time period.
94 unsigned done = 0, iterations_between_time_checks; local
119 done++;
129 results->num_calls = done;
/external/curl/lib/
H A Dfile.c85 static CURLcode file_do(struct connectdata *, bool *done);
88 static CURLcode file_connect(struct connectdata *conn, bool *done);
101 file_done, /* done */
187 static CURLcode file_connect(struct connectdata *conn, bool *done) argument
244 file->freepath = real_path; /* free this when done */
252 *done = TRUE;
412 * the do-phase, to have it done in the main transfer loop but since some
417 static CURLcode file_do(struct connectdata *conn, bool *done) argument
438 *done = TRUE; /* unconditionally */
462 *done
[all...]
H A Drtsp.c61 static CURLcode rtsp_do(struct connectdata *conn, bool *done);
63 static CURLcode rtsp_connect(struct connectdata *conn, bool *done);
109 rtsp_done, /* done */
171 static CURLcode rtsp_connect(struct connectdata *conn, bool *done) argument
176 httpStatus = Curl_http_connect(conn, done);
178 /* Initialize the CSeq if not already done */
232 static CURLcode rtsp_do(struct connectdata *conn, bool *done) argument
253 *done = TRUE;
/external/curl/lib/vtls/
H A Daxtls.c54 /* axTLS has no global init. Everything is done through SSL and SSL_CTX
398 bool *done)
404 *done = FALSE;
446 *done = TRUE;
681 /* Initialize the seed if not already done. This call is not exactly thread
395 Curl_axtls_connect_nonblocking( struct connectdata *conn, int sockindex, bool *done) argument
H A Dpolarssl.c605 bool *done)
616 *done = TRUE;
665 *done = FALSE;
691 } /* repeat step2 until all transactions are done. */
703 *done = TRUE;
706 *done = FALSE;
717 bool *done)
719 return polarssl_connect_common(conn, sockindex, TRUE, done);
728 bool done = FALSE; local
730 result = polarssl_connect_common(conn, sockindex, FALSE, &done);
602 polarssl_connect_common(struct connectdata *conn, int sockindex, bool nonblocking, bool *done) argument
715 Curl_polarssl_connect_nonblocking(struct connectdata *conn, int sockindex, bool *done) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass3.c16 * "done".
20 * until it reaches a directory which has been marked "done". If it
76 pctx.errcode = e2fsck_allocate_inode_bitmap(fs, _("inode done bitmap"),
270 * Mark this inode as being "done"; by the time we
276 * If it was marked done already, then we've reached a
600 int done; member in struct:fix_dotdot_struct
639 fp->done++;
652 fp.done = 0;
663 if (retval || !fp.done) {
/external/eigen/bench/
H A Dbench_gemm.cpp32 static double done = 1; variable
61 dgemm_(&notrans,&notrans,&M,&N,&K,&done,
63 const_cast<double*>(b.data()),&ldb,&done,
/external/fio/crc/
H A Dsha256.c246 unsigned int partial, done; local
251 done = 0;
256 done = -partial;
257 memcpy(sctx->buf + partial, data, done + 64);
263 done += 64;
264 src = data + done;
265 } while (done + 63 < len);
269 memcpy(sctx->buf + partial, src, len - done);
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc136 size_t done = 0; local
141 while (done < length) {
142 const size_t l = (length - done > word_size) ? word_size : (length - done);
143 if (sys_ptrace(PTRACE_PEEKDATA, child, remote + done, &tmp) == -1) {
146 my_memcpy(local + done, &tmp, l);
147 done += l;
/external/gptfdisk/
H A Dmbrpart.cc262 int done = 0; local
268 done = 1;
271 if ((!done) && (lba >= (numHeads * numSecspTrack * MAX_CYLINDERS))) {
274 done = 1;
278 if (!done) {
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java140 private boolean done = true; field in class:AnyTransliterator.ScriptRunIterator
150 done = false;
159 if (done) return false;
198 done = (i == limit);
/external/iputils/ninfod/
H A Dninfod_name.c213 int done = 0, retcode = 0; local
234 if (!done) {
237 done = 1; /* FQDN */
240 done = 1;
245 done = 1;
249 done = 1;
256 n += done ? 0 : (*n + 1);
/external/jsmn/
H A Djsmn_test.c12 #define done() return 0 macro

Completed in 1067 milliseconds

1234567891011>>