/external/openssh/regress/ |
D | cfginclude.sh | 11 Hostname aa 14 Hostname bb 19 Hostname cc 25 Hostname dd 28 Hostname ee 33 Hostname ff 45 Hostname aaa 48 Hostname bbb 51 Hostname ccc 54 Hostname ddd [all …]
|
/external/tcpdump/tests/ |
D | QinQpacketv.out | 13 Hostname Option 12, length 17: "6731i00085D230C3F" 26 Hostname Option 12, length 17: "6731i00085D230C3F" 40 Hostname Option 12, length 17: "6731i00085D230C3F" 53 Hostname Option 12, length 17: "6731i00085D230C3F" 66 Hostname Option 12, length 17: "6731i00085D230C3F" 79 Hostname Option 12, length 17: "6731i00085D230C3F" 92 Hostname Option 12, length 17: "6731i00085D230C3F" 105 Hostname Option 12, length 17: "6731i00085D230C3F" 123 Hostname Option 12, length 17: "6731i00085D230C3F" 136 Hostname Option 12, length 17: "6731i00085D230C3F" [all …]
|
D | isis_poi.out | 7 Hostname TLV #137, length: 5 8 Hostname: P2_re
|
D | isis_poi2.out | 8 Hostname TLV #137, length: 5 9 Hostname: P1_re
|
D | isis-seg-fault-3-v.out | 9 Hostname TLV #137, length: 2 10 Hostname: R1
|
D | dhcp-mud.out | 13 Hostname Option 12, length 11: "raspberrypi" 17 Domain-Name-Server, Hostname, Domain-Name, BR
|
D | dhcp-rfc5859-v.out | 9 Domain-Name, Domain-Name-Server, Hostname, TFTP-Server-Address 32 Domain-Name, Domain-Name-Server, Hostname, TFTP-Server-Address
|
D | dhcp-rfc3004-v.out | 10 Domain-Name, Domain-Name-Server, Hostname 38 Domain-Name, Domain-Name-Server, Hostname
|
D | isis_4-v.out | 169 Hostname TLV #137, length: 2 170 Hostname: R1 186 Hostname TLV #137, length: 2 187 Hostname: R1 203 Hostname TLV #137, length: 2 204 Hostname: R2 220 Hostname TLV #137, length: 2 221 Hostname: R2
|
D | dcb_qcn.out | 9 Domain-Name, Domain-Name-Server, Hostname, YD 21 Domain-Name, Domain-Name-Server, Hostname, YD 95 Domain-Name, Domain-Name-Server, Hostname, YD 187 Domain-Name, Domain-Name-Server, Hostname, YD 200 Domain-Name, Domain-Name-Server, Hostname, YD 279 Domain-Name, Domain-Name-Server, Hostname, YD
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 67 char Hostname[COMPILER_RT_MAX_HOSTLEN]; member 265 char *Hostname = &lprofCurFilename.Hostname[0]; in parseFilenamePattern() local 283 if (COMPILER_RT_GETHOSTNAME(Hostname, COMPILER_RT_MAX_HOSTLEN)) { in parseFilenamePattern() 366 lprofCurFilename.NumHosts * (strlen(lprofCurFilename.Hostname) - 2); in getCurFilenameLength() 388 HostNameLength = strlen(lprofCurFilename.Hostname); in getCurFilename() 396 memcpy(FilenameBuf + J, lprofCurFilename.Hostname, HostNameLength); in getCurFilename()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_diagnostics.cc | 147 << "(" << port::Hostname() << ")"; in LogDiagnosticInformation() 151 << "(" << port::Hostname() << ")"; in LogDiagnosticInformation() 157 << "(" << port::Hostname() << "): " in LogDiagnosticInformation() 170 << port::Hostname(); in LogDiagnosticInformation() 176 LOG(INFO) << "hostname: " << port::Hostname(); in LogDriverVersionInformation()
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 76 char Hostname[COMPILER_RT_MAX_HOSTLEN]; member 708 char *Hostname = &lprofCurFilename.Hostname[0]; in parseFilenamePattern() local 741 if (COMPILER_RT_GETHOSTNAME(Hostname, COMPILER_RT_MAX_HOSTLEN)) { in parseFilenamePattern() 843 lprofCurFilename.NumHosts * (strlen(lprofCurFilename.Hostname) - 2) + in getCurFilenameLength() 875 HostNameLength = strlen(lprofCurFilename.Hostname); in getCurFilename() 884 memcpy(FilenameBuf + J, lprofCurFilename.Hostname, HostNameLength); in getCurFilename()
|
/external/llvm-project/llvm/lib/Support/ |
D | LockFileManager.cpp | 67 StringRef Hostname; in readLockFile() local 69 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile() 73 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 53 StringRef Hostname; in readLockFile() local 55 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile() 59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 62 StringRef Hostname; in readLockFile() local 64 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile() 68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()
|
/external/tensorflow/tensorflow/core/platform/ |
D | host_info.h | 25 string Hostname();
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | process_state.h | 24 std::string Hostname();
|
D | process_state.cc | 32 std::string Hostname() { in Hostname() function
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_diagnostics.cc | 113 << port::Hostname(); in LogDiagnosticInformation() 119 LOG(INFO) << "hostname: " << port::Hostname(); in LogDriverVersionInformation()
|
/external/llvm/include/llvm/Support/ |
D | LockFileManager.h | 68 static bool processStillExecuting(StringRef Hostname, int PID);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LockFileManager.h | 67 static bool processStillExecuting(StringRef Hostname, int PID);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | LockFileManager.h | 67 static bool processStillExecuting(StringRef Hostname, int PID);
|
/external/autotest/docs/ |
D | test-droid.md | 94 HostName <Remote Server IP or Hostname> 107 -r <Remote Server IP or Hostname> \ 111 -r <User>@<Remote Server IP or Hostname> \
|
/external/tensorflow/tensorflow/core/util/ |
D | events_writer.cc | 70 port::Hostname().c_str(), file_suffix_.c_str()); in InitIfNeeded()
|