Searched refs:testDevice (Results 1 – 6 of 6) sorted by relevance
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/ |
D | ICU4CTest.java | 249 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/ |
D | np_interop_test.py | 54 def testDevice(self): member in ReadmeTest
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingCaptureReplayTests.cpp | 1004 …Move<VkDevice> testDevice = createCustomDevice(validationEnabled, vkp, m_context.getIn… in runTest() local 1005 VkDevice device = *testDevice; in runTest()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 1152 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/ |
D | init_ops_test.py | 769 def testDevice(self): member in DeviceTest
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client_test.py | 544 def testDevice(self): member in TestFactory.BufferTest
|