Home
last modified time | relevance | path

Searched refs:host_prefix (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dsave_profile.cc57 std::string host_prefix = host.empty() ? "" : absl::StrCat(host, "."); in DumpToolData() local
59 ProfilerJoinPath(run_dir, absl::StrCat(host_prefix, tool.name())); in DumpToolData()
139 std::string host_prefix = host.empty() ? "" : absl::StrCat(host, "."); in SaveGzippedToolData() local
141 ProfilerJoinPath(run_dir, absl::StrCat(host_prefix, tool_name)); in SaveGzippedToolData()
/external/autotest/server/cros/chaos_lib/
Dchaos_runner.py73 host_prefix = self._host.hostname.split('-')[0]
77 prefix=host_prefix)
/external/curl/lib/
Dconnect.c275 static const char *host_prefix = "host!"; in bindlocal() local
281 else if(strncmp(host_prefix, dev, strlen(host_prefix)) == 0) { in bindlocal()
282 dev += strlen(host_prefix); in bindlocal()
/external/python/cpython2/Lib/
Dcookielib.py1044 host_prefix = req_host[:-len(domain)]
1045 if (host_prefix.find(".") >= 0 and
1048 host_prefix, domain)
/external/python/cpython3/Lib/http/
Dcookiejar.py1059 host_prefix = req_host[:-len(domain)]
1060 if (host_prefix.find(".") >= 0 and
1063 host_prefix, domain)
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc368 absl::string_view host_prefix(expected_host_name.c_str(), in DomainMatch() local
370 return pattern_prefix == host_prefix; in DomainMatch()