HomeSort by relevance Sort by last modified time
    Searched refs:HOSTS (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
InetAddrTest.java 34 private static final String[] HOSTS = {
87 int index = random.nextInt(HOSTS.length);
89 InetAddress.getByName(HOSTS[index]);
  /external/openssh/regress/
cert-hostkey.sh 15 HOSTS='localhost-with-alias,127.0.0.1,::1'
17 # Create a CA key and add it to known hosts
22 echon "$HOSTS "
35 -n $HOSTS $OBJ/cert_host_key_${ktype} ||
43 -n $HOSTS $OBJ/cert_host_key_${ktype}_v00 ||
70 echon "$HOSTS "
112 echon "$HOSTS "
133 # Create a CA key and add it to known hosts
136 echon "$HOSTS "
179 test_one "user-certificate" failure "-n $HOSTS"
    [all...]
  /external/llvm/utils/buildit/
build_llvm 12 HOSTS="$1"
162 make $JOBS_FLAG $COMMON_MAKEFLAGS SDKROOT= UNIVERSAL_ARCH="$HOSTS" \
194 for host in $HOSTS; do :; done
202 make $JOBS_FLAG $COMMON_MAKEFLAGS UNIVERSAL_ARCH="$HOSTS" \
222 make $JOBS_FLAG $COMMON_MAKEFLAGS UNIVERSAL_ARCH="$HOSTS" install
GNUmakefile 22 HOSTS = $(RC_ARCHS)

Completed in 125 milliseconds