Home
last modified time | relevance | path

Searched defs:mockDevice (Results 1 – 3 of 3) sorted by relevance

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java256 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local
345 private void expectRenderConfigQuery(ITestDevice mockDevice, in expectRenderConfigQuery()
358 private void expectRenderConfigQuery(ITestDevice mockDevice, in expectRenderConfigQuery()
363 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, in expectRenderConfigQueryAndReturn()
436 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testResultCode() local
622 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_multipleTests() local
757 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFiltering() local
1089 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_incrementalDeqpEnabled() local
1196 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_unexecutableTests() local
1306 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_queryPmListFailure() local
[all …]
/external/deqp/android/openglcts/runner/tests/src/org/khronos/cts/runner/
DKhronosCTSRunnerTests.java144 private void runInstrumentationLineAndAnswer(ITestDevice mockDevice, IDevice mockIDevice, in runInstrumentationLineAndAnswer()
150 private void runInstrumentationLineAndAnswer(ITestDevice mockDevice, IDevice mockIDevice, in runInstrumentationLineAndAnswer()
248 …private void runGetTestsParamsInstrumentation(ITestDevice mockDevice, IDevice mockIDevice) throws … in runGetTestsParamsInstrumentation()
306 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFiltering() local
603 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_unexecutableTests() local
712 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testResultCode() local
864 private void setRecoveryExpectationKillProcess(RecoverableTestDevice mockDevice, in setRecoveryExpectationKillProcess()
879 private void setRecoveryExpectationRecovery(RecoverableTestDevice mockDevice) in setRecoveryExpectationRecovery()
884 private void setRecoveryExpectationReboot(RecoverableTestDevice mockDevice) in setRecoveryExpectationReboot()
891 …private int setRecoveryExpectationOfAConnFailure(RecoverableTestDevice mockDevice, int numConsecut… in setRecoveryExpectationOfAConnFailure()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2226 angle::ComPtr<ID3D11Device> mockDevice; in testDeviceResettable() local