HomeSort by relevance Sort by last modified time
    Searched defs:Terminal (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Host/
Terminal.h 1 //===-- Terminal.h ----------------------------------------------*- C++ -*-===//
20 class Terminal
24 Terminal (int fd = -1) :
29 ~Terminal ()
67 int m_fd; // This may or may not be a terminal file descriptor
72 /// @class State Terminal.h "lldb/Host/Terminal.h"
73 /// @brief A terminal state saving/restoring class.
75 /// This class can be used to remember the terminal state for a file
174 Terminal m_tty; ///< A termina
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 25 Terminal,
43 class Terminal : public LExpr {
47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {}
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 49 Terminal,

Completed in 2247 milliseconds