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

  /external/vulkan-validation-layers/demos/smoke/
Game.cpp 29 shell_->log(Shell::LogPriority::LOG_INFO, ss.str().c_str());
34 shell_->quit();
Game.h 57 virtual void attach_shell(Shell &shell) { shell_ = &shell; }
58 virtual void detach_shell() { shell_ = nullptr; }
85 Game(const std::string &name, const std::vector<std::string> &args) : settings_(), shell_(nullptr) {
114 Shell *shell_; member in class:Game
ShellWayland.cpp 178 shell->shell_ = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1);
206 if (shell_) wl_shell_destroy(shell_);
225 if (!shell_) throw std::runtime_error("failed to bind shell");
236 shell_surface_ = wl_shell_get_shell_surface(shell_, surface_);
ShellWayland.h 48 wl_shell *shell_; member in class:ShellWayland
Smoke.cpp 102 shell_->log(Shell::LOG_WARN, "cannot enable push constants");
535 const Shell::Context &ctx = shell_->context();
718 const Shell::BackBuffer &back = shell_->context().acquired_back_buffer;
  /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...]
  /build/kati/
exec.cc 48 shell_ = ev->GetShell();
108 int result = RunCommand(shell_, shellflag_, command->cmd.c_str(),
134 string shell_; member in class:__anon1520::Executor
ninja.cc 187 shell_ = EscapeNinja(ev->GetShell());
508 *o << " command = " << shell_ << " $out.rsp\n"; local
511 *o << " command = " << shell_ << ' ' << shell_flags_ << " \"" << cmd_buf
792 string shell_; member in class:NinjaGenerator

Completed in 352 milliseconds