Searched refs:m_shell (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.cpp | 63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal() 93 , m_shell (DE_NULL) in Display() 109 if (!m_shell) in Display() 114 if (m_shell) in Display() 115 wl_shell_destroy(m_shell); in Display() 132 if (m_shell) in ~Display() 133 wl_shell_destroy(m_shell); in ~Display()
|
D | tcuLnxWayland.hpp | 51 struct wl_shell* getShell (void) { return m_shell; } in getShell() 69 struct wl_shell* m_shell; member in tcu::lnx::wayland::Display
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() 142 m_shell = shell; in SetShell() 143 if (m_shell) { in SetShell() 144 FileSystem::Instance().ResolveExecutableLocation(m_shell); in SetShell() 168 m_shell.Clear(); in Clear() 249 if (m_shell) { in ConvertArgumentsForLaunchingInShell() 250 std::string shell_executable = m_shell.GetPath(); in ConvertArgumentsForLaunchingInShell() 332 std::string safe_arg = Args::GetShellSafeArgument(m_shell, argv[i]); in ConvertArgumentsForLaunchingInShell() 339 m_executable = m_shell; in ConvertArgumentsForLaunchingInShell()
|
/external/llvm-project/lldb/source/API/ |
D | SBPlatform.cpp | 57 m_shell = shell_interpreter.str(); in PlatformShellCommand() 59 if (!m_shell.empty() && !shell_command.empty()) in PlatformShellCommand() 64 : m_shell(), m_command(), m_working_dir(), m_status(0), m_signo(0) { in PlatformShellCommand() 71 std::string m_shell; member 224 if (m_opaque_ptr->m_shell.empty()) in GetShell() 226 return m_opaque_ptr->m_shell.c_str(); in GetShell() 234 m_opaque_ptr->m_shell = shell_interpreter; in SetShell() 236 m_opaque_ptr->m_shell.clear(); in SetShell() 597 shell_command.m_opaque_ptr->m_shell, command, FileSpec(working_dir), in Run()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessLaunchInfo.h | 152 FileSpec m_shell; variable
|