Home | History | Annotate | Download | only in hosts

Lines Matching refs:hostname

138             if not (host.hostname == 'localhost' or
153 def _initialize(self, hostname='localhost', serials=None,
158 This will create an ADB Host. Hostname should always refer to the
164 @param hostname: Hostname of the machine running ADB.
171 @param device_hostname: Hostname or IP of the android device we want to
177 super(ADBHost, self)._initialize(hostname=hostname,
194 else teststation_host.create_teststationhost(hostname=hostname))
196 msg ='Initializing ADB device on host: %s' % hostname
198 msg += ', device hostname: %s' % self._device_hostname
448 self.hostname, command)
452 self.hostname, timeout)
483 logging.debug('Host %s is now down', self.hostname)
487 self.hostname, timeout)
669 <job_id>-<user>/<hostname>, or <hostless> for a server job.
1097 self.hostname)