Home
last modified time | relevance | path

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

12345678910>>...58

/external/autotest/server/hosts/
Dcros_label.py27 def _parse_lsb_output(host): argument
45 def generate_labels(self, host): argument
66 def generate_labels(self, host): argument
111 def exists(self, host): argument
128 def exists(self, host): argument
140 def exists(self, host): argument
177 def exists(self, host): argument
183 def generate_labels(self, host): argument
196 def exists(self, host): argument
225 def exists(self, host): argument
[all …]
Dcros_repair.py76 def verify(self, host): argument
130 def verify(self, host): argument
152 def verify(self, host): argument
192 def verify(self, host): argument
209 def verify(self, host): argument
251 def verify(self, host): argument
273 def verify(self, host): argument
294 def verify(self, host): argument
324 def verify(self, host): argument
356 def verify(self, host): argument
[all …]
Dservo_repair.py23 def verify(self, host): argument
44 def _get_config_val(host, config_file, attr): argument
61 def _validate_attr(host, val, expected_val, attr, config_file): argument
87 def _get_config(self, host): argument
109 def verify(self, host): argument
146 def verify(self, host): argument
178 def verify(self, host): argument
206 def verify(self, host): argument
226 def verify(self, host): argument
244 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
120 def generate_labels(self, host): argument
124 def exists(self, host): argument
145 def get(self, host): argument
193 def get_labels(self, host): argument
243 def _commit_info(self, host, new_info, keep_pool): argument
256 def update_labels(self, host, keep_pool=False): argument
Dcros_firmware.py57 def _is_firmware_repair_supported(host): argument
73 def _is_firmware_update_supported(host): argument
114 def _get_available_firmware(host, model): argument
148 def verify(self, host): argument
189 def repair(self, host): argument
240 def _get_rw_firmware(host): argument
271 def verify(self, host): argument
Drepair_utils.py13 def require_servo(host): argument
32 def verify(self, host): argument
61 def verify(self, host): argument
74 def repair(self, host): argument
95 def repair(self, host): argument
/external/u-boot/drivers/mmc/
Dsh_mmcif.c26 struct sh_mmcif_host *host = dev_id; in sh_mmcif_intr() local
85 static int mmcif_wait_interrupt_flag(struct sh_mmcif_host *host) in mmcif_wait_interrupt_flag()
105 static void sh_mmcif_clock_control(struct sh_mmcif_host *host, unsigned int clk) in sh_mmcif_clock_control()
122 static void sh_mmcif_sync_reset(struct sh_mmcif_host *host) in sh_mmcif_sync_reset()
137 static int sh_mmcif_error_manage(struct sh_mmcif_host *host) in sh_mmcif_error_manage()
180 static int sh_mmcif_single_read(struct sh_mmcif_host *host, in sh_mmcif_single_read()
216 static int sh_mmcif_multi_read(struct sh_mmcif_host *host, in sh_mmcif_multi_read()
245 static int sh_mmcif_single_write(struct sh_mmcif_host *host, in sh_mmcif_single_write()
281 static int sh_mmcif_multi_write(struct sh_mmcif_host *host, in sh_mmcif_multi_write()
312 static void sh_mmcif_get_response(struct sh_mmcif_host *host, in sh_mmcif_get_response()
[all …]
Dsh_sdhi.c37 static inline void sh_sdhi_writeq(struct sh_sdhi_host *host, int reg, u64 val) in sh_sdhi_writeq()
42 static inline u64 sh_sdhi_readq(struct sh_sdhi_host *host, int reg) in sh_sdhi_readq()
47 static inline void sh_sdhi_writew(struct sh_sdhi_host *host, int reg, u16 val) in sh_sdhi_writew()
52 static inline u16 sh_sdhi_readw(struct sh_sdhi_host *host, int reg) in sh_sdhi_readw()
57 static void sh_sdhi_detect(struct sh_sdhi_host *host) in sh_sdhi_detect()
67 struct sh_sdhi_host *host = dev_id; in sh_sdhi_intr() local
151 static int sh_sdhi_wait_interrupt_flag(struct sh_sdhi_host *host) in sh_sdhi_wait_interrupt_flag()
171 static int sh_sdhi_clock_control(struct sh_sdhi_host *host, unsigned long clk) in sh_sdhi_clock_control()
209 static int sh_sdhi_sync_reset(struct sh_sdhi_host *host) in sh_sdhi_sync_reset()
233 static int sh_sdhi_error_manage(struct sh_sdhi_host *host) in sh_sdhi_error_manage()
[all …]
Dbcm2835_sdhci.c59 struct sdhci_host host; member
64 static inline struct bcm2835_sdhci_host *to_bcm(struct sdhci_host *host) in to_bcm()
69 static inline void bcm2835_sdhci_raw_writel(struct sdhci_host *host, u32 val, in bcm2835_sdhci_raw_writel()
92 static inline u32 bcm2835_sdhci_raw_readl(struct sdhci_host *host, int reg) in bcm2835_sdhci_raw_readl()
97 static void bcm2835_sdhci_writel(struct sdhci_host *host, u32 val, int reg) in bcm2835_sdhci_writel()
102 static void bcm2835_sdhci_writew(struct sdhci_host *host, u16 val, int reg) in bcm2835_sdhci_writew()
118 static void bcm2835_sdhci_writeb(struct sdhci_host *host, u8 val, int reg) in bcm2835_sdhci_writeb()
129 static u32 bcm2835_sdhci_readl(struct sdhci_host *host, int reg) in bcm2835_sdhci_readl()
136 static u16 bcm2835_sdhci_readw(struct sdhci_host *host, int reg) in bcm2835_sdhci_readw()
146 static u8 bcm2835_sdhci_readb(struct sdhci_host *host, int reg) in bcm2835_sdhci_readb()
[all …]
Dsdhci.c22 static void sdhci_reset(struct sdhci_host *host, u8 mask) in sdhci_reset()
40 static void sdhci_cmd_done(struct sdhci_host *host, struct mmc_cmd *cmd) in sdhci_cmd_done()
57 static void sdhci_transfer_pio(struct sdhci_host *host, struct mmc_data *data) in sdhci_transfer_pio()
70 static int sdhci_transfer_data(struct sdhci_host *host, struct mmc_data *data, in sdhci_transfer_data()
147 struct sdhci_host *host = mmc->priv; local
316 struct sdhci_host *host = mmc->priv; local
331 struct sdhci_host *host = mmc->priv; local
423 static void sdhci_set_power(struct sdhci_host *host, unsigned short power)
462 struct sdhci_host *host = mmc->priv; local
510 struct sdhci_host *host = mmc->priv; local
[all …]
Ds5p_sdhci.c29 static void s5p_sdhci_set_control_reg(struct sdhci_host *host) in s5p_sdhci_set_control_reg()
75 static void s5p_set_clock(struct sdhci_host *host, u32 div) in s5p_set_clock()
86 static int s5p_sdhci_core_init(struct sdhci_host *host) in s5p_sdhci_core_init()
109 struct sdhci_host *host = calloc(1, sizeof(struct sdhci_host)); in s5p_sdhci_init() local
124 static int do_sdhci_init(struct sdhci_host *host) in do_sdhci_init()
157 static int sdhci_get_config(const void *blob, int node, struct sdhci_host *host) in sdhci_get_config()
196 struct sdhci_host *host; in process_nodes() local
246 struct sdhci_host *host = dev_get_priv(dev); in s5p_sdhci_probe() local
Dexynos_dw_mmc.c38 struct dwmci_host host; member
47 static void exynos_dwmci_clksel(struct dwmci_host *host) in exynos_dwmci_clksel()
54 unsigned int exynos_dwmci_get_clk(struct dwmci_host *host, uint freq) in exynos_dwmci_get_clk()
76 static void exynos_dwmci_board_init(struct dwmci_host *host) in exynos_dwmci_board_init()
95 static int exynos_dwmci_core_init(struct dwmci_host *host) in exynos_dwmci_core_init()
134 static int do_dwmci_init(struct dwmci_host *host) in do_dwmci_init()
149 struct dwmci_host *host) in exynos_dwmci_get_config()
219 struct dwmci_host *host; in exynos_dwmci_process_node() local
266 struct dwmci_host *host = &priv->host; in exynos_dwmmc_probe() local
/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
/external/autotest/server/
Dcrashcollect.py32 def __init__(self, host): argument
50 def _collect_log_file_with_summary(host, source_path, dest_path): argument
78 def collect_log_file(host, log_path, dest_path, use_tmp=False, clean=False, argument
140 def _collect_log_file_with_tmpdir(host, log_path, dest_path): argument
155 def _get_file_stats(host, path): argument
205 def get_crashdumps(host, test_start_time): argument
211 def get_crashinfo(host, test_start_time): argument
255 def wait_for_machine_to_recover(host, hours_to_wait=HOURS_TO_WAIT): argument
281 def get_crashinfo_dir(host, dir_prefix): argument
300 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.py156 def _record(self, host, silent, status_code, *record_args): argument
176 def _record_good(self, host, silent): argument
185 def _record_fail(self, host, silent, exc): argument
195 def _verify_list(self, host, verifiers, silent): argument
229 def _verify_dependencies(self, host, silent): argument
338 def _verify_host(self, host, silent): argument
371 def verify(self, host): argument
458 def _record_start(self, host, silent): argument
467 def _record_end_good(self, host, silent): argument
477 def _record_end_fail(self, host, silent, status, *args): argument
[all …]
/external/autotest/client/cros/
Dliststorage.py36 def read_file(path_to_file, host=None): argument
52 def system_output(command, host=None, ignore_status=False): argument
65 def get_udev_info(blockdev, method='udev', host=None): argument
104 def get_lsusb_info(host=None): argument
140 def get_usbdevice_type_and_serial(device, lsusb_info, host=None): argument
167 lsusb_info=[], host=None): argument
275 def get_device_info(blockdev, lsusb_info, host=None): argument
326 def get_all(host=None): argument
/external/autotest/site_utils/deployment/prepare/
Ddut.py83 def download_image_to_servo_usb(host, build): argument
92 def install_test_image(host): argument
103 def flash_firmware_using_servo(host, build): argument
113 def install_firmware(host, force): argument
163 def _start_firmware_update(host, force, result_file): argument
187 def _wait_firmware_update_process(host, pid, timeout=_FIRMWARE_UPDATE_TIMEOUT): argument
210 def _check_firmware_update_result(host, result_file): argument
/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/server/site_tests/brillo_PowerMgmtInterfaces/
Dbrillo_PowerMgmtInterfaces.py16 def check_cpuidle(self, host): argument
22 def check_cpufreq(self, host): argument
28 def check_wakelocks(self, host): argument
31 def check_suspend(self, host): argument
36 def run_once(self, host): 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
/external/v8/src/
Dvisitors.h97 virtual void VisitPointer(HeapObject* host, Object** p) { in VisitPointer()
100 virtual void VisitPointer(HeapObject* host, MaybeObject** p) { in VisitPointer()
111 virtual void VisitRuntimeEntry(Code* host, RelocInfo* rinfo) {} in VisitRuntimeEntry()
117 virtual void VisitExternalReference(Code* host, RelocInfo* rinfo) {} in VisitExternalReference()
120 virtual void VisitExternalReference(Foreign* host, Address* p) {} in VisitExternalReference()
123 virtual void VisitInternalReference(Code* host, RelocInfo* rinfo) {} in VisitInternalReference()
126 virtual void VisitOffHeapTarget(Code* host, RelocInfo* rinfo) {} in VisitOffHeapTarget()
/external/autotest/server/site_tests/kernel_IdlePerf/
Dkernel_IdlePerf.py72 def _check_sysfs(self, host): argument
111 def _is_idle_enabled(self, host): argument
114 def _enable_idle(self, host, enable): argument
162 def _run_telemetry(self, host, telemetry, enable): argument
190 def run_once(self, host=None, args={}): argument
219 def cleanup(self, host): argument
/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

12345678910>>...58