HomeSort by relevance Sort by last modified time
    Searched refs:terminal (Results 26 - 50 of 220) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/src/cmd/dist/
test_linux.go 16 // isTerminal reports whether fd is a terminal.
  /prebuilts/go/linux-x86/src/cmd/dist/
test_linux.go 16 // isTerminal reports whether fd is a terminal.
  /tools/repohooks/
pre-upload.py 48 import rh.terminal
59 COLOR = rh.terminal.Color()
86 rh.terminal.print_status_line(status_line, print_newline=True)
98 rh.terminal.print_status_line(status_line)
108 rh.terminal.print_status_line(status_line, print_newline=True)
120 rh.terminal.print_status_line(status_line, print_newline=True)
129 rh.terminal.print_status_line(status_line, print_newline=True)
204 if not rh.terminal.boolean_prompt(prompt):
341 color = rh.terminal.Color()
  /cts/tools/dasm/src/java_cup/
lalr_state.java 10 * states under terminal and non-terminal symbols. Each state represents
26 * above), and the terminal f followed by e.<p>
31 * This corresponds to "moving the dot past" a terminal in one or more items
39 * transition based on the non-terminal on the LHS of the production. This
294 itm.lookahead().add(terminal.EOF);
432 * are indexed by terminal symbols and correspond to either transitions
437 * out of a state on that non-terminal.<p>
476 for (int t = 0; t < terminal.number(); t++)
513 /* if its on an terminal add a shift entry *
    [all...]
Main.java 90 /** User option -- should we include non terminal symbol numbers in the
420 * sets of terminal, non-terminals, and productions which can be accessed
452 terminal term;
456 for (Enumeration t = terminal.all(); t.hasMoreElements(); )
458 term = (terminal)t.nextElement();
461 if (term == terminal.EOF) continue;
464 if (term == terminal.error) continue;
473 System.err.println("Warning: Terminal \"" + term.name() +
492 System.err.println("Warning: Non terminal \"" + nt.name() +
529 System.err.println(" Computing non-terminal nullability...")
    [all...]
emit.java 17 * <dd> this contains constant declarations for each terminal (and
18 * optionally each non-terminal).
30 * <dd> lists the LHS non terminal number, and the length of the RHS of
39 * of under the LHS non terminal symbol for the production (as if we
41 * RHS). This table is indexed by non terminal numbers and indicates
92 unused_term - count of unused terminal symbols.
93 unused_non_term - count of unused non terminal symbols.
244 terminal term;
267 for (Enumeration e = terminal.all(); e.hasMoreElements(); )
269 term = (terminal)e.nextElement()
    [all...]
  /packages/apps/SecureElement/src/com/android/se/security/ara/
AraController.java 41 import com.android.se.Terminal;
74 private Terminal mTerminal = null;
77 public AraController(AccessRuleCache cache, Terminal terminal) {
79 mTerminal = terminal;
  /external/jline/src/src/main/java/jline/
ConsoleReader.java 21 * function properly. See {@link Terminal#initializeTerminal} for convenience
119 * The Terminal to use.
121 private final Terminal terminal; field in class:ConsoleReader
174 this(in, out, bindings, Terminal.getTerminal());
187 * the terminal to use
190 Terminal term) throws IOException {
191 this.terminal = term;
212 bindings = terminal.getDefaultBindings();
254 public Terminal getTerminal()
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 252 * @param terminal Part of speech tag at the terminal
256 private boolean singleClauseConvert(LinkedList clauseList, String input, WnnPOS terminal, boolean all) {
265 if (addClause(clauseList, input, stem, null, terminal, all)) {
299 if (addClause(clauseList, input, stem, fzk, terminal, all)) {
317 * @param terminal Part of speech tag at the terminal
322 WnnPOS terminal, boolean all) {
326 if (connectible(stem.partOfSpeech.right, terminal.left)) {
331 && connectible(fzk.partOfSpeech.right, terminal.left))
    [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 101 int *terminal);
108 int *terminal);
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
FindAnyOpTest.java 75 Optional<Integer> or = withData(data).terminal(fs, s -> s.findAny()).equalator(VALID_ANSWER).exercise();
99 OptionalInt or = withData(data).terminal(fs, s -> s.findAny()).equalator(INT_VALID_ANSWER).exercise();
123 OptionalLong or = withData(data).terminal(fs, s -> s.findAny()).equalator(LONG_VALID_ANSWER).exercise();
147 OptionalDouble or = withData(data).terminal(fs, s -> s.findAny()).equalator(DOUBLE_VALID_ANSWER).exercise();
RangeTest.java 54 terminal(s->s.findFirst()).expectedResult(Optional.of(10001)).exercise();
133 terminal(s -> s.reduce(0, Integer::sum)).exercise();
139 terminal(s -> s.reduce(0, Integer::sum)).exercise();
216 terminal(s -> s.reduce(0, Long::sum)).exercise();
222 terminal(s -> s.reduce(0, Long::sum)).exercise();
TabulatorsTest.java 253 .terminal(s -> s.collect(collector))
259 .terminal(s -> s.unordered().collect(collector))
284 withData(data).terminal(s -> s.collect(collector)).expectedResult(check).exercise();
339 .terminal(s -> s.map(Object::toString).collect(Collectors.joining()))
345 .terminal(s -> s.map(Object::toString).collect(likeJoining))
350 .terminal(s -> s.map(Object::toString).collect(Collectors.joining(",")))
355 .terminal(s -> s.map(Object::toString).collect(Collectors.joining(",", "[", "]")))
360 .terminal(s -> s.map(Object::toString)
367 .terminal(s -> s.map(Object::toString)
376 .terminal(s -> s.map(Object::toString
    [all...]
  /packages/apps/Terminal/src/com/android/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) {
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);
  /packages/apps/SecureElement/src/com/android/se/
Channel.java 50 private Terminal mTerminal;
56 Channel(SecureElementSession session, Terminal terminal, int channelNumber,
58 if (terminal == null) {
62 mTerminal = terminal;
239 throw new SecurityException("Access Controller not set for Terminal: "
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 73 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
933 TerminalView terminal = new TerminalView(ConsoleActivity.this, bridge); local
    [all...]
  /cts/tools/dasm/src/dasm/
parser.cup 60 terminal token
86 terminal str_token Str, Word, Insn;
87 terminal int_token Int;
88 terminal number_token Num;
89 terminal relative_number_token Relative;
91 non terminal str_token classname, inner_name, inner_inner, inner_outer, optional_signature;
92 non terminal variant_token optional_default, item, any_item;
95 non terminal symbol
122 non terminal int_token access;
  /system/extras/tests/sdcard/
plot_sdcard.py 225 terminal='png')
261 terminal='png')
284 terminal='png')
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 264 | terminal
312 terminal
322 ( '^' -> ^('^' $terminal)
323 | '!' -> ^('!' $terminal)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 255 atom: terminal
301 terminal
308 ( '^' -> ^('^' $terminal)
309 | '!' -> ^('!' $terminal)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Huffman.java 139 // terminal node
144 // non-terminal node
171 Node terminal = new Node(sym, len); local
190 current.children[i] = terminal;
196 // Null if terminal.
199 // Terminal nodes have a symbol.
202 // Number of bits represented in the terminal node.
213 * Construct a terminal node.
  /external/valgrind/gdbserver_tests/
mcbreak.stdoutB.exp 43 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
mcwatchpoints.stdoutB.exp 33 Delete all breakpoints? (y or n) [answered Y; input not from terminal]

Completed in 1500 milliseconds

12 3 4 5 6 7 8 9