/external/deqp/framework/platform/null/ |
D | tcuNullPlatform.hpp | 37 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()
|
D | tcuNullPlatform.cpp | 68 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/ |
D | tcuAndroidPlatform.hpp | 39 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/ |
D | tcuPlatform.cpp | 29 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()
|
D | tcuPlatform.hpp | 30 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;
|
D | tcuTestContext.hpp | 36 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/ |
D | tcuWin32Platform.hpp | 38 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()
|
D | tcuWin32Platform.cpp | 34 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/ |
D | tcuRaspiPlatform.hpp | 38 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()
|
D | tcuRaspiPlatform.cpp | 30 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/ |
D | Platform.cpp | 53 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/ |
D | tcuX11Platform.cpp | 47 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()
|
D | tcuX11EglPlatform.hpp | 38 class Platform : public eglu::Platform class 41 Platform (EventState& eventState); 42 ~Platform (void) {} in ~Platform()
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | JmeSystemDelegate.java | 125 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/ |
D | AppleBI.mk | 51 $(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/ |
D | egluPlatform.cpp | 31 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/ |
D | tcuIOSPlatform.hh | 74 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/ |
D | Microsoft.Cpp.Win32.llvm.props.in | 2 …Platform)\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/ |
D | gluPlatform.cpp | 34 Platform::Platform (void) in Platform() function in glu::Platform 38 Platform::~Platform (void) in ~Platform()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.hpp | 33 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/ |
D | v8.h | 26 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/ |
D | PlatformFreeBSD.cpp | 31 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/ |
D | OpenSSLSocketImpl.java | 155 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/ |
D | test-trace-event.cc | 43 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/ |
D | JmeAndroidSystem.java | 14 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()
|