/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Client.cpp | 15 #include "dawn_wire/client/Client.h" 46 Client::Client(CommandSerializer* serializer, MemoryTransferService* memoryTransferService) in Client() function in dawn_wire::client::Client 55 Client::~Client() { in ~Client() 59 void Client::DestroyAllObjects() { in DestroyAllObjects() 87 ReservedTexture Client::ReserveTexture(WGPUDevice device) { in ReserveTexture() 99 ReservedSwapChain Client::ReserveSwapChain(WGPUDevice device) { in ReserveSwapChain() 111 ReservedDevice Client::ReserveDevice() { in ReserveDevice() 121 void Client [all...] |
H A D | ClientDoers.cpp | 16 #include "dawn_wire/client/Client.h" 23 bool Client::DoDeviceUncapturedErrorCallback(Device* device, in DoDeviceUncapturedErrorCallback() 44 bool Client::DoDeviceLoggingCallback(Device* device, in DoDeviceLoggingCallback() 55 bool Client::DoDeviceLostCallback(Device* device, in DoDeviceLostCallback() 66 bool Client::DoDevicePopErrorScopeCallback(Device* device, in DoDevicePopErrorScopeCallback() 77 bool Client::DoBufferMapAsyncCallback(Buffer* buffer, in DoBufferMapAsyncCallback() 90 bool Client::DoQueueWorkDoneCallback(Queue* queue, in DoQueueWorkDoneCallback() 100 bool Client::DoDeviceCreateComputePipelineAsyncCallback(Device* device, in DoDeviceCreateComputePipelineAsyncCallback() 111 bool Client::DoDeviceCreateRenderPipelineAsyncCallback(Device* device, in DoDeviceCreateRenderPipelineAsyncCallback() 122 bool Client [all...] |
H A D | ObjectBase.h | 25 class Client; 28 // - A pointer to the Client to get where to serialize commands 33 ObjectBase(Client* client, uint32_t refcount, uint32_t id) in ObjectBase() 44 Client* const client;
|
H A D | Client.h | 34 class Client : public ClientBase { class 36 Client(CommandSerializer* serializer, MemoryTransferService* memoryTransferService); 37 ~Client() override;
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrobject.h | 48 struct Client struct 62 Object(const Client* pClient); 77 const Client* GetClient() const {return &m_client;} in GetClient() 80 Client m_client; 82 static VOID* ClientAlloc(size_t size, const Client* pClient); 83 static VOID ClientFree(VOID* pObj, const Client* pClient);
|
H A D | addrlib.h | 292 Lib(const Client* pClient); 382 /// AddrLib instead of Client except forceLinearAligned 406 Lib* SiHwlInit (const Client* pClient); 407 Lib* CiHwlInit (const Client* pClient); 408 Lib* Gfx9HwlInit (const Client* pClient); 409 Lib* Gfx10HwlInit(const Client* pClient); 410 Lib* Gfx11HwlInit(const Client* pClient);
|
H A D | addrobject.cpp | 64 Object::Object(const Client* pClient) in Object() 86 * Calls instanced allocSysMem inside Client 91 const Client* pClient) ///< [in] Client pointer in ClientAlloc() 130 * Calls freeSysMem inside Client 135 const Client* pClient) ///< [in] Client pointer in ClientFree()
|
/third_party/nghttp2/src/ |
H A D | h2load_quic.cc | 47 auto c = static_cast<Client *>(user_data); in handshake_completed() 57 int Client::quic_handshake_completed() { return connection_made(); } in quic_handshake_completed() 63 auto c = static_cast<Client *>(user_data); in recv_stream_data() 74 int Client::quic_recv_stream_data(uint32_t flags, int64_t stream_id, in quic_recv_stream_data() 96 auto c = static_cast<Client *>(user_data); in acked_stream_data_offset() 104 int Client::quic_acked_stream_data_offset(int64_t stream_id, size_t datalen) { in quic_acked_stream_data_offset() 116 auto c = static_cast<Client *>(user_data); in stream_close() 129 int Client::quic_stream_close(int64_t stream_id, uint64_t app_error_code) { in quic_stream_close() 141 auto c = static_cast<Client *>(user_data); in stream_reset() 149 int Client [all...] |
H A D | h2load.cc | 207 auto client = static_cast<Client *>(w->data); in writecb() 210 if (rv == Client::ERR_CONNECT_FAIL) { in writecb() 233 auto client = static_cast<Client *>(w->data); in readcb() 262 std::make_unique<Client>(worker->next_client_id++, worker, req_todo); in rate_period_timeout_w_cb() 337 auto client = static_cast<Client *>(w->data); in rps_cb() 387 auto client = static_cast<Client *>(w->data); in conn_timeout_cb() 399 bool check_stop_client_request_timeout(Client *client, ev_timer *w) { in check_stop_client_request_timeout() 412 auto client = static_cast<Client *>(w->data); in client_request_timeout_cb() 453 Client::Client(uint32_ function in h2load::Client [all...] |
H A D | h2load_http1_session.h | 36 struct Client; 40 Http1Session(Client *client); 48 Client *get_client(); 53 Client *client_;
|
H A D | h2load_http2_session.h | 34 struct Client; 38 Http2Session(Client *client); 48 Client *client_;
|
H A D | h2load_http2_session.cc | 39 Http2Session::Http2Session(Client *client) in Http2Session() 49 auto client = static_cast<Client *>(user_data); in on_header_callback() 72 auto client = static_cast<Client *>(user_data); in on_frame_recv_callback() 91 auto client = static_cast<Client *>(user_data); in on_data_chunk_recv_callback() 101 auto client = static_cast<Client *>(user_data); in on_stream_close_callback() 116 auto client = static_cast<Client *>(user_data); in before_frame_send_callback() 129 auto client = static_cast<Client *>(user_data); in file_read_callback() 162 auto client = static_cast<Client *>(user_data); in send_callback()
|
H A D | h2load.h | 263 struct Client; 303 std::vector<Client *> clients; 321 void free_client(Client *); 330 struct Client { struct 337 std::function<int(Client &)> readfn, writefn; 411 Client(uint32_t id, Worker *worker, size_t req_todo); 412 ~Client();
|
H A D | h2load_http3_session.h | 34 struct Client; 38 Http3Session(Client *client); 75 Client *client_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===// 64 Client.destroyRemoteAllocator(Id); in ~RemoteRTDyldMemoryManager() 118 Client.reserveMem(Id, CodeSize, CodeAlign); 129 Client.reserveMem(Id, RODataSize, RODataAlign); 140 Client.reserveMem(Id, RWDataSize, RWDataAlign); 160 Client.deregisterEHFrames(Frame.Addr, Frame.Size); 198 if (auto Err = Client.registerEHFrames(EHFrame.Addr, EHFrame.Size)) { 262 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager() argument 264 : Client(Client), I in RemoteRTDyldMemoryManager() 319 OrcRemoteTargetClient &Client; global() member in llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager 335 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) RemoteIndirectStubsManager() argument 445 OrcRemoteTargetClient &Client; global() member in llvm::orc::remote::OrcRemoteTargetClient::RemoteIndirectStubsManager 454 RemoteTrampolinePool(OrcRemoteTargetClient &Client) RemoteTrampolinePool() argument 485 OrcRemoteTargetClient &Client; global() member in llvm::orc::remote::OrcRemoteTargetClient::RemoteTrampolinePool 492 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) RemoteCompileCallbackManager() argument 506 auto Client = std::unique_ptr<OrcRemoteTargetClient>( Create() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitShadowingInferNotRenamed.js | 3 type Client = string 10 | (new (...args: any[]) => Client) // accept class 11 | Record<string, new (...args: any[]) => Client> // or map of classes 35 type Client = string;
39 export declare const createClient: <D extends Record<string, new (...args: any[]) => Client> | (new (...args: any[]) => Client)>(clientDef: D) => D extends new (...args: any[]) => infer C ? UpdatedClient<C> : { [K in keyof D]: D[K] extends new (...args: any[]) => infer C_1 ? UpdatedClient<C_1> : never; };
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsClient.cpp | 21 * \brief ExecServer Client. 148 class Client class 151 Client (const CommandLine& cmdLine); 152 ~Client (void); 161 Client::Client (const CommandLine& cmdLine) in Client() function in xs::Client 166 Client::~Client (void) in ~Client() 170 void Client::run (void) in run() 339 Client clien in runClient() [all...] |
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ApiProcs.cpp | 17 #include "dawn_wire/client/Client.h" 46 {{as_cType(method.return_type.name)}} Client{{Suffix}}( 86 void Client{{as_MethodSuffix(type.name, Name("release"))}}({{cType}} cObj) { 102 void Client{{as_MethodSuffix(type.name, Name("reference"))}}({{cType}} cObj) { 120 { reinterpret_cast<WGPUProc>(Client{{as_MethodSuffix(type.name, method.name)}}), "{{as_cMethod(type.name, method.name)}}" }, 165 Client{{as_cppType(function.name)}}, 169 Client{{as_MethodSuffix(type.name, method.name)}},
|
/third_party/node/test/sequential/ |
H A D | test-tls-session-timeout.js | 79 function Client(cb) { 121 Client((connectionType) => { 123 Client((connectionType) => { 126 Client((connectionType) => {
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | server.cpp | 82 struct Client struct 92 std::future<void> CreateClientThread (Client client); 128 Client client{ ++id, std::unique_ptr<de::Socket>(listener.accept()), appActive, vector<u8>{}, in main() 147 void SendResponse (Client& c, T& data) in SendResponse() 152 void ProcessPacketsOnServer (Client& client, u32 type, vector<u8> packet) in ProcessPacketsOnServer() 237 Client client; 257 Debug("Client with id", client.id, "disconnected."); in operator ()() 261 std::future<void> CreateClientThread (Client client) in CreateClientThread()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | server.rs | 116 pub fn build(self) -> Client { in build() 117 Client { in build() 132 pub struct Client { structure names 137 impl Client { impls
|
/third_party/python/Lib/multiprocessing/ |
H A D | resource_sharer.py | 84 from .connection import Client namespace 86 c = Client(address, authkey=process.current_process().authkey) 92 from .connection import Client namespace 95 c = Client(self._address,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | protocol.go | 36 client Client 64 func NewClient(ctx context.Context, stream jsonrpc2.Stream, client Client) (context.Context, *jsonrpc2.Conn, Server) { 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonrpc2.Conn, Client) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | protocol.go | 36 client Client 64 func NewClient(ctx context.Context, stream jsonrpc2.Stream, client Client) (context.Context, *jsonrpc2.Conn, Server) { 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonrpc2.Conn, Client) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | protocol.go | 36 client Client 64 func NewClient(ctx context.Context, stream jsonrpc2.Stream, client Client) (context.Context, *jsonrpc2.Conn, Server) { 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonrpc2.Conn, Client) {
|