Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 7 of 7) sorted by relevance

/test/catbox/tools/catbox-tradefed/etc/
Dcatbox-tradefed46 HOST=`uname`
47 if [ "$HOST" == "Linux" ]; then
49 elif [ "$HOST" == "Darwin" ]; then
99 if [ "$HOST" == "Linux" ]; then
102 elif [ "$HOST" == "Darwin" ]; then
112 if [ "$HOST" == "Darwin" ]; then
/test/cts-root/tools/cts-root-tradefed/etc/
Dcts-root-tradefed53 HOST=`uname`
54 if [ "$HOST" == "Linux" ]; then
56 elif [ "$HOST" == "Darwin" ]; then
89 if [ "$HOST" == "Linux" ]; then
92 elif [ "$HOST" == "Darwin" ]; then
/test/mts/tools/mts-tradefed/etc/
Dmts-tradefed53 HOST=`uname`
54 if [ "$HOST" == "Linux" ]; then
56 elif [ "$HOST" == "Darwin" ]; then
102 if [ "$HOST" == "Linux" ]; then
105 elif [ "$HOST" == "Darwin" ]; then
/test/app_compat/csuite/tools/csuite-tradefed/src/scripts/
Dcsuite-tradefed53 HOST=`uname`
54 if [ "$HOST" == "Linux" ]; then
56 elif [ "$HOST" == "Darwin" ]; then
108 if [ "$HOST" == "Linux" ]; then
111 elif [ "$HOST" == "Darwin" ]; then
/test/vts/tools/vts-core-tradefed/etc/
Dvts-tradefed59 HOST=`uname`
60 if [ "$HOST" == "Linux" ]; then
62 elif [ "$HOST" == "Darwin" ]; then
120 if [ "$HOST" == "Linux" ]; then
123 elif [ "$HOST" == "Darwin" ]; then
/test/vts/utils/python/controllers/
Dandroid.py28 HOST = os.environ.get('AP_HOST', None) variable
63 addr=HOST,
/test/vts/runners/host/tcp_server/
Dcallback_server_test.py27 HOST, PORT = "localhost", 0 variable