HomeSort by relevance Sort by last modified time
    Searched refs:Hostname (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
CompilerInstance.cpp 723 static bool processStillExecuting(StringRef Hostname, int PID);
756 std::string Hostname;
758 if (Input >> Hostname >> PID && PID > 0 &&
759 processStillExecuting(Hostname, PID))
760 return std::make_pair(Hostname, PID);
768 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) {
775 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
811 char hostname[256]; local
812 hostname[255] = 0;
813 hostname[0] = 0
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 72 debug("Hostname attribute, update document base URI without attribute having been set");
78 debug("Hostname attribute, update document base URI after attribute has been set");
81 a.hostname = "host";
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 243 text.push('Hostname: ' + e.hostname);
  /external/clang/tools/scan-build/
scan-build 23 use Sys::Hostname;
35 my $HostName = HtmlEscape(hostname() || 'unknown');
590 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
    [all...]

Completed in 1348 milliseconds