/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.cc | 33 std::string port_str = host_port_str.substr(colon_index + 1); local 35 if (!base::StringToInt(port_str, &port) || 37 LOG(WARNING) << "Could not parse valid port from " << port_str
|
/external/chromium/net/http/ |
http_stream_factory.cc | 92 const std::string port_str = base::IntToString(endpoint->port()); local 93 replacements.SetPort(port_str.c_str(), 94 url_parse::Component(0, port_str.size()));
|
/external/v8/test/cctest/ |
test-sockets.cc | 91 char port_str[kPortBuferLen]; local 92 OS::SNPrintF(Vector<char>(port_str, kPortBuferLen), "%d", port); 103 ok = client->Connect(kLocalhost, port_str);
|
test-debug.cc | 5927 char port_str[kPortBufferLen]; local [all...] |
/external/dbus/dbus/ |
dbus-server-socket.c | 403 DBusString port_str; local 416 if (!_dbus_string_init (&port_str)) 434 &port_str, 446 !_dbus_string_append (&address, _dbus_string_get_const_data(&port_str))) 485 _dbus_string_free (&port_str); 497 _dbus_string_free (&port_str);
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.cc | 157 std::string port_str = base::IntToString(port); local 158 replacements.SetPort(port_str.c_str(), 159 url_parse::Component(0, port_str.length()));
|
/external/v8/src/ |
d8-debug.cc | 180 char port_str[kPortStrSize]; local 181 i::OS::SNPrintF(i::Vector<char>(port_str, kPortStrSize), "%d", port_); 182 ok = conn_->Connect("localhost", port_str);
|
/external/opencv/ |
cvjni.cpp | 46 jstring port_str,
55 const char *port_chars = env->GetStringUTFChars(port_str, 0);
64 env->ReleaseStringUTFChars(port_str, port_chars);
|
cvjni.h | 70 jstring port_str,
|
/external/chromium/chrome/browser/ui/ |
browser_init.cc | 658 std::string port_str = local 661 if (base::StringToInt64(port_str, &port) && port > 0 && port < 65535) { 668 std::string port_str = local 671 if (base::StringToInt64(port_str, &port) && port > 0 && port < 65535) { [all...] |
/external/qemu/ |
net-android.c | 910 static void net_slirp_redir_rm(Monitor *mon, const char *port_str) 914 const char *p = port_str; 921 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...] |