HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 1 - 25 of 2603) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/ppc32/
bug129390-ppc32.stdout.exp 2 vmxcache: done
  /external/avahi/avahi-common/
i18n.c 31 static int done = 0; local
33 if (!done) {
36 done = 1;
  /external/compiler-rt/test/asan/TestCases/Windows/
queue_user_work_item_report.cc 6 HANDLE done; variable
17 SetEvent(done);
22 done = CreateEvent(0, false, false, "job is done");
23 if (!done)
27 if (WAIT_OBJECT_0 != WaitForSingleObject(done, INFINITE))
queue_user_work_item.cc 37 HANDLE done; variable
41 SetEvent(done);
46 done = CreateEvent(0, false, false, "job is done");
47 if (!done)
50 if (WAIT_OBJECT_0 != WaitForSingleObject(done, INFINITE))
52 fprintf(stderr, "Done!\n");
53 // CHECK: Done!
  /external/valgrind/memcheck/tests/solaris/
lsframe1.stdout.exp 2 lsframe1: done, result is -8388608
lsframe2.stdout.exp 2 lsframe2: done, result is -272629760
  /external/valgrind/none/tests/
pth_mutexspeed.stdout.exp 2 done 100000 lock--unlocks
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
Alarm.aidl 22 int done();
  /ndk/tests/device/test-stlport_shared-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
32 done:
33 printf ("done!\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
32 done:
33 printf ("done!\n");
  /external/v8/test/mjsunit/harmony/
generators-turbo.js 49 assertEquals({value: 1, done: false}, Next(x));
50 assertEquals({value: undefined, done: true}, Throw(x, "caught"));
55 assertEquals({value: 1, done: false}, Next(x));
56 assertEquals({value: undefined, done: true}, Next(x));
67 assertEquals({value: 43, done: false}, Next(x));
68 assertEquals({value: 42, done: true}, Next(x));
90 assertEquals({value: 666, done: true}, Return(x, 666));
91 assertEquals({value: undefined, done: true}, Next(x, 42));
93 assertEquals({value: 42, done: true}, Return(x, 42));
99 assertEquals({value: undefined, done: true}, Next(x, 42))
    [all...]
generators.js 44 assertEquals({value: 1, done: false}, Next(x));
45 assertEquals({value: undefined, done: true}, Throw(x, "caught"));
50 assertEquals({value: 1, done: false}, Next(x));
51 assertEquals({value: undefined, done: true}, Next(x));
62 assertEquals({value: 43, done: false}, Next(x));
63 assertEquals({value: 42, done: true}, Next(x));
85 assertEquals({value: 666, done: true}, Return(x, 666));
86 assertEquals({value: undefined, done: true}, Next(x, 42));
88 assertEquals({value: 42, done: true}, Return(x, 42));
94 assertEquals({value: undefined, done: true}, Next(x, 42))
    [all...]
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 23 static int done; local
30 if(done)
56 if (!done)
59 done = 1;
65 * protected by checking if(done) above.
81 static int done; local
84 if(done)
92 if (!done)
95 done = 1;
120 static int done; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_once.h 23 static int done; local
30 if(done)
56 if (!done)
59 done = 1;
65 * protected by checking if(done) above.
93 static int done; local
95 if(!done)
98 done = 1;
  /external/v8/test/mjsunit/es6/regress/
regress-4759.js 5 function iterable(done) {
10 if (done) return { done: true };
11 done = true;
12 return { value: 42, done: false };
  /external/libchrome/base/threading/
thread_local_unittest.cc 19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done)
21 done_(done) {
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done)
33 : ThreadLocalTesterBase(tlp, done),
52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done)
53 : ThreadLocalTesterBase(tlp, done),
85 base::WaitableEvent done(true, false);
87 GetThreadLocal getter(&tlp, &done);
92 done.Reset();
94 done.Wait()
    [all...]
  /external/valgrind/none/tests/solaris/
context_link.c 16 volatile int done = 0; local
20 if (done) {
24 done = 1;
  /art/runtime/arch/mips/
memcmp16_mips.S 26 beqz $a2,done /* 0 length string */
27 beq $a0,$a1,done /* strings are identical */
33 bne $t0,$t1,done
38 done: label
  /art/runtime/arch/mips64/
memcmp16_mips64.S 28 beqz $a2, done /* 0 length string */
30 beq $a0, $a1, done /* addresses are identical */
36 bne $t0, $t1, done
44 done: label
  /external/harfbuzz_ng/win32/
create-lists.bat 14 goto done
19 goto done
24 goto done
28 goto done
32 goto done
36 goto done
40 goto done
42 :done label
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TreeWalker.java 18 abstract void done(); method in class:TreeWalker
  /build/kati/testcase/
define_verbatim.mk 4 done
warning_in_eval.mk 8 echo done
  /external/valgrind/drd/tests/
tc08_hbl2.stdout.exp 3 done, x = 10
  /external/valgrind/helgrind/tests/
tc08_hbl2.stdout.exp 3 done, x = 10

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011>>