Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/etc/
Dold-cts-tradefed53 HOST=`uname`
54 if [ "$HOST" == "Linux" ]; then
56 elif [ "$HOST" == "Darwin" ]; then
91 if [ "$HOST" == "Linux" ]; then
94 elif [ "$HOST" == "Darwin" ]; then
/cts/tools/cts-tradefed/etc/
Dcts-tradefed54 HOST=`uname`
55 if [ "$HOST" == "Linux" ]; then
57 elif [ "$HOST" == "Darwin" ]; then
106 if [ "$HOST" == "Linux" ]; then
109 elif [ "$HOST" == "Darwin" ]; then
/cts/libs/vogar-expect/src/vogar/
DModeId.java20 DEVICE, JVM, ACTIVITY, SIM, HOST; enumConstant
27 return this == JVM || this == SIM || this == HOST; in isHost()
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST; in requiresAndroidSdk()
/cts/tests/signature/tests/
Drun_unit_tests.sh27 HOST=`uname`
28 if [ "$HOST" == "Linux" ]; then
30 elif [ "$HOST" == "Darwin" ]; then
/cts/tools/tradefed-host/tests/
Drun_unit_func_tests.sh28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
Drun_unit_tests.sh28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
/cts/
Drun_unit_tests.sh28 HOST=`uname`
29 if [ "$HOST" == "Linux" ]; then
31 elif [ "$HOST" == "Darwin" ]; then
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java49 HOST enumConstant
138 case HOST: in setUp()
169 case HOST: in tearDown()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java64 private static final String HOST = "testHost"; field in IntentFilterTest
432 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i)); in testAuthorities()
441 assertEquals(HOST + i, actual.getHost()); in testAuthorities()
443 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i)); in testAuthorities()
446 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i)); in testAuthorities()
448 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10); in testAuthorities()
534 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); in testMatchData()
537 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT); in testMatchData()
584 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); in testWriteToXml()
600 assertEquals(HOST, intentFilter.getDataAuthority(0).getHost()); in testWriteToXml()
[all …]
/cts/suite/audio_quality/test_description/
Dprocessing_main.py206 HOST = "localhost" variable
210 s.bind((HOST, PORT))
/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java202 assertNotEmpty(Build.HOST); in testBuildConstants()
/cts/tools/vm-tests-tf/
DAndroid.mk83 …DIATES_CLASSES := $(call intermediates-dir-for,JAVA_LIBRARIES,cts-tf-dalvik-buildutil,HOST)/classes
/cts/tools/dex-tools/dex/
Dclasses.out.dex54908 public static final java.lang.String HOST