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

1 2 3 4 5 6 7 8 9

  /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/lldb/test/functionalities/connect_remote/
EchoServer.py 10 HOST = 'localhost' # Symbolic name meaning local interfaces
13 s.bind((HOST, PORT))
14 print '\nListening on %s:%d' % (HOST, PORT)
  /cts/common/util/
run_unit_tests.sh 28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
39 JAR_DIR=${ANDROID_BUILD_TOP}/out/host/$OS/framework
48 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.compatibility.common.util.UnitTests "$@"
  /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 "$@"
  /cts/tools/tradefed-host/tests/
run_unit_func_tests.sh 28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
39 JAR_DIR=${ANDROID_BUILD_TOP}/out/host/$OS/framework
48 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host --class com.android.cts.tradefed.FuncTests "$@"
run_unit_tests.sh 28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
39 JAR_DIR=${ANDROID_BUILD_TOP}/out/host/$OS/framework
48 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.tradefed.UnitTests "$@"
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
stunnel-client.conf 33 # Set to remote host:port to connect to (e.g. far-away.east:5900):
36 connect = HOST:PORT
  /cts/tools/tradefed-host/etc/
cts-tradefed 53 HOST=`uname`
54 if [ "$HOST" == "Linux" ]; then
56 elif [ "$HOST" == "Darwin" ]; then
68 CTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts
89 # load any shared libraries for host-side executables
91 if [ "$HOST" == "Linux" ]; then
94 elif [ "$HOST" == "Darwin" ]; then
  /development/scripts/
acov 57 HOST=false
60 if [ "$1" = "--host" ]; then
61 HOST=true
70 if [ "$HOST" = "false" ]; then
  /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
  /external/vogar/src/vogar/
ModeId.java 32 HOST,
75 * Returns {@code true} if execution happens on the local machine. e.g. host-mode android or a
82 /** Returns {@code true} if execution takes place with a host-mode Android runtime */
84 return this == HOST || this == HOST_DALVIK || this == ModeId.HOST_ART_KITKAT;
99 || ((this == HOST || this == DEVICE) && (variant == Variant.X64));
109 case HOST:
133 * Also used to generated the classpath in HOST* and DEVICE* modes.
153 case HOST:
  /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/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...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
PortCommandHandlerTest.java 41 private static final InetAddress HOST = inetAddress("192.22.250.44");
52 session.setClientDataHost(HOST);
61 PortCommandHandler.HOST_KEY, HOST,
77 InetAddress host = PortCommandHandler.parseHost(PARAMETERS); local
78 assertEquals("InetAddress", HOST, host);
  /art/test/etc/
run-test-jar 27 HOST="n"
94 elif [ "x$1" = "x--host" ]; then
95 HOST="y"
220 if [ "$HOST" = "n" ]; then
246 if [ "$HOST" = "n" ]; then
287 if [ "$HOST" = "y" ]; then
301 if [ "$HOST" = "n" ]; then
325 # Note: as we don't know how decent targets are (e.g., emulator), only do this on the host for
328 if [ "$HOST" != "n" ]; then
353 if [ "$HOST" = "n" ]; the
    [all...]
  /system/core/adb/
transport_usb.cpp 96 HOST = 1;
98 HOST = 0;
transport_local.cpp 96 const char *host = getenv("ADBHOST"); local
97 if (host) {
98 fd = socket_network_client(host, adb_port, SOCK_STREAM);
162 register_socket_transport(fd, "host", port, 1);
185 /* A worker thread that monitors host connections, and registers a transport for
186 * every new host connection. This thread replaces server_socket_thread on
189 * to provide more robust communication channel between ADB host and guest. The
193 * the connection between ADB host and guest will be lost. To make ADB traffic
195 * between the host, and the guest. See external/qemu/android/adb-*.* that
203 * - Wait for the ADB host to create connection with the guest. This is done b
    [all...]
  /ndk/build/tools/
build-host-gcc.sh 17 # Rebuild the host GCC toolchain binaries from sources.
19 # NOTE: this script does not rebuild gdb, see build-host-gdb.sh for this.
33 for the current host system [$HOST_TAG]. You can otherwise give a list of
46 By default, the script rebuilds the toolchain(s) for you host system [$HOST_TAG],
89 if you try to build several toolchains for several distinct host systems. Note
92 of a host toolchain as well, in case it is not listed in your --systems list.
97 The script will try to build the Gold linker for host/target combination that
140 register_var_option "--systems=<list>" HOST_SYSTEMS "Build binaries for these host systems"
159 register_var_option "--darwin-min-version=<version>" DARWIN_MIN_VERSION "Select minimum OS X version of generated host toolchains."
184 BUILD_DIR=/tmp/ndk-$USER/build/host-gc
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
PortParserTest.groovy 35 static final InetAddress HOST = inetAddress("192.22.250.44")
45 assert client.host == HOST_IPV4
51 assert client.host == HOST_IPV6
57 assert client.host == HOST_IPV6
86 assert client.host == HOST
100 InetAddress host = InetAddress.getByName("196.168.44.55")
101 String result = PortParser.convertHostAndPortToCommaDelimitedBytes(host, port)
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 35 public static final String HOST = "localhost";
  /external/jmdns/src/javax/jmdns/impl/
NameRegister.java 18 * This name represents a host name
20 HOST,
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 70 assertNotEmpty("HOST", Build.HOST);

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 9