/external/mesa3d/docs/ |
D | features.txt | 5 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/ |
D | test_utils.h | 35 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 …]
|
D | worker.cc | 34 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 …]
|
D | worker.h | 49 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 …]
|
D | collective_param_resolver_distributed.cc | 38 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/ |
D | arm64-early-ifcvt.ll | 48 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/ |
D | arm64-early-ifcvt.ll | 48 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/ |
D | fork.cc | 9 // 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/ |
D | grpc_remote_worker.cc | 75 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/ |
D | exp.s | 8 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/ |
D | thread_local_unittest.cc | 19 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/ |
D | path.bench.js | 60 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 …]
|
D | pathops.bench.js | 31 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/ |
D | path.bench.js | 60 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/ |
D | test_asyncgen.py | 451 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/ |
D | collective_ops.cc | 39 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 …]
|
D | nccl_ops.cc | 38 // 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/ |
D | effect-control-linearizer.cc | 1017 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/ |
D | debug-scope-iterator.cc | 53 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/ |
D | genpadding.sh | 36 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/ |
D | coverage.txt | 4 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/ |
D | coverage.txt | 4 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/ |
D | coverage.txt | 8 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/ |
D | lazy_producer_unittest.cc | 50 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/ |
D | coverage.txt | 4 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
|