Home
last modified time | relevance | path

Searched defs:set_hostname (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dquirks.rs201 pub fn set_hostname(url: &mut Url, new_hostname: &str) -> Result<(), ()> { in set_hostname() function
/aosp_15_r20/external/autotest/site_utils/lxc/
H A Dcontainer.py525 def set_hostname(self, hostname): member in Container
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_maker.cc136 void QuicTestPacketMaker::set_hostname(const std::string& host) { in set_hostname() function in net::test::QuicTestPacketMaker
/aosp_15_r20/out/soong/.intermediates/tools/asuite/adevice/libadevice_proto_rust/android_arm64_armv8-2a_cortex-a55_source/
Duser_log.rs976 pub fn set_hostname(&mut self, v: ::std::string::String) { in set_hostname() method
/aosp_15_r20/out/soong/.intermediates/tools/asuite/adevice/libadevice_proto_rust/linux_glibc_x86_64_source/
Duser_log.rs976 pub fn set_hostname(&mut self, v: ::std::string::String) { in set_hostname() method
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/util/
Devent.pb.h2812 void WorkerHeartbeatResponse::set_hostname(ArgT0&& arg0, ArgT... args) { in set_hostname() function
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c323 PyObject *set_hostname; member
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs2545 pub fn set_hostname(&mut self, hostname: &str) -> Result<(), ErrorStack> { in set_hostname() method