Searched refs:host (Results 201 - 225 of 1683) sorted by relevance

1234567891011>>

/external/autotest/frontend/client/src/autotest/afe/models/
H A DHost.java10 Host host = new Host();
11 Utils.updateObject(host, object);
12 return host;
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
H A Dplatform_ExternalUSBBootStress.py18 def run_once(self, host, reboots):
20 self.client = host
48 host.servo.set('dut_hub1_rst1', reset)
51 return strip_lsusb_output(host.run('lsusb').stdout.strip())
63 host.servo.switch_usbkey('dut')
64 host.servo.set('usb_mux_sel3', 'dut_sees_usbkey')
80 lsb_release = host.run('cat /etc/lsb-release').stdout.split('\n')
93 host.run('/usr/share/vboot/bin/set_gbb_flags.sh 0x01')
99 host.servo.get_power_state_controller().reset()
100 host
[all...]
/external/autotest/server/site_tests/platform_HWwatchdog/
H A Dplatform_HWwatchdog.py32 def run_once(self, host=None):
33 tester = WatchdogTester(host)
40 self._stop_watchdog(host, tester.WD_DEV)
/external/autotest/server/site_tests/power_DarkResumeDisplay/
H A Dpower_DarkResumeDisplay.py23 def initialize(self, host):
24 self.dark_resume_utils = DarkResumeUtils(host,
28 def verify_host_supports_test(self, host):
29 """Check if the test works on the given host
31 @param host: reference to the host object
33 platform = host.run_output('mosys platform name')
39 kernel_ver = host.run('uname -r').stdout.rstrip()
49 cmd = host.run('test -r %s' % ERROR_FILE, ignore_status=True)
55 def get_crtc_error_count(self, host)
[all...]
/external/autotest/server/site_tests/power_RPMTest/
H A Dpower_RPMTest.py16 def initialize(self, host, verify=True):
18 @param host: The host to run the test on
20 check with the host whether it sees the same state
22 self._host = host
23 self._host_at = autotest.Autotest(host)
/external/ltp/testcases/network/tcp_cmds/host/
H A Dhost0121 # FILE : host
23 # PURPOSE: To test the basic functionality of the `host` command.
43 exists awk host hostname
62 if rhost_addr=$(host $RHOST); then
64 if ! host $rhost_addr 2>&1 >/dev/null; then
65 end_testcase "reverse lookup with host failed"
69 end_testcase "host $RHOST on local machine failed"
/external/autotest/client/bin/
H A Dlocal_host_unittest.py30 host = local_host.LocalHost()
31 self.assertEqual(host.hostname, 'foo')
34 host = local_host.LocalHost(hostname='bar')
35 self.assertEqual(host.hostname, 'bar')
41 host = local_host.LocalHost()
42 host.wait_up(1)
47 host = local_host.LocalHost()
55 return host
62 host = self._setup_run(result)
64 self.assertEqual(host
[all...]
/external/autotest/server/cros/dynamic_suite/
H A Dtools.py75 @param devserver_url: a string specifying the host to contact e.g.
124 Randomly choose the 'best' host from host_list, using fresh status.
139 @return a Host object, or None if no appropriate host is found.
143 hostnames = [host.hostname for host in host_list]
145 usable_hosts = [host for host in updated_hosts if is_usable(host)]
146 ready_hosts = [host for host i
[all...]
/external/autotest/server/
H A Dhost_attributes.py9 def __init__(self, host):
/external/autotest/server/site_tests/autoupdate_Rollback/
H A Dautoupdate_Rollback.py16 def run_once(self, host, job_repo_url=None):
19 @param host: A host object representing the DUT.
26 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
34 host.reboot()
44 host.reboot()
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/
H A Dbluetooth_AdapterStandalone.py41 def run_once(self, host):
44 @param host: device under test host
46 self.host = host
47 factory = remote_facade_factory.RemoteFacadeFactory(host)
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/
H A Dcellular_ChromeEndToEnd.py29 def run_once(self, host, test):
32 @param host: A host object representing the DUT.
37 self._client = host
38 self._servo = host.servo
41 logging.info('Host %s does not have a servo.', host.hostname)
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
H A Dplatform_CryptohomeSyncStressServer.py14 def run_once(self, host, power_addr, outlet, username, password):
27 at = autotest.Autotest(host)
28 boot_id = host.get_boot_id()
44 host.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/video_VDAStress/
H A Dvideo_VDAStress.py21 host = hosts.create_host(machine)
22 host_at = autotest.Autotest(host)
28 host.send_file(file_path_at_server, file_path_at_client)
36 host.run('rm %s' % file_path_at_client)
/external/autotest/server/tests/sleeptest/
H A Dsleeptest.py7 def run_once(self, host=None, seconds=1):
/external/autotest/tko/
H A Ddb_postgres.py5 def connect(self, host, database, user, password):
H A Dretrieve_logs.cgi57 host = args['host']
62 host, job_path)
64 http_path = 'http://%s%s' % (host, job_path)
70 # browser used to navigate frontends (that runs on the host of
73 if utils.DEFAULT_VM_GATEWAY in host:
74 normalized_host = host.replace(utils.DEFAULT_VM_GATEWAY, 'localhost')
76 normalized_host = utils.normalize_hostname(host)
85 @param hosts: a list of host names.
93 for host i
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSSLClientSessionCache.java37 * Gets data from a pre-existing session for a given server host and port.
39 * @param host from {@link javax.net.ssl.SSLSession#getPeerHost()}
42 * @throws NullPointerException if host is null
44 byte[] getSessionData(String host, int port); argument
/external/icu/icu4j/
H A DAndroid.mk58 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := $(subst :,-host:,$(icu4j_data_jars))
75 LOCAL_STATIC_JAVA_LIBRARIES := icu4j-icudata-host icu4j-icutzdata-host
76 LOCAL_MODULE := icu4j-host
83 LOCAL_STATIC_JAVA_LIBRARIES := icu4j-icudata-host icu4j-icutzdata-host
101 # build ICU tests for host for testing purposes
104 # java -cp ${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/icu4j-host.jar:${ANDROID_BUILD_TOP}/out/host/linu
[all...]
/external/ipsec-tools/src/racoon/
H A Dthrottle.h40 struct sockaddr_storage host; member in struct:throttle_entry
/external/llvm/
H A Dandroid_test.sh16 if [ ! -d $ANDROID_BUILD_TOP/out/test/host/linux-x86/obj/test_llvm ]; then
17 mkdir -p $ANDROID_BUILD_TOP/out/test/host/linux-x86/obj/test_llvm
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
34 * @param host - the IP address of the host endpoint to which the socket is connect
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
34 * @param host - the IP address of the host endpoint to which the socket is connect
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/socket/
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
34 * @param host - the IP address of the host endpoint to which the socket is connect
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/socket/
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
34 * @param host - the IP address of the host endpoint to which the socket is connect
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument

Completed in 572 milliseconds

1234567891011>>