HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 101 - 125 of 2184) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iproute2/tc/
p_tcp.c 46 goto done;
53 goto done;
60 goto done;
65 done:
  /external/jsmn/test/
test.h 11 #define done() return 0 macro
  /external/ltp/testcases/kernel/syscalls/gettimeofday/
gettimeofday02.c 41 static volatile sig_atomic_t done; variable
52 done = sig;
60 done = 0;
69 while (!done) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
4-1.c 117 goto done;
127 goto done;
133 goto done;
142 done:
  /external/ppp/pppd/
md4.h 25 unsigned int done; /* Nonzero means MD computation finished */ member in struct:__anon36025
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Service.java 73 * <li>{@code done} will be called when the method is complete. This may be
76 * <li>The parameter to {@code done} is the response. It must be of the
79 * <li>If the RPC failed, the parameter to {@code done} will be
87 RpcCallback<Message> done);
  /external/skia/tools/sk_app/unix/
main_unix.cpp 33 bool done = false; local
34 while (!done) {
52 while (count-- && !done) {
74 done = true;
  /external/skqp/tools/sk_app/unix/
main_unix.cpp 33 bool done = false; local
34 while (!done) {
52 while (count-- && !done) {
74 done = true;
  /external/tensorflow/tensorflow/core/common_runtime/
ring_gatherer.h 42 void Run(StatusCallback done) override;
executor.h 51 // RunAsync() executes the graph computation. "done" is run when the
53 // computation, "done" is run and the error is passed to "done".
57 // are alive at least until done is invoked. All pointers to the
105 virtual void RunAsync(const Args& args, DoneCallback done) = 0;
158 // 'done' is called after the last executor completes, and
160 ExecutorBarrier(size_t num, Rendezvous* r, StatusCallback done)
161 : rendez_(r), done_cb_(done), pending_(num) {}
165 // Returns a closure that Executors must call when they are done
181 StatusCallback done = nullptr local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
remote_device.h 36 // On success, the 'done' callback is given the OK status and a vector
39 // Otherwise, the 'done' callback is given an error status and the
44 const string& remote_worker, NewRemoteDevicesDone done);
worker_cache_partial.cc 42 StatusCallback done) {
45 SchedClosure([this, &device_name, locality, done]() {
50 done(s);
54 done(Status::OK());
base_rendezvous_mgr.cc 70 Rendezvous::DoneCallback done) {
74 [rendez](Rendezvous::DoneCallback done,
79 done(s, send_args, recv_args, v, dead);
81 std::move(done), _1, _2, _3, _4, _5);
172 RecvLocalAsyncInternal(call.parsed, std::move(call.done));
232 StatusCallback done) {
241 done(Status::OK());
249 done(errors::InvalidArgument("Non-DMA-safe ", DataTypeString(in.dtype()),
258 done(s);
264 done(s)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
collective_nccl_reducer.h 39 void Run(StatusCallback done) override;
lu_op_gpu.cu.cc 81 void ComputeAsync(OpKernelContext* context, DoneCallback done) final {
90 done);
99 done);
126 done);
138 done);
141 done();
152 done);
165 done);
174 done);
197 done);
    [all...]
cholesky_op.cc 100 void ComputeAsync(OpKernelContext* context, DoneCallback done) final {
108 done);
113 done);
119 done();
130 done);
154 done);
158 auto info_checker = [context, done](
162 done);
163 done();
determinant_op.cc 133 void ComputeAsync(OpKernelContext* context, DoneCallback done) final {
141 done);
146 done);
156 done);
163 done();
177 done);
191 done);
218 done);
228 done);
243 auto info_checker = [context, done](
    [all...]
svd_op_gpu.cu.cc 95 void RunSVD(OpKernelContext* context, DoneCallback done, int64 m, int64 n,
118 done);
146 done);
178 done);
211 OP_REQUIRES_OK_ASYNC(context, DoMatrixTranspose(device, u_copy, U), done);
214 CheckResult(context, std::move(done), dev_info, std::move(solver));
217 void CheckResult(OpKernelContext* context, DoneCallback done,
220 auto info_checker = [context, done](
227 OP_REQUIRES_OK_ASYNC(context, full_status, done);
228 done();
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
resolver_conn_wrapper.go 36 done chan struct{}
83 done: make(chan struct{}),
104 case <-ccr.done:
112 case <-ccr.done:
120 case <-ccr.done:
126 case <-ccr.done:
138 close(ccr.done)
  /external/vboot_reference/cgpt/
cgpt_boot.c 31 goto done;
37 goto done;
51 goto done;
59 done:
84 goto done;
111 goto done;
116 goto done;
128 goto done;
135 goto done;
149 done
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
rdma_rendezvous_mgr.cc 38 DoneCallback done) override;
49 DoneCallback done) {
61 done(s, Args(), recv_args, Tensor{}, false);
73 done(s, Args(), recv_args, Tensor(), true);
78 rc->InsertTensorRequest(key, step_id_, dst_dev, recv_args, done);
  /external/wpa_supplicant_8/src/utils/
browser-android.c 35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
browser-wpadebug.c 35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
  /external/skia/src/core/
SkTextBlobPriv.h 197 * for (SkTextBlobRunIterator it(blob); !it.done(); it.next()) {
212 bool done() const { function in class:SkTextBlobRunIterator
218 SkASSERT(!this->done());
222 SkASSERT(!this->done());
226 SkASSERT(!this->done());
238 SkASSERT(!this->done());
242 SkASSERT(!this->done());
247 SkASSERT(!this->done());
251 SkASSERT(!this->done());
255 SkASSERT(!this->done());
    [all...]
  /external/skqp/src/core/
SkTextBlobPriv.h 197 * for (SkTextBlobRunIterator it(blob); !it.done(); it.next()) {
212 bool done() const { function in class:SkTextBlobRunIterator
218 SkASSERT(!this->done());
222 SkASSERT(!this->done());
226 SkASSERT(!this->done());
238 SkASSERT(!this->done());
242 SkASSERT(!this->done());
247 SkASSERT(!this->done());
251 SkASSERT(!this->done());
255 SkASSERT(!this->done());
    [all...]

Completed in 1482 milliseconds

1 2 3 45 6 7 8 91011>>