Searched defs:done (Results 201 - 225 of 541) sorted by relevance

1234567891011>>

/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp83 bool done = true; local
85 if (SkOpAngle* last = segment->activeAngle(*startPtr, startPtr, endPtr, &done)) {
95 if (done) {
120 if (!segment->done(angle)) {
H A DSkPathOpsOp.cpp21 bool done = true; local
23 if (SkOpAngle* last = segment->activeAngle(*startPtr, startPtr, endPtr, &done)) {
33 if (done) {
62 if (!segment->done(angle)) {
102 if (!unsortable && current->done()) {
105 SkASSERT(unsortable || !current->done());
136 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
139 if (!spanStart->done()) {
/external/skia/src/utils/
H A DSkPatchUtils.cpp65 bool done() const { function in class:FwDCubicEvaluator
/external/svox/pico/lib/
H A Dpicoctrl.c88 * @return PICO_OK : processing done
127 * @return PICO_OK : processing done
231 * @return PICO_OK : processing done
257 * @return PICO_OK : processing done
288 * @return PICO_OK : processing done
576 picoos_uint8 done= TRUE; local
587 done = (NULL != this);
589 if (done) {
599 done = FALSE;
603 if (done) {
[all...]
/external/v8/src/arm64/
H A Dcodegen-arm64.cc204 Label entry, done; local
212 __ B(&done);
236 __ Bind(&done);
501 Label one_byte, done; local
507 __ B(&done);
511 __ Bind(&done);
538 Label done; local
580 __ B(&done);
632 __ Bind(&done);
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc404 Label done; local
409 __ jmp(&done);
412 __ bind(&done);
/external/v8/src/parsing/
H A Dpattern-rewriter.cc419 auto done = CreateTempVar( local
432 // if (!done) {
434 // v = (done = result.done) ? undefined : result.value;
446 Token::ASSIGN, factory()->NewVariableProxy(done),
471 factory()->NewVariableProxy(done),
485 // if (!done) %concat_iterable_to_array(array, iterator);
503 factory()->NewVariableProxy(done),
/external/v8/src/x64/
H A Dcodegen-x64.cc142 Label allocated, new_backing_store, only_change_map, done; local
236 __ jmp(&done);
261 __ bind(&done);
449 Label one_byte_external, done; local
467 __ jmp(&done, Label::kNear);
471 __ jmp(&done, Label::kNear);
488 __ jmp(&done, Label::kNear);
497 __ bind(&done);
514 Label done; local
520 __ j(above_equal, &done);
[all...]
/external/v8/src/x87/
H A Ddeoptimizer-x87.cc246 Label loop, done; local
256 __ j(zero, &done, Label::kNear);
267 __ bind(&done);
441 Label done; local
446 __ jmp(&done);
449 __ bind(&done);
/external/vixl/src/vixl/
H A Dinvalset.h238 // Mark this iterator as 'done'.
716 bool done = (iterator_ == inval_set_->vector_->end()); local
717 VIXL_ASSERT(done == (index_ == inval_set_->size()));
718 return done;
/external/webp/src/enc/
H A Diterator.c88 const int done = it->count_down0_ - it->count_down_; local
91 : it->percent0_ + delta * done / it->count_down0_;
447 if (it->i4_ == 16) { // we're done
/external/webrtc/webrtc/base/
H A Dmacsocketserver.cc264 bool done = false; local
265 while (!done) {
277 done = true;
282 done = true;
/external/bison/lib/glthread/
H A Dlock.h98 /* The pthread_in_use() detection needs to be done at runtime. */
634 to be done lazily, once only. For this we need spinlocks. */
636 typedef struct { volatile int done; volatile long started; } gl_spinlock_t; member in struct:__anon428
/external/boringssl/src/crypto/bio/
H A Dbio.c494 size_t done = prefix_len; local
497 if (done == len) {
501 const size_t todo = len - done;
503 const int n = BIO_read(bio, *out + done, todo);
505 *out_len = done;
512 done += n;
513 if (len < max_len && len - done < kChunkSize / 2) {
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h68 void done() { function in class:clang::SuppressAccessChecks
82 if (Active) done();
/external/curl/lib/
H A Dconnect.c270 int done = 0; /* -1 for error, 1 for address found */ local
306 done = 1;
364 done = 1;
371 done = -1;
375 if(done > 0) {
409 if(done < 1) {
803 Curl_pgrsTime(data, TIMER_CONNECT); /* connect done */
H A Dcookie.c418 bool done = FALSE; local
444 done = TRUE;
450 /* there was a '=' so we're not done parsing this field */
451 done = FALSE;
453 if(done)
H A Deasy.c574 bool done = FALSE; local
578 while(!done) {
647 done = TRUE;
675 bool done = FALSE; local
682 while(!done && !mcode) {
724 done = TRUE;
746 * runs curl_multi_perform() until the transfer is done, then detaches the
H A Dpop3.c92 static CURLcode pop3_regular_transfer(struct connectdata *conn, bool *done);
93 static CURLcode pop3_do(struct connectdata *conn, bool *done);
96 static CURLcode pop3_connect(struct connectdata *conn, bool *done);
98 static CURLcode pop3_multi_statemach(struct connectdata *conn, bool *done);
119 pop3_done, /* done */
144 pop3_done, /* done */
171 Curl_http_done, /* done */
196 Curl_http_done, /* done */
1040 /* Called repeatedly until done from multi.c */
1041 static CURLcode pop3_multi_statemach(struct connectdata *conn, bool *done) argument
1101 pop3_connect(struct connectdata *conn, bool *done) argument
1226 pop3_do(struct connectdata *conn, bool *done) argument
[all...]
H A Dsmb.c56 static CURLcode smb_connect(struct connectdata *conn, bool *done);
57 static CURLcode smb_connection_state(struct connectdata *conn, bool *done);
58 static CURLcode smb_request_state(struct connectdata *conn, bool *done);
73 smb_done, /* done */
97 smb_done, /* done */
243 static CURLcode smb_connect(struct connectdata *conn, bool *done) argument
248 (void) done;
631 static CURLcode smb_connection_state(struct connectdata *conn, bool *done) argument
696 *done = true;
709 static CURLcode smb_request_state(struct connectdata *conn, bool *done) argument
[all...]
H A Dsmtp.c91 static CURLcode smtp_regular_transfer(struct connectdata *conn, bool *done);
92 static CURLcode smtp_do(struct connectdata *conn, bool *done);
95 static CURLcode smtp_connect(struct connectdata *conn, bool *done);
97 static CURLcode smtp_multi_statemach(struct connectdata *conn, bool *done);
118 smtp_done, /* done */
143 smtp_done, /* done */
170 Curl_http_done, /* done */
195 Curl_http_done, /* done */
1078 /* Called repeatedly until done from multi.c */
1079 static CURLcode smtp_multi_statemach(struct connectdata *conn, bool *done) argument
1139 smtp_connect(struct connectdata *conn, bool *done) argument
1334 smtp_do(struct connectdata *conn, bool *done) argument
[all...]
H A Dtransfer.c131 isn't done using the "normal" procedure. */
140 /* Back out the preallocation done above */
165 done later on, so we need to prevent CRLFs from becoming
221 /* mark this as done once this chunk is transferred */
395 int *didwhat, bool *done)
403 *done = FALSE;
435 DEBUGF(infof(data, "readwrite_data: we're done!\n"));
463 in the flow below before the actual storing is done. */
536 *done = TRUE;
556 *done
392 readwrite_data(struct SessionHandle *data, struct connectdata *conn, struct SingleRequest *k, int *didwhat, bool *done) argument
1015 Curl_readwrite(struct connectdata *conn, struct SessionHandle *data, bool *done) argument
[all...]
/external/curl/lib/vtls/
H A Dgskit.c815 /* SSL handshake done: gather certificate info and verify host. */
890 bool nonblocking, bool *done)
898 *done = connssl->state == ssl_connection_complete;
899 if(*done)
941 *done = TRUE;
950 bool *done)
954 result = gskit_connect_common(conn, sockindex, TRUE, done);
955 if(*done || result)
964 bool done; local
967 result = gskit_connect_common(conn, sockindex, FALSE, &done);
889 gskit_connect_common(struct connectdata *conn, int sockindex, bool nonblocking, bool *done) argument
948 Curl_gskit_connect_nonblocking(struct connectdata *conn, int sockindex, bool *done) argument
[all...]
H A Dschannel.c479 be ready may fail since the server is done sending handshake data.
591 bool nonblocking, bool *done)
602 *done = TRUE;
651 *done = FALSE;
677 } /* repeat step2 until all transactions are done. */
689 *done = TRUE;
692 *done = FALSE;
857 bool done = FALSE; local
1059 *err = schannel_connect_common(conn, sockindex, FALSE, &done);
1160 bool *done)
590 schannel_connect_common(struct connectdata *conn, int sockindex, bool nonblocking, bool *done) argument
1159 Curl_schannel_connect_nonblocking(struct connectdata *conn, int sockindex, bool *done) argument
1169 bool done = FALSE; local
[all...]
H A Dvtls.c249 /* "global" init done? */
260 /* make sure this is only done once */
312 bool *done)
322 result = curlssl_connect_nonblocking(conn, sockindex, done);
324 *done = TRUE; /* fallback to BLOCKING */
327 if(!result && *done)
311 Curl_ssl_connect_nonblocking(struct connectdata *conn, int sockindex, bool *done) argument

Completed in 1356 milliseconds

1234567891011>>