Home
last modified time | relevance | path

Searched refs:shell_ (Results 1 – 5 of 5) sorted by relevance

/external/shflags/lib/
Dversions108 shell_=$1
110 if [ ! -x "${shell_}" ]; then
116 case ${shell_} in
126 */bash) version_=`versions_shell_bash ${shell_}` ;;
133 */ksh) version_=`versions_shell_ksh ${shell_}` ;;
134 */pdksh) version_=`versions_shell_pdksh ${shell_}` ;;
135 */zsh) version_=`versions_shell_zsh ${shell_}` ;;
140 unset shell_ version_
/external/vulkan-validation-layers/demos/smoke/
DShellWayland.cpp90 _this->shell_ = static_cast<struct wl_shell *>( in handle_global()
126 if (shell_) in ~ShellWayland()
127 wl_shell_destroy(shell_); in ~ShellWayland()
152 if (!shell_) in init_connection()
155 if (shell_) in init_connection()
156 wl_shell_destroy(shell_); in init_connection()
173 shell_surface_ = wl_shell_get_shell_surface(shell_, surface_); in create_window()
DGame.h50 virtual void attach_shell(Shell &shell) { shell_ = &shell; } in attach_shell()
51 virtual void detach_shell() { shell_ = nullptr; } in detach_shell()
73 : settings_(), shell_(nullptr) in Game()
95 Shell *shell_; variable
DShellWayland.h48 struct wl_shell *shell_; variable
DSmoke.cpp103 shell_->log(Shell::LOG_WARN, "cannot enable push constants"); in attach_shell()
578 const Shell::Context &ctx = shell_->context(); in attach_swapchain()
737 shell_->quit(); in on_key()
772 const Shell::BackBuffer &back = shell_->context().acquired_back_buffer; in on_frame()