Searched refs:HOST (Results 1 – 7 of 7) sorted by relevance
/cts/libs/vogar-expect/src/vogar/expect/ |
D | ModeId.java | 20 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/ |
D | run_unit_tests.sh | 27 HOST=`uname` 28 if [ "$HOST" == "Linux" ]; then 30 elif [ "$HOST" == "Darwin" ]; then
|
/cts/ |
D | run_unit_tests.sh | 28 HOST=`uname` 29 if [ "$HOST" == "Linux" ]; then 31 elif [ "$HOST" == "Darwin" ]; then
|
/cts/tools/vm-tests-tf/ |
D | Android.mk | 76 $(call intermediates-dir-for,JAVA_LIBRARIES,cts-vmtests-dot,HOST,COMMON)/classes.jar 79 $(call intermediates-dir-for,JAVA_LIBRARIES,vmtests-generated-resources,HOST)/javalib.jar 84 …DIATES_CLASSES := $(call intermediates-dir-for,JAVA_LIBRARIES,cts-tf-dalvik-buildutil,HOST)/classes
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 64 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/ |
D | processing_main.py | 206 HOST = "localhost" variable 210 s.bind((HOST, PORT))
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BuildTest.java | 247 assertNotEmpty(Build.HOST); in testBuildConstants()
|