Home
last modified time | relevance | path

Searched full:host (Results 1 – 25 of 8416) sorted by relevance

12345678910>>...337

/external/pigweed/pw_bluetooth_sapphire/
DBUILD.bazel20 "host/att/attribute.cc",
21 "host/att/attribute_test.cc",
22 "host/att/bearer.cc",
23 "host/att/bearer_test.cc",
24 "host/att/database.cc",
25 "host/att/database_test.cc",
26 "host/att/error.cc",
27 "host/att/error_test.cc",
28 "host/att/packet.cc",
29 "host/att/permissions.cc",
[all …]
DBUILD.gn38 group("host") {
39 public_deps = [ "host" ]
45 "host:tests",
51 group_deps = [ "host:fuzzers" ]
62 "public/pw_bluetooth_sapphire/internal/host/att/att.h",
63 "public/pw_bluetooth_sapphire/internal/host/att/attribute.h",
64 "public/pw_bluetooth_sapphire/internal/host/att/bearer.h",
65 "public/pw_bluetooth_sapphire/internal/host/att/database.h",
66 "public/pw_bluetooth_sapphire/internal/host/att/error.h",
67 "public/pw_bluetooth_sapphire/internal/host/att/packet.h",
[all …]
/external/virglrenderer/.gitlab-ci/expectations/host/
Dvirgl-gles-skips.txt35 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/16x16
36 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/4x4
37 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/64x64
38 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/one bit barrier test/16x16
39 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/one bit barrier test/4x4
40 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/one bit barrier test/64x64
41 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/full barrier test/16x16
42 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/full barrier test/4x4
43 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/full barrier test/64x64
44 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/one bit barrier test/16x16
[all …]
/external/autotest/site_utils/deployment/prepare/
Ddut.py49 @param hostname: FQDN of the host to prepare.
52 @param servo_hostname: FQDN of the servo host controlling the DUT.
53 @param servo_port: Servo host port used for the controlling servo.
56 host.
58 @yield a server.hosts.Host object.
76 host = hosts.create_host(machine_dict)
78 **servo_host.get_servo_args_for_host(host))
80 host.set_servo_host(servohost)
81 host.servo.uart_logs_dir = logs_dir
83 yield host
[all …]
/external/autotest/server/hosts/
Dservo_repair.py37 Decorator to ignore ControlUnavailableError if servo host is not cros host.
43 def wrapper(self, host): argument
48 func(self, host)
50 if host.is_cros_host():
52 logging.warning("Servo host is not cros host, ignore %s: %s",
59 Verifier to trigger a servo host update, if necessary.
68 def verify(self, host): argument
71 not host.get_dut_host_info()
72 or not host.get_dut_host_info().servo_cros_stable_version):
79 host.run('cgpt repair /dev/mmcblk0', ignore_status=True)
[all …]
Dcros_host_unittest.py46 """Simple host for running mock'd host commands"""
65 host = MockHost(
68 self.assertEqual(host.get_platform(), 'coral')
71 host = MockHost(
75 self.assertEqual(host.get_platform(), 'coral')
78 host = MockHost(
83 self.assertEqual(host.get_platform(), 'reef')
86 host = MockHost(
89 self.assertEqual(host.get_platform(), 'reef')
92 host = MockHost(
[all …]
Dcros_repair.py140 def verify(self, host): argument
142 info = self._load_info(host)
144 self._validate_battery(host, info)
146 def _load_info(self, host): argument
148 info = host.get_power_supply_info()
164 def _validate_battery(self, host, info): argument
165 host_info = host.host_info_store.get()
168 data = {'host': host.hostname, 'model': host_info.model}
183 'host': host.hostname,
197 host.run('ectool chargecontrol normal', ignore_status=True)
[all …]
Drepair_utils.py17 def require_servo(host, ignore_state=False): argument
20 @param host Host object that require servo.
26 servo_initialized = host.servo is not None
27 servo_working = (host.get_servo_state() ==
32 '%s has no working servo.' % host.hostname, 'no_working_servo')
38 Verifier to test a host's accessibility via `ssh`.
40 This verifier checks whether a given host is reachable over `ssh`.
43 * The host can't be found with a DNS lookup.
44 * The host doesn't answer to ping.
45 * The host answers to ping, but not to ssh.
[all …]
Dbase_label.py20 We'll check if the label already exists on the host and return True if so.
21 Otherwise we'll check if the label should exist on the host.
25 def exists_wrapper(self, host): argument
30 @param host: The host object to run methods on.
32 @returns True if the label already exists on the host, otherwise run
35 info = host.host_info_store.get()
36 return (self._NAME in info.labels) or exists(self, host)
42 This class contains the scaffolding for the host-specific labels.
50 def generate_labels(self, host): argument
52 Return the list of labels generated for the host.
[all …]
Dfactory.py5 """Provides a factory method to create a host object."""
32 # Default ssh options used in creating a host.
42 # A list of all the possible host types, ordered according to frequency of
43 # host types in the lab, so the more common hosts don't incur a repeated ssh
44 # overhead in checking for less common host types.
63 # Timeout for early connectivity check to the host, in seconds.
68 """Get parameters to construct a host object.
70 There are currently 2 use cases for creating a host.
75 the same defaults as used in the server job to create a host.
80 @return: A dictionary containing arguments for host specifically hostname,
[all …]
/external/virglrenderer/.gitlab-ci/expectations/virt/
Dvirgl-gles-skips.txt46 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/16x16
47 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/4x4
48 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/64x64
49 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/one bit barrier test/16x16
50 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/one bit barrier test/4x4
51 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/one bit barrier test/64x64
52 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/full barrier test/16x16
53 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/full barrier test/4x4
54 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/full barrier test/64x64
55 spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/WaR/one bit barrier test/16x16
[all …]
/external/libcups/backend/
Dsnmp.txt6 snmpwalk -v 1 -c public HOST .1
16 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
17 HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
18 HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
19 HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Hewlett-Packard hp LaserJet 3380
20 HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Axis AXIS 5600
21 HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: Axis AXIS 5600
22 HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero
23 HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero
24 HOST-RESOURCES-MIB::hrDeviceID.3 = OID: SNMPv2-SMI::zeroDotZero
[all …]
/external/autotest/site_utils/admin_audit/
Drpm_validator.py22 def _is_rpm_config_present(host): argument
25 @param host: any host with has host_info_store field
29 host_info = host.host_info_store.get()
38 set_rpm_state(host, constants.RPM_STATE_MISSING_CONFIG)
41 set_rpm_state(host, constants.RPM_STATE_WRONG_CONFIG)
48 def _set_power_off(host, quite=False): argument
50 rpm_client.set_power(host, "OFF")
53 _set_power_on(host, quite=True)
59 def _set_power_on(host, quite=False): argument
61 rpm_client.set_power(host, "ON")
[all …]
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel.in23 <event activity="docReady" ref="$host">
27 testROProperty(xfa.host, "appType", "Exchange");
28 testRWProperty(xfa.host, "calculationsEnabled", true, false);
29 testRIProperty(xfa.host, "currentPage", -1, 0);
30 testROProperty(xfa.host, "language", "");
31 testROProperty(xfa.host, "name", "Acrobat");
32 testROProperty(xfa.host, "numPages", 2);
33 testROProperty(xfa.host, "platform", "");
34 testRIProperty(xfa.host, "title", "");
35 testRWProperty(xfa.host, "validationsEnabled", true, false);
[all …]
Dxfa_host_pseudomodel_expected.txt24 Alert: PASS: xfa.host.beep(1, 1) threw XFAObject.beep: Incorrect number of parameters passed to fun…
26 Alert: PASS: xfa.host.beep(42) = undefined
28 Alert: PASS: xfa.host.beep() = undefined
29 Alert: PASS: xfa.host.documentCountInBatch() = 0
30 Alert: PASS: xfa.host.documentCountInBatch(42, 'args', ['ignored']) = 0
31 Alert: PASS: xfa.host.documentInBatch() = 0
32 Alert: PASS: xfa.host.documentInBatch(42, 'args', ['ignored']) = 0
33 Alert: PASS: xfa.host.exportData() threw XFAObject.exportData: Incorrect number of parameters passe…
34 Alert: PASS: xfa.host.exportData(1, 2, 3) threw XFAObject.exportData: Incorrect number of parameter…
35 Alert: PASS: xfa.host.exportData('to-evil-place') = undefined
[all …]
/external/autotest/server/
Dcrashcollect.py32 """Context manager for temporary directory on remote host."""
34 def __init__(self, host): argument
35 self.host = host
39 return '<{cls} host={this.host!r}, tmpdir={this.tmpdir!r}>'.format(
43 self.tmpdir = (self.host
49 self.host.run('rm -rf %s' % (pipes.quote(self.tmpdir),))
52 def _collect_log_file_with_summary(host, source_path, dest_path): argument
55 @param host: The RemoteHost to collect logs from.
60 summary_created = result_tools_runner.run_on_client(host, source_path)
64 host.get_file(source_path, dest_path, preserve_perm=False)
[all …]
Dprofilers.py33 # maps hostname to (host object, autotest.Autotest object, Autotest
34 # install dir), where the host object is the one created specifically
68 for host in self.job.hosts:
69 if host.hostname not in self.job.machines:
70 # job.hosts include all host instances created on the fly.
74 autodir = host.get_autodir()
76 in_use_hosts[host.hostname] = host
79 # determine what valid host objects we already have installed
81 for host, at, profiler_dir in self.installed_hosts.values():
82 if host.path_exists(profiler_dir):
[all …]
Dautotest.py113 def __init__(self, host=None): argument
114 self.host = host
131 def get_client_autodir_paths(cls, host): argument
137 def get_installed_autodir(cls, host): argument
139 Find where the Autotest client is installed on the host.
143 autodir = host.get_autodir()
145 logging.debug('Using existing host autodir: %s', autodir)
148 for path in Autotest.get_client_autodir_paths(host):
151 host.run('test -x %s' % utils.sh_escape(autotest_binary))
152 host.run('test -w %s' % utils.sh_escape(path))
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java37 HttpUrl expected = HttpUrl.parse("http://host/"); in parseTrimsAsciiWhitespace()
38 assertEquals(expected, HttpUrl.parse("http://host/\f\n\t \r")); // Leading. in parseTrimsAsciiWhitespace()
39 assertEquals(expected, HttpUrl.parse("\r\n\f \thttp://host/")); // Trailing. in parseTrimsAsciiWhitespace()
40 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
41 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
42 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" ")); in parseTrimsAsciiWhitespace()
43 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" . ")); in parseTrimsAsciiWhitespace()
47 String host = "host\u0001"; in parseHostAsciiNonPrintable() local
48 assertNull(HttpUrl.parse("http://" + host + "/")); in parseHostAsciiNonPrintable()
86 assertEquals(HttpUrl.parse("http://host/"), HttpUrl.parse("http://host/")); in scheme()
[all …]
/external/rust/crates/axum/src/extract/
Dhost.rs11 const X_FORWARDED_HOST_HEADER_KEY: &str = "X-Forwarded-Host";
17 /// - `X-Forwarded-Host` header
18 /// - `Host` header
21 /// Note that user agents can set `X-Forwarded-Host` and `Host` headers to arbitrary values so make
24 pub struct Host(pub String); struct
27 impl<S> FromRequestParts<S> for Host implementation
34 if let Some(host) = parse_forwarded(&parts.headers) { in from_request_parts()
35 return Ok(Host(host.to_owned())); in from_request_parts()
38 if let Some(host) = parts in from_request_parts()
41 .and_then(|host| host.to_str().ok()) in from_request_parts()
[all …]
/external/autotest/client/common_lib/cros/
Davahi_utils.py26 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument
38 @param host: An optional host object if running against a remote host.
42 run = utils.run if host is None else host.run
65 def avahi_ping(host=None): argument
73 @param host: An optional host object if running against a remote host.
78 host=host, timeout_seconds=2,
84 def avahi_start(config_file=None, host=None): argument
92 @param host: An optional host object if running against a remote host.
95 run = utils.run if host is None else host.run
103 if avahi_ping(host=host):
[all …]
/external/autotest/server/cros/network/
Dip_config_context_manager.py10 """Allows changes to IP configs on multiple host test devices which are
14 def bring_interface_up(self, host, dev_name): argument
15 """Bring a device interface up on the host. This interface will
18 @param host Host Device to bring the interface up on.
23 if host in self._iface_cleanup_dict:
24 self._iface_cleanup_dict[host].append(clear_command)
26 self._iface_cleanup_dict[host] = [clear_command]
27 host.run('sudo ip link set %s up' % dev_name)
29 def add_ip_route(self, host, dest_ip, iface_name, via_ip=None): argument
33 @param host Host Device to assign the ip route on.
[all …]
/external/autotest/server/cros/
Dchrome_sideloader.py22 def extract_from_image(host, image_name, dest_dir): argument
26 @param host: The DUT to execute the command on
32 if not host.path_exists('/var/lib/imageloader/%s' % image_name):
33 raise Exception('Image %s not found on host %s' % (image_name, host))
50 host.run(['rm', '-rf', dest_dir])
51 host.run(['mkdir', '-p', '--mode', '0755', dest_dir, image_mount_point])
55 host.run([
61 host.run(['cp', '-r', '%s/*' % image_mount_point, '%s/' % dest_dir])
64 'Error extracting content from image %s on host %s ' %
65 (image_name, host), e)
[all …]
/external/iperf3/
Dtest_commands.sh17 host=$1
20 ./src/iperf3 -c $host -V -t 5 -T "test1"
21 ./src/iperf3 -c $host -u -V -t 5
23 ./src/iperf3 -c $host -i .3 -O 2 -t 5
25 ./src/iperf3 -c $host -i 1 -J -t 5
27 ./src/iperf3 -c $host -4 -t 5
28 ./src/iperf3 -c $host -4 -u -t 5
30 ./src/iperf3 -c $host -6 -t 5
31 ./src/iperf3 -c $host -6 -u -t 5
33 ./src/iperf3 -c $host -V -t 5 --fq-rate 5m
[all …]
/external/rust/pica/tests/
Ddata_transfer.py20 from pica import Host
28 async def controller(host: Host, peer: Host, file: Path): argument
29 await init(host)
31 host.send_control(
38 await host.expect_control(uci.SessionInitRsp(status=uci.Status.OK))
40 await host.expect_control(
51 host.send_control(
64 cfg_id=uci.AppConfigTlvType.DEVICE_MAC_ADDRESS, v=host.mac_address
95 await host.expect_control(
99 await host.expect_control(
[all …]

12345678910>>...337