OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Terminal
(Results
1 - 8
of
8
) 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
...]
/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
; }
/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
...]
/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
.
/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 320 milliseconds