HomeSort by relevance Sort by last modified time
    Searched defs:port (Results 501 - 525 of 1373) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 295 short port = 19989; local
298 sendDataMessage(mDestAddr, port, data, mSentIntent, mDeliveredIntent);
361 protected void sendDataMessage(String destAddr,short port, byte[] data, PendingIntent sentIntent, PendingIntent deliveredIntent) {
362 getSmsManager().sendDataMessage(destAddr, null, port, data, sentIntent, deliveredIntent);
  /development/ndk/platforms/android-21/include/linux/
usbdevice_fs.h 110 char port [127]; member in struct:usbdevfs_hub_portinfo
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 47 protected int port = DEFAULT_DEBUGGER_PORT; field in class:DebugEventSocketProxy
67 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, TreeAdaptor adaptor) {
70 this.port = port;
75 serverSocket = new ServerSocket(port);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 54 int port = 0; typedefs
56 port = Support_Jetty.startHttpServerWithDocRoot(ROOT);
60 serverURL = PREFIX + port + "/";
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 70 private int port; field in class:Support_HttpServer
93 return port;
96 public void startServer(final int port) {
101 this.port = port;
107 serversocket.setPort(port);
133 Assert.fail("Test server error on HTTP Server on port "
134 + port + ": " + e);
155 // wait for the port to be opened before continuing
367 // "http://localhost:<port>/redirectTest.html/<3XX level respons
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 40 * SSLEngine object with null host and -1 port
52 * Test for <code>SSLEngine(String host, int port)</code> constructor
55 int port = 1010; local
56 SSLEngine e = new mySSLEngine(null, port);
58 assertEquals(e.getPeerPort(), port); local
66 * Test for <code>SSLEngine(String host, int port)</code> constructor
70 int port = 8080; local
71 SSLEngine e = new mySSLEngine(host, port);
73 assertEquals(e.getPeerPort(), port); local
93 int port = 8080 local
121 int port = 8080; local
154 int port = 8080; local
184 int port = 8080; local
200 int port = 8080; local
225 int port = 8080; local
253 int port = 8080; local
315 int port = 8080; local
332 int port = 8080; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 30 * the various components (scheme, host, port, userinfo, path, query
40 * port), path segment, query segment and fragment. Note that RFC 2396
53 * default port for a specific scheme). Rather, it only knows the
127 /** If specified, stores the port for this URI; otherwise -1.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
272 * @param p_port the URI port (may be -1 for "unspecified"; cannot
307 Utils.messages.createMessage(MsgKey.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
614 * Initialize the authority (userinfo, host and port) for this
670 int port = -1; local
675 // port
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 32 * the various components (scheme, host, port, userinfo, path, query
42 * port), path segment, query segment and fragment. Note that RFC 2396
55 * default port for a specific scheme). Rather, it only knows the
124 /** If specified, stores the port for this URI; otherwise -1.
166 * accordingly - setting the scheme, userinfo, host,port, path, query
269 * @param p_port the URI port (may be -1 for "unspecified"; cannot
304 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
634 * Initialize the authority (userinfo, host and port) for this
690 int port = -1; local
695 // port
    [all...]
  /external/dnsmasq/src/
cache.c 1145 int port; local
1154 port = prettyprint_addr(&serv->addr, addrbuff);
1155 my_syslog(LOG_INFO, _("server %s#%d: queries sent %u, retried or failed %u"), addrbuff, port, queries, failed_queries);
    [all...]
  /external/fio/engines/
rdma.c 909 unsigned short port)
916 rd->addr.sin_port = htons(port);
973 static int fio_rdmaio_setup_listen(struct thread_data *td, short port)
980 rd->addr.sin_port = htons(port);
1053 unsigned int port; local
1090 port = strtol(portp, NULL, 10);
1091 if (!port || port > 65535)
1147 ret = fio_rdmaio_setup_listen(td, port);
1150 ret = fio_rdmaio_setup_connect(td, host, port);
    [all...]
  /external/fio/
gfio.h 134 int port; member in struct:gui_entry
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 629 private final int port; field in class:InetAddresses.TeredoInfo
638 * @throws IllegalArgumentException if either of the {@code port} or the {@code flags}
643 @Nullable Inet4Address server, @Nullable Inet4Address client, int port, int flags) {
644 Preconditions.checkArgument((port >= 0) && (port <= 0xffff),
645 "port '%s' is out of range (0 <= port <= 0xffff)", port);
651 this.port = port;
703 int port = ~ByteStreams.newDataInput(bytes, 10).readShort() & 0xffff; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 474 int port = 40000; local
488 assertEquals(port, teredo.getPort());
  /external/ipsec-tools/src/racoon/
ipsec_doi.h 165 u_int16_t port; /* Port */ member in struct:ipsecdoi_pl_id::ipsecdoi_id_b
isakmp_cfg.h 155 unsigned int port; /* address index */ member in struct:isakmp_cfg_state
178 #define ISAKMP_CFG_PORT_ALLOCATED 0x04 /* Port allocated */
isakmp_xauth.c 255 int port; local
269 if ((port = isakmp_cfg_getport(iph1)) == -1) {
271 "Port pool depleted\n");
286 res = privsep_xauth_login_pam(iph1->mode_cfg->port,
335 return xauth_reply(iph1, port, id, res);
344 xra->port = port;
349 return xauth_reply(iph1, port, id, res);
364 (void)xauth_reply(iph1, xra->port, xra->id, xra->res);
374 xauth_reply(iph1, port, id, res
    [all...]
  /external/iputils/
traceroute6.c 69 * with a ttl of one and increase by one until we get an icmp "port
81 * host to process them so the destination port is set to an
194 * The udp port usage may appear bizarre (well, ok, it is bizarre).
204 * source port (the high bit is set to move the port number out
208 * port number before each probe.
317 u_short port = 32768+666; /* start udp dest port # for probe packets */ variable
388 port = atoi(optarg);
389 if (port < 1)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 709 int port=connector.getIntegralPort(); local
710 String url = (HttpSchemes.HTTPS.equalsIgnoreCase(scheme) && port==443)
712 : scheme + "://" + request.getServerName() + ":" + port + request.getRequestURI();
732 int port=connector.getConfidentialPort(); local
733 String url = (HttpSchemes.HTTPS.equalsIgnoreCase(scheme) && port==443)
735 : scheme + "://" + request.getServerName() + ":" + port + request.getRequestURI();
  /external/jetty/src/java/org/eclipse/jetty/servlets/
ProxyServlet.java 671 String port = ""; local
677 port = uri.substring(c + 1);
685 InetSocketAddress inetAddress = new InetSocketAddress(host,Integer.parseInt(port));
842 public Transparent(String prefix, String host, int port)
844 this(prefix,"http",host,port,null);
847 public Transparent(String prefix, String schema, String host, int port, String path)
855 _proxyTo = new URI(schema,null,host,port,path,null,null).normalize().toString();
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebInfConfiguration.java 244 * will be called "Jetty_"+host+"_"+port+"__"+context+"_"+virtualhost
597 * <code>"Jetty_"+host+"_"+port+"__"+resourceBase+"_"+context+"_"+virtualhost+base36_hashcode_of_whole_string</code>
599 * host and port uniquely identify the server
608 //get the host and the port from the first connector
622 //Get the port
624 //try getting the real port being listened on
625 int port = (connectors==null||connectors[0]==null?0:connectors[0].getLocalPort()); local
628 if (port < 0)
629 port = connectors[0].getPort();
630 canonicalName.append(port);
    [all...]
  /external/kernel-headers/original/uapi/linux/
tipc.h 86 * Application-accessible port name types
95 * Publication scopes when binding port names and port name sequences
132 #define TIPC_SUB_PORTS 0x01 /* filter for port availability */
153 struct tipc_portid port; /* associated port */ member in struct:tipc_event
usbdevice_fs.h 125 * except find out what device connects to what port. */
128 char port [127]; /* e.g. port 3 connects to device 27 */ member in struct:usbdevfs_hub_portinfo
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 248 __u8 port; member in struct:ib_ucm_req_event_resp
288 __u8 port; member in struct:ib_ucm_sidr_req_event_resp
  /external/libnl/include/linux/
if_link.h 48 __u8 port; member in struct:rtnl_link_ifmap
  /external/libpcap/Win32/Src/
getaddrinfo.c 1044 int port; local
1076 port = htons(atoi(servname));
1077 if (port < 0 || port > 65535)
1094 port = sp->s_port;
1100 ((struct sockaddr_in *)ai->ai_addr)->sin_port = port;
1104 ((struct sockaddr_in6 *)ai->ai_addr)->sin6_port = port;

Completed in 834 milliseconds

<<21222324252627282930>>