/external/tensorflow/tensorflow/core/framework/ |
collective.h | 138 const StatusCallback& done) = 0; 144 const StatusCallback& done) = 0; 161 const StatusCallback& done) = 0; 168 const StatusCallback& done) = 0; 175 const StatusCallback& done) = 0; 190 const StatusCallback& done) = 0; 195 const StatusCallback& done) = 0; 242 const StatusCallback& done) = 0; 250 const StatusCallback& done) = 0; 263 const string& exec_key, StatusCallback done) { [all...] |
/external/u-boot/env/ |
sf.c | 116 goto done; 121 goto done; 130 goto done; 137 goto done; 143 goto done; 149 goto done; 151 puts("done\n"); 157 done: 220 goto done; 225 goto done; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
future.c | 60 int i, found_docstring = 0, done = 0, prev_line = 0;
local 77 if (done && s->lineno > prev_line)
91 if (done) {
103 done = 1;
108 done = 1;
113 done = 1;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
future.c | 60 int i, found_docstring = 0, done = 0, prev_line = 0;
local 84 if (done && s->lineno > prev_line)
96 if (done) {
108 done = 1;
113 done = 1;
118 done = 1;
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/ |
TcgStorageOpalUtil.c | 107 goto done;
124 goto done;
134 goto done;
137 done:
195 goto done;
217 done:
267 goto done;
277 goto done;
291 goto done;
301 goto done;
[all...] |
/external/kmod/testsuite/ |
test-testsuite.c | 90 int fd, done; local 96 for (done = 0;;) { 97 int r = read(fd, buf + done, sizeof(buf) - 1 - done); 103 done += r; 106 buf[done] = '\0';
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
posix_timers.c | 23 static volatile int done; variable 28 while (!done); 40 while (!done && !err) { 56 done = 1; 97 done = 0; 156 done = 0;
|
threadtest.c | 35 int done = 0; variable 56 done = 1; 83 while (!done) { 108 while (!done) { 173 if (done) { 181 done = 1;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
common.h | 57 goto done; 65 goto done; 71 goto done; 76 done: 89 goto done; 113 done:
|
/external/python/cpython2/Python/ |
future.c | 60 int i, found_docstring = 0, done = 0, prev_line = 0; local 77 if (done && s->lineno > prev_line) 91 if (done) { 103 done = 1; 108 done = 1; 113 done = 1;
|
/external/selinux/libselinux/src/ |
query_user_context.c | 80 int done = 0; /* true if a non-empty field has been obtained */ local 82 while (!done) { /* Keep going until we get a value for the field */ 94 done = 1; 119 int done = 0; /* true if a valid sid has been obtained */ local 121 /* Initialize the context. How this is done depends on whether 131 while (!done) { 170 done = 1;
|
/external/skia/modules/canvaskit/tests/ |
util.js | 5 function reportSurface(surface, testname, done) { 17 done(); 18 }).catch(reportError(done));
|
/external/tensorflow/tensorflow/core/common_runtime/ |
base_collective_executor.h | 111 const string& exec_key, StatusCallback done) override; 115 StatusCallback done) override; 126 const StatusCallback& done) override { 129 to_alloc_attr, to_tensor, client_locality, stream_index, done); 138 const StatusCallback& done) override { 141 client_locality, done);
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
gpu_util.cc | 49 // ensure the causal ordering by arranging the copy done callback 118 StatusCallback done) { 125 done(s); 133 done(errors::Internal("No send gpu copy-out-stream is available.")); 167 send_device_to_host_stream, [send_device_to_host_stream, done, proto, buf, 183 done(Status::OK()); 192 int dev_to_dev_stream_index, StatusCallback done) { 198 done(s); 205 done(errors::Internal("No send gpu copy-out-stream is available.")); 221 done(errors::Internal("No recv gpu stream is available.")) [all...] |
/external/u-boot/examples/standalone/ |
atmel_df_pow2.c | 176 goto done; 182 goto done; 186 goto done; 194 goto done; 198 goto done; 206 done:
|
/external/tensorflow/tensorflow/compiler/jit/ |
xla_device_context.cc | 102 StatusCallback done) const { 103 done(errors::Unimplemented("XLA->XLA same-device copies not implemented.")); 109 StatusCallback done) const { 112 done(Status::OK()); 175 done(status); 184 // We don't defer the call to done() onto the stream here, and the reasons 190 done(status); 192 host_to_device_stream_->ThenDoHostCallback([ref, done]() { 194 done(Status::OK()); 202 StatusCallback done) { [all...] |
/external/wayland/tests/ |
queue-test.c | 85 bool done; member in struct:multiple_queues_state 93 state->done = true; 122 state.done = false; 135 while (!state.done && !ret) 147 bool *done = data; local 148 *done = true; 215 bool done = false; local 243 wl_callback_add_listener(callback, &sync_listener_roundtrip, &done); 246 assert(!done); 249 while (!done) 264 bool done = false; local [all...] |
/external/python/cpython2/Objects/stringlib/ |
formatter.h | 686 goto done; 694 goto done; 702 goto done; 716 goto done; 725 done: 765 goto done; 775 goto done; 783 goto done; 791 goto done; 798 goto done; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
formatter.h | 686 goto done;
694 goto done;
702 goto done;
716 goto done;
725 done:
765 goto done;
775 goto done;
783 goto done;
791 goto done;
797 goto done;
[all...] |
/external/grpc-grpc/test/core/iomgr/ |
combiner_test.cc | 43 gpr_event done; local 44 gpr_event_init(&done); 46 GRPC_CLOSURE_SCHED(GRPC_CLOSURE_CREATE(set_event_to_true, &done, 50 GPR_ASSERT(gpr_event_wait(&done, grpc_timeout_seconds_to_deadline(5)) != 58 gpr_event done; member in struct:__anon23357 91 GRPC_CLOSURE_SCHED(GRPC_CLOSURE_CREATE(set_event_to_true, &args->done, 105 gpr_event_init(&ta[i].done); 110 GPR_ASSERT(gpr_event_wait(&ta[i].done,
|
/external/libopus/silk/ |
stereo_quant_pred.c | 61 goto done; 65 done:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
16-1.c | 157 goto done; 165 goto done; 181 goto done; 189 goto done; 194 goto done; 202 done: 222 goto done; 237 done:
|
/external/openssh/ |
dispatch.h | 55 #define dispatch_run(mode, done, ctxt) \ 56 ssh_dispatch_run_fatal(active_state, (mode), (done), (ctxt))
|
/external/python/cpython3/Lib/test/dtracedata/ |
gc.d | 8 python$target:::gc-done
|
/external/skia/src/core/ |
SkTaskGroup.cpp | 32 bool SkTaskGroup::done() const { function in class:SkTaskGroup 37 // Actively help the executor do work until our task group is done. 41 while (!this->done()) {
|