HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 251 - 275 of 2469) sorted by null

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 168 boolean done = true;
173 done = false;
181 done = normalized >= 1.0f;
192 if (done) {
193 // the setAlpha() calls below trigger invalidation and redraw. If we're done, just draw
221 if (!done) {
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 526 goto done;
535 goto done;
548 done:
588 goto done;
597 goto done;
610 done:
893 goto done;
901 goto done;
908 goto done;
915 goto done;
    [all...]
  /external/autotest/client/tests/hackbench/src/
hackbench.c 168 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 < DATASIZE
    [all...]
  /external/avahi/avahi-core/
probe-sched.c 44 int done; member in struct:AvahiProbeJob
60 static AvahiProbeJob* job_new(AvahiProbeScheduler *s, AvahiRecord *record, int done) {
76 if ((pj->done = done))
90 if (pj->done)
119 assert(!pj->done);
124 pj->done = 1;
226 if (pj->done) {
328 assert(!pj->done);
344 assert(pj->done);
    [all...]
  /external/bison/lib/glthread/
lock.c 640 lock->guard.done = 1;
646 if (!lock->guard.done)
654 while (!lock->guard.done)
664 if (!lock->guard.done)
673 if (!lock->guard.done)
676 lock->guard.done = 0;
780 lock->guard.done = 1;
786 if (!lock->guard.done)
794 while (!lock->guard.done)
840 if (!lock->guard.done)
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 333 b = *(ptr++); result = b ; if (!(b & 0x80)) goto done;
335 b = *(ptr++); result += b << 7; if (!(b & 0x80)) goto done;
337 b = *(ptr++); result += b << 14; if (!(b & 0x80)) goto done;
339 b = *(ptr++); result += b << 21; if (!(b & 0x80)) goto done;
341 b = *(ptr++); result += b << 28; if (!(b & 0x80)) goto done;
347 b = *(ptr++); if (!(b & 0x80)) goto done;
354 done:
482 b = *(ptr++); part0 = b ; if (!(b & 0x80)) goto done;
484 b = *(ptr++); part0 += b << 7; if (!(b & 0x80)) goto done;
486 b = *(ptr++); part0 += b << 14; if (!(b & 0x80)) goto done;
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GlesStubActivity.java 95 final CountDownLatch done = new CountDownLatch(1); local
100 setContentView(new GlesSurfaceView(GlesStubActivity.this, version, done));
104 done.await();
150 public GlesSurfaceView(GlesStubActivity parent, int glVersion, CountDownLatch done) {
157 setRenderer(new OpenGlesRenderer(parent, glVersion, done));
167 OpenGlesRenderer(GlesStubActivity parent, int glVersion, CountDownLatch done) {
170 mDone = done;
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 136 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/iputils/ninfod/
ninfod_name.c 213 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/libxml2/
runsuite.c 219 * Note that normally this need not be done, since the cache is not
340 goto done;
343 done:
479 goto done;
597 done:
648 goto done;
655 goto done;
662 done:
711 goto done;
718 goto done;
    [all...]
  /external/selinux/libselinux/src/
seusers.c 136 goto done;
145 goto done;
148 goto done;
150 goto done;
153 goto done;
159 goto done;
163 done:
  /system/bt/hci/test/
hci_hal_mct_test.cpp 58 static semaphore_t *done; variable
96 semaphore_post(done);
102 semaphore_post(done);
151 done = semaphore_new(0);
167 semaphore_free(done);
226 semaphore_wait(done);
229 semaphore_wait(done);
  /external/v8/src/compiler/
state-values-utils.cc 131 if (!done()) {
136 bool done() { return current_ >= count_; } function in class:v8::internal::compiler::StateValuesCache::ValueArrayIterator
139 DCHECK(!done());
156 DCHECK(!it->done());
161 if (it->done()) break;
233 bool StateValuesAccess::iterator::done() { return current_depth_ < 0; }
249 if (done()) {
286 CHECK(other.done());
287 return !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...]
  /art/runtime/base/
mutex.cc 366 bool done = false; local
371 done = state_.CompareExchangeWeakAcquire(0 /* cur_state */, 1 /* new state */);
385 } while (!done);
409 bool done = false; local
414 done = state_.CompareExchangeWeakAcquire(0 /* cur_state */, 1 /* new state */);
418 } while (!done);
466 bool done = false; local
476 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, 0 /* new state */);
477 if (LIKELY(done)) { // Spurious fail?
494 } while (!done);
553 bool done = false; local
589 bool done = false; local
621 bool done = false; local
689 bool done = false; local
795 bool done = false; local
    [all...]
  /external/clang/test/Sema/
return.c 173 goto done;
177 while (0) { goto done; }
188 done: ;
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 121 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/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 125 * Waits until the given future {@linkplain Future#isDone is done}, invoking the garbage
156 String.format("Future not done within %d second timeout", timeoutSeconds));
229 CountDownLatch done = new CountDownLatch(1); local
230 createUnreachableLatchFinalizer(done);
231 await(done);
  /external/libchrome/sandbox/linux/bpf_dsl/
syscall_set.cc 68 SyscallSet::Iterator::Iterator(Set set, bool done)
69 : set_(set), done_(done), num_(0) {
71 if (!done && set_ == (IsValid(num_) ? Set::INVALID_ONLY : Set::VALID_ONLY)) {
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
Progress.java 41 @Override public void update(long bytesRead, long contentLength, boolean done) {
44 System.out.println(done);
45 System.out.format("%d%% done\n", (100 * bytesRead) / contentLength);
109 void update(long bytesRead, long contentLength, boolean done);
  /external/pdfium/third_party/agg23/
agg_conv_adaptor_vcgen.h 87 bool done = false; local
88 while(!done) {
131 done = true;
  /frameworks/base/core/jni/
android_backup_BackupDataInput.cpp 55 bool done; local
60 err = reader->ReadNextHeader(&done, &type);
61 if (done) {
89 // done
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 101 boolean done = false;
102 while (!done) {
105 done = true;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.c 31 int done = 0; local
32 while (!done) {
41 done = 1;
43 // signal to the main thread that we're done (for Sync())
  /system/connectivity/shill/
hook_table.cc 77 void HookTable::Run(int timeout_ms, const ResultCallback& done) {
80 done.Run(Error(Error::kSuccess));
83 done_callback_ = done;
89 // ActionComplete() will cause the |done| callback to be invoked before the

Completed in 1272 milliseconds

<<11121314151617181920>>