Home
last modified time | relevance | path

Searched refs:Platform (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp37 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform, private vk::P… class
40 Platform (void);
41 virtual ~Platform (void);
43 …virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&… in getGLPlatform()
44 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform()
45 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform()
DtcuNullPlatform.cpp68 Platform::Platform (void) in Platform() function in tcu::null::Platform
74 Platform::~Platform (void) in ~Platform()
78 vk::Library* Platform::createLibrary (void) const in createLibrary()
83 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits()
96 tcu::Platform* createPlatform (void) in createPlatform()
98 return new tcu::null::Platform(); in createPlatform()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp39 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform, private vk::P… class
42 Platform (NativeActivity& activity);
43 virtual ~Platform (void);
47 …virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&… in getGLPlatform()
48 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform()
49 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform()
/external/deqp/framework/common/
DtcuPlatform.cpp29 Platform::Platform (void) in Platform() function in tcu::Platform
33 Platform::~Platform (void) in ~Platform()
37 bool Platform::processEvents (void) in processEvents()
42 const glu::Platform& Platform::getGLPlatform (void) const in getGLPlatform()
47 const eglu::Platform& Platform::getEGLPlatform (void) const in getEGLPlatform()
52 const vk::Platform& Platform::getVulkanPlatform (void) const in getVulkanPlatform()
DtcuPlatform.hpp30 class Platform;
35 class Platform;
40 class Platform;
67 class Platform class
70 Platform (void);
71 virtual ~Platform (void);
100 virtual const glu::Platform& getGLPlatform (void) const;
112 virtual const eglu::Platform& getEGLPlatform (void) const;
114 virtual const vk::Platform& getVulkanPlatform (void) const;
DtcuTestContext.hpp36 class Platform;
51 …TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine,…
57 Platform& getPlatform (void) { return m_platform; } in getPlatform()
77 Platform& m_platform; //!< Platform port implementation.
/external/deqp/framework/platform/win32/
DtcuWin32Platform.hpp38 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform class
41 Platform (void);
42 ~Platform (void);
46 …const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this… in getGLPlatform()
48 …const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*t… in getEGLPlatform()
50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; } in getVulkanPlatform()
DtcuWin32Platform.cpp34 Platform::Platform (void) in Platform() function in tcu::win32::Platform
71 Platform::~Platform (void) in ~Platform()
75 bool Platform::processEvents (void) in processEvents()
91 tcu::Platform* createPlatform (void) in createPlatform()
93 return new tcu::win32::Platform(); in createPlatform()
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.hpp38 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform class
41 Platform (void);
42 virtual ~Platform (void);
44 …virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&… in getGLPlatform()
45 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform()
DtcuRaspiPlatform.cpp30 tcu::Platform* createPlatform (void) in createPlatform()
32 return new tcu::rpi::Platform(); in createPlatform()
175 Platform::Platform (void) in Platform() function in tcu::rpi::Platform
183 Platform::~Platform (void) in ~Platform()
/external/lldb/source/Target/
DPlatform.cpp53 Platform::GetHostPlatformName () in GetHostPlatformName()
69 Platform::GetDefaultPlatform () in GetDefaultPlatform()
75 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp) in SetDefaultPlatform()
83 Platform::GetFile (const FileSpec &platform_file, in GetFile()
93 Platform::LocateExecutableScriptingResources (Target *target, Module &module) in LocateExecutableScriptingResources()
98 Platform*
99 Platform::FindPlugin (Process *process, const ConstString &plugin_name) in FindPlugin()
112 std::unique_ptr<Platform> instance_ap(create_callback(process, &arch)); in FindPlugin()
121 std::unique_ptr<Platform> instance_ap(create_callback(process, nullptr)); in FindPlugin()
130 Platform::GetSharedModule (const ModuleSpec &module_spec, in GetSharedModule()
[all …]
/external/deqp/framework/platform/X11/
DtcuX11Platform.cpp47 class X11GLPlatform : public glu::Platform
75 class X11VulkanPlatform : public vk::Platform
107 class X11Platform : public tcu::Platform
112 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; } in getGLPlatform()
115 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; } in getEGLPlatform()
118 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform()
123 x11::egl::Platform m_eglPlatform;
145 tcu::Platform* createPlatform (void) in createPlatform()
DtcuX11EglPlatform.hpp38 class Platform : public eglu::Platform class
41 Platform (EventState& eventState);
42 ~Platform (void) {} in ~Platform()
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DJmeSystemDelegate.java125 public Platform getPlatform() { in getPlatform()
130 return is64 ? Platform.Windows64 : Platform.Windows32; in getPlatform()
132 return is64 ? Platform.Linux64 : Platform.Linux32; in getPlatform()
135 return is64 ? Platform.MacOSX_PPC64 : Platform.MacOSX_PPC32; in getPlatform()
137 return is64 ? Platform.MacOSX64 : Platform.MacOSX32; in getPlatform()
/external/compiler-rt/make/
DAppleBI.mk51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
60 $(call GetCNAVar,CC,Platform.darwin_bni,Release,$*) \
77 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
78 $(call GetCNAVar,DSYMUTIL,Platform.darwin_bni,Release,) $@
92 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
98 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
106 $(call GetCNAVar,AR,Platform.darwin_bni,Release,) -d $@ $${DEL_LIST}; \
107 $(call GetCNAVar,RANLIB,Platform.darwin_bni,Release,) $@ ; \
113 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
121 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt_sim.dylib \
[all …]
/external/deqp/framework/egl/
DegluPlatform.cpp31 Platform::Platform (void) in Platform() function in eglu::Platform
35 Platform::~Platform (void) in ~Platform()
39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co… in createDefaultGLFunctionLibrary()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh74 class Platform : public tcu::Platform, private glu::Platform class
77 Platform (ScreenManager* screenManager);
78 virtual ~Platform (void);
80 …const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*th… in getGLPlatform()
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in2Platform)\PlatformToolsets\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="E…
3 …etsPath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(V…
/external/deqp/framework/opengl/
DgluPlatform.cpp34 Platform::Platform (void) in Platform() function in glu::Platform
38 Platform::~Platform (void) in ~Platform()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.hpp33 class OSXPlatform : public tcu::Platform, private glu::Platform
39 …const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this);… in getGLPlatform()
/external/v8/src/
Dv8.h26 static void InitializePlatform(v8::Platform* platform);
28 static v8::Platform* GetCurrentPlatform();
31 static void SetPlatformForTesting(v8::Platform* platform);
41 static v8::Platform* platform_;
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp31 Platform *
93 static ConstString g_host_name(Platform::GetHostPlatformName ()); in GetPluginNameStatic()
123 Platform::SetDefaultPlatform (default_platform_sp); in Initialize()
142 Platform(is_host) in PlatformFreeBSD()
354 return Platform::GetHostname(); in GetHostname()
382 m_remote_platform_sp = Platform::Create ("remote-gdb-server", error); in ConnectRemote()
433 success = Platform::GetProcessInfo (pid, process_info); in GetProcessInfo()
452 match_count = Platform::FindProcesses (match_info, process_infos); in FindProcesses()
469 error = Platform::LaunchProcess (launch_info); in LaunchProcess()
533 const char *user_name = Platform::GetUserName(uid); in GetUserName()
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLSocketImpl.java155 private final Object guard = Platform.closeGuardGet();
261 peerHostname = Platform.getHostStringFromInetSocketAddress( in connect()
316 Platform.closeGuardOpen(guard, "close"); in startHandshake()
358 Platform.getFileDescriptor(socket), this, getSoTimeout(), client, in startHandshake()
384 Platform.logEvent(logMessage); in startHandshake()
596 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
612 Platform.checkClientTrusted(x509tm, peerCertChain, authType, this); in verifyCertificateChain()
741 Platform.blockGuardOnNetwork(); in read()
758 return NativeCrypto.SSL_read(sslNativePointer, Platform.getFileDescriptor(socket), in read()
808 Platform.blockGuardOnNetwork(); in write()
[all …]
/external/v8/test/cctest/
Dtest-trace-event.cc43 class MockTracingPlatform : public v8::Platform {
45 explicit MockTracingPlatform(v8::Platform* platform) {} in MockTracingPlatform()
112 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
126 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
148 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
169 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
190 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
214 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
243 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
261 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DJmeAndroidSystem.java14 import com.jme3.system.Platform;
74 public Platform getPlatform() { in getPlatform()
78 return Platform.Android_ARM5; in getPlatform()
80 return Platform.Android_ARM6; in getPlatform()
82 return Platform.Android_ARM7; in getPlatform()
84 return Platform.Android_ARM5; // unknown ARM in getPlatform()

12345678910>>...17