Home
last modified time | relevance | path

Searched refs:shell_ (Results 1 – 3 of 3) 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/
DGame.h56 virtual void attach_shell(Shell &shell) { shell_ = &shell; } in attach_shell()
57 virtual void detach_shell() { shell_ = nullptr; } in detach_shell()
79 : settings_(), shell_(nullptr) in Game()
101 Shell *shell_; variable
DSmoke.cpp108 shell_->log(Shell::LOG_WARN, "cannot enable push constants"); in attach_shell()
583 const Shell::Context &ctx = shell_->context(); in attach_swapchain()
742 shell_->quit(); in on_key()
777 const Shell::BackBuffer &back = shell_->context().acquired_back_buffer; in on_frame()