| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | test_utils.h | 35 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 …]
|
| D | worker.cc | 41 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/ |
| D | path.spec.js | 13 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
|
| D | svg.spec.js | 2 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
|
| D | path2d.spec.js | 2 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
|
| D | util.spec.js | 3 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
|
| D | effects.spec.js | 17 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/ |
| D | grpc_remote_worker.cc | 76 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/ |
| D | path.bench.js | 43 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 …]
|
| D | pathops.bench.js | 14 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
|
| D | effects.bench.js | 15 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/ |
| D | test_polling.py | 27 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/ |
| D | unix-fds.c | 33 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/ |
| D | aom_subpixel_8t_ssse3.asm | 202 .done: label 308 .done: label 633 .done: label 860 .done: label
|
| /external/tensorflow/tensorflow/core/data/ |
| D | unbounded_thread_pool.cc | 36 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/ |
| D | vpx_subpixel_8t_ssse3.asm | 184 .done: label 275 .done: label 572 .done: label 790 .done: label
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | collective_ops.cc | 60 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 …]
|
| D | nccl_ops.cc | 97 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/ |
| D | test_collective_executor_mgr.h | 45 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()
|
| D | permuter.cc | 63 void Permuter::Run(StatusCallback done) { in Run() 81 const StatusCallback& done) { in DispatchSend() 97 const StatusCallback& done) { in DispatchRecv()
|
| D | all_to_all.cc | 94 void AllToAll::Run(StatusCallback done) { in Run() 119 const StatusCallback& done) { in DispatchSend() 131 const StatusCallback& done) { in DispatchRecv()
|
| /external/libchrome/base/threading/ |
| D | thread_local_unittest.cc | 19 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/ |
| D | reffed_status_callback_test.cc | 34 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/ |
| D | test_async_future.py | 25 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/ |
| D | gopher.c | 108 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()
|