Searched refs:host_str (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | isolated_app_apitest.cc | 58 std::string host_str("localhost"); // Must stay in scope with replace_host. in IN_PROC_BROWSER_TEST_F() local 59 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F() 119 std::string host_str("localhost"); // Must stay in scope with replace_host. in IN_PROC_BROWSER_TEST_F() local 120 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F()
|
D | app_process_apitest.cc | 80 std::string host_str("localhost"); // must stay in scope with replace_host in IN_PROC_BROWSER_TEST_F() local 81 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F() 164 std::string host_str("localhost"); // must stay in scope with replace_host in IN_PROC_BROWSER_TEST_F() local 165 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F()
|
/external/dbus/dbus/ |
D | dbus-server-socket.c | 402 DBusString host_str; in _dbus_server_new_for_tcp_socket() local 442 _dbus_string_init_const (&host_str, host); in _dbus_server_new_for_tcp_socket() 444 !_dbus_address_append_escaped (&address, &host_str) || in _dbus_server_new_for_tcp_socket()
|
/external/qemu/ |
D | net-android.c | 251 char *host_str = str; in parse_host_src_port() local 269 if (parse_host_port(haddr, host_str) < 0) in parse_host_src_port() 1910 const char *host_str) in net_socket_listen_init() argument 1916 if (parse_host_port(&saddr, host_str) < 0) in net_socket_listen_init() 1952 const char *host_str) in net_socket_connect_init() argument 1958 if (parse_host_port(&saddr, host_str) < 0) in net_socket_connect_init() 1998 const char *host_str) in net_socket_mcast_init() argument 2004 if (parse_host_port(&saddr, host_str) < 0) in net_socket_mcast_init()
|
D | net.c | 218 char *host_str = str; in parse_host_src_port() local 236 if (parse_host_port(haddr, host_str) < 0) in parse_host_src_port() 1801 const char *host_str) in net_socket_listen_init() argument 1807 if (parse_host_port(&saddr, host_str) < 0) in net_socket_listen_init() 1844 const char *host_str) in net_socket_connect_init() argument 1850 if (parse_host_port(&saddr, host_str) < 0) in net_socket_connect_init() 1894 const char *host_str) in net_socket_mcast_init() argument 1900 if (parse_host_port(&saddr, host_str) < 0) in net_socket_mcast_init()
|