Home
last modified time | relevance | path

Searched defs:done (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtest_utils.h35 StatusCallback done) override { in GetStatusAsync()
41 StatusCallback done) override { in CreateWorkerSessionAsync()
48 StatusCallback done) override { in DeleteWorkerSessionAsync()
54 StatusCallback done) override { in RegisterGraphAsync()
60 StatusCallback done) override { in DeregisterGraphAsync()
66 StatusCallback done) override { in RunGraphAsync()
72 StatusCallback done) override { in CleanupGraphAsync()
78 StatusCallback done) override { in CleanupAllAsync()
83 TensorResponse* response, StatusCallback done) override { in RecvTensorAsync()
88 StatusCallback done) override { in LoggingAsync()
[all …]
Dworker.cc41 StatusCallback done) { in GetStatusAsync()
54 StatusCallback done) { in CreateWorkerSessionAsync()
65 StatusCallback done) { in DeleteWorkerSessionAsync()
72 StatusCallback done) { in RegisterGraphAsync()
93 StatusCallback done) { in DeregisterGraphAsync()
140 StatusCallback done) { in RunGraphAsync()
164 StatusCallback done) { in DoRunGraph()
262 StatusCallback done) { in DoPartialRunGraph()
351 StatusCallback done) { in CleanupGraphAsync()
368 StatusCallback done) { in CleanupAllAsync()
[all …]
/external/skia/modules/pathkit/tests/
Dpath.spec.js13 it('supports.equals()', function(done) { argument
35 it('has a copy constructor', function(done) { argument
49 it('has a copy method', function(done) { argument
63 it('can create a copy with MakePath', function(done) { argument
96 it('dynamically updates getBounds()', function(done){ argument
112 it('has getBounds() and computeTightBounds()', function(done){ argument
146 it('does NOT approximates conics when dumping as toCmds', function(done) { argument
Dsvg.spec.js2 it('can create a path from an SVG string', function(done) { argument
24 it('can create an SVG string from a path', function(done) { argument
42 it('can create an SVG string from hex values', function(done) { argument
59 it('should have input and the output be the same', function(done) { argument
77 it('approximates arcs (conics) with quads', function(done) { argument
Dpath2d.spec.js2 it('can do everything in the Path2D API w/o crashing', function(done) { argument
74 it('can chain by returning the same object', function(done) { argument
98 it('does not leak path objects when chaining', function(done) { argument
127 it('has multiple overloads of addPath', function(done) { argument
148 it('approximates arcs (conics) with quads', function(done) { argument
Dutil.spec.js3 it('computes YFromX correctly', function(done) { argument
19 it('computes a point from T correctly', function(done) { argument
40 it('does not leak, with or without cache', function(done) { argument
Deffects.spec.js17 it('performs dash in-place with start, stop, phase', function(done) { argument
39 it('performs trim in-place with start, stop, phase', function(done) { argument
62 it('performs matrix transform in-place', function(done) { argument
89 it('creates a stroked path in-place', function(done) { argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc76 StatusCallback done) override { in GetStatusAsync()
83 StatusCallback done) override { in CreateWorkerSessionAsync()
90 StatusCallback done) override { in DeleteWorkerSessionAsync()
97 StatusCallback done) override { in RegisterGraphAsync()
103 StatusCallback done) override { in DeregisterGraphAsync()
108 RunGraphResponse* response, StatusCallback done) override { in RunGraphAsync()
113 StatusCallback done) override { in RunGraphAsync()
120 StatusCallback done) override { in CleanupGraphAsync()
126 StatusCallback done) override { in CleanupAllAsync()
131 RecvBufResponse* response, StatusCallback done) override { in RecvBufAsync()
[all …]
/external/skia/modules/pathkit/perf/
Dpath.bench.js43 it('path_path2dapi', function(done) { argument
61 it('path_copy', function(done) { argument
82 it('path_from_api_calls', function(done) { argument
105 it('path_fromCmds', function(done) { argument
128 it('path_fromSVGString', function(done) { argument
148 it('path_toCmds', function(done) { argument
168 it('path_toPath2D', function(done) { argument
188 it('path_toSVGString', function(done) { argument
219 it('path_add_path_svgmatrix', function(done) { argument
245 it('path_add_path_svgmatrix_reuse', function(done) { argument
[all …]
Dpathops.bench.js14 it('pathops_simplify', function(done) { argument
35 it('pathops_diff', function(done) { argument
59 it('pathops_intersect', function(done) { argument
83 it('pathops_union', function(done) { argument
107 it('pathops_xor', function(done) { argument
131 it('pathops_reverse_diff', function(done) { argument
Deffects.bench.js15 it('effects_dash', function(done) { argument
36 it('effects_trim', function(done) { argument
57 it('effects_trim_complement', function(done) { argument
78 it('effects_transform', function(done) { argument
101 it('effects_stroke', function(done) { argument
/external/python/python-api-core/tests/unit/future/
Dtest_polling.py27 def done(self): member in PollingFutureImpl
92 def done(self, retry=polling.DEFAULT_RETRY): member in PollingFutureImplWithPoll
113 def done(self, retry=polling.DEFAULT_RETRY): member in PollingFutureImplTimeout
135 def done(self, retry=polling.DEFAULT_RETRY): member in PollingFutureImplTransient
200 def done(self): member in PollingFutureImplWithoutRetry
213 def done(self): member in PollingFutureImplWith_done_or_raise
/external/libwebsockets/lib/plat/unix/
Dunix-fds.c33 struct lws **p, **done; in wsi_from_fd() local
56 struct lws **p, **done; in sanity_assert_no_wsi_traces() local
126 struct lws **p, **done; in insert_wsi() local
174 struct lws **p, **done; in delete_from_fd() local
215 struct lws **p, **done; in delete_from_fdwsi() local
/external/libaom/libaom/aom_dsp/x86/
Daom_subpixel_8t_ssse3.asm202 .done: label
308 .done: label
633 .done: label
860 .done: label
/external/tensorflow/tensorflow/core/data/
Dunbounded_thread_pool.cc36 explicit LogicalThreadWrapper(std::shared_ptr<Notification> done) in LogicalThreadWrapper()
59 auto done = std::make_shared<Notification>(); in StartThread() local
86 std::shared_ptr<Notification> done) { in WorkQueueFunc()
95 std::function<void()> fn, std::shared_ptr<Notification> done) { in ScheduleOnWorkQueue()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_ssse3.asm184 .done: label
275 .done: label
572 .done: label
790 .done: label
/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc60 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
100 const DoneCallback& done) { in CanProceedWithCompute()
164 DoneCallback done) override { in ComputeAsyncImpl()
274 DoneCallback done) override { in ComputeAsyncImpl()
349 DoneCallback done) override { in ComputeAsyncImpl()
426 DoneCallback done) override { in ComputeAsyncImpl()
516 DoneCallback done) { in Run()
604 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
655 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
701 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
[all …]
Dnccl_ops.cc97 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
133 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
164 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
203 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
232 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
265 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Dtest_collective_executor_mgr.h45 const StatusCallback& done) override { in CompleteParamsAsync()
52 const StatusCallback& done) override { in CompleteGroupAsync()
59 const StatusCallback& done) override { in CompleteInstanceAsync()
118 const StatusCallback& done) override { in GetStepSequenceAsync()
123 const StatusCallback& done) override { in RefreshStepIdSequenceAsync()
Dpermuter.cc63 void Permuter::Run(StatusCallback done) { in Run()
81 const StatusCallback& done) { in DispatchSend()
97 const StatusCallback& done) { in DispatchRecv()
Dall_to_all.cc94 void AllToAll::Run(StatusCallback done) { in Run()
119 const StatusCallback& done) { in DispatchSend()
131 const StatusCallback& done) { in DispatchRecv()
/external/libchrome/base/threading/
Dthread_local_unittest.cc19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) in ThreadLocalTesterBase()
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal()
50 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal()
81 base::WaitableEvent done(WaitableEvent::ResetPolicy::MANUAL, in TEST() local
/external/tensorflow/tensorflow/core/util/
Dreffed_status_callback_test.cc34 auto done = [&called, &status](const Status& s) { in TEST() local
48 auto done = [&called, &status](const Status& s) { in TEST() local
68 auto done = [&called, &status](const Status& s) { in TEST() local
92 auto done = [&num_called, &status, &n](const Status& s) { in TEST() local
/external/python/python-api-core/tests/asyncio/future/
Dtest_async_future.py25 async def done(self): member in AsyncFuture
106 async def done(self): member in AsyncFutureWithPoll
128 async def done(self): member in AsyncFutureTimeout
159 async def done(self): member in AsyncFutureTransient
/external/curl/lib/
Dgopher.c108 static CURLcode gopher_connect(struct Curl_easy *data, bool *done) in gopher_connect()
115 static CURLcode gopher_connecting(struct Curl_easy *data, bool *done) in gopher_connecting()
126 static CURLcode gopher_do(struct Curl_easy *data, bool *done) in gopher_do()

12345678910>>...46