HomeSort by relevance Sort by last modified time
    Searched refs:shell_ (Results 1 - 7 of 7) sorted by null

  /external/shflags/lib/
versions 108 shell_=$1
110 if [ ! -x "${shell_}" ]; then
116 case ${shell_} in
120 #version_=`versions_shell_bash ${shell_}`
122 #[ -z "${version_}" ] && version_=`versions_shell_ksh ${shell_}`
124 #[ -z "${version_}" ] && version_=`versions_shell_zsh ${shell_}`
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_}` ;;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Game.h 50 virtual void attach_shell(Shell &shell) { shell_ = &shell; }
51 virtual void detach_shell() { shell_ = nullptr; }
73 : settings_(), shell_(nullptr)
95 Shell *shell_; member in class:Game
ShellWayland.cpp 90 _this->shell_ = static_cast<struct wl_shell *>(
126 if (shell_)
127 wl_shell_destroy(shell_);
152 if (!shell_)
155 if (shell_)
156 wl_shell_destroy(shell_);
173 shell_surface_ = wl_shell_get_shell_surface(shell_, surface_);
ShellWayland.h 48 struct wl_shell *shell_; member in class:ShellWayland
Smoke.cpp 103 shell_->log(Shell::LOG_WARN, "cannot enable push constants");
578 const Shell::Context &ctx = shell_->context();
737 shell_->quit();
772 const Shell::BackBuffer &back = shell_->context().acquired_back_buffer;
  /build/kati/
exec.cc 49 shell_ = ev->GetShell();
110 int result = RunCommand(shell_, shellflag_,
140 string shell_; member in class:__anon1405::Executor
ninja.cc 187 shell_ = EscapeNinja(ev->GetShell());
509 *o << " command = " << shell_ << " $out.rsp\n"; local
512 *o << " command = " << shell_ << ' ' << shell_flags_
788 string shell_; member in class:NinjaGenerator

Completed in 126 milliseconds