HomeSort by relevance Sort by last modified time
    Searched defs:done (Results 326 - 350 of 1166) sorted by null

<<11121314151617181920>>

  /external/skia/include/core/
SkRegion.h 317 bool done() const { return fDone; } function in class:SkRegion::Iterator
337 bool done() { return fDone; } function in class:SkRegion::Cliperator
  /external/skia/src/core/
SkTDynamicHash.h 39 bool done() const { function in class:SkTDynamicHash::Iter
44 SkASSERT(!this->done());
50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
66 bool done() const { function in class:SkTDynamicHash::ConstIter
71 SkASSERT(!this->done());
77 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
167 // O(1) checks, always done.
  /external/skia/src/pathops/
SkOpSegment.h 36 bool* done);
38 SkOpSpanBase** endPtr, bool* done);
40 SkOpSpanBase** endPtr, bool* done);
154 bool done() const { function in class:SkOpSegment
159 bool done(const SkOpAngle* angle) const { function in class:SkOpSegment
160 return angle->start()->starter(angle->end())->done();
SkPathOpsOp.cpp 21 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());
132 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
135 if (!spanStart->done()) {
  /external/skia/src/utils/
SkPatchUtils.cpp 86 bool done() const { function in class:FwDCubicEvaluator
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 451 EAS_BOOL done = EAS_FALSE; local
467 /* sound will be done this frame */
468 done = EAS_TRUE;
478 return done;
507 EAS_BOOL done; local
556 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES));
558 done = EAS_FALSE;
578 done = EAS_TRUE;
586 return done;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 451 EAS_BOOL done = EAS_FALSE; local
471 /* sound will be done this frame */
472 done = EAS_TRUE;
482 return done;
511 EAS_BOOL done; local
560 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES));
562 done = EAS_FALSE;
584 done = EAS_TRUE;
592 return done;
    [all...]
  /external/svox/pico/lib/
picoctrl.c 88 * @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/toybox/toys/pending/
tftpd.c 91 int fd, done = 0, retry_count = 12, timeout = 100, len; local
153 if (len != blksize) done = 1; //last pkt.
163 if ((pktopcode == TFTPD_OP_ACK) && done) break;
207 if (!done) continue; // Send next chunk of data.
222 if (nw != blksize) done = 1;
  /external/v8/src/arm/
deoptimizer-arm.cc 323 Label done; local
328 __ b(&done);
331 __ bind(&done);
  /external/v8/src/arm64/
codegen-arm64.cc 205 Label entry, done; local
213 __ B(&done);
237 __ Bind(&done);
488 Label one_byte, done; local
494 __ B(&done);
498 __ Bind(&done);
525 Label done; local
567 __ B(&done);
619 __ Bind(&done);
deoptimizer-arm64.cc 19 // Patching is done by Deoptimizer::DeoptimizeFunction.
316 Label done; local
329 __ b(&done);
333 __ Bind(&done);
  /external/v8/src/ia32/
lithium-codegen-ia32.h 101 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
398 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); } function in class:v8::internal::LDeferredCode
  /external/v8/src/
interface.h 145 // for (auto it = interface->iterator(); !it.done(); it.Advance()) {
150 bool done() const { return entry_ == NULL; } function in class:v8::internal::Interface::Iterator
152 DCHECK(!done());
156 DCHECK(!done());
  /external/v8/src/mips/
deoptimizer-mips.cc 327 Label table_start, done, done_special, trampoline_jump; local
338 __ Branch(USE_DELAY_SLOT, &done); // Expose delay slot.
346 __ bind(&done);
369 __ Branch(USE_DELAY_SLOT, &done); // Expose delay slot.
377 __ bind(&done);
  /external/v8/src/x64/
codegen-x64.cc 231 Label allocated, new_backing_store, only_change_map, done; local
325 __ jmp(&done);
351 __ bind(&done);
525 Label one_byte_external, done; local
543 __ jmp(&done, Label::kNear);
547 __ jmp(&done, Label::kNear);
564 __ jmp(&done, Label::kNear);
573 __ bind(&done);
590 Label done; local
596 __ j(above_equal, &done);
    [all...]
deoptimizer-x64.cc 311 Label done; local
316 __ jmp(&done);
319 __ bind(&done);
lithium-codegen-x64.h 95 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
385 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); } function in class:v8::internal::LDeferredCode
  /external/v8/test/cctest/
test-assembler-x64.cc 158 Label done; local
161 __ j(equal, &done);
163 __ bind(&done);
312 Label done; local
316 __ j(zero, &done, Label::kNear);
318 __ bind(&done);
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 52 # so we compress with NUL as FREQUENT_CHAR and it is pre-done for us
391 je done # ! if so, done
401 je done
413 je done
426 done: label
541 loop write_out # loop till done
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 275 beq done @ if so, done
296 done: label
418 @ and done
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 46 # so we compress with NUL as FREQUENT_CHAR and it is pre-done for us
389 je done # if so, done
399 je done # than an or ecx/repnz scasb
413 je done
426 done: label
541 loop write_out # loop till done
  /external/webp/src/enc/
iterator.c 88 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/zopfli/src/zopfli/
blocksplitter.c 189 llsize: the size of the LL77 data, which is the size of the done array here.
190 done: array indicating which blocks starting at that position are no longer
196 returns 1 if a block was found, 0 if no block found (all are done).
199 size_t llsize, const unsigned char* done,
208 if (!done[start] && end - start > longest) {
227 unsigned char* done; local
232 done = (unsigned char*)malloc(llsize);
233 if (!done) exit(-1); /* Allocation failed. */
234 for (i = 0; i < llsize; i++) done[i] = 0;
261 done[lstart] = 1
    [all...]
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 190 public int done() { method in class:FileSynthesisCallback
191 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()");
200 Log.w(TAG, "Duplicate call to done()");

Completed in 455 milliseconds

<<11121314151617181920>>