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

  /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
  /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 115 PORT,
136 // Note that this can get a little funny for the port, query, and ref
142 // delimited components that is present (the port and query) and one that
153 // *PORT: 10 11 <-
179 // Port number.
180 Component port; member in struct:url_parse::Parsed
281 // Computes the integer port value from the given port component. The port
288 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 );
  /libcore/luni/src/test/java/libcore/java/nio/
SelectorTest.java 31 private static final int PORT = Support_PortManager.getNextPort();
33 "127.0.0.1", PORT);
43 InetSocketAddress address = new InetSocketAddress(PORT);
  /cts/apps/CtsVerifier/arduino-helper/
Makefile 46 # Programming port information
47 PORT = /dev/ttyUSB0
122 AVRDUDE_FLAGS = -V -F -p $(MCU) -P $(PORT) -c $(AVRDUDE_PROGRAMMER) -b $(UPLOAD_RATE)
169 python ./pulsedtr.py $(PORT)
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 79 final int PORT = 12222;
86 ss = new ServerSocket(PORT);
101 socket = new Socket(InetAddress.getLocalHost(), PORT);
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 71 private static final int PORT = 80;
405 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i));
415 assertEquals(PORT + i, actual.getPort());
416 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i));
419 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i));
421 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10);
539 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT));
542 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT);
633 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT));
650 assertEquals(PORT, intentFilter.getDataAuthority(0).getPort())
    [all...]
  /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...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 58 private static final int PORT = Support_PortManager.getNextPort();
61 "127.0.0.1", PORT);
76 InetSocketAddress address = new InetSocketAddress(PORT);
  /external/ipsec-tools/src/racoon/
cfparse.h 170 PORT = 386,
335 #define PORT 386
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java     [all...]

Completed in 235 milliseconds