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

  /external/nist-sip/java/gov/nist/core/
Host.java 43 * Stores hostname.
68 protected static final int HOSTNAME = 1;
72 /** hostName field
74 protected String hostname; field in class:Host
86 addressType = HOSTNAME;
94 public Host(String hostName) throws IllegalArgumentException {
95 if (hostName == null)
101 setHost(hostName, IPV4ADDRESS);
124 if (addressType == IPV6ADDRESS && !isIPv6Reference(hostname)) {
125 buffer.append('[').append(hostname).append(']')
    [all...]
  /external/bison/djgpp/
config.bat 340 if not "%HOME%" == "" goto HostName
345 :HostName
346 Rem Set HOSTNAME so it shows in config.status
347 if not "%HOSTNAME%" == "" goto hostdone
359 set HOSTNAME=Unknown PC
360 if not "%HOSTNAME%" == "Unknown PC" goto SmallEnv
363 set HOSTNAME=%USER%'s PC
364 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
367 set HOSTNAME=%USERNAME%'s PC
368 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 308 milliseconds