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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Terminal/res/values/
strings.xml 18 <!-- Title of the Terminal activity. -->
19 <string name="app_label">Terminal</string>
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 4 /** This class represents a (terminal or non-terminal) symbol that, among
40 /** The symbol number of the terminal or non terminal being represented */
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ForEachOpTest.java 99 terminal(terminalFunc).
105 terminal(s -> s.map(LambdaTestHelpers.identity()), terminalFunc).
120 terminal(terminalFunc).
126 terminal(s -> s.map(LambdaTestHelpers.identity()), terminalFunc).
147 terminal(terminalFunc).
153 terminal(s -> s.map(i -> i), terminalFunc).
168 terminal(terminalFunc).
174 terminal(s -> s.map(i -> i), terminalFunc).
195 terminal(terminalFunc).
201 terminal(s -> s.map(i -> i), terminalFunc)
    [all...]
  /ndk/sources/host-tools/make-3.81/
rule.h 29 char terminal; /* If terminal (double-colon). */ member in struct:rule
52 extern void install_pattern_rule PARAMS ((struct pspec *p, int terminal));
57 char **target_percents, int terminal,
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
strip 15 TEST1 := "Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFUL planet -- I wonder if we will ever reach their level of COMPARATIVE SHOPPING..."
46 $answer = "\"Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFUL planet -- I wonder if we will ever reach their level of COMPARATIVE SHOPPING...\"
  /packages/apps/Terminal/
Android.mk 16 LOCAL_PACKAGE_NAME := Terminal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
audio.h 77 /* Terminals - 2.1 USB Terminal Types */
82 /* Terminal Control Selectors */
89 __le16 wTotalLength; /* includes Unit and Terminal desc. */
108 /* 4.3.2.1 Input Terminal Descriptor */
113 __u8 bTerminalID; /* Constant uniquely terminal ID */
114 __le16 wTerminalType; /* USB Audio Terminal Types */
115 __u8 bAssocTerminal; /* ID of the Output Terminal associated */
124 /* Terminals - 2.2 Input Terminal Types */
133 /* 4.3.2.2 Output Terminal Descriptor */
138 __u8 bTerminalID; /* Constant uniquely terminal ID *
    [all...]
  /external/bison/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/bison/runtime-po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/e2fsprogs/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/elfutils/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/libexif/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /ndk/sources/host-tools/make-3.81/po/
en@boldquot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
  /external/libweave/include/weave/
command.h 62 // Sets command into terminal "done" state.
69 // This is not terminal state. Command can be resumed with |SetProgress| call.
73 // This is not terminal state. Command can be resumed with |SetProgress| call.
77 // Sets command into terminal "aborted" state.
81 // Sets command into terminal "canceled" state.
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUInput.java 25 package de.mud.terminal;
30 * An interface for a terminal that accepts input from keyboard and mouse.
51 * Terminal is mouse-aware and requires (x,y) coordinates of
52 * on the terminal (character coordinates) and the button clicked.
60 * Terminal is mouse-aware and requires the coordinates and button
69 * Override the standard key codes used by the terminal emulation.
83 * Handle key Typed events for the terminal, this will get
  /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...]
  /cts/tools/dasm/src/java_cup/
symbol.java 11 * @see java_cup.terminal
78 /** Index of this symbol (terminal or non terminal) in the parse tables.
80 * however, a terminal may have the same index as a non-terminal, etc.
84 /** Index of this symbol (terminal or non terminal) in the parse tables.
86 * however, a terminal may have the same index as a non-terminal, etc.
92 /** Indicate if this is a non-terminal. Here in the base class w
    [all...]
non_terminal.java 6 /** This class represents a non-terminal symbol in the grammar. Each
7 * non terminal has a textual name, an index, and a string which indicates
22 * @param nm the name of the non terminal.
23 * @param tp the type string for the non terminal.
36 // throw new internal_error("Duplicate non-terminal ("+nm+") created");
37 (new internal_error("Duplicate non-terminal ("+nm+") created")).crash();
46 * @param nm the name of the non terminal.
65 /** lookup a non terminal by name string */
86 /** Static counter for creating unique non-terminal names */
91 /** special non-terminal for start symbol *
    [all...]
  /external/toybox/toys/pending/
init.c 71 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.c_cc[VSUSP] = 26; //ctrl-
    [all...]

Completed in 512 milliseconds

12 3 4 5 6 7 8 91011>>