Home
last modified time | relevance | path

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

12345678910>>...59

/external/autotest/server/hosts/
Dservo_repair.py47 def wrapper(self, host): argument
71 def verify(self, host): argument
114 def _get_config_val(host, config_file, attr): argument
131 def _validate_attr(host, val, expected_val, attr, config_file): argument
157 def _get_config(self, host): argument
180 def verify(self, host): argument
218 def verify(self, host): argument
251 def verify(self, host): argument
272 def verify(self, host): argument
291 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_repair.py132 def verify(self, host): argument
138 def _load_info(self, host): argument
156 def _validate_battery(self, host, info): argument
230 def verify(self, host): argument
277 def verify(self, host): argument
298 def verify(self, host): argument
340 def verify(self, host): argument
358 def verify(self, host): argument
401 def verify(self, host): argument
424 def verify(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 …]
Dcros_label.py39 def _parse_lsb_output(host): argument
57 def generate_labels(self, host): argument
79 def generate_labels(self, host): argument
104 def exists(self, host): argument
107 def generate_labels(self, host): argument
140 def exists(self, host): argument
149 def generate_labels(self, host): argument
174 def generate_labels(self, host): argument
190 def exists(self, host): argument
215 def exists(self, host): 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
111 def verify(self, host): argument
124 def repair(self, host): argument
145 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
229 def verify_servo(host): argument
264 def verify_ccd_testlab_enable(host): argument
295 def verify_labstation_RPM_config_unsafe(host): argument
335 def verify_boot_into_rec_mode(host): argument
380 def install_test_image(host): argument
419 def reinstall_test_image(host): argument
[all …]
/external/autotest/client/common_lib/cros/
Davahi_utils.py25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument
64 def avahi_ping(host=None): argument
83 def avahi_start(config_file=None, host=None): argument
108 def avahi_stop(ignore_status=False, host=None): argument
119 def avahi_start_on_iface(iface, host=None): argument
134 def avahi_get_hostname(host=None): argument
147 def avahi_get_domain_name(host=None): argument
160 def avahi_browse(host=None, ignore_local=True): argument
Dkernel_utils.py20 def _run(cmd, host=None): argument
35 def _cgpt(flag, kernel, host=None): argument
48 def get_kernel_state(host=None): argument
64 def get_next_kernel(host=None): argument
75 def get_kernel_success(kernel, host=None): argument
86 def get_kernel_tries(kernel, host=None): argument
96 def verify_kernel_state_after_update(host=None): argument
114 host=None): 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
395 def _verify_host(self, host, silent): argument
449 def verify(self, host): argument
551 def _record_start(self, host, silent): argument
560 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/autotest/server/site_tests/platform_BootPerfServer/
Dplatform_BootPerfServer.py23 def _is_rootfs_verification_enabled(self, host): argument
28 def _get_root_partition(self, host): argument
42 def _edit_kernel_args(self, host, gen_sed_command): argument
60 def initialize(self, host, cmdline_args): argument
99 def cleanup(self, host): argument
136 def run_once(self, host=None, upload_perf=False): argument
/external/autotest/server/cros/
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/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
Dbuild.py192 def package_toolchain(build_dir, build_name, host, dist_dir): argument
218 def install_minimal_toolchain(build_dir, install_dir, host, strip): argument
224 def install_toolchain(build_dir, install_dir, host, strip): argument
239 def get_built_host_files(host, minimal): argument
283 def install_built_host_files(build_dir, install_dir, host, strip, minimal=None): argument
361 def install_headers(build_dir, install_dir, host): argument
391 def install_profile_rt(build_dir, install_dir, host): argument
422 def install_host_profile_rt(build_dir, host, lib_dir): argument
437 def install_libomp(build_dir, install_dir, host): argument
464 def install_sanitizers(build_dir, install_dir, host): argument
[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/autotest/server/site_tests/kernel_IdlePerf/
Dkernel_IdlePerf.py79 def _check_sysfs(self, host): argument
118 def _is_idle_enabled(self, host): argument
121 def _enable_idle(self, host, enable): argument
175 def _run_telemetry(self, host, telemetry, enable): argument
203 def run_once(self, host=None, args={}): argument
232 def cleanup(self, host): argument
/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
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DScenario.java38 private Host host; field in Scenario
56 public Host host() { in host() method in Scenario
106 private Host host; field in Scenario.Builder
110 public Builder host(Host.Builder hostBuilder) { in host() method in Scenario.Builder
114 public Builder host(Host host) { in host() method in Scenario.Builder
/external/grpc-grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
DInteropActivity.java85 String host = params[0]; in doInBackground() local
111 public static native boolean doEmpty(String host, int port, boolean useTls); in doEmpty()
113 public static native boolean doLargeUnary(String host, int port, boolean useTls); in doLargeUnary()
115 public static native boolean doEmptyStream(String host, int port, boolean useTls); in doEmptyStream()
117 public static native boolean doRequestStreaming(String host, int port, boolean useTls); in doRequestStreaming()
119 public static native boolean doResponseStreaming(String host, int port, boolean useTls); in doResponseStreaming()
121 public static native boolean doPingPong(String host, int port, boolean useTls); in doPingPong()
/external/llvm-project/flang/lib/Optimizer/Support/
DInternalNames.cpp33 llvm::Optional<llvm::StringRef> host) { in doModulesHost()
102 llvm::Optional<llvm::StringRef> host, in doConstant()
111 llvm::Optional<llvm::StringRef> host, in doDispatchTable()
126 llvm::Optional<llvm::StringRef> host, IntrinsicType type, in doIntrinsicTypeDescriptor()
154 llvm::Optional<llvm::StringRef> host, in doProcedure()
162 llvm::Optional<llvm::StringRef> host, in doType()
172 llvm::Optional<llvm::StringRef> host, in doTypeDescriptor()
181 llvm::ArrayRef<std::string> modules, llvm::Optional<std::string> host, in doTypeDescriptor()
190 llvm::Optional<llvm::StringRef> host, in doVariable()
207 llvm::Optional<std::string> host; in deconstruct() local

12345678910>>...59