HomeSort by relevance Sort by last modified time
    Searched defs:PORT (Results 1 - 20 of 20) sorted by null

  /docs/source.android.com/scripts/
micro-httpd.py 24 PORT = int(os.environ.get('HTTP_PORT', 8080))
26 httpd = SocketServer.TCPServer(('0.0.0.0', PORT), Handler)
28 print 'Serving on port %d' % PORT
  /external/openssl/apps/
s_apps.h 147 #define PORT 4433
151 int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context);
159 int init_client(int *sock, char *server, int port, int type);
  /external/ipsec-tools/src/libipsec/
policy_parse.h 53 PORT = 269,
72 #define PORT 269
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatServer.java 51 public static final int PORT = 5110;
64 Server server = Network.createServer(NAME, VERSION, PORT, UDP_PORT);
  /cts/suite/audio_quality/test_description/
processing_main.py 207 PORT = 15010
210 s.bind((HOST, PORT))
  /development/tools/axl/
axl.py 61 PORT = 8001
68 PORT = 8002
75 PORT = 8003
82 PORT = 8004
92 PORT = 8005
103 PORT = 8006
113 PORT = 8007
130 PORT = 8008
147 PORT = 8009
157 PORT = 801
    [all...]
  /external/chromium/googleurl/src/
url_parse.h 116 PORT,
137 // Note that this can get a little funny for the port, query, and ref
143 // delimited components that is present (the port and query) and one that
154 // *PORT: 10 11 <-
181 // Port number.
182 Component port; member in struct:url_parse::Parsed
283 // Computes the integer port value from the given port component. The port
290 GURL_API int ParsePort(const char* url, const Component& port);
    [all...]
  /external/qemu/telephony/
test2.c 18 #define PORT 8000
206 server_channel = sys_channel_create_tcp_server( PORT );
207 printf( "listening on port %d with %p\n", PORT, server_channel );
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 61 final int PORT = 12222;
68 ss = new ServerSocket(PORT);
83 socket = new Socket(InetAddress.getLocalHost(), PORT);
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 58 public void connectToServer(InetAddress address, int port) {
59 mChatClient = new ChatClient(address, port);
72 public void setLocalPort(int port) {
73 mPort = port;
141 // Since discovery will happen via Nsd, we don't need to care which port is
151 int port = mSocket.getPort(); local
153 connectToServer(address, port);
167 private int PORT;
174 public ChatClient(InetAddress address, int port) {
178 this.PORT = port
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 65 private static final int PORT = 80;
265 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i));
275 assertEquals(PORT + i, actual.getPort());
276 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i));
279 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i));
281 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10);
367 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT));
370 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT);
417 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT));
434 assertEquals(PORT, intentFilter.getDataAuthority(0).getPort())
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 45 private static final int PORT = Support_PortManager.getNextPort();
48 "127.0.0.1", PORT);
63 InetSocketAddress address = new InetSocketAddress(PORT);
  /external/libpcap/
tokdefs.h 38 PORT = 264,
142 #define PORT 264
grammar.c 73 PORT = 264,
177 #define PORT 264
783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
MulticastSocketTest.java 145 int port = orig.getLocalPort(); local
149 dup = new MulticastSocket(port);
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 170 PORT = 386,
335 #define PORT 386
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1103 milliseconds