Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 3954) sorted by relevance

12345678910>>...159

/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 …]
Ddevice_resolver_distributed.cc29 const StatusCallback& done) { in GetLocalityAsync() argument
37 done(s); in GetLocalityAsync()
51 done(Status::OK()); in GetLocalityAsync()
58 device, task, [this, device, task, locality, done](const Status& s) { in GetLocalityAsync()
60 done(s); in GetLocalityAsync()
62 GetLocalityAsync(device, task, locality, done); in GetLocalityAsync()
69 std::vector<DeviceLocality>* localities, const StatusCallback& done) { in GetDeviceLocalitiesAsync() argument
71 GetDeviceLocalitiesRecursive(inst_params, localities, done); in GetDeviceLocalitiesAsync()
76 std::vector<DeviceLocality>* localities, const StatusCallback& done) { in GetDeviceLocalitiesRecursive() argument
82 [this, &inst_params, localities, done](const Status& s) { in GetDeviceLocalitiesRecursive()
[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/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 …]
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/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/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/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js40 it('parses hex color strings', function(done) { argument
41 LoadCanvasKit.then(catchException(done, () => {
51 done();
54 it('parses rgba color strings', function(done) { argument
55 LoadCanvasKit.then(catchException(done, () => {
65 done();
68 it('parses named color strings', function(done) { argument
69 LoadCanvasKit.then(catchException(done, () => {
77 done();
81 it('properly produces color strings', function(done) { argument
[all …]
Dpath.spec.js36 function reportSurface(surface, testname, done) { argument
48 done();
49 }).catch(reportError(done));
52 it('can draw a path', function(done) { argument
53 LoadCanvasKit.then(catchException(done, () => {
58 done();
108 reportSurface(surface, 'path_api_example', done);
113 it('can draw directly to a canvas', function(done) { argument
114 LoadCanvasKit.then(catchException(done, () => {
119 done();
[all …]
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js22 it('parses hex color strings', function(done) { argument
23 LoadCanvasKit.then(catchException(done, () => {
33 done();
36 it('parses rgba color strings', function(done) { argument
37 LoadCanvasKit.then(catchException(done, () => {
47 done();
50 it('parses named color strings', function(done) { argument
51 LoadCanvasKit.then(catchException(done, () => {
59 done();
63 it('properly produces color strings', function(done) { argument
[all …]
/external/skqp/modules/pathkit/tests/
Dsvg.spec.js18 it('can create a path from an SVG string', function(done) { argument
19 LoadPathKit.then(catchException(done, () => {
36 done();
40 it('can create an SVG string from a path', function(done) { argument
41 LoadPathKit.then(catchException(done, () => {
54 done();
58 it('can create an SVG string from hex values', function(done) { argument
59 LoadPathKit.then(catchException(done, () => {
71 done();
75 it('should have input and the output be the same', function(done) { argument
[all …]
Dpath.spec.js29 it('supports.equals()', function(done) { argument
30 LoadPathKit.then(catchException(done, () => {
47 done();
51 it('has a copy constructor', function(done) { argument
52 LoadPathKit.then(catchException(done, () => {
61 done();
65 it('has a copy method', function(done) { argument
66 LoadPathKit.then(catchException(done, () => {
75 done();
79 it('can create a copy with MakePath', function(done) { argument
[all …]
Dpath2d.spec.js19 it('can do everything in the Path2D API w/o crashing', function(done) { argument
20 LoadPathKit.then(catchException(done, () => {
85 done();
86 }).catch(reportError(done));
87 }).catch(reportError(done));
91 it('can chain by returning the same object', function(done) { argument
92 LoadPathKit.then(catchException(done, () => {
111 done();
115 it('does not leak path objects when chaining', function(done) { argument
116 LoadPathKit.then(catchException(done, () => {
[all …]
/external/skia/modules/pathkit/tests/
Dsvg.spec.js18 it('can create a path from an SVG string', function(done) { argument
19 LoadPathKit.then(catchException(done, () => {
36 done();
40 it('can create an SVG string from a path', function(done) { argument
41 LoadPathKit.then(catchException(done, () => {
54 done();
58 it('can create an SVG string from hex values', function(done) { argument
59 LoadPathKit.then(catchException(done, () => {
71 done();
75 it('should have input and the output be the same', function(done) { argument
[all …]
Dpath.spec.js29 it('supports.equals()', function(done) { argument
30 LoadPathKit.then(catchException(done, () => {
47 done();
51 it('has a copy constructor', function(done) { argument
52 LoadPathKit.then(catchException(done, () => {
61 done();
65 it('has a copy method', function(done) { argument
66 LoadPathKit.then(catchException(done, () => {
75 done();
79 it('can create a copy with MakePath', function(done) { argument
[all …]
Dpath2d.spec.js19 it('can do everything in the Path2D API w/o crashing', function(done) { argument
20 LoadPathKit.then(catchException(done, () => {
85 done();
86 }).catch(reportError(done));
87 }).catch(reportError(done));
91 it('can chain by returning the same object', function(done) { argument
92 LoadPathKit.then(catchException(done, () => {
111 done();
115 it('does not leak path objects when chaining', function(done) { argument
116 LoadPathKit.then(catchException(done, () => {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dexp.s8 exp mrt0 off, off, off, off done
12 exp mrt0 v4, off, off, off done
16 exp mrt0 off, v3, off, off done
20 exp mrt0 off, off, v2, off done
24 exp mrt0 off, off, off, v1 done
28 exp mrt0 v4, v3, off, off done
32 exp mrt0 v4, off, v2, off done
40 exp mrt0 v4, off, off, v1 done
48 exp mrt0 v4, v3, v2, v1 done
56 exp mrt7 v1, v1, v1, v1 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/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/tensorflow/tensorflow/core/kernels/
Dnccl_ops.cc93 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()
162 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
[all …]
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()
103 c, c->allocate_output(0, col_params_.instance.shape, &output), done); in ComputeAsync()
105 if (!CanProceedWithCompute(c, col_exec, done)) return; in ComputeAsync()
106 auto actual_done = [c, done](const Status& s) { in ComputeAsync()
[all …]
/external/iproute2/tc/
Dp_ip.c45 goto done; in parse_ip()
51 goto done; in parse_ip()
61 goto done; in parse_ip()
67 goto done; in parse_ip()
73 goto done; in parse_ip()
79 goto done; in parse_ip()
86 goto done; in parse_ip()
93 goto done; in parse_ip()
100 goto done; in parse_ip()
106 goto done; in parse_ip()
[all …]

12345678910>>...159