/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/X11/ |
D | tcuX11VulkanPlatform.hpp | 41 void describePlatform (std::ostream& dst) const;
|
D | tcuX11VulkanPlatform.cpp | 175 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::x11::VulkanPlatform
|
/external/deqp/framework/platform/wayland/ |
D | tcuWaylandVulkanPlatform.hpp | 41 void describePlatform (std::ostream& dst) const;
|
D | tcuWaylandVulkanPlatform.cpp | 123 void WaylandVulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::wayland::WaylandVulkanPlatform
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 45 void describePlatform (std::ostream& dst) const;
|
D | tcuWin32VulkanPlatform.cpp | 187 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 | 313 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::Android::Platform 315 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 | 74 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in vk::Platform
|
D | vkPlatform.hpp | 143 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/external/vulkancts/ |
D | README.md | 222 if `vk::Platform::describePlatform()` is implemented.
|