Searched defs:terminal (Results 1 - 25 of 27) sorted by relevance

12

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DPrecomposer.java18 package 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
H A DVDUBuffer.java26 package de.mud.terminal;
H A Dvt320.java26 package de.mud.terminal;
31 * Implementation of a VT terminal emulation plus ANSI compatible.
55 * Write an answer back to the remote host. This is needed to be able to send terminal answers
64 * Write an answer back to the remote host. This is needed to be able to send terminal answers
147 * Sent the changed window size from the terminal to all listeners.
194 * Create a new vt320 terminal and intialize it with useful settings.
336 * Create a default vt320 terminal with 80 columns and 24 lines.
343 * Terminal is mouse-aware and requires (x,y) coordinates of on the terminal (character
426 * Enable or disable the local echo property of the terminal.
429 * true if the terminal shoul
[all...]
/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/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/python/cpython2/Parser/
H A Dspark.py700 children.append(self.terminal(arg))
703 def terminal(self, token): return token member in class:GenericASTBuilder
/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/ImageMagick/MagickCore/
H A Dxml-tree.c1973 terminal;
2013 terminal=utf8[length-1];
2141 ((*p == '\0') && (terminal != '>')))
2159 if ((*p == '>') || ((*p == '\0') && (terminal == '>')))
2191 if ((c == '\0') && (terminal != '>'))
2219 ((*p == '\0') && (terminal != '>')))
2259 if ((*p == '\0') && (terminal != '>'))
2294 (terminal != '>')))
1952 terminal; local
/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/python/cpython2/Modules/
H A Dparsermodule.c730 * Iterate across the children of the current non-terminal node and build
776 err_string("terminal nodes must have 2 or 3 entries");
784 "second item in terminal node must be a string,"
797 "third item in terminal node must be an"
869 "Illegal syntax-tree; cannot start with terminal symbol.");
920 static int validate_terminal(node *terminal, int type, char *string);
1014 validate_terminal(node *terminal, int type, char *string) argument
1016 int res = (validate_ntype(terminal, type)
1017 && ((string == 0) || (strcmp(string, STR(terminal)) == 0)));
1021 "Illegal terminal
[all...]
/external/libxml2/
H A Dxmlregexp.c3230 * If end of input on non-terminal state, rollback, however we may
3829 * End of input on non-terminal state, rollback, however we may
4211 * @terminal: return value if this was a terminal state
4221 xmlChar **values, int *terminal) {
4244 if (terminal != NULL) {
4247 *terminal = 1;
4249 *terminal = 0;
4275 if (terminal != NULL) {
4277 *terminal
4219 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4382 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4407 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4426 int terminal; local
[all...]
H A Dxmlschemas.c26091 int terminal, nbval = 10, nbneg; local
26129 &nbval, &nbneg, &values[0], &terminal);
26622 int terminal, nbval = 10, nbneg; local
26689 &values[0], &terminal);
H A Dtestapi.c33695 int * terminal; /* return value if this was a terminal state */ local
33710 terminal = gen_int_ptr(n_terminal, 5);
33712 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33720 des_int_ptr(n_terminal, terminal, 5);
33762 int * terminal; /* return value if this was a terminal state */ local
33775 terminal = gen_int_ptr(n_terminal, 4);
33777 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33784 des_int_ptr(n_terminal, terminal,
[all...]
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1051 milliseconds

12