/third_party/cef/libcef/browser/views/ |
D | overlay_view_host.cc | 27 : host_(host), view_(view) {} in CefOverlayControllerImpl() 46 return view_util::GetWindowFor(host_->window_view()->GetWidget()); in GetWindow() 53 return host_->docking_mode(); in GetDockingMode() 60 host_->Destroy(); in Destroy() 66 if (IsValid() && host_->docking_mode() == CEF_DOCKING_MODE_CUSTOM) { in SetBounds() 67 host_->SetOverlayBounds( in SetBounds() 74 const auto& bounds = host_->bounds(); in GetBounds() 82 const auto& bounds = host_->widget()->GetWindowBoundsInScreen(); in GetBoundsInScreen() 89 if (IsValid() && host_->docking_mode() == CEF_DOCKING_MODE_CUSTOM) { in SetSize() 91 const auto& origin = host_->bounds().origin(); in SetSize() [all …]
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | async_generic_service.h | 42 const std::string& host() const { return host_; } in host() 48 std::string host_; variable 94 const std::string& host() const { return host_; } in host() 100 std::string host_; variable
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl/ |
D | websocket_client_async_ssl.cpp | 52 std::string host_; member in session 72 host_ = host; in run() 112 host_ += ':' + std::to_string(ep.port()); in on_connect() 120 host_.c_str())) in on_connect() 160 ws_.async_handshake(host_, "/", in on_ssl_handshake()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/ |
D | websocket_client_async_ssl_system_executor.cpp | 53 std::string host_; member in session 80 host_ = host; in run() 120 host_ += ':' + std::to_string(ep.port()); in on_connect() 128 host_.c_str())) in on_connect() 168 ws_.async_handshake(host_, "/", in on_ssl_handshake()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | host_name_verification.ipp | 49 ip::address address = ip::make_address(host_, ec); 57 return X509_check_ip_asc(cert, host_.c_str(), 0) == 1; 63 host_.c_str(), host_.size(), 0, &peername);
|
D | rfc2818_verification.ipp | 51 ip::address address = ip::make_address(host_, ec); 70 if (match_pattern(pattern, pattern_length, host_.c_str())) 119 if (match_pattern(pattern, pattern_length, host_.c_str()))
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | host_name_verification.ipp | 49 ip::address address = ip::make_address(host_, ec); 57 return X509_check_ip_asc(cert, host_.c_str(), 0) == 1; 63 host_.c_str(), host_.size(), 0, &peername);
|
D | rfc2818_verification.ipp | 51 ip::address address = ip::make_address(host_, ec); 70 if (match_pattern(pattern, pattern_length, host_.c_str())) 119 if (match_pattern(pattern, pattern_length, host_.c_str()))
|
/third_party/boost/libs/beast/example/websocket/client/async/ |
D | websocket_client_async.cpp | 46 std::string host_; member in session 66 host_ = host; in run() 124 host_ += ':' + std::to_string(ep.port()); in on_connect() 127 ws_.async_handshake(host_, "/", in on_connect()
|
/third_party/grpc/src/cpp/client/ |
D | channel_cc.cc | 51 : host_(host), c_channel_(channel) { in Channel() 118 } else if (!host_.empty()) { in CreateCallInternal() 119 host_str = &host_; in CreateCallInternal() 164 c_channel_, method, host_.empty() ? nullptr : host_.c_str(), nullptr); in RegisterMethod()
|
/third_party/grpc/test/cpp/end2end/ |
D | test_service_impl.h | 121 TestMultipleServiceImpl() : signal_client_(false), host_() {} in TestMultipleServiceImpl() 123 : signal_client_(false), host_(new std::string(host)) {} in TestMultipleServiceImpl() 163 if (host_) { in Echo() 164 response->mutable_param()->set_host(*host_); in Echo() 433 std::unique_ptr<std::string> host_; variable 439 CallbackTestServiceImpl() : signal_client_(false), host_() {} in CallbackTestServiceImpl() 441 : signal_client_(false), host_(new std::string(host)) {} in CallbackTestServiceImpl() 474 std::unique_ptr<std::string> host_; variable
|
/third_party/boost/boost/asio/ssl/ |
D | host_name_verification.hpp | 69 : host_(host) in host_name_verification() 79 std::string host_; member in boost::asio::ssl::host_name_verification
|
D | rfc2818_verification.hpp | 71 : host_(host) in rfc2818_verification() 85 std::string host_; member in boost::asio::ssl::rfc2818_verification
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | host_name_verification.hpp | 69 : host_(host) in host_name_verification() 79 std::string host_; member in boost::asio::ssl::host_name_verification
|
D | rfc2818_verification.hpp | 71 : host_(host) in rfc2818_verification() 85 std::string host_; member in boost::asio::ssl::rfc2818_verification
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 187 host_ (hostAPI), in OpenH264VideoEncoder() 389 host_ = nullptr; in EncodingComplete() 520 if (!host_) { in Encode_m() 526 GMPErr err = host_->CreateFrame (kGMPEncodedVideoFrame, &ftmp); in Encode_m() 601 GMPVideoHost* host_; member in OpenH264VideoEncoder 623 host_ (hostAPI), in OpenH264VideoDecoder() 777 host_ = nullptr; in DecodingComplete() 887 if (!host_) { in Decode_m() 892 GMPErr err = host_->CreateFrame (kGMPI420VideoFrame, &ftmp); in Decode_m() 922 GMPVideoHost* host_; member in OpenH264VideoDecoder
|
/third_party/cef/patch/patches/ |
D | osr_fling_2745.patch | 13 if (host_->GetView() && host_->GetView()->GetNativeView() && 14 host_->GetView()->GetNativeView()->GetHost() &&
|
D | rwh_background_color_1984.patch | 38 + WebContents::FromRenderViewHost(RenderViewHost::From(host_));
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | grpc_async_server.cc | 25 GrpcAsyncServer::GrpcAsyncServer(const std::string &host, int32_t port) : host_(host), port_(port) … in GrpcAsyncServer() 30 std::string server_address = host_ + ":" + std::to_string(port_); in Run()
|
D | grpc_async_server.h | 53 std::string host_; variable
|
/third_party/node/src/ |
D | inspector_socket_server.cc | 261 host_(host), in InspectorSocketServer() 302 PrintDebuggerReadyMessage(host_, in SessionTerminated() 398 int err = uv_getaddrinfo(loop_, &req, nullptr, host_.c_str(), in Start() 402 fprintf(out_, "Unable to resolve \"%s\": %s\n", host_.c_str(), in Start() 421 host_.c_str(), port_, uv_strerror(err)); in Start() 428 PrintDebuggerReadyMessage(host_, in Start()
|
/third_party/flutter/flutter/packages/flutter_tools/bin/ |
D | tool_backend.dart | 29 flutter build <platform> --local-engine=host_$buildMode 31 flutter build <platform> --local-engine=host_${buildMode}_unopt
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | embedder_thread_host.h | 40 ThreadHost host_;
|
/third_party/grpc/src/core/lib/surface/ |
D | server.cc | 1200 if (host_.has_value()) { in ~CallData() 1201 grpc_slice_unref_internal(*host_); in ~CallData() 1256 GPR_ASSERT(host_.has_value()); in Publish() 1258 rc->data.batch.details->host = grpc_slice_ref_internal(*host_); in Publish() 1319 if (path_.has_value() && host_.has_value()) { in StartNewRpc() 1321 chand->GetRegisteredMethod(*host_, *path_, in StartNewRpc() 1391 calld->host_.emplace(grpc_slice_ref_internal( in RecvInitialMetadataReady() 1403 if (calld->host_.has_value() && calld->path_.has_value()) { in RecvInitialMetadataReady()
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 454 : host_(host), host_id_(host_id), profile_(profile) { in CefURLDataSource() 483 std::string GetSource() override { return host_; } in GetSource() 499 const std::string host_; member in scheme::__anonbacac5bf0111::CefURLDataSource
|