/external/mesa3d/docs/ |
D | features.txt | 5 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 …]
|
/external/virglrenderer/docs/ |
D | GL-status.txt | 15 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 …]
|
/external/openthread/tests/scripts/expect/ |
D | cli-diags.exp | 38 expect_line "Done" 41 expect_line "Done" 44 expect_line "Done" 49 expect_line "Done" 52 expect_line "Done" 55 expect_line "Done" 58 expect_line "Done" 69 expect_line "Done" 72 expect_line "Done" 84 expect_line "Done" [all …]
|
D | cli-misc.exp | 43 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 …]
|
D | cli-dataset.exp | 51 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 …]
|
D | cli-macfilter.exp | 37 expect_line "Done" 40 expect_line "Done" 45 expect_line "Done" 48 expect_line "Done" 53 expect_line "Done" 59 expect_line "Done" 62 expect_line "Done" 65 expect_line "Done" 68 expect_line "Done" 73 expect_line "Done" [all …]
|
D | v1_2-linkmetricsmgr.exp | 37 expect_line "Done" 40 expect_line "Done" 52 expect "Done" 57 expect_line "Done" 60 expect_line "Done" 62 expect_line "Done" 68 expect_line "Done" 70 expect_line "Done" 72 expect_line "Done" 75 expect_line "Done" [all …]
|
D | cli-networkname.exp | 38 expect_line "Done" 40 expect_line "Done" 42 expect_line "Done" 44 expect_line "Done" 46 expect_line "Done" 48 expect_line "Done" 52 expect_line "Done" 55 expect_line "Done" 59 expect_line "Done" 61 expect_line "Done" [all …]
|
D | posix-channel-mask.exp | 36 expect_line "Done" 40 expect_line "Done" 43 expect_line "Done" 47 expect_line "Done" 51 expect_line "Done" 54 expect_line "Done" 58 expect_line "Done" 62 expect_line "Done" 65 expect_line "Done" 69 expect_line "Done" [all …]
|
D | cli-commissioner.exp | 38 expect_line "Done" 39 wait_for "netdata steeringdata check $eui64" "Done" 41 expect_line "Done" 46 expect "Done" 51 expect_line "Done" 54 expect_line "Done" 58 expect "Done" 60 expect "Done" 63 expect_line "Done" 65 expect_line "Done" [all …]
|
D | cli-tcp-tls.exp | 40 expect_line "Done" 44 expect_line "Done" 47 expect_line "Done" 49 expect_line "Done" 53 expect_line "Done" 58 expect_line "Done" 63 expect_line "Done" 65 expect_line "Done" 76 expect_line "Done" 82 expect_line "Done" [all …]
|
D | posix-rcp-restoration.exp | 67 expect_line "Done" 69 expect_line "Done" 71 expect_line "Done" 78 expect_line "Done" 80 expect_line "Done" 82 expect_line "Done" 84 expect_line "Done" 86 expect_line "Done" 100 expect_line "Done" 123 expect_line "Done" [all …]
|
/external/openthread/src/cli/ |
D | README_DATASET.md | 46 Done 59 Done 66 Done 73 Done 75 Done 90 Done 92 Done 99 Done 101 Done 119 Done [all …]
|
D | README.md | 15 Done 18 Done 153 Done 167 Done 173 Done 195 Done 197 Done 210 Done 221 Done 223 Done [all …]
|
D | README_SRP.md | 17 Done 29 Done 31 Done 33 Done 35 Done 38 Done 44 Done 46 Done 61 Done 63 Done [all …]
|
D | README_SRP_CLIENT.md | 41 Done 55 Done 62 Done 66 Done 80 Done 87 Done 91 Done 139 Done 147 Done 159 Done [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/coordination/ |
D | coordination_service_rpc_handler.cc | 40 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 …]
|
/external/compiler-rt/test/msan/ |
D | fork.cc | 9 // being piped directly to FileCheck), we may lose some "done"s due to 26 int done; variable 34 if (__atomic_load_n(&done, __ATOMIC_RELAXED)) in copy_uninit_thread2() 60 write(2, "done\n", 5); in child() 72 __atomic_store_n(&done, 1, __ATOMIC_RELAXED); in test() 101 // Expect 20 (== kChildren) "done" messages. 102 // CHECK: done 103 // CHECK: done 104 // CHECK: done 105 // CHECK: done [all …]
|
/external/openthread/src/core/diags/ |
D | README.md | 40 Done 50 Done 59 Done 68 Done 77 Done 97 Done 106 Done 115 Done 125 Done 134 Done [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | test_utils.h | 35 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 …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-early-ifcvt.ll | 48 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 …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 76 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 …]
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) in ThreadLocalTesterBase() argument 21 done_(done) { in ThreadLocalTesterBase() 32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal() argument 33 : ThreadLocalTesterBase(tlp, done), val_(nullptr) {} in SetThreadLocal() 50 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal() argument 51 : ThreadLocalTesterBase(tlp, done), ptr_(nullptr) {} in GetThreadLocal() 81 base::WaitableEvent done(WaitableEvent::ResetPolicy::MANUAL, in TEST() local 84 GetThreadLocal getter(&tlp, &done); in TEST() 89 done.Reset(); in TEST() 91 done.Wait(); in TEST() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/test/ |
D | iron-overlay-behavior.html | 155 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 …]
|
/external/skia/modules/pathkit/perf/ |
D | path.bench.js | 43 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 …]
|