Searched refs:done (Results 1 - 25 of 1740) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/
H A Dwrapmalloc.stdout.exp2 done
H A Dwrapmallocstatic.stdout.exp2 done
/external/valgrind/none/tests/ppc32/
H A Dbug129390-ppc32.stdout.exp2 vmxcache: done
/external/valgrind/none/tests/amd64-darwin/
H A Dcet_nops_gs.stdout.exp2 done
/external/valgrind/none/tests/amd64-linux/
H A Dcet_nops_fs.stdout.exp2 done
H A Dcet_nops_gs.stdout.exp2 done
/external/valgrind/none/tests/amd64-solaris/
H A Dcet_nops_fs.stdout.exp2 done
/external/valgrind/none/tests/x86-darwin/
H A Dcet_nops_gs.stdout.exp2 done
/external/valgrind/none/tests/x86-linux/
H A Dcet_nops_fs.stdout.exp2 done
H A Dcet_nops_gs.stdout.exp2 done
/external/valgrind/none/tests/x86-solaris/
H A Dcet_nops_fs.stdout.exp2 done
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item_report.cc6 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, 10 * 1000))
H A Dqueue_user_work_item.cc34 HANDLE done; variable
38 SetEvent(done);
43 done = CreateEvent(0, false, false, "job is done");
44 if (!done)
47 unsigned wait_result = WaitForSingleObject(done, 10 * 1000);
/external/valgrind/memcheck/tests/solaris/
H A Dlsframe1.stdout.exp2 lsframe1: done, result is -8388608
H A Dlsframe2.stdout.exp2 lsframe2: done, result is -272629760
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_once.h98 static int done; local
101 if (done) return;
108 if (!done) {
110 done = 1;
131 static int done; local
133 if (!done) {
135 done = 1;
/external/python/cpython3/Doc/includes/
H A Dturtle-star.py10 done()
/external/valgrind/none/tests/amd64/
H A Dcet_nops.stdout.exp2 done
/external/valgrind/none/tests/
H A Dpth_mutexspeed.stdout.exp2 done 100000 lock--unlocks
/external/valgrind/none/tests/x86/
H A Dcet_nops.stdout.exp2 done
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_util_platform_specific.cc28 StatusCallback done) const {
29 GPUUtil::CopyCPUTensorToGPU(cpu_tensor, this, device, device_tensor, done);
35 StatusCallback done) {
36 GPUUtil::CopyGPUTensorToCPU(device, this, device_tensor, cpu_tensor, done);
32 CopyDeviceTensorToCPU(const Tensor* device_tensor, StringPiece tensor_name, Device* device, Tensor* cpu_tensor, StatusCallback done) argument
/external/python/cpython2/Lib/test/
H A Dtest_threaded_import.py13 done = thread.allocate_lock() variable
16 global N, critical_section, done
21 # Must release critical_section before releasing done, else the main
27 done.release()
55 global N, done
62 done.acquire()
68 done.acquire()
71 done.release()
/external/libchrome/base/threading/
H A Dthread_local_unittest.cc19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) argument
21 done_(done) {
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) argument
33 : ThreadLocalTesterBase(tlp, done),
52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) argument
53 : ThreadLocalTesterBase(tlp, done),
85 base::WaitableEvent done(WaitableEvent::ResetPolicy::MANUAL,
88 GetThreadLocal getter(&tlp, &done);
93 done.Reset();
95 done
[all...]
/external/valgrind/none/tests/solaris/
H A Dcontext_link.c16 volatile int done = 0; local
20 if (done) {
24 done = 1;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DTreeWalker.java20 abstract void done(); method in class:TreeWalker

Completed in 432 milliseconds

1234567891011>>