/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Client.cpp | 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::ReclaimTextureReservation(const ReservedTexture& reservation) { in ReclaimTextureReservation() 125 void Client::ReclaimSwapChainReservation(const ReservedSwapChain& reservation) { in ReclaimSwapChainReservation() 129 void Client::ReclaimDeviceReservation(const ReservedDevice& reservation) { in ReclaimDeviceReservation() 133 void Client::Disconnect() { in Disconnect() [all …]
|
D | ClientDoers.cpp | 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::DoShaderModuleGetCompilationInfoCallback(ShaderModule* shaderModule, in DoShaderModuleGetCompilationInfoCallback()
|
D | ObjectBase.h | 25 class Client; variable 33 ObjectBase(Client* client, uint32_t refcount, uint32_t id) in ObjectBase() 44 Client* const client;
|
/third_party/nghttp2/src/ |
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::quic_stream_reset(int64_t stream_id, uint64_t app_error_code) { in quic_stream_reset() [all …]
|
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() 385 auto client = static_cast<Client *>(w->data); in conn_timeout_cb() 397 bool check_stop_client_request_timeout(Client *client, ev_timer *w) { in check_stop_client_request_timeout() 410 auto client = static_cast<Client *>(w->data); in client_request_timeout_cb() 451 Client::Client(uint32_t id, Worker *worker, size_t req_todo) in Client() function in h2load::Client 513 Client::~Client() { in ~Client() [all …]
|
D | h2load_http1_session.h | 36 struct Client; 40 Http1Session(Client *client); 48 Client *get_client(); 53 Client *client_;
|
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()
|
D | h2load_http2_session.h | 34 struct Client; 38 Http2Session(Client *client); 48 Client *client_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 64 Client.destroyRemoteAllocator(Id); in ~RemoteRTDyldMemoryManager() 118 Client.reserveMem(Id, CodeSize, CodeAlign); in reserveAllocationSpace() 129 Client.reserveMem(Id, RODataSize, RODataAlign); in reserveAllocationSpace() 140 Client.reserveMem(Id, RWDataSize, RWDataAlign); in reserveAllocationSpace() 160 Client.deregisterEHFrames(Frame.Addr, Frame.Size); in deregisterEHFrames() 198 if (auto Err = Client.registerEHFrames(EHFrame.Addr, EHFrame.Size)) { 262 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager() argument 264 : Client(Client), Id(Id) { in RemoteRTDyldMemoryManager() 301 if (Client.writeMem(Alloc.getRemoteAddress(), Alloc.getLocalAddress(), in copyAndProtect() 313 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions)) in copyAndProtect() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitShadowingInferNotRenamed.types | 3 type Client = string 4 >Client : string 12 …ent : <D extends Record<string, new (...args: any[]) => Client> | (new (...args: any[]) => Client)… 13 …Client) // accept class | Record<string, new (...args: any[]) => Client> // or map of classes>(… 16 | (new (...args: any[]) => Client) // accept class 19 | Record<string, new (...args: any[]) => Client> // or map of classes
|
D | declarationEmitShadowingInferNotRenamed.symbols | 3 type Client = string 4 >Client : Symbol(Client, Decl(declarationEmitShadowingInferNotRenamed.ts, 0, 0)) 19 | (new (...args: any[]) => Client) // accept class 21 >Client : Symbol(Client, Decl(declarationEmitShadowingInferNotRenamed.ts, 0, 0)) 23 | Record<string, new (...args: any[]) => Client> // or map of classes 26 >Client : Symbol(Client, Decl(declarationEmitShadowingInferNotRenamed.ts, 0, 0))
|
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 declare type Client = string; 39 …ient: <D extends Record<string, new (...args: any[]) => Client> | (new (...args: any[]) => Client)…
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrobject.h | 48 struct Client struct 62 Object(const Client* pClient); argument 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);
|
D | addrlib.h | 292 Lib(const Client* pClient); 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);
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Client.cpp | 20 Client::Client(CommandSerializer* serializer, MemoryTransferService* memoryTransferService) in Client() function in dawn_wire::client::Client 32 Client::~Client() { in ~Client() 36 ReservedTexture Client::ReserveTexture(DawnDevice cDevice) { in ReserveTexture()
|
D | Device.h | 24 class Client; variable 28 Device(Client* client, uint32_t refcount, uint32_t id); 30 Client* GetClient(); 35 Client* mClient = nullptr;
|
D | ClientDoers.cpp | 21 bool Client::DoDeviceErrorCallback(const char* message) { in DoDeviceErrorCallback() 27 bool Client::DoBufferMapReadAsyncCallback(Buffer* buffer, in DoBufferMapReadAsyncCallback() 101 bool Client::DoBufferMapWriteAsyncCallback(Buffer* buffer, in DoBufferMapWriteAsyncCallback() 165 bool Client::DoFenceUpdateCompletedValue(Fence* fence, uint64_t value) { in DoFenceUpdateCompletedValue()
|
D | Client.h | 30 class Client : public ClientBase { 32 Client(CommandSerializer* serializer, MemoryTransferService* memoryTransferService); 33 ~Client();
|
/third_party/vk-gl-cts/execserver/tools/ |
D | xsClient.cpp | 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 client(cmdLine); in runClient()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
D | ApiProcs.cpp | 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(typ… 165 Client{{as_cppType(function.name)}}, 169 Client{{as_MethodSuffix(type.name, method.name)}},
|
/third_party/openssl/test/ssl-tests/ |
D | 20-cert-select.cnf | 24 test-19 = 19-TLS 1.2 Ed25519 Client Auth 25 test-20 = 20-TLS 1.2 Ed448 Client Auth 48 test-43 = 43-TLS 1.3 RSA Client Auth Signature Algorithm Selection 49 test-44 = 44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names 50 test-45 = 45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection 55 test-50 = 50-TLS 1.3 Ed25519 Client Auth 56 test-51 = 51-TLS 1.3 Ed448 Client Auth 60 test-55 = 55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms 675 [19-TLS 1.2 Ed25519 Client Auth] 676 ssl_conf = 19-TLS 1.2 Ed25519 Client Auth-ssl [all …]
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | server.cpp | 82 struct Client struct 92 std::future<void> CreateClientThread (Client client); argument 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; 261 std::future<void> CreateClientThread (Client client) in CreateClientThread()
|
/third_party/node/test/sequential/ |
D | test-tls-session-timeout.js | 79 function Client(cb) { class 121 Client((connectionType) => { 123 Client((connectionType) => { 126 Client((connectionType) => {
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitShadowingInferNotRenamed.ts | 3 type Client = string alias 10 | (new (...args: any[]) => Client) // accept class constant 11 | Record<string, new (...args: any[]) => Client> // or map of classes
|
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
D | ApiProcs.cpp | 28 {{as_cType(method.return_type.name)}} Client{{Suffix}}( 66 void Client{{as_MethodSuffix(type.name, Name("release"))}}({{cType}} cObj) { 85 void Client{{as_MethodSuffix(type.name, Name("reference"))}}({{cType}} cObj) { 102 table.{{as_varName(type.name, method.name)}} = Client{{suffix}};
|