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

1 2 3 4 5

  /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"
  /cts/suite/pts/tools/tradefed/
pts-tradefed 55 HOST=`uname`
56 if [ "$HOST" == "Linux" ]; then
58 elif [ "$HOST" == "Darwin" ]; then
64 PTS_ROOT=${ANDROID_BUILD_TOP}/out/host/${OS}/pts
  /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
  /sdk/eclipse/scripts/
create_all_symlinks.sh 25 HOST=`uname`
63 if [[ "${HOST:0:6}" == "CYGWIN" || "$USE_MINGW" == "1" ]]; then
66 if [[ "${HOST:0:6}" == "CYGWIN" ]]; then
70 elif [[ "$HOST" == "Linux" ]]; then
72 elif [[ "$HOST" == "Darwin" ]]; then
75 die "Unsupported platform ($HOST). Aborting."
216 GLD_LIBS="host-libprotobuf-java-2.3.0-lite liblzf"
257 SRC="out/host/$PLATFORM/framework/$SRC.jar"
272 if [ "${HOST:0:6}" == "CYGWIN" ]; then
build_plugins.sh 61 HOST=`uname`
62 if [ "$HOST" == "Linux" ]; then
66 elif [ "$HOST" == "Darwin" ]; then
  /external/webkit/LayoutTests/fast/url/script-tests/
trivial-segments.js 4 // [URL, [SCHEME, HOST, PORT, PATH, QUERY, REF]]
  /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
134 register_var_option "--systems=<list>" HOST_SYSTEMS "Build binaries for these host systems"
153 register_var_option "--darwin-min-version=<version>" DARWIN_MIN_VERSION "Select minimum OS X version of generated host toolchains."
203 # Important note: When identifying a build or host system, there i
    [all...]
  /packages/apps/Exchange/exchange2/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" +
  /system/core/adb/
transport_usb.c 125 HOST = 1;
127 HOST = 0;
transport_local.c 115 const char *host = getenv("ADBHOST"); local
116 if (host) {
117 fd = socket_network_client(host, adb_port, SOCK_STREAM);
181 register_socket_transport(fd, "host", port, 1);
204 /* A worker thread that monitors host connections, and registers a transport for
205 * every new host connection. This thread replaces server_socket_thread on
208 * to provide more robust communication channel between ADB host and guest. The
212 * the connection between ADB host and guest will be lost. To make ADB traffic
214 * between the host, and the guest. See external/qemu/android/adb-*.* that
222 * - Wait for the ADB host to create connection with the guest. This is done b
    [all...]
  /build/core/
notice_files.mk 26 # device-obj or host-obj.
47 # In case it's actually a host file
75 $(LOCAL_IS_HOST_MODULE),HOST,TARGET)-$(LOCAL_MODULE_CLASS)-$(LOCAL_MODULE)
multi_prebuilt.mk 92 $($(if $(prebuilt_is_host),HOST,TARGET)_OUT_INTERMEDIATE_LIBRARIES), \
  /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 35 JAVA_LIBRARIES,layoutlib_create,HOST)/javalib.jar
51 $(hide) echo "host layoutlib_create: $@"
  /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" +
  /build/core/tasks/
collect_gpl_sources.mk 15 gpl_source_tgz := $(call intermediates-dir-for,PACKAGING,gpl_source,HOST,COMMON)/gpl_source.tgz
  /external/chromium/net/http/
http_atom_list.h 33 HTTP_ATOM(HOST)
  /external/libpcap/
tokdefs.h 34 HOST = 260,
138 #define HOST 260
  /bootable/recovery/minadbd/
adb.c 39 int HOST = 0;
224 HOST ? "host" : adb_device_banner);
299 if(HOST) send_connect(t);
315 if(!HOST) send_connect(t);
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 81 /** The HTTP Host header field name. */
82 public static final String HOST = "Host";
  /frameworks/base/core/java/android/os/
Build.java 448 public static final String HOST = getString("ro.build.host");

Completed in 391 milliseconds

1 2 3 4 5