/external/objenesis/tck/src/main/java/org/objenesis/tck/ |
D | TCK.java | 88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions), in runTests() 141 protected String describePlatform() { in describePlatform() method in TCK 142 return PlatformDescription.describePlatform(); in describePlatform()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.hpp | 42 void describePlatform (std::ostream& dst) const;
|
D | tcuOSXVulkanPlatform.cpp | 123 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::osx::VulkanPlatform
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.hpp | 43 void describePlatform (std::ostream& dst) const;
|
D | tcuLnxVulkanPlatform.cpp | 261 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::lnx::VulkanPlatform
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 46 void describePlatform (std::ostream& dst) const;
|
D | tcuWin32VulkanPlatform.cpp | 268 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::win32::VulkanPlatform
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidUtil.hpp | 53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
|
D | tcuAndroidPlatform.hpp | 55 void describePlatform (std::ostream& dst) const;
|
D | tcuAndroidPlatform.cpp | 322 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::Android::Platform 324 tcu::Android::describePlatform(m_activity.getNativeActivity(), dst); in describePlatform()
|
D | tcuAndroidUtil.cpp | 313 void describePlatform (JNIEnv* env, std::ostream& dst) in describePlatform() function 585 void describePlatform (ANativeActivity* activity, std::ostream& dst) in describePlatform() function 589 describePlatform(env.getEnv(), dst); in describePlatform()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 86 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in vk::Platform
|
D | vkPlatform.hpp | 147 virtual void describePlatform (std::ostream& dst) const;
|
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/ |
D | SearchWorkingInstantiator.java | 39 System.out.println(PlatformDescription.describePlatform()); in main()
|
/external/objenesis/main/src/main/java/org/objenesis/strategy/ |
D | PlatformDescription.java | 88 public static String describePlatform() { in describePlatform() method in PlatformDescription
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 119 void describePlatform (std::ostream& dst) const in describePlatform() function in tcu::surfaceless::VulkanPlatform
|
/external/deqp/external/vulkancts/ |
D | README.md | 252 if `vk::Platform::describePlatform()` is implemented.
|