Searched refs:port_str (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/ |
D | test-sockets.cc | 87 char port_str[kPortBuferLen]; in SendAndReceive() local 88 OS::SNPrintF(Vector<char>(port_str, kPortBuferLen), "%d", port); in SendAndReceive() 98 ok = client->Connect(kLocalhost, port_str); in SendAndReceive()
|
D | test-debug.cc | 5138 char port_str[kPortBufferLen]; in TEST() local 5139 OS::SNPrintF(i::Vector<char>(port_str, kPortBufferLen), "%d", kPort); in TEST() 5153 bool ok = client->Connect(kLocalhost, port_str); in TEST()
|
/external/chromium/net/socket/ |
D | ssl_test_util.cc | 224 std::string port_str = IntToString(port); in Start() local 253 L"\" --port=" + UTF8ToWide(port_str) + in Start() 278 command_line.push_back("--port=" + port_str); in Start() 304 LOG(INFO) << "Started on port " << port_str; in Start()
|
/external/v8/src/ |
D | d8-debug.cc | 166 char port_str[kPortStrSize]; in Run() local 167 i::OS::SNPrintF(i::Vector<char>(port_str, kPortStrSize), "%d", port_); in Run() 168 ok = conn_->Connect("localhost", port_str); in Run()
|
/external/qemu/ |
D | net-android.c | 906 static void net_slirp_redir_rm(Monitor *mon, const char *port_str) in net_slirp_redir_rm() argument 910 const char *p = port_str; in net_slirp_redir_rm() 917 if (!port_str || !port_str[0]) in net_slirp_redir_rm()
|
D | net.c | 782 static void net_slirp_redir_rm(Monitor *mon, const char *port_str) in net_slirp_redir_rm() argument 786 const char *p = port_str; in net_slirp_redir_rm() 793 if (!port_str || !port_str[0]) in net_slirp_redir_rm()
|