Searched refs:host_prefix (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | save_profile.cc | 57 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/ |
D | chaos_runner.py | 73 host_prefix = self._host.hostname.split('-')[0] 77 prefix=host_prefix)
|
/external/curl/lib/ |
D | connect.c | 275 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/ |
D | cookielib.py | 1044 host_prefix = req_host[:-len(domain)] 1045 if (host_prefix.find(".") >= 0 and 1048 host_prefix, domain)
|
/external/python/cpython3/Lib/http/ |
D | cookiejar.py | 1059 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/ |
D | xds_api.cc | 368 absl::string_view host_prefix(expected_host_name.c_str(), in DomainMatch() local 370 return pattern_prefix == host_prefix; in DomainMatch()
|