Home
last modified time | relevance | path

Searched defs:host (Results 1 – 25 of 1663) sorted by relevance

12345678910>>...67

/external/autotest/server/hosts/
Dservo_repair.py43 def wrapper(self, host): argument
68 def verify(self, host): argument
88 def _is_applicable(self, host): argument
109 def verify(self, host): argument
125 def verify(self, host): argument
157 def _is_applicable(self, host): argument
178 def verify(self, host): argument
189 def _is_applicable(self, host): argument
209 def verify(self, host): argument
221 def _is_applicable(self, host): argument
[all …]
Dcros_repair.py140 def verify(self, host): argument
146 def _load_info(self, host): argument
164 def _validate_battery(self, host, info): argument
247 def verify(self, host): argument
251 def _verify_cros_version(self, host): argument
269 def _verify_job_repo_url(self, host): argument
313 def verify(self, host): argument
334 def verify(self, host): argument
376 def verify(self, host): argument
394 def verify(self, host): argument
[all …]
Dcros_firmware.py69 def _is_firmware_testing_device(host): argument
84 def _is_firmware_update_supported(host): argument
102 def _get_available_firmware(host, model): argument
133 def verify(self, host): argument
174 def _get_faft_stable_build(self, host): argument
178 def _get_os_stable_build(self, host): argument
182 def _run_faft_repair(self, host, build): argument
185 def _run_general_repair(self, host, build): argument
234 def repair(self, host): argument
249 def _is_applicable(self, host): argument
[all …]
Dcros_label.py35 def _parse_lsb_output(host): argument
53 def generate_labels(self, host): argument
75 def generate_labels(self, host): argument
100 def exists(self, host): argument
103 def generate_labels(self, host): argument
136 def exists(self, host): argument
145 def generate_labels(self, host): argument
170 def generate_labels(self, host): argument
186 def exists(self, host): argument
211 def exists(self, host): argument
[all …]
Dbase_label.py25 def exists_wrapper(self, host): argument
50 def generate_labels(self, host): argument
62 def exists(self, host): argument
76 def get(self, host): argument
139 def generate_labels(self, host): argument
143 def exists(self, host): argument
164 def get(self, host): argument
214 def get_labels(self, host): argument
231 def get_labels_for_update(self, host, task_name): argument
287 def _commit_info(self, host, new_info, keep_pool): argument
[all …]
Drepair_utils.py17 def require_servo(host, ignore_state=False): argument
49 def verify(self, host): argument
81 def verify(self, host): argument
113 def verify(self, host): argument
126 def repair(self, host): argument
147 def repair(self, host): argument
/external/autotest/site_utils/deployment/prepare/
Ddut.py102 def download_image_to_servo_usb(host, build): argument
112 def try_reset_by_servo(host): argument
129 def power_cycle_via_servo(host, recover_src=False): argument
166 def verify_battery_status(host): argument
235 def verify_servo(host): argument
270 def verify_ccd_testlab_enable(host): argument
301 def verify_labstation_RPM_config_unsafe(host): argument
341 def verify_boot_into_rec_mode(host): argument
386 def install_test_image(host): argument
425 def reinstall_test_image(host): argument
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dgob_util.py147 def GetCookies(host, path, cookie_paths=None): argument
178 def CreateHttpConn(host, path, reqtype='GET', headers=None, body=None): argument
250 def FetchUrl(host, path, reqtype='GET', headers=None, body=None, argument
383 def QueryChanges(host, param_dict, first_param=None, limit=None, o_params=None, argument
414 def MultiQueryChanges(host, param_dict, change_list, limit=None, o_params=None, argument
438 def GetGerritFetchUrl(host): argument
443 def GetChangePageUrl(host, change_number): argument
453 def GetChangeUrl(host, change): argument
458 def GetChange(host, change): argument
463 def GetChangeReview(host, change, revision=None): argument
[all …]
/external/autotest/client/common_lib/cros/
Dkernel_utils.py22 def _run(cmd, host=None): argument
37 def _cgpt(flag, kernel, host=None): argument
50 def get_kernel_state(host=None): argument
66 def get_next_kernel(host=None): argument
77 def get_kernel_success(kernel, host=None): argument
88 def get_kernel_tries(kernel, host=None): argument
99 def verify_kernel_state_after_update(host=None, inactive_kernel=True): argument
121 host=None): argument
177 def get_minios_priority(host=None): argument
190 def verify_minios_priority_after_update(host=None, expected=None): argument
Davahi_utils.py26 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument
65 def avahi_ping(host=None): argument
84 def avahi_start(config_file=None, host=None): argument
109 def avahi_stop(ignore_status=False, host=None): argument
120 def avahi_start_on_iface(iface, host=None): argument
135 def avahi_get_hostname(host=None): argument
148 def avahi_get_domain_name(host=None): argument
161 def avahi_browse(host=None, ignore_local=True): argument
/external/autotest/site_utils/admin_audit/
Drpm_validator.py22 def _is_rpm_config_present(host): argument
48 def _set_power_off(host, quite=False): argument
59 def _set_power_on(host, quite=False): argument
69 def _check_rpm_power_delivery_with_battery(host): argument
109 def _check_rpm_power_delivery_without_battery(host): argument
134 def verify_unsafe(host): argument
196 def set_rpm_state(host, new_state): argument
/external/autotest/server/
Dcrashcollect.py34 def __init__(self, host): argument
52 def _collect_log_file_with_summary(host, source_path, dest_path): argument
80 def collect_log_file(host, log_path, dest_path, use_tmp=False, clean=False, argument
142 def _collect_log_file_with_tmpdir(host, log_path, dest_path): argument
157 def _get_file_stats(host, path): argument
207 def get_crashdumps(host, test_start_time): argument
213 def get_crashinfo(host, test_start_time): argument
257 def wait_for_machine_to_recover(host, hours_to_wait=HOURS_TO_WAIT): argument
283 def get_crashinfo_dir(host, dir_prefix): argument
302 def collect_command(host, command, dest_path): argument
[all …]
Dsite_crashcollect.py166 def _find_orphaned_crashdumps(host): argument
174 def report_crashdumps(host): argument
194 def fetch_orphaned_crashdumps(host, infodir): argument
244 def _get_host_resultdir(host): argument
252 def get_host_infodir(host): argument
261 def get_site_crashdumps(host, test_start_time): argument
304 def find_package_of(host, exec_name): argument
383 def report_bug_from_crash(host, minidump_path): argument
/external/autotest/client/common_lib/hosts/
Drepair.py188 def _is_applicable(self, host): argument
198 def _record(self, host, silent, status_code, *record_args): argument
218 def _record_good(self, host, silent): argument
227 def _record_fail(self, host, silent, exc): argument
237 def _verify_list(self, host, verifiers, silent): argument
274 def _verify_dependencies(self, host, silent): argument
400 def _verify_host(self, host, silent): argument
455 def verify(self, host): argument
557 def _record_start(self, host, silent): argument
566 def _record_end_good(self, host, silent): argument
[all …]
/external/python/cpython2/Demo/sockets/
Dgopher.py41 def open_socket(host, port): argument
51 def send_request(selector, host, port): argument
58 def get_menu(selector, host, port): argument
88 def get_textfile(selector, host, port): argument
94 def get_alt_textfile(selector, host, port, func): argument
113 def get_binary(selector, host, port): argument
120 def get_alt_binary(selector, host, port, func, blocksize): argument
153 def browse_menu(selector, host, port): argument
199 def browse_textfile(selector, host, port): argument
221 def browse_search(selector, host, port): argument
[all …]
/external/autotest/client/cros/
Dliststorage.py45 def read_file(path_to_file, host=None): argument
61 def system_output(command, host=None, ignore_status=False): argument
74 def get_udev_info(blockdev, method='udev', host=None): argument
113 def get_lsusb_info(host=None): argument
149 def get_usbdevice_type_and_serial(device, lsusb_info, host=None): argument
176 lsusb_info=[], host=None): argument
286 def get_device_info(blockdev, lsusb_info, host=None): argument
337 def get_all(host=None): argument
/external/deqp/external/vulkancts/vkscserver/
DvksEndian.hpp51 inline u16 HostToNetwork16 (u16 host) { return deReverseBytes16(host); } in HostToNetwork16()
52 inline u32 HostToNetwork32 (u32 host) { return deReverseBytes32(host); } in HostToNetwork32()
53 inline u64 HostToNetwork64 (u64 host) { return ReverseBytes64(host); } in HostToNetwork64()
55 inline u16 HostToNetwork16 (u16 host) { return host; } in HostToNetwork16()
56 inline u32 HostToNetwork32 (u32 host) { return host; } in HostToNetwork32()
57 inline u64 HostToNetwork64 (u64 host) { return host; } in HostToNetwork64()
/external/autotest/server/cros/
Dchrome_sideloader.py22 def extract_from_image(host, image_name, dest_dir): argument
75 def _stop_chrome_if_necessary(host): argument
91 def _mount_chrome(host, chrome_dir, chrome_mount_point): argument
121 def _umount_chrome(host, chrome_mount_point): argument
142 def setup_host(host, chrome_dir, chrome_mount_point): argument
171 def cleanup_host(host, chrome_dir, chrome_mount_point): argument
190 def get_tast_expr_from_file(host, args_dict, results_dir, base_path=None): argument
Dfilesystem_util.py11 def make_rootfs_writable(host): argument
36 def convert_rootfs_writable(host): argument
62 def remove_rootfs_verification(host): argument
85 def is_rootfs_writable(host): argument
/external/autotest/server/cros/bluetooth/
Dbluetooth_peer_update.py257 def update_all_peers(host, raise_error=False): argument
279 def _update_all_peers(host): argument
328 def get_bluetooth_commits_yaml(host, method='from_cloud'): argument
367 def is_in_lab_next_hosts(host): argument
389 def get_latest_commit(host): argument
405 def host_name(host): argument
418 def get_target_commit(host): argument
489 def download_installation_files(host, commit): argument
512 def cleanup(host, commit): argument
/external/autotest/server/site_tests/fleet_FirmwareUpdate/
Dfleet_FirmwareUpdate.py19 def update_os_bundled_firmware(self, host): argument
34 def pre_update_validation(self, host): argument
57 def is_firmware_updated(self, host): argument
73 def post_update_validation(self, host): argument
92 def run_once(self, host): argument
/external/clang/
Dupdate-prebuilts.py57 def host_to_build_host(host): argument
69 def build_name(host): argument
91 def package_name(build_number, host): argument
100 def download_build(host, build_number, download_dir): argument
105 def download_manifest(host, build_number, download_dir): argument
110 def download_file(host, build_number, pkg_name, download_dir): argument
136 def update_clang(host, build_number, use_current_branch, download_dir, bug): argument
/external/cronet/url/
Durl_canon_host.cc91 const Component& host, in ScanHostname()
127 bool DoSimpleHost(const INCHAR* host, in DoSimpleHost()
232 bool DoComplexHost(const char* host, in DoComplexHost()
302 bool DoComplexHost(const char16_t* host, in DoComplexHost()
337 const Component& host, in DoHostSubstring()
357 const Component& host, in DoHost()
397 const Component& host, in CanonicalizeHost()
407 const Component& host, in CanonicalizeHost()
417 const Component& host, in CanonicalizeHostVerbose()
424 const Component& host, in CanonicalizeHostVerbose()
[all …]
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py178 def get_board_name(host): argument
189 def has_internal_speaker(host): argument
204 def has_internal_microphone(host): argument
219 def has_audio_jack(host): argument
234 def has_hotwording(host): argument
248 def has_echo_reference(host): argument
258 def suspend_resume(host, suspend_time_secs=30, resume_network_timeout_secs=60): argument
282 def suspend_resume_and_verify(host, argument
304 def dump_cros_audio_logs(host, argument
855 def get_internal_mic_node(host): argument
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-a.cc40 struct hostent *host = nullptr; in TEST_F() local
90 struct hostent *host = nullptr; in TEST_F() local
114 struct hostent *host = nullptr; in TEST_F() local
139 struct hostent *host = nullptr; in TEST_F() local
156 struct hostent *host = nullptr; in TEST_F() local
184 struct hostent *host = nullptr; in TEST_F() local
215 struct hostent *host = nullptr; in TEST_F() local
237 struct hostent *host = nullptr; in TEST_F() local
262 struct hostent *host = nullptr; in TEST_F() local
348 struct hostent *host = nullptr; in TEST_F() local

12345678910>>...67