Home
last modified time | relevance | path

Searched refs:describePlatform (Results 1 – 17 of 17) sorted by relevance

/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTCK.java88 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/
DtcuX11VulkanPlatform.hpp41 void describePlatform (std::ostream& dst) const;
DtcuX11VulkanPlatform.cpp175 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::x11::VulkanPlatform
/external/deqp/framework/platform/wayland/
DtcuWaylandVulkanPlatform.hpp41 void describePlatform (std::ostream& dst) const;
DtcuWaylandVulkanPlatform.cpp123 void WaylandVulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::wayland::WaylandVulkanPlatform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp45 void describePlatform (std::ostream& dst) const;
DtcuWin32VulkanPlatform.cpp187 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidUtil.hpp53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
DtcuAndroidPlatform.hpp55 void describePlatform (std::ostream& dst) const;
DtcuAndroidPlatform.cpp313 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::Android::Platform
315 tcu::Android::describePlatform(m_activity.getNativeActivity(), dst); in describePlatform()
DtcuAndroidUtil.cpp313 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/
DvkPlatform.cpp74 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in vk::Platform
DvkPlatform.hpp143 virtual void describePlatform (std::ostream& dst) const;
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/
DSearchWorkingInstantiator.java39 System.out.println(PlatformDescription.describePlatform()); in main()
/external/objenesis/main/src/main/java/org/objenesis/strategy/
DPlatformDescription.java88 public static String describePlatform() { in describePlatform() method in PlatformDescription
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
/external/deqp/external/vulkancts/
DREADME.md222 if `vk::Platform::describePlatform()` is implemented.