/external/libchrome/base/memory/ |
D | memory_coordinator_client_registry.cc | 18 : clients_(new ClientList) {} in MemoryCoordinatorClientRegistry() 24 clients_->AddObserver(client); in Register() 29 clients_->RemoveObserver(client); in Unregister() 33 clients_->Notify(FROM_HERE, in Notify() 38 clients_->Notify(FROM_HERE, &base::MemoryCoordinatorClient::OnPurgeMemory); in PurgeMemory()
|
D | memory_coordinator_client_registry.h | 51 scoped_refptr<ClientList> clients_;
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | remote_profiler_session_manager.cc | 83 clients_.reserve(options_.service_addresses_size()); in Init() 93 clients_.push_back(std::move(client)); in Init() 96 LOG(INFO) << "Issued Profile gRPC to " << clients_.size() << " clients"; in Init() 104 clients_.size()); in WaitForCompletion() 106 for (int32 idx = 0; idx < clients_.size(); ++idx) { in WaitForCompletion() 108 auto* client = clients_[idx].get(); in WaitForCompletion()
|
D | remote_profiler_session_manager.h | 75 std::vector<std::unique_ptr<RemoteProfilerSession>> clients_
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | outfeed_receiver_py.cc | 49 clients_(std::move(clients)) { in OutfeedReceiverForPython() 55 std::vector<PjRtClient*> client_ptrs(clients_.size()); in OutfeedReceiverForPython() 56 absl::c_transform(clients_, client_ptrs.begin(), in OutfeedReceiverForPython() 100 clients_, [device](const std::shared_ptr<PyClient>& client) { in Callback() 103 CHECK(it != clients_.end()); in Callback() 117 std::vector<std::shared_ptr<PyClient>> clients_; member in xla::__anon99527ae70111::OutfeedReceiverForPython
|
/external/webrtc/rtc_base/ |
D | nat_socket_factory.cc | 465 if (clients_.find(int_ip) != clients_.end()) in AddClient() 468 clients_.insert(int_ip); in AddClient() 473 std::set<SocketAddress>::iterator it = clients_.find(int_ip); in RemoveClient() 474 if (it != clients_.end()) { in RemoveClient() 475 clients_.erase(it); in RemoveClient() 482 return (clients_.find(int_ip) != clients_.end()) ? this in FindClient()
|
D | nat_socket_factory.h | 135 std::set<SocketAddress> clients_; variable
|
/external/perfetto/src/trace_processor/rpc/ |
D | httpd.cc | 88 std::vector<Client> clients_; member in perfetto::trace_processor::__anonad5fa8100111::HttpServer 163 clients_.emplace_back(std::move(sock)); in OnNewIncomingConnection() 170 for (auto it = clients_.begin(); it != clients_.end(); ++it) { in OnDisconnect() 172 clients_.erase(it); in OnDisconnect() 181 for (auto it = clients_.begin(); it != clients_.end() && !client; ++it) in OnDataAvailable()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_client.cc | 250 auto it = clients_.find(target); in GetClient() 251 if (it == clients_.end()) { in GetClient() 262 it = clients_.emplace(target, std::move(worker)).first; in GetClient() 292 std::unordered_map<string, core::RefCountPtr<EagerClient>> clients_
|
/external/perfetto/src/ipc/ |
D | host_impl.cc | 116 clients_[client_id] = std::move(client); in OnNewIncomingConnection() 232 auto client_iter = clients_.find(client_id); in ReplyToMethodInvocation() 233 if (client_iter == clients_.end()) in ReplyToMethodInvocation() 277 PERFETTO_DCHECK(clients_.count(client_id)); in OnDisconnect() 278 clients_.erase(client_id); in OnDisconnect()
|
D | host_impl.h | 87 std::map<ClientID, std::unique_ptr<ClientConnection>> clients_; variable
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.cc | 180 for (iter = clients_.begin(); iter != clients_.end(); ++iter) { in ~CrashGenerationServer() 534 for (iter = clients_.begin(); iter != clients_.end(); ++iter) { in HandleReadingAckState() 805 clients_.push_back(client_info); in AddClient() 866 clients_.remove(client_info); in HandleClientProcessExit()
|
D | crash_generation_server.h | 224 std::list<ClientInfo*> clients_; variable
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.cc | 50 clients_.push_back( in StartClient() 52 return *clients_.back(); in StartClient()
|
D | mojo_test_base.h | 168 std::vector<std::unique_ptr<ClientController>> clients_; variable
|
/external/webrtc/test/scenario/ |
D | scenario.cc | 79 for (auto& call_client : clients_) { in ~Scenario() 116 clients_.emplace_back(client); in CreateClient()
|
D | scenario.h | 167 std::vector<std::unique_ptr<CallClient>> clients_; variable
|