HomeSort by relevance Sort by last modified time
    Searched refs:HOST (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
27 return this == JVM || this == SIM || this == HOST;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /external/ltp/tools/
autoltp 6 # If you create a config file to use the -f option, the host line format is:
7 # host,userid,password,number of instances,time
36 else { die "Please specify host list file with option -f\n"; }
43 print "format: host,userid,password,instances,time\n";
51 ($HOST,$USER,$PASS,$INSTANCES,$DURATION)=split(/,/,@hosts[$i]);
52 ($SHORTHOST,$TRASH)=split(/\./,$HOST);
60 my $sftp = Net::SFTP->new($HOST,%args);
62 print("$LTPSOURCE copied to $LTPTARGET on $HOST\n");
65 my $ssh = Net::SSH::Perl->new($HOST);
68 print("Untar and build testcases on $HOST\n")
    [all...]
  /external/autotest/server/cros/
dnsname_mangler_unittest.py 12 HOST = 'chromeos1-row1-rack1-host1'
17 HOST_FROM_OUTSIDE_LAB = HOST + '.cros'
29 self.assertEquals(ROUTER, dnsname_mangler.get_router_addr(HOST))
37 self.assertEquals(ATTENUATOR, dnsname_mangler.get_attenuator_addr(HOST))
45 self.assertEquals(TESTER, dnsname_mangler.get_tester_addr(HOST))
  /cts/tests/signature/tests/
run_unit_tests.sh 27 HOST=`uname`
28 if [ "$HOST" == "Linux" ]; then
30 elif [ "$HOST" == "Darwin" ]; then
38 JAR_DIR=${ANDROID_BUILD_TOP}/out/host/$OS/framework
47 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class android.signature.cts.tests.AllTests "$@"
  /external/deqp/android/cts/runner/tests/
run_tests.sh 28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
44 compatibility-host-util\
61 java $RDBG_FLAG -cp ${JAR_PATH} ${TF_CONSOLE} run singleCommand host -n --class ${CLASS} "$@"
  /external/skia/platform_tools/android/bin/
android_gdb_native 40 HOST=`uname | tr '[A-Z]' '[a-z]'`
41 if [ $HOST == "darwin" ]; then
43 elif [ $HOST == "linux" ]; then
  /external/vogar/src/vogar/
ModeId.java 27 HOST,
66 * Returns {@code true} if execution happens on the local machine. e.g. host-mode android or a
73 /** Returns {@code true} if execution takes place with a host-mode Android runtime */
75 return this == HOST;
89 || ((this == HOST || this == DEVICE) && (variant == Variant.X64));
99 case HOST:
119 * Also used to generated the classpath in HOST* and DEVICE* modes.
129 case HOST:
  /cts/
run_unit_tests.sh 28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
41 compatibility-host-util-tests\
47 compatibility-host-media-preconditions-tests\
67 echo "---- HOST TESTS ---- "
70 ############### Run the host side tests ###############
71 ${CTS_DIR}/common/host-side/tradefed/tests/run_tests.sh
72 ${CTS_DIR}/common/host-side/manifest-generator/tests/run_tests.sh
73 ${CTS_DIR}/common/host-side/util/tests/run_tests.s
    [all...]
  /development/scripts/
acov 57 HOST=false
60 if [ "$1" = "--host" ]; then
61 HOST=true
70 if [ "$HOST" = "false" ]; then
  /external/ltp/testcases/network/tcp_cmds/rwho/
rwho01 41 # 1 rwho failed no local and remote host in file
42 # 2 ruptime failed no local and remote host in file
104 HOST=`grep $LHOST $OUTFILE | sed 's/[^ ]* *//; s/:.*//' | uniq`
105 [ "$HOST" = "$LHOST" ] || end_testcase "$LHOST is not in rwho outfile"
106 HOST=`grep $RHOSTNAME $OUTFILE | sed 's/[^ ]* *//; s/:.*//' | uniq`
107 [ "$HOST" = "$RHOSTNAME" ] || end_testcase "$RHOSTNAME is not in rwho outfile"
110 HOST=`grep $LHOST $OUTFILE | sed 's/ .*//' | uniq`
111 [ "$HOST" = "$LHOST" ] || end_testcase "$LHOST is not in ruptime outfile"
112 HOST=`grep $RHOSTNAME $OUTFILE | sed 's/ .*//' | uniq`
113 [ "$HOST" = "$RHOSTNAME" ] || end_testcase "$RHOSTNAME is not in ruptime outfile
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
PortCommandHandlerTest.groovy 35 static final HOST = InetAddress.getByName("11.22.33.44")
43 assert session.clientDataHost == HOST
  /cts/tools/cts-tradefed/etc/
cts-tradefed 54 HOST=`uname`
55 if [ "$HOST" == "Linux" ]; then
57 elif [ "$HOST" == "Darwin" ]; then
69 CTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts
85 compatibility-host-util
86 compatibility-host-util-tests
91 host-libprotobuf-java-full"
109 # load any shared libraries for host-side executables
111 if [ "$HOST" == "Linux" ]; then
114 elif [ "$HOST" == "Darwin" ]; the
    [all...]
  /test/vts/tools/vts-tradefed/etc/
vts-tradefed 53 HOST=`uname`
54 if [ "$HOST" == "Linux" ]; then
56 elif [ "$HOST" == "Darwin" ]; then
68 VTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/vts
90 compatibility-host-util
112 # load any shared libraries for host-side executables
114 if [ "$HOST" == "Linux" ]; then
117 elif [ "$HOST" == "Darwin" ]; then
122 # include any host-side test jars
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
PortCommandHandlerTest.java 36 private static final InetAddress HOST = inetAddress("11.22.33.44");
47 session.setClientDataHost(HOST);
56 PortCommandHandler.HOST_KEY, HOST,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_telnetlib.py 11 HOST = test_support.HOST
60 telnet = telnetlib.Telnet(HOST, self.port)
67 telnet = telnetlib.Telnet(HOST, self.port)
78 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
85 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
91 telnet.open(HOST, self.port, timeout=30)
124 telnet = telnetlib.Telnet(HOST, self.port)
133 telnet = telnetlib.Telnet(HOST, self.port)
143 telnet = telnetlib.Telnet(HOST, self.port
    [all...]
test_smtplib.py 19 HOST = test_support.HOST
65 smtp = smtplib.SMTP(HOST, self.port)
69 # connects, include port in host name
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_telnetlib.py 11 HOST = test_support.HOST
60 telnet = telnetlib.Telnet(HOST, self.port)
67 telnet = telnetlib.Telnet(HOST, self.port)
78 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
85 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
91 telnet.open(HOST, self.port, timeout=30)
124 telnet = telnetlib.Telnet(HOST, self.port)
133 telnet = telnetlib.Telnet(HOST, self.port)
143 telnet = telnetlib.Telnet(HOST, self.port
    [all...]
test_smtplib.py 19 HOST = test_support.HOST
65 smtp = smtplib.SMTP(HOST, self.port)
69 # connects, include port in host name
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 11 HOST = test_support.HOST
60 telnet = telnetlib.Telnet(HOST, self.port)
67 telnet = telnetlib.Telnet(HOST, self.port)
78 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
85 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
91 telnet.open(HOST, self.port, timeout=30)
124 telnet = telnetlib.Telnet(HOST, self.port)
133 telnet = telnetlib.Telnet(HOST, self.port)
143 telnet = telnetlib.Telnet(HOST, self.port
    [all...]
test_smtplib.py 19 HOST = test_support.HOST
65 smtp = smtplib.SMTP(HOST, self.port)
69 # connects, include port in host name
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 11 HOST = test_support.HOST
60 telnet = telnetlib.Telnet(HOST, self.port)
67 telnet = telnetlib.Telnet(HOST, self.port)
78 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
85 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
91 telnet.open(HOST, self.port, timeout=30)
124 telnet = telnetlib.Telnet(HOST, self.port)
133 telnet = telnetlib.Telnet(HOST, self.port)
143 telnet = telnetlib.Telnet(HOST, self.port
    [all...]
test_smtplib.py 19 HOST = test_support.HOST
65 smtp = smtplib.SMTP(HOST, self.port)
69 # connects, include port in host name
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 19 HOST = test_support.HOST
65 smtp = smtplib.SMTP(HOST, self.port)
69 # connects, include port in host name
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1))
    [all...]
  /frameworks/base/tools/layoutlib/
Android.mk 40 built_icudata_dep := $(call java-lib-deps,icu4j-icudata-host-jarjar,HOST)
41 built_icutzdata_dep := $(call java-lib-deps,icu4j-icutzdata-host-jarjar,HOST)
43 built_layoutlib_create_jar := $(call java-lib-files,layoutlib_create,HOST)
63 $(hide) echo "host layoutlib_create: $@"
  /external/e2fsprogs/contrib/android/
perms.h 27 # if !defined(HOST)

Completed in 952 milliseconds

1 2 3 4 5 6 7 8 91011>>