Home
last modified time | relevance | path

Searched refs:PythonBinaryHostTest (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java50 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.TEST_OUTPUT_FILE_FLAG;
51 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.USE_TEST_OUTPUT_FILE_OPTION;
68 private PythonBinaryHostTest mTest;
85 new PythonBinaryHostTest() { in setUp()
101 mMockRunUtil.setEnvVariable(PythonBinaryHostTest.ANDROID_SERIAL_VAR, "SERIAL"); in setUp()
369 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLibInHostTestsDir()
414 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLib()
609 private OptionSetter newDefaultOptionSetter(PythonBinaryHostTest test) throws Exception { in newDefaultOptionSetter()
659 PythonBinaryHostTest.PATH_TIMEOUT_MS, in expectedAdbPath()
671 PythonBinaryHostTest.PATH_TIMEOUT_MS, "adb", "version")) in expectedAdbPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestRunner.java26 import com.android.tradefed.testtype.python.PythonBinaryHostTest;
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java68 public class PythonBinaryHostTest implements IRemoteTest, ITestFilterReceiver { class