/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
H A D | DeviceTest.cpp | 67 const auto mockDevice = MockDevice::create(); in createMockDevice() local 186 const auto mockDevice = createMockDevice(); in TEST_P() local 201 const auto mockDevice = createMockDevice(); in TEST_P() local 216 const auto mockDevice = createMockDevice(); in TEST_P() local 231 const auto mockDevice = createMockDevice(); in TEST_P() local 244 const auto mockDevice = createMockDevice(); in TEST_P() local 259 const auto mockDevice = createMockDevice(); in TEST_P() local 274 const auto mockDevice = createMockDevice(); in TEST_P() local 289 const auto mockDevice = createMockDevice(); in TEST_P() local 304 const auto mockDevice = createMockDevice(); in TEST_P() local [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/test/ |
H A D | DeviceTest.cpp | 71 const auto mockDevice = MockDevice::create(); in createMockDevice() local 170 const auto mockDevice = createMockDevice(); in TEST() local 184 const auto mockDevice = createMockDevice(); in TEST() local 199 const auto mockDevice = createMockDevice(); in TEST() local 214 const auto mockDevice = createMockDevice(); in TEST() local 229 const auto mockDevice = createMockDevice(); in TEST() local 244 const auto mockDevice = createMockDevice(); in TEST() local 259 const auto mockDevice = createMockDevice(); in TEST() local 274 const auto mockDevice = createMockDevice(); in TEST() local 289 const auto mockDevice = createMockDevice(); in TEST() local [all …]
|
H A D | MockDevice.h | 84 auto mockDevice = sp<MockDevice>::make(); in create() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
H A D | DeviceTest.cpp | 67 const auto mockDevice = MockDevice::create(); in createMockDevice() local 185 const auto mockDevice = createMockDevice(); in TEST() local 199 const auto mockDevice = createMockDevice(); in TEST() local 214 const auto mockDevice = createMockDevice(); in TEST() local 229 const auto mockDevice = createMockDevice(); in TEST() local 244 const auto mockDevice = createMockDevice(); in TEST() local 259 const auto mockDevice = createMockDevice(); in TEST() local 274 const auto mockDevice = createMockDevice(); in TEST() local 289 const auto mockDevice = createMockDevice(); in TEST() local 304 const auto mockDevice = createMockDevice(); in TEST() local [all …]
|
H A D | MockDevice.h | 106 auto mockDevice = sp<MockDevice>::make(); in create() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.1/utils/test/ |
H A D | DeviceTest.cpp | 66 const auto mockDevice = MockDevice::create(); in createMockDevice() local 133 const auto mockDevice = createMockDevice(); in TEST() local 153 const auto mockDevice = createMockDevice(); in TEST() local 168 const auto mockDevice = createMockDevice(); in TEST() local 183 const auto mockDevice = createMockDevice(); in TEST() local 197 const auto mockDevice = createMockDevice(); in TEST() local 212 const auto mockDevice = createMockDevice(); in TEST() local 227 const auto mockDevice = createMockDevice(); in TEST() local 239 const auto mockDevice = createMockDevice(); in TEST() local 251 const auto mockDevice = createMockDevice(); in TEST() local [all …]
|
H A D | MockDevice.h | 62 auto mockDevice = sp<MockDevice>::make(); in create() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/utils/test/ |
H A D | DeviceTest.cpp | 66 const auto mockDevice = MockDevice::create(); in createMockDevice() local 125 const auto mockDevice = createMockDevice(); in TEST() local 143 const auto mockDevice = createMockDevice(); in TEST() local 158 const auto mockDevice = createMockDevice(); in TEST() local 173 const auto mockDevice = createMockDevice(); in TEST() local 187 const auto mockDevice = createMockDevice(); in TEST() local 202 const auto mockDevice = createMockDevice(); in TEST() local 217 const auto mockDevice = createMockDevice(); in TEST() local 229 const auto mockDevice = createMockDevice(); in TEST() local 241 const auto mockDevice = createMockDevice(); in TEST() local [all …]
|
H A D | MockDevice.h | 53 auto mockDevice = sp<MockDevice>::make(); in create() local
|
/aosp_15_r20/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunnerTest.java | 235 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local 324 private void expectRenderConfigQuery(ITestDevice mockDevice, in expectRenderConfigQuery() 337 private void expectRenderConfigQuery(ITestDevice mockDevice, in expectRenderConfigQuery() 342 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, in expectRenderConfigQueryAndReturn() 415 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testResultCode() local 601 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_multipleTests() local 736 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFiltering() local 1028 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_unexecutableTests() local 1138 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_queryPmListFailure() local 1191 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_queryRenderabilityFailure() local [all …]
|
/aosp_15_r20/external/deqp/android/openglcts/runner/tests/src/org/khronos/cts/runner/ |
H A D | KhronosCTSRunnerTests.java | 144 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 …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | MockDeviceManager.java | 71 ITestDevice mockDevice = mock(ITestDevice.class); in setNumDevicesInternal() local 93 ITestDevice mockDevice = in setNumDevicesCustomRealNoRecovery() local 110 ITestDevice mockDevice = mock(ITestDevice.class); in setNumDevicesCustom() local 132 ITestDevice mockDevice = mock(ITestDevice.class); in setNumDevicesStub() local 143 public void addDevice(ITestDevice mockDevice) { in addDevice()
|
D | MockTestDeviceHelper.java | 40 ITestDevice mockDevice, final String expectedCommand, final String response) in injectShellResponse() 80 ITestDevice mockDevice, in injectShellResponse()
|
D | MockitoFileUtil.java | 43 ITestDevice mockDevice, String rootPath, String... childNames) in setMockDirContents() 73 ITestDevice mockDevice, String rootPath, String... pathSegments) in setMockDirPath()
|
D | ManagedDeviceListTest.java | 135 IManagedTestDevice mockDevice = Mockito.mock(IManagedTestDevice.class); in testUpdateFastbootState() local 154 IManagedTestDevice mockDevice = Mockito.mock(IManagedTestDevice.class); in testUpdateFastbootState_gone() local
|
D | DeviceStateMonitorTest.java | 126 IDevice mockDevice = mock(IDevice.class); in testIsAdbTcp_usb() local 137 IDevice mockDevice = mock(IDevice.class); in testIsAdbTcp_tcp() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/ |
D | UsbResetRunConfigRecoveryTest.java | 42 IManagedTestDevice mockDevice = Mockito.mock(IManagedTestDevice.class); in testShouldSkip() local 55 IManagedTestDevice mockDevice = Mockito.mock(IManagedTestDevice.class); in testShouldSkip_fastboot() local 63 IManagedTestDevice mockDevice = Mockito.mock(IManagedTestDevice.class); in testShouldSkip_available() local
|
/aosp_15_r20/tools/tradefederation/contrib/tests/src/com/android/monkey/ |
D | MonkeyBaseTest.java | 62 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testUptime() local 73 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testUptime_fail() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasherTest.java | 247 ITestDevice mockDevice = mock(ITestDevice.class); in testFlashBaseband_noVersion() local 882 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations() 898 private static void setFastbootFlashExpectations(ITestDevice mockDevice, String image) in setFastbootFlashExpectations()
|
/aosp_15_r20/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/handover/ |
D | ConfirmConnectActivityTest.java | 51 BluetoothDevice mockDevice = BluetoothAdapter.getDefaultAdapter() in testOnCreate_createAlertDialog() local 80 BluetoothDevice mockDevice = BluetoothAdapter.getDefaultAdapter() in testOnDestroy() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | GTestTest.java | 369 ITestDevice mockDevice = mock(ITestDevice.class); in testFileExclusionRegexFilter_emptyfilters() local 387 ITestDevice mockDevice = mock(ITestDevice.class); in testFileExclusionRegexFilter_skipMatched() local 407 ITestDevice mockDevice = mock(ITestDevice.class); in testFileExclusionRegexFilter_skipMultiMatched() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | LogcatTimingMetricCollectorTest.java | 75 ITestDevice mockDevice = mock(ITestDevice.class); in setup() local 121 ITestDevice mockDevice = mock(ITestDevice.class); in testCollect_multipleDevice_perRun() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/service/management/ |
D | TestInvocationManagementServerTest.java | 136 ITestDevice mockDevice = Mockito.mock(ITestDevice.class); in testSubmitTestCommand_reservedDevice() local 172 ITestDevice mockDevice = Mockito.mock(ITestDevice.class); in testSubmitTestCommand_reservedMultiDevice() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/command/ |
D | CommandSchedulerFuncTest.java | 290 ITestDevice mockDevice = mock(ITestDevice.class); in testBatteryLowLevel() local 330 ITestDevice mockDevice = mock(ITestDevice.class); in testBatteryLowLevel_interruptible() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/multi/ |
D | MixImageZipPreparerTest.java | 227 ITestDevice mockDevice = Mockito.mock(ITestDevice.class); in setUpDevice() local 242 ITestDevice mockDevice = Mockito.mock(ITestDevice.class); in setUpDeviceWithSuper() local
|