HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 376 - 400 of 1088) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c     [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 388 Label done;
392 b(NegateCondition(cond), &done); // Skip saturate if !condition.
398 b(eq, &done);
401 bind(&done);
485 Label done;
489 InNewSpace(object, scratch0, eq, &done);
497 bind(&done);
520 Label done;
524 InNewSpace(object, scratch, eq, &done);
529 bind(&done);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 784 NearLabel check, done; local
792 __ jmp(&done);
795 __ j(not_equal, &done);
801 __ bind(&done);
850 // now done and will not need it any more.
867 // now done and will not need it any more.
1085 Label done; local
1181 NearLabel done, exponent_63_plus; local
1241 Label done; local
1274 Label load_arg2, done; local
1326 Label load_smi_rdx, load_nonsmi_rax, load_smi_rax, done; local
1351 Label load_smi_rdx, load_nonsmi_rax, load_smi_rax, load_float_rax, done; local
1389 Label done; local
1436 Label slow, done; local
1810 Label done; local
2224 Label done; local
2421 Label check_unequal_objects, done; local
3826 Label not_string, done; local
3900 NearLabel done; local
4404 NearLabel done; local
    [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 23 * (shell.done) that displays the results when the XmlHttpRequest returns.
55 * A constant for the XmlHttpRequest 'done' state.
128 shell.done = function(req) {
160 * server, and registers shell.done() as the callback to run when it returns.
175 req.onreadystatechange = function() { shell.done(req); };
  /external/bluetooth/bluez/src/
agent.c 283 goto done;
291 goto done;
295 done:
391 goto done;
401 goto done;
413 goto done;
418 done:
560 goto done;
570 goto done;
575 done
    [all...]
  /external/wpa_supplicant/
eap_ttls.c 1119 * done only if TLS part was indeed resuming a previous
1144 goto done;
1170 goto done;
    [all...]
  /external/bluetooth/bluez/audio/
media.c 501 goto done;
517 goto done;
521 goto done;
528 done:
660 goto done;
667 done:
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 66 base::WaitableEvent* done) {
72 done->Signal();
92 done->Signal();
98 base::WaitableEvent done(true, false);
101 saved_screenshots, &done));
102 done.Wait();
  /external/qemu/audio/
esdaudio.c 72 int done; member in struct:__anon9513
83 int done; member in struct:__anon9514
130 if (esd->done) {
298 esd->done = 1;
339 if (esd->done) {
506 esd->done = 1;
paaudio.c 45 int done; member in struct:__anon9520
56 int done; member in struct:__anon9521
103 if (pa->done) {
198 if (pa->done) {
439 pa->done = 1;
459 pa->done = 1;
  /external/v8/src/
full-codegen.h 421 Label* done);
586 Label* done) const = 0;
631 Label* done) const;
655 Label* done) const;
694 Label* done) const;
724 Label* done) const;
top.cc 147 for (StackFrameIterator it(this, thread); !it.done(); it.Advance()) {
228 while (!it.done() && (frames_seen < limit)) {
356 for (int i = 0; !it.done(); it.Advance()) {
610 while (!it.done()) {
622 Handle<Object> is_top_level = it.done()
639 if (!it.done()) {
879 if (it.done() || (it.frame()->sp() > external_handler_address)) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 486 APP_DPRINT("%d:: APP: Inside empty buffer done \n",__LINE__);
528 int done = 0; local
829 APP_DPRINT("%d :: APP: GetHandle Done..........\n",__LINE__);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 114 int done = 0; local
115 while (done < size) {
116 int got = is.read(buffer, done, size - done);
118 done += got;
120 return done;
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc 167 bool done = local
169 if (done) {
173 return done;
  /external/chromium/third_party/libevent/
event_tagging.c 150 int count = 0, shift = 0, done = 0; local
158 done = 1;
163 if (!done)
  /external/valgrind/tsan/
suppressions.cc 274 bool done = false; local
275 while (!done) {
277 if (NextStackTraceTemplate(&trace, &done))
  /external/webkit/Source/WebCore/loader/
WorkerThreadableLoader.cpp 79 while (!loader->done() && result != MessageQueueTerminated)
82 if (!loader->done() && result == MessageQueueTerminated)
128 // Ensure that no more client callbacks are done in the worker context's thread.
150 if (!clientWrapper->done()) {
152 // Note: no more client callbacks will be done after this method -- the clearClientWrapper() call ensures that.
  /frameworks/base/cmds/installd/
installd.c 217 goto done;
231 goto done;
236 done:
  /libcore/luni/src/test/java/libcore/java/util/concurrent/
CopyOnWriteArrayListTest.java 177 final CountDownLatch done = new CountDownLatch(1); local
182 while (done.getCount() > 0) {
198 done.countDown();
  /system/core/sh/
options.c 404 int done = 0; local
410 /* Current word is done, advance */
419 done = 1;
486 return done;
  /system/extras/sound/
playwav.c 91 done:
264 if ((tmp == 13) || (tmp == 10)) goto done;
277 done:
  /bionic/libc/bionic/
pthread-timers.c 107 int volatile done; /* set by timer_delete */ member in struct:thr_timer
359 timer->done = 0;
395 timer->done = 1;
542 /* we loop until timer->done is set in timer_delete() */
543 while (!timer->done)
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 44 mDoneButton = findViewById(R.id.done);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 424 boolean done = false;
425 while(!done) {
451 done = true;
455 done = true;

Completed in 898 milliseconds

<<11121314151617181920>>