/external/openssh/regress/ |
D | keygen-knownhosts.sh | 9 for x in host-a host-b host-c host-d host-e host-f host-a2 host-b2; do 16 host-a|host-b) printf "$x " ;; 17 host-c) printf "@cert-authority $x " ;; 18 host-d) printf "@revoked $x " ;; 19 host-e) printf "host-e* " ;; 20 host-f) printf "host-f,host-g,host-h " ;; 21 host-a2) printf "host-a " ;; 22 host-b2) printf "host-b " ;; 34 echo "host-i " >> $OBJ/kh.invalid 49 echo "# Host $_host found: line $_line $_mark" >> $OBJ/kh.expect [all …]
|
D | cfginclude.sh | 10 Match host a 13 Match host b 17 Match host c 21 Match host m 24 Host d 27 Host e 31 Host f 35 Host n 40 Match host xxxxxx 44 Match host a [all …]
|
D | servcfginclude.sh | 6 HostKey $OBJ/host.ssh-ed25519 7 Match host a 10 Match host b 14 Match host c 18 Match host m 21 Match Host d 24 Match Host e 28 Match Host f 32 Match Host n 37 Match host xxxxxx [all …]
|
/external/autotest/site_utils/deployment/prepare/ |
D | dut.py | 49 @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/ |
D | servo_repair.py | 41 Decorator to ignore ControlUnavailableError if servo host is not cros host. 47 def wrapper(self, host): argument 52 func(self, host) 54 if host.is_cros_host(): 56 logging.warning("Servo host is not cros host, ignore %s: %s", 63 Verifier to trigger a servo host update, if necessary. 71 def verify(self, host): argument 72 # First, only run this verifier if the host is in the physical lab. 76 if host.is_labstation(): 77 logging.info("Skip update check because the host is a" [all …]
|
D | cros_host_unittest.py | 46 """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 …]
|
D | repair_utils.py | 17 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 …]
|
D | base_label.py | 20 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 …]
|
D | cros_repair.py | 132 def verify(self, host): argument 134 info = self._load_info(host) 136 self._validate_battery(host, info) 138 def _load_info(self, host): argument 140 info = host.get_power_supply_info() 156 def _validate_battery(self, host, info): argument 166 'host': host.hostname, 180 host.run('ectool chargecontrol normal', ignore_status=True) 183 info = self._load_info(host) 189 'model': host.host_info_store.get().model, [all …]
|
D | factory.py | 5 """Provides a factory method to create a host object.""" 30 # Default ssh options used in creating a host. 40 # A list of all the possible host types, ordered according to frequency of 41 # host types in the lab, so the more common hosts don't incur a repeated ssh 42 # overhead in checking for less common host types. 51 # Timeout for early connectivity check to the host, in seconds. 56 """Get parameters to construct a host object. 58 There are currently 2 use cases for creating a host. 63 the same defaults as used in the server job to create a host. 66 @return: A dictionary containing arguments for host specifically hostname, [all …]
|
D | cros_firmware.py | 69 def _is_firmware_testing_device(host): argument 71 check if a host is dedicated for firmware testing. 77 @return A true value if the host should use `FirmwareStatusVerifier` 80 info = host.host_info_store.get() 84 def _is_firmware_update_supported(host): argument 95 @param host The host to be checked for update policy. 96 @return A true value if the host should use 99 return not _is_firmware_testing_device(host) 102 def _get_available_firmware(host, model): argument 105 @param host The host to get available firmware for. [all …]
|
/external/libcups/backend/ |
D | snmp.txt | 6 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/ |
D | rpm_validator.py | 22 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/ |
D | xfa_host_pseudomodel.in | 23 <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 …]
|
D | xfa_host_pseudomodel_expected.txt | 24 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/ |
D | crashcollect.py | 32 """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 …]
|
D | profilers.py | 33 # 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 …]
|
D | autotest.py | 108 def __init__(self, host=None): argument 109 self.host = host 126 def get_client_autodir_paths(cls, host): argument 132 def get_installed_autodir(cls, host): argument 134 Find where the Autotest client is installed on the host. 138 autodir = host.get_autodir() 140 logging.debug('Using existing host autodir: %s', autodir) 143 for path in Autotest.get_client_autodir_paths(host): 146 host.run('test -x %s' % utils.sh_escape(autotest_binary)) 147 host.run('test -w %s' % utils.sh_escape(path)) [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | HttpUrlTest.java | 37 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/llvm-project/lldb/include/lldb/ |
D | module.modulemap | 14 // Because we have OS-specific headers in Host, we just list 17 module ConnectionFileDescriptor { header "Host/ConnectionFileDescriptor.h" export * } 18 module Debug { header "Host/Debug.h" export * } 19 module Editline { header "Host/Editline.h" export * } 20 module FileCache { header "Host/FileCache.h" export * } 21 module File { header "Host/File.h" export * } 22 module FileAction { header "Host/FileAction.h" export * } 23 module FileSystem { header "Host/FileSystem.h" export * } 24 module HostGetOpt { header "Host/HostGetOpt.h" export * } 25 module Host { header "Host/Host.h" export * } [all …]
|
/external/autotest/client/common_lib/cros/ |
D | avahi_utils.py | 25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument 37 @param host: An optional host object if running against a remote host. 41 run = utils.run if host is None else host.run 64 def avahi_ping(host=None): argument 72 @param host: An optional host object if running against a remote host. 77 host=host, timeout_seconds=2, 83 def avahi_start(config_file=None, host=None): argument 91 @param host: An optional host object if running against a remote host. 94 run = utils.run if host is None else host.run 102 if avahi_ping(host=host): [all …]
|
/external/autotest/client/common_lib/hosts/ |
D | repair.py | 6 Framework for host verification and repair in Autotest. 8 The framework provides implementation code in support of `Host.verify()` 9 and `Host.repair()` used in Verify and Repair special tasks. 38 _HOSTNAME_PATTERN = 'chromeos[0-9]-row[0-9]+[a-z]?-rack[0-9]+[a-z]?-host[0-9]+' 63 conclude the target host is in a bad state. 188 def _is_applicable(self, host): argument 190 Check if the action is applicable to target host. Subclasses 193 @param host Target host to check. 198 def _record(self, host, silent, status_code, *record_args): argument 200 Log a status record for `host`. [all …]
|
/external/iperf3/ |
D | test_commands.sh | 17 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/autotest/site_utils/deployment/ |
D | install.py | 39 * Every servo host is up and running, and accessible via SSH. 97 # host's prior state. 98 _LOCK_REASON_EXISTING = 'Repairing or deploying an existing host' 99 _LOCK_REASON_NEW_HOST = 'Repairing or deploying a new host' 187 This host object is used to update AFE label information for the DUT, but 188 can not be used for installation image on the DUT. In particular, this host 193 @param afe_host AFE Host object for the DUT. 205 """Lock a host in the AFE, and report whether it succeeded. 210 @param afe_host AFE Host instance to be locked. 215 logging.warning('Locking host now.') [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | l2tp.sh | 6 # host-1 | router | host-2 138 for ns in host-1 host-2 router 147 # configure l2tpv3 tunnel on host-1 149 ip -netns host-1 l2tp add tunnel tunnel_id 1041 peer_tunnel_id 1042 \ 151 ip -netns host-1 l2tp add session name l2tp4 tunnel_id 1041 \ 153 ip -netns host-1 link set dev l2tp4 up 154 ip -netns host-1 addr add dev l2tp4 172.16.1.1 peer 172.16.1.2 157 # configure l2tpv3 tunnel on host-2 159 ip -netns host-2 l2tp add tunnel tunnel_id 1042 peer_tunnel_id 1041 \ 161 ip -netns host-2 l2tp add session name l2tp4 tunnel_id 1042 \ [all …]
|