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

  /prebuilts/gdb/darwin-x86/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'
  /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/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/jline/src/src/main/java/jline/
Terminal.java 12 * Representation of the input terminal for a platform. Handles
19 public abstract class Terminal implements ConsoleOperations {
20 private static Terminal term;
25 public static Terminal getTerminal() {
30 * Reset the current terminal to null.
37 * <p>Configure and return the {@link Terminal} instance for the
43 * <p>This class will use the Terminal implementation specified in the
44 * <em>jline.terminal</em> system property, or, if it is unset, by
51 public static synchronized Terminal setupTerminal() {
56 final Terminal t
    [all...]
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 17 #define LOG_TAG "Terminal"
106 * Terminal session
108 class Terminal {
110 Terminal(jobject callbacks);
111 ~Terminal();
160 Terminal* term = reinterpret_cast<Terminal*>(user);
171 Terminal* term = reinterpret_cast<Terminal*>(user);
183 Terminal* term = reinterpret_cast<Terminal*>(user)
    [all...]
  /packages/apps/Terminal/src/com/android/terminal/
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.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 87 Update the multi-instance device path of Terminal Device based on
88 the global TerminalMenu. If ChangeTernimal is TRUE, the terminal
89 device path in the Terminal Device in TerminalMenu is also updated.
92 @param ChangeTerminal TRUE, then device path in the Terminal Device
222 Update the device path that describing a terminal device
226 @param DevicePath terminal device's path
381 Test whether DevicePath is a valid Terminal
385 @param Termi If DevicePath is valid Terminal, terminal type is returned.
386 @param Com If DevicePath is valid Terminal, Com Port type is returned.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
ConsoleOption.c 102 Update the multi-instance device path of Terminal Device based on
103 the global TerminalMenu. If ChangeTernimal is TRUE, the terminal
104 device path in the Terminal Device in TerminalMenu is also updated.
107 @param ChangeTerminal TRUE, then device path in the Terminal Device
219 Update the device path that describing a terminal device
223 @param DevicePath terminal device's path
378 Test whether DevicePath is a valid Terminal
382 @param Termi If DevicePath is valid Terminal, terminal type is returned.
383 @param Com If DevicePath is valid Terminal, Com Port type is returned.
    [all...]
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /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 419 milliseconds