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

1 2 3 4 5 6 7

  /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;
  /cts/tools/tradefed-host/tests/
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/openssh/regress/
ssh2putty.sh 9 HOST=$1
33 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector_test.py 15 HOST = 'http://localhost/'
51 self._redirector.Redirect(HOST, 'index.html'))
54 self._redirector.Redirect(HOST, 'extensions/manifest/more-info'))
59 self._redirector.Redirect(HOST, 'apps/index.html'))
61 '/index.html', self._redirector.Redirect(HOST, ''))
63 '/index.html', self._redirector.Redirect(HOST, 'home'))
68 self._redirector.Redirect(HOST, 'extensions/manifest/'))
71 self._redirector.Redirect(HOST, 'extensions/manifest'))
73 '/index.html', self._redirector.Redirect(HOST, 'apps/'))
77 None, self._redirector.Redirect(HOST, 'not/a/real/path')
    [all...]
  /cts/tools/tradefed-host/etc/
cts-tradefed 55 HOST=`uname`
56 if [ "$HOST" == "Linux" ]; then
58 elif [ "$HOST" == "Darwin" ]; then
64 CTS_ROOT=${ANDROID_BUILD_TOP}/out/host/${OS}/cts
  /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...]
test_socket.py 21 def try_address(host, port=0, family=socket.AF_INET):
22 """Try to bind a socket on the given host:port and return True
26 sock.bind((host, port))
33 HOST = test_support.HOST
44 HOST = test_support.HOST
214 self.cli.connect((HOST, self.port))
335 self.assertTrue(ip.find('.') >= 0, "Error resolving host to ip.")
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names))
    [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...]
test_socket.py 21 def try_address(host, port=0, family=socket.AF_INET):
22 """Try to bind a socket on the given host:port and return True
26 sock.bind((host, port))
33 HOST = test_support.HOST
44 HOST = test_support.HOST
214 self.cli.connect((HOST, self.port))
335 self.assertTrue(ip.find('.') >= 0, "Error resolving host to ip.")
344 self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names))
    [all...]
  /system/extras/tests/bionic/libc/common/
test_libgen.c 14 #if HOST
56 #if !HOST
130 #if HOST
186 #if !HOST
207 #if !HOST
  /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
43 By default, the script rebuilds the toolchain(s) for you host system [$HOST_TAG],
86 if you try to build several toolchains for several distinct host systems. Note
89 of a host toolchain as well, in case it is not listed in your --systems list.
94 The script will try to build the Gold linker for host/target combination that
137 register_var_option "--systems=<list>" HOST_SYSTEMS "Build binaries for these host systems"
156 register_var_option "--darwin-min-version=<version>" DARWIN_MIN_VERSION "Select minimum OS X version of generated host toolchains."
181 BUILD_DIR=/tmp/ndk-$USER/build/host-gc
    [all...]
  /sdk/eclipse/scripts/
build_plugins.sh 61 HOST=`uname`
62 if [ "$HOST" == "Linux" ]; then
66 elif [ "$HOST" == "Darwin" ]; then
create_all_symlinks.sh 25 HOST=`uname`
77 if [[ "${HOST:0:6}" == "CYGWIN" || "$USE_MINGW" == "1" ]]; then
80 if [[ "${HOST:0:6}" == "CYGWIN" ]]; then
84 elif [[ "$HOST" == "Linux" ]]; then
86 elif [[ "$HOST" == "Darwin" ]]; then
89 die "Unsupported platform ($HOST). Aborting."
240 GLD_LIBS="make:host-libprotobuf-java-2.3.0-lite make:liblzf"
374 SRC="out/host/$PLATFORM/framework/$ORIG_SRC.jar"
390 if [ "${HOST:0:6}" == "CYGWIN" ]; then
  /packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java 41 static private final String HOST = "xxx.host.zzz";
102 svc.mHostAddress = HOST;
117 assertEquals("https://" + HOST + "/Microsoft-Server-ActiveSync?Cmd=Sync" +
128 assertEquals("https://" + HOST + "/Microsoft-Server-ActiveSync?Cmd=Sync" +
  /external/chromium_org/remoting/protocol/
fake_authenticator.cc 103 // Don't send the last message if this is a host that wants to
106 type_ == HOST && action_ == REJECT) {
112 (messages_ % 2 == 1 && type_ == HOST)) {
169 FakeAuthenticator::HOST, round_trips_, action_, async_));
fake_authenticator.h 51 HOST,
  /system/core/adb/
transport_usb.c 125 HOST = 1;
127 HOST = 0;
transport_local.c 118 const char *host = getenv("ADBHOST"); local
119 if (host) {
120 fd = socket_network_client(host, adb_port, SOCK_STREAM);
184 register_socket_transport(fd, "host", port, 1);
207 /* A worker thread that monitors host connections, and registers a transport for
208 * every new host connection. This thread replaces server_socket_thread on
211 * to provide more robust communication channel between ADB host and guest. The
215 * the connection between ADB host and guest will be lost. To make ADB traffic
217 * between the host, and the guest. See external/qemu/android/adb-*.* that
225 * - Wait for the ADB host to create connection with the guest. This is done b
    [all...]
  /build/core/
notice_files.mk 36 # device-obj or host-obj.
57 # In case it's actually a host file
98 $(LOCAL_IS_HOST_MODULE),HOST,TARGET)-$(LOCAL_MODULE_CLASS)-$(LOCAL_MODULE)
  /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);
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 39 public static final String HOST = "localhost";
  /frameworks/base/tools/layoutlib/
Android.mk 40 JAVA_LIBRARIES,layoutlib_create,HOST)/javalib.jar
57 $(hide) echo "host layoutlib_create: $@"

Completed in 938 milliseconds

1 2 3 4 5 6 7