Searched refs:terminal (Results 1 - 25 of 45) sorted by relevance

12

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUDisplay.java26 package de.mud.terminal;
H A DVDUInput.java25 package de.mud.terminal;
30 * An interface for a terminal that accepts input from keyboard and mouse.
51 * on the terminal (character coordinates) and the button clicked.
68 * Override the standard key codes used by the terminal emulation.
82 * Handle key Typed events for the terminal, this will get
/external/toybox/toys/pending/
H A Dinit.c71 struct termios terminal; local
73 tcgetattr(fd, &terminal);
74 terminal.c_cc[VINTR] = 3; //ctrl-c
75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/
76 terminal.c_cc[VERASE] = 127; //ctrl-?
77 terminal.c_cc[VKILL] = 21; //ctrl-u
78 terminal.c_cc[VEOF] = 4; //ctrl-d
79 terminal.c_cc[VSTART] = 17; //ctrl-q
80 terminal.c_cc[VSTOP] = 19; //ctrl-s
81 terminal
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTrie.java47 private final boolean terminal; field in class:Trie
72 this.terminal = depth == elements.get(start).getKey().length();
73 if (this.terminal) {
116 public boolean isTerminal() { return terminal; }
166 if (terminal) { strings.add(prefix); }
180 sb.append(terminal ? "terminal" : "nonterminal");
/external/parameter-framework/upstream/test/functional-tests-legacy/
H A DACTCampaignEngine.py51 self.terminal = sys.stdout
55 self.terminal.write(message)
/external/valgrind/gdbserver_tests/
H A Dnlvgdbsigqueue.stdoutB.exp16 Kill the program being debugged? (y or n) [answered Y; input not from terminal]
H A Dmcbreak.stdoutB.exp43 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
H A Dmcwatchpoints.stdoutB.exp33 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
/external/jline/src/src/main/java/jline/
H A DConsoleReader.java121 private final Terminal terminal; field in class:ConsoleReader
187 * the terminal to use
191 this.terminal = term;
212 bindings = terminal.getDefaultBindings();
255 return this.terminal;
311 * Query the terminal to find the current width;
314 * @return the width of the current terminal.
321 * Query the terminal to find the current width;
325 * @return the height of the current terminal.
360 // if the terminal i
[all...]
/external/libxml2/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DConsoleActivity.java73 import de.mud.terminal.VDUBuffer;
74 import de.mud.terminal.vt320;
313 // preload animations for terminal switching
403 TerminalView terminal = (TerminalView) flip;
408 final int moved = (int) (totalY / terminal.bridge.charHeight);
410 VDUBuffer buffer = terminal.bridge.getVDUBuffer();
424 terminal.bridge.tryKeyVibrate();
429 terminal.bridge.tryKeyVibrate();
590 getMenuInflater().inflate(R.menu.terminal, menu);
925 // inflate each terminal vie
[all...]
H A DTerminalView.java34 import de.mud.terminal.VDUBuffer;
43 * bitmap updates and passing keystrokes down to terminal.
102 // For creating the transform when the terminal resizes
/external/autotest/site_utils/
H A Dtest_droid.py24 import chromite.lib.terminal # pylint: disable=unused-import namespace
H A Dgenerate_test_report25 from chromite.lib import terminal namespace
422 self._color = terminal.Color(options.color)
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g264 | terminal
312 terminal
322 ( '^' -> ^('^' $terminal)
323 | '!' -> ^('!' $terminal)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3.g255 atom: terminal
301 terminal
308 ( '^' -> ^('^' $terminal)
309 | '!' -> ^('!' $terminal)
H A DANTLR.g746 LT(2).getCharPositionInLine()+1==LT(3).getCharPositionInLine()}? id WILDCARD (terminal|ruleref)) =>
747 id w=WILDCARD^ (terminal|ruleref) {$w.setType(DOT);}
748 | terminal
807 terminal
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHuffman.java139 // terminal node
144 // non-terminal node
171 Node terminal = new Node(sym, len);
190 current.children[i] = terminal;
196 // Null if terminal.
202 // Number of bits represented in the terminal node.
213 * Construct a terminal node.
/external/bison/doc/
H A Drefcard.tex337 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
340 \key{Declare a terminal symbol, and define its association.}
360 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
361 {\it non-terminal} symbol name, and {\it association} can be one of
404 non-terminal : {\it statement} 1
413 symbols that make up the non-terminal. For example:
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DRelay.java22 import de.mud.terminal.vt320;
H A DTerminalBridge.java43 import de.mud.terminal.VDUBuffer;
44 import de.mud.terminal.VDUDisplay;
45 import de.mud.terminal.vt320;
59 * Provides a bridge between a MUD terminal buffer and a possible TerminalView. This separation
121 * Create a new terminal bridge suitable for unit testing.
169 * Create new terminal bridge with following parameters.
211 // create terminal buffer and handle outgoing data
318 * Inject a specific string into this terminal. Used for post-login strings and pasting clipboard.
349 * Force disconnection of this terminal bridge.
451 * updated font size. We should recalculate terminal siz
[all...]
H A DTerminalKeyListener.java30 import de.mud.terminal.VDUBuffer;
31 import de.mud.terminal.vt320;
148 // check for terminal resizing keys
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DSelectionArea.java20 import de.mud.terminal.VDUBuffer;
23 * Keep track of a selection area for the terminal copying mechanism.
/external/walt/docs/
H A DDevelopment.md37 1. Switch Chromebook to terminal via ctrl+alt+f2 and log in as root
/external/mesa3d/docs/specs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for

Completed in 1814 milliseconds

12