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

  /packages/apps/Terminal/src/com/android/terminal/
TerminalService.java 17 package com.android.terminal;
26 * Background service that keeps {@link Terminal} instances running and warm
30 private final SparseArray<Terminal> mTerminals = new SparseArray<Terminal>();
43 public SparseArray<Terminal> getTerminals() {
48 // If our first terminal, start ourselves as long-lived service
53 final Terminal term = new Terminal();
60 final Terminal term = mTerminals.get(key);
64 // If our last terminal, tear down long-lived servic
    [all...]
TerminalLineView.java 17 package com.android.terminal;
19 import static com.android.terminal.Terminal.TAG;
27 import com.android.terminal.TerminalView.TerminalMetrics;
30 * Rendered contents of a single line of a {@link Terminal} session.
37 private final Terminal mTerm;
40 public TerminalLineView(Context context, Terminal term, TerminalMetrics metrics) {
57 Log.w(TAG, "onDraw() without a terminal");
TerminalView.java 17 package com.android.terminal;
19 import static com.android.terminal.Terminal.TAG;
39 import com.android.terminal.Terminal.CellRun;
40 import com.android.terminal.Terminal.TerminalClient;
43 * Rendered contents of a {@link Terminal} session.
51 private Terminal mTerm;
83 run = new Terminal.CellRun()
    [all...]
TerminalKeys.java 17 package com.android.terminal;
72 private Terminal mTerm;
198 public void setTerminal(Terminal term) {
Terminal.java 17 package com.android.terminal;
22 * Single terminal session backed by a pseudo terminal on the local device.
24 public class Terminal {
25 public static final String TAG = "Terminal";
55 // NOTE: clients must not call back into terminal while handling a callback,
115 public Terminal() {
128 * Start thread which internally forks and manages the pseudo terminal.
TerminalActivity.java 17 package com.android.terminal;
19 import static com.android.terminal.Terminal.TAG;
40 * Activity that displays all {@link Terminal} instances running in a bound
58 // Give ourselves at least one terminal session
93 final Terminal term = mService.getTerminals().valueAt(position);
  /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; }
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 17 #define LOG_TAG "Terminal"
108 * Terminal session
110 class Terminal {
112 Terminal(jobject callbacks);
113 ~Terminal();
162 Terminal* term = reinterpret_cast<Terminal*>(user);
173 Terminal* term = reinterpret_cast<Terminal*>(user);
185 Terminal* term = reinterpret_cast<Terminal*>(user)
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 63 case LExpr::Terminal:
64 // After reaching the terminal, it's time to recurse on the left.
68 // RHS is now a terminal. Recurse on Left.
88 case LExpr::Terminal:
89 // After reaching the terminal, it's time to perform identity comparisons.
99 return cast<Terminal>(LHS)->expr() == cast<Terminal>(RHS)->expr();
  /external/lldb/source/Host/common/
Android.mk 20 Terminal.cpp \
Terminal.cpp 1 //===-- Terminal.cpp --------------------------------------------*- C++ -*-===//
10 #include "lldb/Host/Terminal.h"
25 Terminal::IsATerminal () const
32 Terminal::SetEcho (bool enabled)
69 Terminal::SetCanonical (bool enabled)
  /packages/apps/Terminal/
Android.mk 16 LOCAL_PACKAGE_NAME := Terminal
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 2 Package generated from /Applications/Utilities/Terminal.app
6 warnpy3k("In 3.x, the Terminal module is removed.", stacklevel=2)
24 '????' : ('Terminal.Standard_Suite', 'Standard_Suite'),
25 '????' : ('Terminal.Text_Suite', 'Text_Suite'),
26 'trmx' : ('Terminal.Terminal_Suite', 'Terminal_Suite'),
84 class Terminal(Standard_Suite_Events,
90 _moduleName = 'Terminal'
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/static/
default.css 231 font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 133 wm title .h "Terminal Services VNC Viewer Help"
136 Terminal Services:
138 The Terminal Services VNC Viewer uses SSH to establish an encrypted
141 Through the SSH channel, it automatically starts x11vnc in terminal
146 You MUST be able to log in via SSH to the remote terminal server.
157 run with -tso or SSVNC_TS_ALWAYS set to prevent leaving the Terminal
163 Enter the remote VNC Terminal Services hostname in the
164 'VNC Terminal Server' entry.
175 a new ssh key in the terminal window that pops up), the VNC Viewer
180 x11vnc is run remotely to find or create your terminal services deskto
    [all...]
  /external/lldb/source/Core/
Debugger.cpp 37 #include "lldb/Host/Terminal.h"
199 // use-color changed. Ping the prompt so it can reset the ansi terminal codes.
667 // Turn off use-color if this is a dumb terminal.
748 // Save away the terminal state if that is relevant, so that we can restore it in RestoreInputState.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 948 plat-mac/lib-scriptpackages/Terminal
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 949 plat-mac/lib-scriptpackages/Terminal
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 158 milliseconds