/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/chromium_org/chrome/common/extensions/docs/server2/ |
redirector_test.py | 15 HOST = 'http://localhost/' 148 self._redirector.Redirect(HOST, 'index.html')) 151 self._redirector.Redirect(HOST, 'extensions/manifest/more-info')) 155 '/index.html', self._redirector.Redirect(HOST, '')) 157 '/bar.html', self._redirector.Redirect(HOST, 'apps/foo.html')) 162 self._redirector.Redirect(HOST, 'apps/index.html')) 165 self._redirector.Redirect(HOST, 'extensions/manifest/')) 168 self._redirector.Redirect(HOST, 'extensions/manifest')) 170 'index.html', self._redirector.Redirect(HOST, 'apps/')) 172 'index.html', self._redirector.Redirect(HOST, 'home') [all...] |
/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_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 "$@"
|
/cts/tools/tradefed-host/etc/ |
cts-tradefed | 58 HOST=`uname` 59 if [ "$HOST" == "Linux" ]; then 61 elif [ "$HOST" == "Darwin" ]; then 67 CTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-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...] |
/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." 242 GLD_LIBS="make:host-libprotobuf-java-2.3.0-lite make:liblzf" 376 SRC="out/host/$PLATFORM/framework/$ORIG_SRC.jar" 392 if [ "${HOST:0:6}" == "CYGWIN" ]; then
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
ProxyService.java | 35 public static final String HOST = "localhost";
|
/external/chromium_org/remoting/protocol/ |
fake_authenticator.cc | 119 // Don't send the last message if this is a host that wants to 122 type_ == HOST && action_ == REJECT) { 128 (messages_ % 2 == 1 && type_ == HOST)) { 191 FakeAuthenticator::HOST, round_trips_, action_, async_);
|
fake_authenticator.h | 49 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/tools/layoutlib/ |
Android.mk | 42 JAVA_LIBRARIES,layoutlib_create,HOST)/javalib.jar 60 $(hide) echo "host layoutlib_create: $@"
|
/external/qemu/distrib/ |
package-release.sh | 115 # $1: Host name. 118 local HOST PKG_FILE PKG_FILE_BASENAME DST_DIR TARFLAGS 119 HOST=$1 132 # Where to do the work on the remote host. 138 dump "Copying sources to Darwin host: $HOST" 139 run ssh $HOST "mkdir -p $DST_DIR && rm -rf $DST_DIR/$PKG_FILE_BASENAME" 140 cat "$PKG_FILE" | ssh $HOST "cd $DST_DIR && tar x${TARGFLAGS}f -" 143 run ssh $HOST "bash -l -c \"cd $DST_DIR/$PKG_FILE_PREFIX/qemu && ./android-rebuild.sh $REBUILD_FLAGS\"" || 146 dump "Retrieving Darwin binaries from: $HOST" [all...] |