Home
last modified time | relevance | path

Searched full:done (Results 1 – 25 of 28966) sorted by relevance

12345678910>>...1159

/aosp_15_r20/external/mesa3d/docs/
H A Dfeatures.txt5 all DONE: <driver>, ...
6 All the extensions are done for the given list of drivers.
8 DONE
9 The extension is done for Mesa and no implementation is necessary on the
12 DONE ()
13 The extension is done for Mesa and all the drivers in the "all DONE" list.
15 DONE (<driver>, ...)
16 The extension is done for Mesa, all the drivers in the "all DONE" list, and
39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, virgl, z…
41 glBindFragDataLocation, glGetFragDataLocation DONE
[all …]
/aosp_15_r20/external/openthread/src/cli/
H A DREADME.md15 Done
18 Done
150 Done
156 Done
178 Done
180 Done
193 Done
204 Done
206 Done
210 Done
[all …]
H A DREADME_DATASET.md45 Done
57 Done
64 Done
71 Done
73 Done
88 Done
90 Done
97 Done
99 Done
116 Done
[all …]
H A DREADME_SRP_CLIENT.md41 Done
55 Done
62 Done
66 Done
80 Done
87 Done
91 Done
139 Done
147 Done
159 Done
[all …]
H A DREADME_NETDATA.md19 Done
31 Done
38 Done
45 Done
47 Done
58 Done
65 Done
67 Done
78 Done
90 Done
[all …]
H A Dcli.cpp171 OutputLine("Done"); in OutputResult()
214 * Done in Process()
229 * Done in Process()
381 * Done in Process()
395 * Done in Process()
418 * Done in Process()
434 * Done in Process()
438 * Done in Process()
474 * Done in Process()
487 * Done in Process()
[all …]
H A DREADME_SRP.md17 Done
29 Done
31 Done
33 Done
35 Done
38 Done
44 Done
46 Done
61 Done
63 Done
[all …]
/aosp_15_r20/external/virglrenderer/docs/
H A DGL-status.txt15 GL_ARB_draw_buffers_blend DONE
16 GL_ARB_draw_indirect DONE
17 GL_ARB_gpu_shader5 DONE
30 GL_ARB_gpu_shader_fp64 DONE
31 GL_ARB_sample_shading DONE
33 GL_ARB_tessellation_shader DONE
34 GL_ARB_texture_buffer_object_rgb32 DONE
35 GL_ARB_texture_cube_map_array DONE
36 GL_ARB_texture_gather DONE
37 GL_ARB_texture_query_lod DONE
[all …]
/aosp_15_r20/external/openthread/tests/scripts/expect/
H A Dcli-dataset.exp51 expect_line "Done"
53 expect_line "Done"
56 expect_line "Done"
59 expect_line "Done"
62 expect_line "Done"
65 expect_line "Done"
68 expect_line "Done"
71 expect_line "Done"
74 expect_line "Done"
76 expect_line "Done"
[all …]
H A Dcli-misc.exp43 expect_line "Done"
46 expect_line "Done"
49 expect_line "Done"
52 expect_line "Done"
55 expect_line "Done"
58 expect_line "Done"
61 expect_line "Done"
64 expect_line "Done"
70 expect_line "Done"
73 expect_line "Done"
[all …]
H A Dcli-diags.exp40 expect_line "Done"
45 expect_line "Done"
49 expect_line "Done"
56 expect_line "Done"
61 expect_line "Done"
65 expect_line "Done"
70 expect_line "Done"
79 expect_line "Done"
88 expect_line "Done"
92 expect_line "Done"
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/test/
H A Diron-overlay-behavior.html155 test('_renderOpened called only after is attached', function(done) {
166 done();
170 test('overlay open/close events', function(done) {
181 done();
187 test('open() refits overlay only once', function(done) {
191 done();
195 test('open overlay refits on iron-resize', function(done) {
202 done();
207 test('closed overlay does not refit on iron-resize', function(done) {
213 done();
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service_rpc_handler.cc40 StatusCallback done) { in RegisterTaskAsync() argument
44 done(MakeCoordinationError( in RegisterTaskAsync()
52 done(service->RegisterTask(task, incarnation)); in RegisterTaskAsync()
57 StatusCallback done) { in HeartbeatAsync() argument
61 done(MakeCoordinationError( in HeartbeatAsync()
70 done(s); in HeartbeatAsync()
74 done(OkStatus()); in HeartbeatAsync()
79 StatusCallback done) { in WaitForAllTasksAsync() argument
83 done(MakeCoordinationError( in WaitForAllTasksAsync()
89 [response, service, done = std::move(done)](Status s) { in WaitForAllTasksAsync()
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/
H A Darm64-early-ifcvt.ll48 br i1 %tobool, label %eq_bb, label %done
51 br label %done
53 done:
66 br i1 %tobool, label %eq_bb, label %done
69 br label %done
71 done:
84 br i1 %tobool, label %eq_bb, label %done
87 br label %done
89 done:
102 br i1 %tobool, label %eq_bb, label %done
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcollective_ops.cc73 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() argument
80 done); in ComputeAsync()
91 errors::Cancelled("op cancelled ", name_), done); in ComputeAsync()
93 auto deregister_and_done = [c, token, done = std::move(done)]() { in ComputeAsync()
94 // Once done() is called, StartAbort() won't have any effect, so we in ComputeAsync()
96 // done() and DeregisterCallback may deadlock. in ComputeAsync()
98 done(); in ComputeAsync()
113 const DoneCallback& done) { in CanProceedWithCompute() argument
118 c->collective_executor()->RunClosure([this, c, col_exec, done]() { in CanProceedWithCompute()
125 [this, c, done](const Status& s) { in CanProceedWithCompute()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_remote_worker.cc76 StatusCallback done) override { in GetStatusAsync() argument
77 IssueRequest(request, response, getstatus_, std::move(done), call_opts, in GetStatusAsync()
83 StatusCallback done) override { in CreateWorkerSessionAsync() argument
84 IssueRequest(request, response, createworkersession_, std::move(done)); in CreateWorkerSessionAsync()
90 StatusCallback done) override { in DeleteWorkerSessionAsync() argument
91 IssueRequest(request, response, deleteworkersession_, std::move(done), in DeleteWorkerSessionAsync()
97 StatusCallback done) override { in RegisterGraphAsync() argument
98 IssueRequest(request, response, registergraph_, std::move(done)); in RegisterGraphAsync()
103 StatusCallback done) override { in DeregisterGraphAsync() argument
104 IssueRequest(request, response, deregistergraph_, std::move(done)); in DeregisterGraphAsync()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker.cc43 StatusCallback done) { in GetStatusAsync() argument
51 done(OkStatus()); in GetStatusAsync()
56 StatusCallback done) { in CreateWorkerSessionAsync() argument
61 done(s); in CreateWorkerSessionAsync()
67 StatusCallback done) { in DeleteWorkerSessionAsync() argument
69 done(s); in DeleteWorkerSessionAsync()
74 StatusCallback done) { in RegisterGraphAsync() argument
90 done(s); in RegisterGraphAsync()
95 StatusCallback done) { in DeregisterGraphAsync() argument
108 done(s); in DeregisterGraphAsync()
[all …]
H A Dtest_utils.h35 StatusCallback done) override { in GetStatusAsync() argument
36 done(errors::Unimplemented("GetStatusAsync")); in GetStatusAsync()
41 StatusCallback done) override { in CreateWorkerSessionAsync() argument
42 done(errors::Unimplemented("CreateWorkerSessionAsync")); in CreateWorkerSessionAsync()
48 StatusCallback done) override { in DeleteWorkerSessionAsync() argument
49 done(errors::Unimplemented("DeleteWorkerSessionAsync")); in DeleteWorkerSessionAsync()
54 StatusCallback done) override { in RegisterGraphAsync() argument
55 done(errors::Unimplemented("RegisterGraphAsync")); in RegisterGraphAsync()
60 StatusCallback done) override { in DeregisterGraphAsync() argument
61 done(errors::Unimplemented("DeregisterGraphAsync")); in DeregisterGraphAsync()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-menu-behavior/test/
H A Diron-menu-behavior.html166 test('first item gets focus when menu is focused', function(done) {
173 done();
177 test('first item gets focus when menu is focused in a single item menu', function(done) {
184 done();
188 test('selected item gets focus when menu is focused', function(done) {
196 done();
200 test('focusing on next item skips disabled items', function(done) {
211 done();
216 test('focusing on next item skips invisible items', function(done) {
228 done();
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/cfg/
Dbuilder.go81 done := b.newBlock(KindIfDone, s)
82 _else := done
90 b.jump(done)
95 b.jump(done)
98 b.current = done
175 done := b.newBlock(KindSwitchDone, s)
177 label._break = done
195 fallthru = done
219 _break: done,
224 b.jump(done)
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncgen.py881 DONE = 0
897 nonlocal DONE
902 DONE = 1
905 nonlocal DONE
910 DONE += 10
913 self.assertEqual(DONE, 11)
978 DONE = 0
981 nonlocal DONE
988 DONE += 1
989 DONE += 1000
[all …]
/aosp_15_r20/external/regex-re2/util/
H A Dpcre.cc215 if (&a0 == &no_more_args) goto done; args[n++] = &a0; in operator ()()
216 if (&a1 == &no_more_args) goto done; args[n++] = &a1; in operator ()()
217 if (&a2 == &no_more_args) goto done; args[n++] = &a2; in operator ()()
218 if (&a3 == &no_more_args) goto done; args[n++] = &a3; in operator ()()
219 if (&a4 == &no_more_args) goto done; args[n++] = &a4; in operator ()()
220 if (&a5 == &no_more_args) goto done; args[n++] = &a5; in operator ()()
221 if (&a6 == &no_more_args) goto done; args[n++] = &a6; in operator ()()
222 if (&a7 == &no_more_args) goto done; args[n++] = &a7; in operator ()()
223 if (&a8 == &no_more_args) goto done; args[n++] = &a8; in operator ()()
224 if (&a9 == &no_more_args) goto done; args[n++] = &a9; in operator ()()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc214 if (&a0 == &no_more_args) goto done; args[n++] = &a0; in operator ()()
215 if (&a1 == &no_more_args) goto done; args[n++] = &a1; in operator ()()
216 if (&a2 == &no_more_args) goto done; args[n++] = &a2; in operator ()()
217 if (&a3 == &no_more_args) goto done; args[n++] = &a3; in operator ()()
218 if (&a4 == &no_more_args) goto done; args[n++] = &a4; in operator ()()
219 if (&a5 == &no_more_args) goto done; args[n++] = &a5; in operator ()()
220 if (&a6 == &no_more_args) goto done; args[n++] = &a6; in operator ()()
221 if (&a7 == &no_more_args) goto done; args[n++] = &a7; in operator ()()
222 if (&a8 == &no_more_args) goto done; args[n++] = &a8; in operator ()()
223 if (&a9 == &no_more_args) goto done; args[n++] = &a9; in operator ()()
[all …]
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Dpcre.cc200 if (&a0 == &no_more_args) goto done; args[n++] = &a0; in operator ()()
201 if (&a1 == &no_more_args) goto done; args[n++] = &a1; in operator ()()
202 if (&a2 == &no_more_args) goto done; args[n++] = &a2; in operator ()()
203 if (&a3 == &no_more_args) goto done; args[n++] = &a3; in operator ()()
204 if (&a4 == &no_more_args) goto done; args[n++] = &a4; in operator ()()
205 if (&a5 == &no_more_args) goto done; args[n++] = &a5; in operator ()()
206 if (&a6 == &no_more_args) goto done; args[n++] = &a6; in operator ()()
207 if (&a7 == &no_more_args) goto done; args[n++] = &a7; in operator ()()
208 if (&a8 == &no_more_args) goto done; args[n++] = &a8; in operator ()()
209 if (&a9 == &no_more_args) goto done; args[n++] = &a9; in operator ()()
[all …]
/aosp_15_r20/external/skia/modules/pathkit/perf/
H A Dpath.bench.js43 it('path_path2dapi', function(done) { argument
55 done();
56 }).catch(reportError(done));
61 it('path_copy', function(done) { argument
77 done();
78 }).catch(reportError(done));
82 it('path_from_api_calls', function(done) { argument
100 done();
101 }).catch(reportError(done));
105 it('path_fromCmds', function(done) { argument
[all …]

12345678910>>...1159