Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerDevice.cpp53 void Server::OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message) { in OnUncapturedError()
62 void Server::OnDeviceLost(ObjectHandle device, in OnDeviceLost()
73 void Server::OnLogging(ObjectHandle device, WGPULoggingType type, const char* message) { in OnLogging()
82 bool Server::DoDevicePopErrorScope(ObjectId deviceId, uint64_t requestSerial) { in DoDevicePopErrorScope()
96 &Server::OnDevicePopErrorScope)>::Func<&Server::OnDevicePopErrorScope>(), in DoDevicePopErrorScope()
104 void Server::OnDevicePopErrorScope(WGPUErrorType type, in OnDevicePopErrorScope()
116 bool Server::DoDeviceCreateComputePipelineAsync( in DoDeviceCreateComputePipelineAsync()
142 ForwardToServer<decltype(&Server::OnCreateComputePipelineAsyncCallback)>::Func< in DoDeviceCreateComputePipelineAsync()
143 &Server::OnCreateComputePipelineAsyncCallback>(), in DoDeviceCreateComputePipelineAsync()
148 void Server::OnCreateComputePipelineAsyncCallback(WGPUCreatePipelineAsyncStatus status, in OnCreateComputePipelineAsyncCallback()
[all …]
DServer.cpp20 Server::Server(const DawnProcTable& procs, in Server() function in dawn_wire::server::Server
34 Server::~Server() { in ~Server()
43 bool Server::InjectTexture(WGPUTexture texture, in InjectTexture()
75 bool Server::InjectSwapChain(WGPUSwapChain swapchain, in InjectSwapChain()
107 bool Server::InjectDevice(WGPUDevice device, uint32_t id, uint32_t generation) { in InjectDevice()
156 WGPUDevice Server::GetDevice(uint32_t id, uint32_t generation) { in GetDevice()
164 void Server::ClearDeviceCallbacks(WGPUDevice device) { in ClearDeviceCallbacks()
DServer.h23 class Server; variable
53 Server* const server;
57 CallbackUserdata(Server* server, const std::shared_ptr<bool>& serverIsAlive) in CallbackUserdata()
66 class ForwardToServer<R (Server::*)(Args...)> {
80 template <R (Server::*Func)(Args...)>
103 template <R (Server::*F)(Args...)>
149 class Server : public ServerBase {
151 Server(const DawnProcTable& procs,
154 ~Server() override;
DServerQueue.cpp20 void Server::OnQueueWorkDone(WGPUQueueWorkDoneStatus status, QueueWorkDoneUserdata* data) { in OnQueueWorkDone()
29 bool Server::DoQueueOnSubmittedWorkDone(ObjectId queueId, in DoQueueOnSubmittedWorkDone()
43 ForwardToServer<decltype(&Server::OnQueueWorkDone)>::Func<&Server::OnQueueWorkDone>(), in DoQueueOnSubmittedWorkDone()
48 bool Server::DoQueueWriteBuffer(ObjectId queueId, in DoQueueWriteBuffer()
76 bool Server::DoQueueWriteTexture(ObjectId queueId, in DoQueueWriteTexture()
DServerBuffer.cpp24 bool Server::PreHandleBufferUnmap(const BufferUnmapCmd& cmd) { in PreHandleBufferUnmap()
40 bool Server::PreHandleBufferDestroy(const BufferDestroyCmd& cmd) { in PreHandleBufferDestroy()
53 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync()
96 &Server::OnBufferMapAsyncCallback)>::Func<&Server::OnBufferMapAsyncCallback>(), in DoBufferMapAsync()
102 bool Server::DoDeviceCreateBuffer(ObjectId deviceId, in DoDeviceCreateBuffer()
187 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
230 void Server::OnBufferMapAsyncCallback(WGPUBufferMapAsyncStatus status, MapUserdata* data) { in OnBufferMapAsyncCallback()
DServerShaderModule.cpp21 bool Server::DoShaderModuleGetCompilationInfo(ObjectId shaderModuleId, uint64_t requestSerial) { in DoShaderModuleGetCompilationInfo()
33 ForwardToServer<decltype(&Server::OnShaderModuleGetCompilationInfo)>::Func< in DoShaderModuleGetCompilationInfo()
34 &Server::OnShaderModuleGetCompilationInfo>(), in DoShaderModuleGetCompilationInfo()
39 void Server::OnShaderModuleGetCompilationInfo(WGPUCompilationInfoRequestStatus status, in OnShaderModuleGetCompilationInfo()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp20 Server::Server(DawnDevice device, in Server() function in dawn_wire::server::Server
37 Server::~Server() { in ~Server()
41 void* Server::GetCmdSpace(size_t size) { in GetCmdSpace()
45 bool Server::InjectTexture(DawnTexture texture, uint32_t id, uint32_t generation) { in InjectTexture()
DServer.h22 class Server; variable
26 Server* server;
36 Server* server;
41 class Server : public ServerBase {
43 Server(DawnDevice device,
47 ~Server();
DServerBuffer.cpp22 bool Server::PreHandleBufferUnmap(const BufferUnmapCmd& cmd) { in PreHandleBufferUnmap()
34 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync()
95 bool Server::DoDeviceCreateBufferMapped(DawnDevice device, in DoDeviceCreateBufferMapped()
143 bool Server::DoDeviceCreateBufferMappedAsync(DawnDevice device, in DoDeviceCreateBufferMappedAsync()
171 bool Server::DoBufferSetSubDataInternal(ObjectId bufferId, in DoBufferSetSubDataInternal()
189 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
226 void Server::ForwardBufferMapReadAsync(DawnBufferMapAsyncStatus status, in ForwardBufferMapReadAsync()
234 void Server::ForwardBufferMapWriteAsync(DawnBufferMapAsyncStatus status, in ForwardBufferMapWriteAsync()
242 void Server::OnBufferMapReadAsyncCallback(DawnBufferMapAsyncStatus status, in OnBufferMapReadAsyncCallback()
284 void Server::OnBufferMapWriteAsyncCallback(DawnBufferMapAsyncStatus status, in OnBufferMapWriteAsyncCallback()
/third_party/node/lib/
Dhttps.js43 Server: HttpServer,
53 function Server(opts, requestListener) { class
54 if (!(this instanceof Server)) return new Server(opts, requestListener);
70 FunctionPrototypeCall(tls.Server, this, opts, _connectionListener);
89 ObjectSetPrototypeOf(Server.prototype, tls.Server.prototype);
90 ObjectSetPrototypeOf(Server, tls.Server);
92 Server.prototype.setTimeout = HttpServer.prototype.setTimeout;
106 return new Server(opts, requestListener);
412 Server, property
/third_party/typescript/tests/baselines/reference/
DexportAssignValueAndType.symbols5 export interface Server { openPort: number; }
6 >Server : Symbol(Server, Decl(exportAssignValueAndType.ts, 0, 21))
7 >openPort : Symbol(Server.openPort, Decl(exportAssignValueAndType.ts, 1, 26))
13 (): http.Server;
15 >Server : Symbol(http.Server, Decl(exportAssignValueAndType.ts, 0, 21))
DexportEqualNamespaces.symbols5 interface Server extends Object { }
6 >Server : Symbol(Server, Decl(exportEqualNamespaces.ts, 0, 23))
13 (): server.Server;
15 >Server : Symbol(server.Server, Decl(exportEqualNamespaces.ts, 0, 23))
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js66 class Server<X extends NeededInfo> {}
67 export class MyServer extends Server<MyInfo> {} // not assignable error at `MyInfo`
137 var Server = /** @class */ (function () { class
138 function Server() { class in Server
140 return Server;
148 }(Server)); // not assignable error at `MyInfo`
/third_party/openssl/test/ssl-tests/
D01-simple.cnf6 test-1 = 1-Server signature algorithms bug
34 [1-Server signature algorithms bug]
35 ssl_conf = 1-Server signature algorithms bug-ssl
37 [1-Server signature algorithms bug-ssl]
38 server = 1-Server signature algorithms bug-server
39 client = 1-Server signature algorithms bug-client
41 [1-Server signature algorithms bug-server]
47 [1-Server signature algorithms bug-client]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs25 use crate::ssl::test::server::Server;
49 let mut server = Server::builder(); in verify_untrusted()
61 let server = Server::builder().build(); in verify_trusted()
72 let server = Server::builder().build(); in verify_trusted_with_set_cert()
87 let server = Server::builder().build(); in verify_untrusted_callback_override_ok()
102 let mut server = Server::builder(); in verify_untrusted_callback_override_bad()
116 let server = Server::builder().build(); in verify_trusted_callback_override_ok()
132 let mut server = Server::builder(); in verify_trusted_callback_override_bad()
147 let server = Server::builder().build(); in verify_callback_load_certs()
162 let server = Server::builder().build(); in verify_trusted_get_error_ok()
[all …]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksClient.hpp34 class Server class
42 Server(const string& address) in Server() function in vksc_server::Server
70 inline std::unique_ptr<Server>& StandardOutputServerSingleton() in StandardOutputServerSingleton()
72 static std::unique_ptr<Server> server; in StandardOutputServerSingleton()
78 StandardOutputServerSingleton() = std::unique_ptr<Server>( new Server(address) ); in OpenRemoteStandardOutput()
Dtests.cpp49 void RunTests (Server& server);
71 Server server(address); in main()
99 void RunStoreContentTests (Server& server) in RunStoreContentTests()
122 void RunGetContentTests (Server& server) in RunGetContentTests()
146 void RunCompileShaderTests (Server& server) in RunCompileShaderTests()
175 void RunTests (Server& server) in RunTests()
/third_party/ntfs-3g/
DREADME.OpenSource9Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7, Windows 8, Windows Serve…
/third_party/node/doc/api/
Dhttps.md42 [Server Name Indication extension][sni wiki] to be sent to the server. Use
77 ## Class: `https.Server`
82 * Extends: {tls.Server}
84 See [`http.Server`][] for more information.
92 * Returns: {https.Server}
103 See [`http.Server#headersTimeout`][].
108 This method is identical to [`server.listen()`][] from [`net.Server`][].
114 See [`http.Server#maxHeadersCount`][].
123 See [`http.Server#requestTimeout`][].
132 * Returns: {https.Server}
[all …]
/third_party/grpc/
Dlibgrpc.map185 …"grpc_core::Server::SetRegisteredMethodAllocator(grpc_completion_queue*, void*, std::__h::function…
186 …"grpc_core::Server::SetBatchMethodAllocator(grpc_completion_queue*, std::__h::function<grpc_core::
189 …"grpc_core::Server::SetRegisteredMethodAllocator(grpc_completion_queue*, void*, std::__1::function…
190 …"grpc_core::Server::SetBatchMethodAllocator(grpc_completion_queue*, std::__1::function<grpc_core::
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.cpp46 class Server::Impl : public Server, public ServerEventListener
63 const std::unique_ptr<dap::net::Server> server;
68 Server::Impl::Impl(const std::shared_ptr<Context> &context, int port) in Impl()
70 , server(dap::net::Server::create()) in Impl()
512 Server::Impl::~Impl() in ~Impl()
518 void Server::Impl::onThreadStarted(ID<Thread> id) in onThreadStarted()
526 void Server::Impl::onThreadStepped(ID<Thread> id) in onThreadStepped()
534 void Server::Impl::onLineBreakpointHit(ID<Thread> id) in onLineBreakpointHit()
542 void Server::Impl::onFunctionBreakpointHit(ID<Thread> id) in onFunctionBreakpointHit()
550 dap::Scope Server::Impl::scope(Context::Lock &lock, const char *type, Scope *s) in scope()
[all …]
/third_party/node/test/parallel/
Dtest-ref-unref-return.js7 assert.ok((new net.Server()).ref() instanceof net.Server);
8 assert.ok((new net.Server()).unref() instanceof net.Server);
Dtest-net-listen-invalid-port.js13 net.Server().listen(0, function() {
23 net.Server().listen({ port: invalidPort }, common.mustNotCall());
31 net.Server().listen(invalidPort, common.mustNotCall());
39 net.Server().listen(invalidPort, '0.0.0.0', common.mustNotCall());
Dtest-net-server-call-listen-multiple-times.js9 const dummyServer = net.Server();
10 const server = net.Server();
28 const server = net.Server();
41 const server = net.Server();
/third_party/mbedtls/tests/suites/
Dtest_suite_x509write.data55 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
59 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
63 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
67 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
71 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
75 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
79 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
83 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
87 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…
91 x509_crt_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-…

12345678910>>...22