/external/skqp/src/pathops/ |
SkPathOpsSimplify.cpp | 27 if (!unsortable && current->done()) { 30 SkASSERT(unsortable || !current->done()); 49 } while (!writer->isClosed() && (!unsortable || !start->starter(end)->done())); 52 if (!spanStart->done()) { 104 if (!unsortable && current->done()) { 107 SkASSERT(unsortable || !current->done()); 126 } while (!writer->isClosed() && (!unsortable || !start->starter(end)->done())); 129 if (!spanStart->done()) {
|
/external/spirv-llvm/lib/SPIRV/ |
TransOCLMD.cpp | 115 .done(); 128 .done(); 137 .done(); 172 .done(&EPNode); 178 .done(); 195 .done(); 203 .done(); 209 .done();
|
/external/tensorflow/tensorflow/core/common_runtime/ |
buf_rendezvous.h | 76 // to key. That value must stay valid until done is called. 79 const ProducerCallback& done); 83 void ConsumeBuf(const string& key, const ConsumerCallback& done); 85 // Consumer must call this function when it's done reading the Hook provided
|
collective_executor_mgr.h | 47 const StatusCallback& done) override; 50 const StatusCallback& done) override;
|
function_threadpool_test.cc | 87 Notification done; local 90 flr->Run(opts, handle, args, &out, [&status, &done](const Status& s) { 92 done.Notify(); 94 done.WaitForNotification(); 173 Notification done; local 176 flr->Run(opts, handle, frame, [&status, &done](const Status& s) { 178 done.Notify(); 180 done.WaitForNotification();
|
testlib_ops.cc | 84 void ComputeAsync(OpKernelContext* ctx, DoneCallback done) override { 86 ctx->env()->SchedClosureAfter(micros_, done);
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
device_resolver_distributed_test.cc | 70 StatusCallback done) override { 76 done(Status::OK()); 97 StatusCallback done) override { 101 done(errors::Internal("failed to parse device name")); 106 done(errors::Internal("failed to find worker ", task_name)); 114 done(status); 120 done(Status::OK()); 124 done(errors::Internal("device not found: ", device));
|
rpc_collective_executor_mgr.h | 49 const StatusCallback& done) override; 52 const StatusCallback& done) override;
|
worker_cache_wrapper.h | 74 StatusCallback done) { 75 return wrapped_->GetDeviceLocalityAsync(device, locality, std::move(done));
|
/external/tensorflow/tensorflow/core/kernels/ |
partitioned_function_ops.cc | 80 void PartitionedCallOp::ComputeAsync(OpKernelContext* ctx, DoneCallback done) { 83 errors::Internal("No function library is provided."), done); 108 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, ctx, &inputs, &handle), done); 118 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("args", &args), done); 125 RunFunction(handle, inputs, lib, ctx, done); 213 OpKernelContext* ctx, DoneCallback done) { 234 [rets, rendez, done, ctx, func_name](const Status& status) { 247 done();
|
sendrecv_ops_test.cc | 35 DoneCallback done) override { 37 done(Status::OK(), args, args, *t, false);
|
/external/turbine/java/com/google/turbine/parse/ |
UnicodeEscapePreprocessor.java | 44 public boolean done() { method in class:UnicodeEscapePreprocessor 130 ch = done() ? ASCII_SUB : input.charAt(idx);
|
/external/u-boot/drivers/fpga/ |
stratixv.c | 93 /* Check done pin */ 94 if (pfns->done) { 95 ret = (pfns->done)(cookie); 98 printf("Error: DONE not set (ret=%d)!\n", ret);
|
/external/wayland/tests/ |
event-loop-test.c | 335 int done; member in struct:event_loop_destroy_listener 344 listener->done = 1; 357 a.done = 0; 364 b.done = 0; 370 assert(!a.done); 371 assert(b.done); 379 a.done = 0; 384 assert(a.done);
|
/external/e2fsprogs/lib/ext2fs/ |
bmap.c | 356 goto done; 360 goto done; 368 goto done; 381 goto done; 386 goto done; 398 goto done; 407 goto done; 415 goto done; 426 goto done; 435 goto done; [all...] |
link.c | 28 int done; member in struct:link_struct 47 if (ls->done) 143 ls->done++; 171 ls.done = 0; 183 if (!ls.done)
|
/external/libffi/src/pa/ |
hpux32.S | 119 b L$done 124 b L$done 129 b L$done 134 b L$done 139 b L$done 145 b L$done 153 b L$done 163 b L$done 175 b L$done 190 b L$done [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/ |
hpux32.S | 119 b L$done 124 b L$done 129 b L$done 134 b L$done 139 b L$done 145 b L$done 153 b L$done 163 b L$done 175 b L$done 190 b L$done [all...] |
/external/boringssl/src/decrepit/ripemd/ |
ripemd_test.cc | 78 for (size_t done = 0; done < input_len;) { 79 const size_t remaining = input_len - done; 85 RIPEMD160_Update(&ctx, &test.input[done], todo); 86 done += todo;
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
TrialRunLoop.java | 89 boolean done = false; 90 while (!done) { 103 done = true; 128 // going with a WorkerContinueMessage. This needs to be done after the 153 done = true; 161 done = true;
|
/external/grpc-grpc/src/cpp/thread_manager/ |
thread_manager.cc | 155 bool done = false; local 160 if (shutdown_ || num_pollers_ > max_pollers_) done = true; 164 done = true; 204 if (shutdown_) done = true; 208 if (done) break;
|
/external/openssh/ |
entropy.c | 119 goto done; 130 goto done; 145 goto done; 156 goto done; 160 done:
|
/external/python/cpython3/Python/ |
future.c | 65 int i, done = 0, prev_line = 0; local 93 if (done && s->lineno > prev_line) 107 if (done) { 118 done = 1; 122 done = 1;
|
/external/skia/src/core/ |
SkTMultiMap.h | 34 for ( ; !iter.done(); ++iter) { 135 if (!fIter.done()) { 140 bool done() const { function in class:SkTMultiMap::ConstIter 141 return fIter.done(); 155 if (!fIter.done()) {
|
/external/skqp/src/core/ |
SkTMultiMap.h | 34 for ( ; !iter.done(); ++iter) { 135 if (!fIter.done()) { 140 bool done() const { function in class:SkTMultiMap::ConstIter 141 return fIter.done(); 155 if (!fIter.done()) {
|