Home
last modified time | relevance | path

Searched refs:SERVER (Results 1 – 25 of 207) sorted by relevance

123456789

/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dcontrol27 TP/SERVER/SSA/BV-01-C
28 TP/SERVER/SSA/BV-02-C
29 TP/SERVER/SSA/BV-03-C
30 TP/SERVER/SSA/BV-04-C
31 TP/SERVER/SSA/BV-06-C
32 TP/SERVER/SSA/BV-07-C
33 TP/SERVER/SSA/BV-08-C
34 TP/SERVER/SSA/BV-09-C
35 TP/SERVER/SSA/BV-10-C
36 TP/SERVER/SSA/BV-11-C
[all …]
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dcontrol28 TP/SERVER/SA/BV-01-C
29 TP/SERVER/SA/BV-03-C
30 TP/SERVER/SA/BV-04-C
31 TP/SERVER/SA/BV-05-C
32 TP/SERVER/SA/BV-06-C
33 TP/SERVER/SA/BV-07-C
34 TP/SERVER/SA/BV-08-C
35 TP/SERVER/SA/BV-09-C
36 TP/SERVER/SA/BV-10-C
37 TP/SERVER/SA/BV-11-C
[all …]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java55 private static final String SERVER = "localhost"; field in StubFtpServerIntegrationTest
76 LOG.info("Conecting to " + SERVER); in testLogin()
77 ftpClient.connect(SERVER); in testLogin()
97 ftpClient.connect(SERVER); in testAcct()
120 ftpClient.connect(SERVER); in testHelp()
132 ftpClient.connect(SERVER); in testList()
151 ftpClient.connect(SERVER); in testList_PassiveMode()
169 ftpClient.connect(SERVER); in testNlst()
192 ftpClient.connect(SERVER); in testPwd()
209 ftpClient.connect(SERVER); in testStat()
[all …]
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER); in testMultipleClients()
69 ftpClient2.connect(SERVER); in testMultipleClients()
75 ftpClient3.connect(SERVER); in testMultipleClients()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java55 private static final String SERVER = "localhost"; field in StubFtpServerIntegrationTest
76 LOG.info("Conecting to " + SERVER); in testLogin()
77 ftpClient.connect(SERVER); in testLogin()
97 ftpClient.connect(SERVER); in testAcct()
120 ftpClient.connect(SERVER); in testHelp()
132 ftpClient.connect(SERVER); in testList()
151 ftpClient.connect(SERVER); in testList_PassiveMode()
169 ftpClient.connect(SERVER); in testNlst()
192 ftpClient.connect(SERVER); in testPwd()
209 ftpClient.connect(SERVER); in testStat()
[all …]
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER); in testMultipleClients()
69 ftpClient2.connect(SERVER); in testMultipleClients()
75 ftpClient3.connect(SERVER); in testMultipleClients()
/external/ltp/testcases/network/rpc/rpc-tirpc/
Drpc_test.sh23 SERVER=""
33 if [ ! -z "$SERVER" ]; then
34 killall -9 $SERVER
60 s) SERVER="$LTPROOT/testcases/bin/$OPTARG" ;;
67 if [ ! -z "$SERVER" ]; then
68 if `echo "$SERVER" | grep -e '^tirpc'`; then
88 if [ ! -z "$SERVER" ]; then
89 $SERVER $PROGNUMNOSVC &
/external/ppp/pppd/plugins/radius/
Dradrealms.c37 SERVER **authserver,
38 SERVER **acctserver);
42 SERVER **authserver, in lookup_realm()
43 SERVER **acctserver) in lookup_realm()
47 SERVER *accts, *auths, *s; in lookup_realm()
51 auths = (SERVER *) malloc(sizeof(SERVER)); in lookup_realm()
53 accts = (SERVER *) malloc(sizeof(SERVER)); in lookup_realm()
/external/llvm/test/MC/Disassembler/PowerPC/
Ddcbt.txt1 …c --disassemble %s -triple powerpc64-unknown-unknown -mcpu=pwr7 | FileCheck %s -check-prefix=SERVER
4 # SERVER: dcbt 2, 3
8 # SERVER: dcbtst 2, 3
12 # SERVER: dcbt 2, 3, 10
16 # SERVER: dcbtst 2, 3, 10
/external/autotest/site_utils/
Des_create_alias.sh22 SERVER=
29 SERVER=$OPTARG
54 ES server at: ${SERVER}:${PORT}..."
57 curl -XPOST ${SERVER}:${PORT}/_aliases -d '
/external/autotest/cli/
Dtest_unittest.py14 SERVER = control_data.CONTROL_TYPE_NAMES.SERVER variable
25 u'test_type': SERVER,
39 u'test_type': SERVER,
105 out_words_ok=['test3', 'test1', SERVER],
117 out_words_ok=['test3', 'test1', SERVER],
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
Dcontrol28 TP/SERVER/SS/BV-01-C
29 TP/SERVER/SS/BV-03-C
30 TP/SERVER/SS/BV-04-C
31 TP/SERVER/SS/BI-01-C
32 TP/SERVER/SS/BI-02-C
/external/llvm/test/MC/PowerPC/
Ddcbt.s1 …N: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=SERVER %s
4 # SERVER: dcbt 2, 3, 10 # encoding: [0x7d,0x42,0x1a,0x2c]
6 # SERVER: dcbtst 2, 3, 10 # encoding: [0x7d,0x42,0x19,0xec]
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dsendfile0146 SERVER="testsf_s${TST_IPV6}"
64 tst_rhost_run -s -b -c "$SERVER $ipaddr $port"
101 [ -n "$server_started" ] && tst_rhost_run -s -c "pkill $SERVER"
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java41 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
69 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
75 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
69 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
75 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java41 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java41 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java41 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java41 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java41 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
64 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
70 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
76 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
69 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
75 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
69 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
75 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/
DStubFtpServer_MultipleClientsIntegrationTest.java40 private static final String SERVER = "localhost"; field in StubFtpServer_MultipleClientsIntegrationTest
63 ftpClient1.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
69 ftpClient2.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()
75 ftpClient3.connect(SERVER, PortTestUtil.getFtpServerControlPort()); in testMultipleClients()

123456789