/external/autotest/site_utils/ |
mysql_bootstrap.py | 135 def bootstrap(user, password, source_host, dest_host): 136 """Bootstrap the given user against dest_host. 139 dest_host. 144 @param dest_host: The hostname of the remote db server. 152 infra.execute_command(dest_host, 'echo "hello"') 162 MySQLCommandExecutor.ping(dest_host, use_ssh=True) 176 dest_host, MySQLCommandExecutor.mysql_cmd(grant_privileges % creds)) 180 dest_host, user=user, password=password, use_ssh=False) 213 dest_host = global_config.global_config.get_config_value( 223 local_hostname = ('localhost' if utils.is_localhost(dest_host) [all...] |
/system/nfc/src/nfa/hci/ |
nfa_hci_utils.c | 487 uint8_t dest_host, 501 p_pipe->dest_host = dest_host; 534 uint8_t dest_host, 542 local_gate, pipe_id, dest_host, dest_gate); 549 p_pipe->dest_host = dest_host; 587 (nfa_hciu_is_active_host(pp->dest_host))) { 609 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, 617 local_gate, dest_host, dest_gate) [all...] |
nfa_hci_act.c | 611 p_evt_data->create_pipe.dest_host, 633 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host; 637 p_evt_data->create_pipe.dest_host, 661 (nfa_hciu_is_active_host(p_pipe->dest_host)) && 701 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) && 705 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) { 749 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) && 753 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) { 795 (nfa_hciu_is_active_host(p_pipe->dest_host)) && 834 (nfa_hciu_is_active_host(p_pipe->dest_host))) { 1190 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; local 1310 uint8_t dest_host = nfa_hci_cb.remote_host_in_use; local [all...] |
nfa_hci_api.c | 348 uint8_t dest_host, uint8_t dest_gate) { 355 hci_handle, source_gate_id, dest_host, dest_gate); 380 if (nfa_hci_cb.inactive_host[xx] == dest_host) break; 383 NFA_TRACE_API1("NFA_HciCreatePipe (): Host not active:0x%02x", dest_host); 395 p_msg->dest_host = dest_host; /* Host id of the destination host */ [all...] |
nfa_hci_main.c | [all...] |
/system/nfc/src/nfa/int/ |
nfa_hci_int.h | 190 uint8_t dest_host; member in struct:__anon114914 323 uint8_t dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon114926 475 uint8_t dest_host, 489 uint8_t dest_host, 493 uint8_t dest_host, 514 uint8_t dest_host,
|
/system/nfc/src/nfa/include/ |
nfa_hci_api.h | 111 uint8_t dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon114772 161 dest_host; /* Destination host whose gate is the other end of the pipe is member in struct:__anon114778 432 uint8_t source_gate_id, uint8_t dest_host,
|
/external/bison/build-aux/ |
gnupload | 357 dest_host=`echo "$dest" | sed 's,:.*,,'` 360 $dbg cp $files $base.directive.asc $dest_host
|
/system/nfc/halimpl/bcm2079x/hal/hal/ |
nfc_hal_hci.c | 630 uint8_t source_host, dest_host, pipe_id; local 641 dest_host = *(uint8_t*)(p + 1); 645 (dest_host != NFC_HAL_HCI_HOST_ID_UICC1)) {
|
/system/nfc/src/hal/int/ |
nfc_brcm_defs.h | 388 uint8_t dest_host; member in struct:__anon114693
|