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

  /external/autotest/contrib/
reverify_unknown 12 # This script goes through the entire AFE hosts table, and
13 # identifies unlocked hosts that would otherwise be flagged as "not
16 # Locked hosts are skipped because they can't run jobs, and because
22 # Gather all the hosts under supervision of the SKC fire team.
30 HOSTS=( $(cli/atest host list --unlocked | awk "$GET_HOSTS") )
33 # Go through the gathered hosts, and use dut_status to find the
43 VERIFY=( $(site_utils/dut_status.py -d 19 "${HOSTS[@]}" | awk "$NEED_VERIFY") )
45 # Reverify the unknown hosts.
  /external/testng/src/main/java/org/testng/remote/adapter/
DefaultMastertAdapter.java 17 * Default Master adapter, provides an adapter based on hosts file.
26 public static final String HOSTS = "testng.hosts";
39 String hostLine = properties.getProperty(HOSTS);
60 // Add these hosts to the pool
  /external/llvm/utils/buildit/
build_llvm 12 HOSTS="$1"
166 make $JOBS_FLAG $COMMON_MAKEFLAGS SDKROOT= UNIVERSAL_ARCH="$HOSTS" \
201 for host in $HOSTS; do :; done
209 make $JOBS_FLAG $COMMON_MAKEFLAGS UNIVERSAL_ARCH="$HOSTS" \
229 make $JOBS_FLAG $COMMON_MAKEFLAGS UNIVERSAL_ARCH="$HOSTS" install
GNUmakefile 22 HOSTS = $(RC_ARCHS)
  /external/autotest/client/common_lib/hosts/
base_classes.py 7 You should import the "hosts" package instead of importing each type of host.
55 "HOSTS", "default_reboot_timeout", type=int, default=1800)
57 "HOSTS", "wait_down_reboot_timeout", type=int, default=840)
59 "HOSTS", "wait_down_reboot_warning", type=int, default=540)
61 "HOSTS", "hours_to_wait_for_recovery", type=float, default=2.5)
160 proc_list = get_config("HOSTS", "wait_up_processes",
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 690 milliseconds