Searched defs:port (Results 26 - 50 of 830) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorker.h50 MessagePort* port() const { return m_port.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIConnectionEvent.cpp40 MIDIConnectionEvent::MIDIConnectionEvent(const AtomicString& type, MIDIPort* port) argument
42 , m_port(port)
48 , m_port(initializer.port)
57 PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create(const AtomicString& type, MIDIPort* port) argument
59 return adoptRefWillBeNoop(new MIDIConnectionEvent(type, port));
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DDatabaseIdentifier.cpp68 // Make sure the port section is a valid port number or doesn't exist
70 int port = databaseIdentifier.right(databaseIdentifier.length() - separator2 - 1).toInt(&portOkay); local
75 if (port < 0 || port > maxAllowedPort)
83 KURL url(KURL(), protocol + "://" + host + ":" + String::number(port) + "/");
102 return securityOrigin->protocol() + separatorString + securityOrigin->host() + separatorString + String::number(securityOrigin->port());
H A DKnownPorts.cpp37 bool isDefaultPortForProtocol(unsigned short port, const String& protocol) argument
50 return defaultPorts.get(protocol) == port;
55 unsigned short port = url.port(); local
57 // Since most URLs don't have a port, return early for the "no port" case.
58 if (!port)
61 // This blocked port list matches the port blocking that Mozilla implements.
128 0xFFFF, // Used to block all invalid port number
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_hwgrep.py6 # This module implements a special URL handler that uses the port listing to
18 """Just inherit the native Serial port implementation and patch the open function."""
21 """translate port name before storing it"""
28 """extract host and port from an URL string"""
31 for port, desc, hwid in serial.tools.list_ports.grep(url):
32 return port
37 port = property(serial.Serial.getPort, setPort, doc="Port setting") variable in class:Serial
43 s.port = 'hwgrep://ttyS0'
/external/clang/test/CodeGen/
H A Dx86_32-inline-asm.c22 unsigned int port; local
23 __asm__ volatile("outb %0, %w1" : : "a" (data), "Nd" (port)); // No error expected.
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLClientSessionCache.java35 * Gets data from a pre-existing session for a given server host and port.
38 * @param port from {@link javax.net.ssl.SSLSession#getPeerPort()}
42 public byte[] getSessionData(String host, int port); argument
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DKeepAliveHttpsTransportSE.java28 private final int port; field in class:KeepAliveHttpsTransportSE
33 public KeepAliveHttpsTransportSE(String host, int port, String file, int timeout) { argument
34 super(host, port, file, timeout);
36 this.port = port;
51 serviceConnection = new HttpsServiceConnectionSEIgnoringConnectionClose(host, port,
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DDebugWebSocketServer.java13 public DebugWebSocketServer(int port, boolean debug) { argument
14 super(port);
/external/nist-sip/java/gov/nist/javax/sip/
H A DListeningPointExt.java23 * Send a heartbeat to the specified Ip address and port
29 public void sendHeartbeat(String ipAddress, int port) throws IOException ; argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DTunnelRequest.java33 final int port; field in class:TunnelRequest
39 * @param port the origin server's port, like 80 or 443.
44 public TunnelRequest(String host, int port, String userAgent, String proxyAuthorization) { argument
48 this.port = port;
54 return "CONNECT " + host + ":" + port + " HTTP/1.1";
64 .url(new URL("https", host, port, "/"));
67 result.header("Host", port == getDefaultPort("https") ? host : (host + ":" + port));
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntentFilterAuthorityEntry.java10 private int port; field in class:ShadowIntentFilterAuthorityEntry
12 public void __constructor__(String host, String port) { argument
14 if (port == null) {
15 this.port = -1;
17 this.port = Integer.parseInt(port);
28 return port;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServerSocket.java32 private int port = -1; field in class:Support_HttpServerSocket
42 if (port == -1) {
64 public void setPort(int port) { argument
65 this.port = port;
69 instance = new ServerSocket(port);
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
H A DSocketFactoryTest.java86 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { argument
91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) argument
97 public Socket createSocket(InetAddress host, int port) throws IOException { argument
102 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) argument
/external/apache-http/src/org/apache/http/conn/scheme/
H A DSocketFactory.java83 * @param port the port to connect to on the host
86 * @param localPort the port on the local machine,
103 int port,
100 connectSocket( Socket sock, String host, int port, InetAddress localAddress, int localPort, HttpParams params ) argument
/external/apache-http/src/org/apache/http/cookie/
H A DCookieOrigin.java51 private final int port; field in class:CookieOrigin
55 public CookieOrigin(final String host, int port, final String path, boolean secure) { argument
65 if (port < 0) {
66 throw new IllegalArgumentException("Invalid port: " + port);
73 this.port = port;
91 return this.port;
107 buffer.append(Integer.toString(this.port));
/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2965PortAttributeHandler.java62 * @param portValue port attribute value
88 * Returns <tt>true</tt> if the given port exists in the given
91 * @param port port of host where cookie was received from or being sent to.
92 * @param ports port list
93 * @return true returns <tt>true</tt> if the given port exists in
96 private static boolean portMatch(int port, int[] ports) { argument
99 if (port == ports[i]) {
108 * Parse cookie port attribute.
125 * Validate cookie port attribut
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring_digital.c33 uint8_t port = digitalPinToPort(pin); local
36 if (port == NOT_A_PIN) return;
39 reg = portModeRegister(port);
128 uint8_t port = digitalPinToPort(pin); local
131 if (port == NOT_A_PIN) return;
137 out = portOutputRegister(port);
156 uint8_t port = digitalPinToPort(pin); local
158 if (port == NOT_A_PIN) return LOW;
164 if (*portInputRegister(port) & bit) return HIGH;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DPKCS11AuthenticationManager.java24 * Retrieves the preferred client certificate alias for the given host, port pair, or null if
28 * @param port The port to use in conjunction with host to retrieve client certificate.
30 public String getClientCertificateAlias(String hostName, int port); argument
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
H A DChromeShellPKCS11AuthenticationManager.java24 public String getClientCertificateAlias(String hostName, int port) { argument
/external/chromium_org/chrome/browser/devtools/
H A Dremote_debugging_server.cc19 TCPServerSocketFactory(const std::string& address, int port, int backlog) argument
21 address, port, backlog) {}
38 int port) {
40 if (!port) {
41 // The client requested an ephemeral port. Must write the selected
42 // port to a well-known location in the profile directory to
49 new TCPServerSocketFactory(ip, port, 1));
35 RemoteDebuggingServer( chrome::HostDesktopType host_desktop_type, const std::string& ip, int port) argument
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_browsertest.cc41 int port,
55 base::StringPrintf("http://www.google.com.bo:%d/test.html", port),
58 base::StringPrintf("www.google.com.bo:%d/test.html", port),
70 int port = embedded_test_server()->port(); local
103 port));
129 ActivityLogPrerenderTest::Prerender_Arguments, ext->id(), port));
39 Prerender_Arguments( const std::string& extension_id, int port, scoped_ptr<std::vector<scoped_refptr<Action> > > i) argument
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dsocket_apitest.cc67 int port = host_port_pair.port(); local
68 ASSERT_GT(port, 0);
81 base::StringPrintf("udp:%s:%d", host_port_pair.host().c_str(), port));
95 int port = host_port_pair.port(); local
96 ASSERT_GT(port, 0);
109 base::StringPrintf("tcp:%s:%d", host_port_pair.host().c_str(), port));
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
H A Dsockets_tcp_apitest.cc72 int port = host_port_pair.port(); local
73 ASSERT_TRUE(port > 0);
86 base::StringPrintf("tcp:%s:%d", host_port_pair.host().c_str(), port));
100 int https_port = https_host_port_pair.port();
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
H A Dsockets_udp_apitest.cc76 int port = host_port_pair.port(); local
77 ASSERT_TRUE(port > 0);
90 base::StringPrintf("udp:%s:%d", host_port_pair.host().c_str(), port));

Completed in 717 milliseconds

1234567891011>>