Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java18 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.TEST_OUTPUT_FILE_FLAG;
19 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.USE_TEST_OUTPUT_FILE_OPTION;
73 private PythonBinaryHostTest mTest;
91 new PythonBinaryHostTest() { in setUp()
107 mMockRunUtil.setEnvVariable(PythonBinaryHostTest.ANDROID_SERIAL_VAR, "SERIAL"); in setUp()
462 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLibInHostTestsDir()
526 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLib()
748 private OptionSetter newDefaultOptionSetter(PythonBinaryHostTest test) throws Exception { in newDefaultOptionSetter()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestRunner.java27 import com.android.tradefed.testtype.python.PythonBinaryHostTest;
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java73 public class PythonBinaryHostTest implements IRemoteTest, ITestFilterReceiver { class