OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOSTS
(Results
1 - 7
of
7
) 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/ltp/testcases/network/tcp_cmds/rdist/
rdist01
105
T_HOST="
HOSTS
= ("
107
for c_rhost in $
HOSTS
; do
116
\${FILES} -> \${
HOSTS
}
131
for c_rhost in $
HOSTS
; do
157
HOSTS
=""
161
HOSTS
=$
HOSTS
" $cur_host"
/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/swiftshader/third_party/LLVM/utils/buildit/
build_llvm
12
HOSTS
="$1"
155
make $JOBS_FLAG $OPTIMIZE_OPTS UNIVERSAL=1 UNIVERSAL_ARCH="$
HOSTS
" \
182
make $LOCAL_MAKEFLAGS $OPTIMIZE_OPTS UNIVERSAL=1 UNIVERSAL_ARCH="$
HOSTS
" \
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.
53
"
HOSTS
", "default_reboot_timeout", type=int, default=1800)
55
"
HOSTS
", "wait_down_reboot_timeout", type=int, default=840)
57
"
HOSTS
", "wait_down_reboot_warning", type=int, default=540)
59
"
HOSTS
", "hours_to_wait_for_recovery", type=float, default=2.5)
155
This doesn't appear to be implemented by any current
hosts
.
166
This doesn't appear to be implemented by any current
hosts
.
216
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 6810 milliseconds