Home
last modified time | relevance | path

Searched refs:host_str (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
Disolated_app_apitest.cc58 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()
Dapp_process_apitest.cc80 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/
Ddbus-server-socket.c402 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/
Dnet-android.c251 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()
Dnet.c218 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()