/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/ |
SpringConfigurationTest.java | 37 private static final int PORT = 9981;
48 ftpClient.connect(SERVER, PORT);
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/ |
SpringConfigurationTest.java | 36 private static final int PORT = 9981;
47 ftpClient.connect(SERVER, PORT);
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
ServerSocketFactoryTest.java | 49 public static final int PORT = 8192; 52 super(PORT);
|
/external/valgrind/memcheck/tests/ |
sendmsg.c | 9 #define PORT 12345 28 sa.sin_port = htons (PORT);
|
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/ |
AppNanolets.java | 57 private static final int PORT = 9090; 138 super(PORT); 140 System.out.println("\nRunning! Point your browers to http://localhost:" + PORT + "/ \n");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
credentials_lib_test.py | 77 PORT = '144169' 81 auth_host_port = PORT 87 '--auth_host_port=%s' % PORT, 91 self.assertEqual(flags.auth_host_port, PORT)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
PortParserTest.groovy | 34 static final int PORT = (1 << 8) + 206
46 assert client.port == E_PORT
52 assert client.port == E_PORT
58 assert client.port == E_PORT
87 assert client.port == PORT
99 int port = (23 << 8) + 77
101 String result = PortParser.convertHostAndPortToCommaDelimitedBytes(host, port)
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 43 public static final String PORT = "PORT";
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
ExecutionDataServer.java | 39 private static final int PORT = 6300; 50 final ServerSocket server = new ServerSocket(PORT, 0,
|
/external/netperf/doc/examples/ |
packet_byte_script | 31 # at what port will netserver be waiting? If you decide to run 32 # netserver at a differnet port than the default of 12865, then set 113 \-c) LOC_RATE=`$NETPERF_CMD $PORT -t LOC_CPU`;; 118 \-C) REM_RATE=`$NETPERF_CMD $PORT -t REM_CPU -H $REM_HOST`;; 162 $NETPERF_CMD $PORT -l $NETPERF_TIME -H $REM_HOST $NO_HDR \ 181 $NETPERF_CMD $PORT -l $NETPERF_TIME -H $REM_HOST $NO_HDR \
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
server.py | 27 PORT = 9876 104 cherrypy.config.update({'server.socket_port': PORT})
|
/external/libmicrohttpd/doc/examples/ |
simplepost.c | 16 #define PORT 8888 181 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL,
|
largepost.c | 16 #define PORT 8888 233 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL,
|
/external/mdnsresponder/mDNSShared/ |
dnsextd_lexer.l | 58 port return PORT;
|
/packages/apps/Test/connectivity/sl4n/ |
main.cpp | 35 #define PORT 8080 55 servaddr.sin_port = htons(PORT);
|
/external/fec/ |
dtest.c | 16 {"force-port",0,NULL,'p'}, 41 Cpu_mode = PORT;
|
sumsq_test.c | 17 {"force-port",0,NULL,'p'}, 49 Cpu_mode = PORT;
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
AgentOptions.java | 122 * listens for incoming connections on a TCP port specified by 123 * {@link AgentOptions#ADDRESS} and {@link AgentOptions#PORT}. 129 * agent connects to a TCP port specified by the 130 * {@link AgentOptions#ADDRESS} and {@link AgentOptions#PORT} attribute. 154 * The port the tcpserver binds to or the tcpclient connects to. In 155 * tcpserver mode the port must be available, which means that if multiple 159 public static final String PORT = "port"; 162 * Default value for the "port" agent option. 181 INCLBOOTSTRAPCLASSES, SESSIONID, DUMPONEXIT, OUTPUT, ADDRESS, PORT, [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 43 public static final String PORT = "PORT";
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
native.py | 25 PORT = os.environ.get('AP_PORT', 9999)
|
/art/test/etc/ |
run-test-jar | 279 PORT=12345 282 msg " adb forward tcp:$PORT tcp:$PORT" 284 msg " jdb -attach localhost:$PORT" 285 DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
|
/external/autotest/site_utils/rpm_control_system/ |
rpm_controller_unittest.py | 166 'Port Type Duplex Speed Neg ' 174 PORT = 'fa32' 176 device_hostname=PORT, 179 outlet=PORT, 216 pexpect.spawn.sendline('interface %s' % self.PORT) 239 pexpect.spawn.sendline('show interface status %s' % self.PORT) 290 pexpect.spawn.sendline('show interface status %s' % self.PORT)
|
/external/libpcap/ |
tokdefs.h | 54 PORT = 264, 176 #define PORT 264
|
/external/selinux/policycoreutils/semanage/ |
semanage-bash-completion.sh | 85 [PORT]='port' 114 if [ "$command" = "port" ]; then 130 elif __contains_word "$command" ${VERBS[PORT]} ; then
|
/external/skia/platform_tools/android/bin/ |
android_gdbserver | 10 PORT=5039 74 echo "Setting up port forward" 77 # Kill all previous instances of gdbserver and the app to rid all port overriding errors.
|