HomeSort by relevance Sort by last modified time
    Searched refs:Host (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /external/autotest/frontend/afe/
site_rpc_interface_unittest.py 508 known_host_ids = [host.id for host in known_hosts]
509 known_host_statuses = [host.status for host in known_hosts]
534 expected_hosts = [(host.id, host.hostname) for host in hosts]
535 returned_hosts = [(host['id'], host['hostname'])
536 for host in retval_hosts
    [all...]
  /external/autotest/server/
frontend.py 44 Standard way to print out the frontend objects (eg job, host, acl, label)
225 return [Host(self, h) for h in hosts]
229 """Like get_hosts() but returns hostnames instead of Host objects."""
231 # that does not query for entire host objects in the future.
311 # the new host objects back into the host list.
312 hostnames = [s.host.hostname for s in job_statuses if s.host]
314 for host in self.get_hosts(hostname__in=hostnames):
315 host_hash[host.hostname] = hos
    [all...]
  /external/autotest/server/hosts/
adb_host.py 106 """This class represents a host running an ADB server."""
118 def check_host(host, timeout=10):
120 Check if the given host is an adb host.
126 @param host: An ssh host representing a device.
130 @return: True if the host device has adb.
135 # host object may not have user attribute if it's a LocalHost object.
136 current_user = host.user if hasattr(host, 'user') else Non
    [all...]
servo_host.py 36 # Names of the host attributes in the database that represent the values for
54 """Raised when a repair method fails to repair a servo host."""
64 """Raised if all attempts to repair a servo host fail."""
82 """Host class for a host that controls a servo, e.g. beaglebone."""
86 # Timeout for rebooting servo host.
104 A ServoHost instance represents a host that controls a servo.
106 @param servo_host: Name of the host where the servod process
110 @param is_in_lab: True if the servo host is in Cros Lab. Default is set
112 called to check if the servo host is in Cros lab
    [all...]
  /external/autotest/site_utils/
lxc_config.py 6 This module helps to deploy config files from host to container. It reads
25 source: config file in host to be copied to container.
33 1. Append the content of /etc/resolv.conf in host machine to file
167 # Path to the target file relative to host.
220 2. Update AUTOTEST_WEB/host and SERVER/hostname to be the IP of the host
225 made in the host.
240 db_host = config.get_config_value('AUTOTEST_WEB', 'host')
288 # Host *
291 'sed -i \'1s/^/Host *\\n LogLevel ERROR\\n\\n/\' \'%s\''
    [all...]
host_history_utils.py 28 """Exception raised when no host is found to search for history.
117 """Gets stats for a host.
120 host. The intervals argument contains a list of metadata from querying ES
128 hostname: hostname for the host we are interested in (string)
132 num_entries_found: number of host history entries
164 # lock history will show the dut being locked while host still has status
169 # 2. The host status has changes after the lock history starts as locked.
209 total_times = prepopulate_dict(models.Host.Status.names, 0.0,
225 stats_all = prepopulate_dict(models.Host.Status.names, 0.0,
237 """Returns string reporting overall host history for a group of hosts
    [all...]
job_history.py 88 self.hostname = task.host.hostname
128 @param host_id: ID of the host.
132 @return: The list of special tasks that are related to given host and
142 """Update the cache of the given host by searching database.
144 @param host_id: ID of the host.
158 """A cache that hold tasks for a host.
209 self.host = models.Host.objects.filter(
217 self.host = None
266 tasks = task_caches.try_get(self.host.id, self.id
    [all...]
  /external/v8/test/cctest/
test-log-stack-tracer.cc 102 #error Host architecture is neither 32-bit nor 64-bit.
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 13 #include <llvm/Support/Host.h>
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 24 #include <llvm/Support/Host.h>
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 28 import gov.nist.core.Host;
    [all...]
  /cts/
OldCtsTestCaseList.mk 263 # Host side only tests
  /external/chromium-trace/catapult/third_party/typ/typ/tests/
main_test.py 24 from typ import Host
667 return Host()
669 def call(self, host, argv, stdin, env):
671 host.stdin = io.StringIO(stdin)
673 host.getenv = env.get
674 host.capture_output()
679 ret = main(argv + ['-j', '1'], host)
681 out, err = host.restore_output()
  /external/v8/test/mjsunit/
debug-compile-event.js 72 case Debug.ScriptCompilationType.Host:
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 18 """Data needed to handle one diagnostic test on a Servo host.
26 All tests have the implicit pre-requisite that the servo host
77 """Test whether the servo host answers to ssh.
83 from the implicit pre-requisite that the host answer to ping.
103 from the implicit pre-requisite that the host answer to ping.
159 """Utility to return the output of a command on a servo host.
172 """Get the version of Brillo running on the servo host.
175 /etc/lsb-release on the servo host. An empty string will
201 test has no meaning if the target servo host isn't running
224 builds. This test has no meaning if the target servo host isn'
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BatteryTile.java 59 public BatteryTile(Host host) {
60 super(host);
61 mBatteryController = host.getBatteryController();
BluetoothTile.java 49 public BluetoothTile(Host host) {
50 super(host);
51 mController = host.getBluetoothController();
CastTile.java 51 public CastTile(Host host) {
52 super(host);
53 mController = host.getCastController();
55 mKeyguard = host.getKeyguardMonitor();
CellularTile.java 51 public CellularTile(Host host) {
52 super(host);
53 mController = host.getNetworkController();
DndTile.java 72 public DndTile(Host host) {
73 super(host);
74 mController = host.getZenModeController();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 295 WSD_SERVICE_METADATA *Host;
  /external/mdnsresponder/mDNSCore/
uDNS.c 386 // being added to the list. Otherwise we risk smashing our AutoTunnel host records and NATOperation that are already active and in use.
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 42 from typ.host import Host
55 def main(argv=None, host=None, win_multiprocessing=None, **defaults):
56 host = host or Host()
57 runner = Runner(host=host)
101 def __init__(self, host=None):
107 self.host = host or Host(
    [all...]
host.py 34 class Host(object):
  /external/autotest/scheduler/
atomic_group_unittests.py 57 # The three host label4 atomic group still has one host available.
123 # Make one host in labels[3] unavailable so that there are only two
137 # One host running, another invalid in the first group label.
140 # One host invalid in the second group label.
232 # Scheduling a job directly on one host in an atomic group will
234 # to the host (assuming the sync count is 1).
261 # Indirectly initialize the internal state of the host scheduler.
287 models.Host.smart_get('host1').labels.add(self.label3)

Completed in 1101 milliseconds

1 2 3 4 56 7 8