Home
last modified time | relevance | path

Searched full:done (Results 1 – 25 of 9524) sorted by relevance

12345678910>>...381

/external/mesa3d/docs/
Dfeatures.txt5 all DONE: <driver>, ...
6 All the extensions are done for the given list of drivers.
8 DONE
9 The extension is done for Mesa and no implementation is necessary on the
12 DONE ()
13 The extension is done for Mesa and all the drivers in the "all DONE" list.
15 DONE (<driver>, ...)
16 The extension is done for Mesa, all the drivers in the "all DONE" list, and
36 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
38 glBindFragDataLocation, glGetFragDataLocation DONE
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtest_utils.h35 StatusCallback done) override { in GetStatusAsync() argument
36 done(errors::Unimplemented("GetStatusAsync")); in GetStatusAsync()
41 StatusCallback done) override { in CreateWorkerSessionAsync() argument
42 done(errors::Unimplemented("CreateWorkerSessionAsync")); in CreateWorkerSessionAsync()
48 StatusCallback done) override { in DeleteWorkerSessionAsync() argument
49 done(errors::Unimplemented("DeleteWorkerSessionAsync")); in DeleteWorkerSessionAsync()
54 StatusCallback done) override { in RegisterGraphAsync() argument
55 done(errors::Unimplemented("RegisterGraphAsync")); in RegisterGraphAsync()
60 StatusCallback done) override { in DeregisterGraphAsync() argument
61 done(errors::Unimplemented("DeregisterGraphAsync")); in DeregisterGraphAsync()
[all …]
Dworker.cc34 GetStatusResponse* response, StatusCallback done) { in GetStatusAsync() argument
42 done(Status::OK()); in GetStatusAsync()
47 StatusCallback done) { in CreateWorkerSessionAsync() argument
51 done(s); in CreateWorkerSessionAsync()
57 StatusCallback done) { in DeleteWorkerSessionAsync() argument
59 done(s); in DeleteWorkerSessionAsync()
64 StatusCallback done) { in RegisterGraphAsync() argument
80 done(s); in RegisterGraphAsync()
85 StatusCallback done) { in DeregisterGraphAsync() argument
98 done(s); in DeregisterGraphAsync()
[all …]
Dworker.h49 StatusCallback done) override;
53 StatusCallback done) override;
58 StatusCallback done) override;
62 StatusCallback done) override;
66 StatusCallback done) override;
70 StatusCallback done) override;
78 StatusCallback done) override;
82 StatusCallback done) override;
85 TensorResponse* response, StatusCallback done) override;
88 StatusCallback done) override;
[all …]
Dcollective_param_resolver_distributed.cc38 void IssueCall(const StatusCallback& done) override { in IssueCall() argument
39 wi_->CompleteGroupAsync(&opts_, &req_, &resp_, done); in IssueCall()
71 void IssueCall(const StatusCallback& done) override { in IssueCall() argument
72 wi_->CompleteInstanceAsync(&opts_, &req_, &resp_, done); in IssueCall()
97 const StatusCallback& done) { in CompleteParamsAsync() argument
101 [this, device, cp, cancel_mgr, done]( in CompleteParamsAsync()
105 cancel_mgr, done); in CompleteParamsAsync()
107 done(s); in CompleteParamsAsync()
114 CancellationManager* cancel_mgr, const StatusCallback& done) { in CompleteGroupAsync() argument
124 [this, response, done](const Status& s, const GroupRec* gr) { in CompleteGroupAsync()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-early-ifcvt.ll48 br i1 %tobool, label %eq_bb, label %done
51 br label %done
53 done:
66 br i1 %tobool, label %eq_bb, label %done
69 br label %done
71 done:
84 br i1 %tobool, label %eq_bb, label %done
87 br label %done
89 done:
102 br i1 %tobool, label %eq_bb, label %done
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-early-ifcvt.ll48 br i1 %tobool, label %eq_bb, label %done
51 br label %done
53 done:
66 br i1 %tobool, label %eq_bb, label %done
69 br label %done
71 done:
84 br i1 %tobool, label %eq_bb, label %done
87 br label %done
89 done:
102 br i1 %tobool, label %eq_bb, label %done
[all …]
/external/compiler-rt/test/msan/
Dfork.cc9 // being piped directly to FileCheck), we may lose some "done"s due to
26 int done; variable
34 if (__atomic_load_n(&done, __ATOMIC_RELAXED)) in copy_uninit_thread2()
60 write(2, "done\n", 5); in child()
72 __atomic_store_n(&done, 1, __ATOMIC_RELAXED); in test()
101 // Expect 20 (== kChildren) "done" messages.
102 // CHECK: done
103 // CHECK: done
104 // CHECK: done
105 // CHECK: done
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc75 StatusCallback done) override { in GetStatusAsync() argument
76 IssueRequest(request, response, getstatus_, std::move(done)); in GetStatusAsync()
81 StatusCallback done) override { in CreateWorkerSessionAsync() argument
82 IssueRequest(request, response, createworkersession_, std::move(done)); in CreateWorkerSessionAsync()
88 StatusCallback done) override { in DeleteWorkerSessionAsync() argument
89 IssueRequest(request, response, deleteworkersession_, std::move(done), in DeleteWorkerSessionAsync()
95 StatusCallback done) override { in RegisterGraphAsync() argument
96 IssueRequest(request, response, registergraph_, std::move(done)); in RegisterGraphAsync()
101 StatusCallback done) override { in DeregisterGraphAsync() argument
102 IssueRequest(request, response, deregistergraph_, std::move(done)); in DeregisterGraphAsync()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dexp.s8 exp mrt0 off, off, off, off done
9 // SI: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00]
10 // VI: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xc4,0x00,0x00,0x00,0x00]
12 exp mrt0 v4, off, off, off done
13 // SI: exp mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xf8,0x04,0x00,0x00,0x00]
14 // VI: exp mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xc4,0x04,0x00,0x00,0x00]
16 exp mrt0 off, v3, off, off done
17 // SI: exp mrt0 off, v3, off, off done ; encoding: [0x02,0x08,0x00,0xf8,0x00,0x03,0x00,0x00]
18 // VI: exp mrt0 off, v3, off, off done ; encoding: [0x02,0x08,0x00,0xc4,0x00,0x03,0x00,0x00]
20 exp mrt0 off, off, v2, off done
[all …]
/external/libchrome/base/threading/
Dthread_local_unittest.cc19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) in ThreadLocalTesterBase() argument
21 done_(done) { in ThreadLocalTesterBase()
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal() argument
33 : ThreadLocalTesterBase(tlp, done), val_(nullptr) {} in SetThreadLocal()
50 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal() argument
51 : ThreadLocalTesterBase(tlp, done), ptr_(nullptr) {} in GetThreadLocal()
81 base::WaitableEvent done(WaitableEvent::ResetPolicy::MANUAL, in TEST() local
84 GetThreadLocal getter(&tlp, &done); in TEST()
89 done.Reset(); in TEST()
91 done.Wait(); in TEST()
[all …]
/external/skqp/modules/pathkit/perf/
Dpath.bench.js60 it('path_path2dapi', function(done) { argument
72 done();
73 }).catch(reportError(done));
78 it('path_copy', function(done) { argument
94 done();
95 }).catch(reportError(done));
99 it('path_from_api_calls', function(done) { argument
117 done();
118 }).catch(reportError(done));
122 it('path_fromCmds', function(done) { argument
[all …]
Dpathops.bench.js31 it('pathops_simplify', function(done) { argument
47 done();
48 }).catch(reportError(done));
52 it('pathops_diff', function(done) { argument
71 done();
72 }).catch(reportError(done));
76 it('pathops_intersect', function(done) { argument
95 done();
96 }).catch(reportError(done));
100 it('pathops_union', function(done) { argument
[all …]
/external/skia/modules/pathkit/perf/
Dpath.bench.js60 it('path_path2dapi', function(done) { argument
72 done();
73 }).catch(reportError(done));
78 it('path_copy', function(done) { argument
94 done();
95 }).catch(reportError(done));
99 it('path_from_api_calls', function(done) { argument
117 done();
118 }).catch(reportError(done));
122 it('path_fromCmds', function(done) { argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py451 DONE = 0
467 nonlocal DONE
472 DONE = 1
475 nonlocal DONE
480 DONE += 10
483 self.assertEqual(DONE, 11)
548 DONE = 0
551 nonlocal DONE
558 DONE += 1
559 DONE += 1000
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc39 const DoneCallback& done) { in CanProceedWithCompute() argument
45 c->env()->SchedClosure([this, c, done, col_exec]() { in CanProceedWithCompute()
52 [this, c, done](const Status& s) { in CanProceedWithCompute()
55 ComputeAsync(c, done); in CanProceedWithCompute()
58 done(); in CanProceedWithCompute()
87 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
94 done); in ComputeAsync()
96 // done immediately, while we're still in the executor thread. Otherwise in ComputeAsync()
103 c, c->allocate_output(0, col_params_.instance.shape, &output), done); in ComputeAsync()
105 if (!CanProceedWithCompute(c, col_exec, done)) return; in ComputeAsync()
[all …]
Dnccl_ops.cc38 // when the async op kernel's done callback is called.
93 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
97 done); in ComputeAsync()
99 auto actual_done = [c, done](Status s) { in ComputeAsync()
100 OP_REQUIRES_OK_ASYNC(c, s, done); in ComputeAsync()
101 done(); in ComputeAsync()
130 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
131 auto actual_done = [c, done](Status s) { in ComputeAsync()
132 OP_REQUIRES_OK_ASYNC(c, s, done); in ComputeAsync()
133 done(); in ComputeAsync()
[all …]
/external/v8/src/compiler/
Deffect-control-linearizer.cc1017 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeFloat64ToTagged() local
1049 __ Goto(&done, value_smi); in LowerChangeFloat64ToTagged()
1057 __ Goto(&done, value_smi); in LowerChangeFloat64ToTagged()
1064 __ Goto(&done, value_number); in LowerChangeFloat64ToTagged()
1067 __ Bind(&done); in LowerChangeFloat64ToTagged()
1068 return done.PhiAt(0); in LowerChangeFloat64ToTagged()
1080 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeBitToTagged() local
1083 __ Goto(&done, __ FalseConstant()); in LowerChangeBitToTagged()
1086 __ Goto(&done, __ TrueConstant()); in LowerChangeBitToTagged()
1088 __ Bind(&done); in LowerChangeBitToTagged()
[all …]
/external/v8/src/debug/
Ddebug-scope-iterator.cc53 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
59 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
65 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
68 bool DebugScopeIterator::Done() { return iterator_.Done(); } in Done() function in v8::internal::DebugScopeIterator
71 DCHECK(!Done()); in Advance()
73 while (!Done() && ShouldIgnore()) { in Advance()
84 DCHECK(!Done()); in GetType()
89 DCHECK(!Done()); in GetObject()
95 DCHECK(!Done()); in GetScriptId()
100 DCHECK(!Done()); in GetFunctionDebugName()
[all …]
/external/vboot_reference/scripts/
Dgenpadding.sh36 done
101 done
102 done
124 done
133 done
134 done
145 done
146 done
157 done
158 done
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
Dcoverage.txt4 1 DONE
5 2 DONE
6 3 DONE
8 5 DONE
9 6 DONE
10 7 DONE
11 8 DONE
12 9 DONE
13 10 DONE
14 11 DONE
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
Dcoverage.txt4 1 DONE
5 2 DONE
6 3 DONE
7 4 DONE
8 5 DONE
9 6 DONE
10 7 DONE
11 8 DONE
13 10 DONE
14 11 DONE
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
Dcoverage.txt8 5 NOT DONE YET
10 7 NOT DONE YET
14 11 NOT DONE YET
17 14 NOT DONE YET
18 15 NOT DONE YET
21 18 NOT DONE YET
22 19 NOT DONE YET
23 20 NOT DONE YET
26 23 NOT DONE YET
27 24 NOT DONE YET
[all …]
/external/perfetto/src/traced/service/
Dlazy_producer_unittest.cc50 auto done = task_runner.CreateCheckpoint("done"); in TEST() local
55 .WillOnce(InvokeWithoutArgs([&done]() { in TEST()
56 done(); in TEST()
61 task_runner.RunUntilCheckpoint("done"); in TEST()
68 auto done = task_runner.CreateCheckpoint("done"); in TEST() local
78 .WillOnce(InvokeWithoutArgs([&done]() { in TEST()
79 done(); in TEST()
83 task_runner.RunUntilCheckpoint("done"); in TEST()
90 auto done = task_runner.CreateCheckpoint("done"); in TEST() local
101 .WillOnce(InvokeWithoutArgs([&done]() { in TEST()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
Dcoverage.txt4 1 DONE
5 2 DONE
6 3 DONE
7 4 DONE
8 5 DONE
9 6 DONE
10 7 DONE
11 8 DONE
12 9 DONE
13 10 DONE

12345678910>>...381