Home
last modified time | relevance | path

Searched refs:testDevice (Results 1 – 6 of 6) sorted by relevance

/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/
DICU4CTest.java249 final ITestDevice testDevice, final String fullPath, final String xmlOutputPath) in doRunTest() argument
252 CLog.i("Running ICU4C test %s on %s", cmd, testDevice.getSerialNumber()); in doRunTest()
254 testDevice.executeShellV2Command( in doRunTest()
294 final ITestDevice testDevice, final String fullPath, ITestInvocationListener listener) in runTest() argument
300 CommandResult commandResult = doRunTest(testDevice, fullPath, xmlFullPath); in runTest()
305 testDevice.pullFile(xmlFullPath, tmpOutput); in runTest()
315 testDevice.executeShellCommand("rm " + xmlFullPath); in runTest()
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_interop_test.py54 def testDevice(self): member in ReadmeTest
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCaptureReplayTests.cpp1004 …Move<VkDevice> testDevice = createCustomDevice(validationEnabled, vkp, m_context.getIn… in runTest() local
1005 VkDevice device = *testDevice; in runTest()
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp1152 VkDevice testDevice; in TEST_F() local
1159 vkCreateDevice(gpu(), &device_create_info, NULL, &testDevice); in TEST_F()
2410 VkDevice testDevice; in TEST_F() local
2427 vkCreateDevice(gpu(), &device_create_info, NULL, &testDevice); in TEST_F()
/external/tensorflow/tensorflow/python/kernel_tests/
Dinit_ops_test.py769 def testDevice(self): member in DeviceTest
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py544 def testDevice(self): member in TestFactory.BufferTest