HomeSort by relevance Sort by last modified time
    Searched refs:port_str (Results 1 - 6 of 6) sorted by null

  /external/v8/test/cctest/
test-sockets.cc 87 char port_str[kPortBuferLen]; local
88 OS::SNPrintF(Vector<char>(port_str, kPortBuferLen), "%d", port);
98 ok = client->Connect(kLocalhost, port_str);
test-debug.cc 5138 char port_str[kPortBufferLen]; local
    [all...]
  /external/v8/src/
d8-debug.cc 166 char port_str[kPortStrSize]; local
167 i::OS::SNPrintF(i::Vector<char>(port_str, kPortStrSize), "%d", port_);
168 ok = conn_->Connect("localhost", port_str);
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_par_com_incoming_message.cpp 871 #define port_str "port=" macro
    [all...]
  /external/qemu/
net-android.c 867 static void net_slirp_redir_rm(Monitor *mon, const char *port_str)
871 const char *p = port_str;
878 if (!port_str || !port_str[0])
    [all...]
net.c 782 static void net_slirp_redir_rm(Monitor *mon, const char *port_str)
786 const char *p = port_str;
793 if (!port_str || !port_str[0])
    [all...]

Completed in 312 milliseconds