Home
last modified time | relevance | path

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

12345678910>>...161

/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.cc40 StatusCallback done) { in GetStatusAsync() argument
48 done(Status::OK()); in GetStatusAsync()
53 StatusCallback done) { in CreateWorkerSessionAsync() argument
58 done(s); in CreateWorkerSessionAsync()
64 StatusCallback done) { in DeleteWorkerSessionAsync() argument
66 done(s); in DeleteWorkerSessionAsync()
71 StatusCallback done) { in RegisterGraphAsync() argument
87 done(s); in RegisterGraphAsync()
92 StatusCallback done) { in DeregisterGraphAsync() argument
105 done(s); in DeregisterGraphAsync()
[all …]
Dworker.h50 StatusCallback done) override;
54 StatusCallback done) override;
59 StatusCallback done) override;
63 StatusCallback done) override;
67 StatusCallback done) override;
71 StatusCallback done) override;
79 StatusCallback done) override;
83 StatusCallback done) override;
86 TensorResponse* response, StatusCallback done) override;
89 StatusCallback done) override;
[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.js43 it('path_path2dapi', function(done) { argument
55 done();
56 }).catch(reportError(done));
61 it('path_copy', function(done) { argument
77 done();
78 }).catch(reportError(done));
82 it('path_from_api_calls', function(done) { argument
100 done();
101 }).catch(reportError(done));
105 it('path_fromCmds', function(done) { argument
[all …]
Dpathops.bench.js14 it('pathops_simplify', function(done) { argument
30 done();
31 }).catch(reportError(done));
35 it('pathops_diff', function(done) { argument
54 done();
55 }).catch(reportError(done));
59 it('pathops_intersect', function(done) { argument
78 done();
79 }).catch(reportError(done));
83 it('pathops_union', function(done) { argument
[all …]
Deffects.bench.js15 it('effects_dash', function(done) { argument
31 done();
32 }).catch(reportError(done));
36 it('effects_trim', function(done) { argument
52 done();
53 }).catch(reportError(done));
57 it('effects_trim_complement', function(done) { argument
73 done();
74 }).catch(reportError(done));
78 it('effects_transform', 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 …]
Deffects.bench.js31 it('effects_dash', function(done) { argument
47 done();
48 }).catch(reportError(done));
52 it('effects_trim', function(done) { argument
68 done();
69 }).catch(reportError(done));
73 it('effects_trim_complement', function(done) { argument
89 done();
90 }).catch(reportError(done));
94 it('effects_transform', function(done) { argument
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.c37 b = *(p++); low |= (b & 0x7fU) << 14; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
38 b = *(p++); low |= (b & 0x7fU) << 21; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
40 high = (b & 0x7fU) >> 4; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
41 b = *(p++); high |= (b & 0x7fU) << 3; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
42 b = *(p++); high |= (b & 0x7fU) << 10; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
43 b = *(p++); high |= (b & 0x7fU) << 17; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
44 b = *(p++); high |= (b & 0x7fU) << 24; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
45 b = *(p++); high |= (b & 0x7fU) << 31; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch32()
48 done: in upb_vdecode_max8_branch32()
60 b = *(p++); val |= (b & 0x7fU) << 14; if (!(b & 0x80)) goto done; in upb_vdecode_max8_branch64()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc76 StatusCallback done) override { in GetStatusAsync() argument
77 IssueRequest(request, response, getstatus_, std::move(done), call_opts, in GetStatusAsync()
83 StatusCallback done) override { in CreateWorkerSessionAsync() argument
84 IssueRequest(request, response, createworkersession_, std::move(done)); in CreateWorkerSessionAsync()
90 StatusCallback done) override { in DeleteWorkerSessionAsync() argument
91 IssueRequest(request, response, deleteworkersession_, std::move(done), in DeleteWorkerSessionAsync()
97 StatusCallback done) override { in RegisterGraphAsync() argument
98 IssueRequest(request, response, registergraph_, std::move(done)); in RegisterGraphAsync()
103 StatusCallback done) override { in DeregisterGraphAsync() argument
104 IssueRequest(request, response, deregistergraph_, std::move(done)); in DeregisterGraphAsync()
[all …]
/external/skia/modules/pathkit/tests/
Dsvg.spec.js2 it('can create a path from an SVG string', function(done) { argument
3 LoadPathKit.then(catchException(done, () => {
20 done();
24 it('can create an SVG string from a path', function(done) { argument
25 LoadPathKit.then(catchException(done, () => {
38 done();
42 it('can create an SVG string from hex values', function(done) { argument
43 LoadPathKit.then(catchException(done, () => {
55 done();
59 it('should have input and the output be the same', function(done) { argument
[all …]
Dpath.spec.js13 it('supports.equals()', function(done) { argument
14 LoadPathKit.then(catchException(done, () => {
31 done();
35 it('has a copy constructor', function(done) { argument
36 LoadPathKit.then(catchException(done, () => {
45 done();
49 it('has a copy method', function(done) { argument
50 LoadPathKit.then(catchException(done, () => {
59 done();
63 it('can create a copy with MakePath', function(done) { argument
[all …]
Dpath2d.spec.js2 it('can do everything in the Path2D API w/o crashing', function(done) { argument
3 LoadPathKit.then(catchException(done, () => {
68 done();
69 }).catch(reportError(done));
70 }).catch(reportError(done));
74 it('can chain by returning the same object', function(done) { argument
75 LoadPathKit.then(catchException(done, () => {
94 done();
98 it('does not leak path objects when chaining', function(done) { argument
99 LoadPathKit.then(catchException(done, () => {
[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/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc60 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
67 done); in ComputeAsync()
78 errors::Cancelled("op cancelled ", name_), done); in ComputeAsync()
80 auto deregister_and_done = [c, col_exec, token, done = std::move(done)]() { in ComputeAsync()
85 done(); in ComputeAsync()
100 const DoneCallback& done) { in CanProceedWithCompute() argument
106 c->collective_executor()->RunClosure([this, c, col_exec, done]() { in CanProceedWithCompute()
113 [this, c, done](const Status& s) { in CanProceedWithCompute()
116 ComputeAsync(c, done); in CanProceedWithCompute()
119 done(); in CanProceedWithCompute()
[all …]
Dnccl_ops.cc97 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
102 done); in ComputeAsync()
103 auto actual_done = [c, done](Status s) { in ComputeAsync()
104 OP_REQUIRES_OK_ASYNC(c, s, done); in ComputeAsync()
105 done(); in ComputeAsync()
133 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
134 auto actual_done = [c, done](Status s) { in ComputeAsync()
135 OP_REQUIRES_OK_ASYNC(c, s, done); in ComputeAsync()
136 done(); in ComputeAsync()
164 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
[all …]
/external/llvm-project/llvm/test/MC/AMDGPU/
Dexp.s11 exp mrt0 off, off, off, off done
16 exp mrt0 v4, off, off, off done
21 exp mrt0 off, v3, off, off done
26 exp mrt0 off, off, v2, off done
31 exp mrt0 off, off, off, v1 done
36 exp mrt0 v4, v3, off, off done
41 exp mrt0 v4, off, v2, off done
51 exp mrt0 v4, off, off, v1 done
61 exp mrt0 v4, v3, v2, v1 done
71 exp mrt7 v1, v1, v1, v1 done
[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 …]
/external/libwebsockets/lib/plat/unix/
Dunix-fds.c33 struct lws **p, **done; in wsi_from_fd() local
41 done = &p[context->max_fds]; in wsi_from_fd()
43 while (p != done) { in wsi_from_fd()
55 struct lws **p, **done; in insert_wsi() local
70 done = &p[context->max_fds]; in insert_wsi()
76 while (p != done && *p != wsi) in insert_wsi()
79 assert(p == done); in insert_wsi()
84 while (p != done && (!*p || (*p)->desc.sockfd != wsi->desc.sockfd)) in insert_wsi()
87 if (p != done) { in insert_wsi()
97 while (p != done && *p) in insert_wsi()
[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/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>>...161