HomeSort by relevance Sort by last modified time
    Searched full:terminal (Results 1 - 25 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 1 // Ends with a statement, and no terminal newline.
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpa_gui.desktop 8 Terminal=false
  /cts/tools/dasm/src/java_cup/
terminal.java 6 /** This class represents a terminal symbol in the grammar. Each terminal
15 public class terminal extends symbol { class in inherits:symbol
22 * @param nm the name of the terminal.
23 * @param tp the type of the terminal.
25 public terminal(String nm, String tp) method in class:terminal
36 // throw new internal_error("Duplicate terminal (" + nm + ") created");
37 (new internal_error("Duplicate terminal (" + nm + ") created")).crash();
49 * @param nm the name of the terminal.
51 public terminal(String nm) method in class:terminal
    [all...]
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...]
terminal_set.java 20 _elements = new BitSet(terminal.number());
73 /** Determine if the set contains a particular terminal.
74 * @param sym the terminal symbol we are looking for.
76 public boolean contains(terminal sym)
85 /** Given its index determine if the set contains a particular terminal.
86 * @param indx the index of the terminal in question.
127 /** Add a single terminal to the set.
128 * @param sym the terminal being added.
131 public boolean add(terminal sym)
150 /** Remove a terminal if it is in the set
    [all...]
parser.cup 35 These sections declare all the terminal and non terminal symbols
128 /** left hand side non terminal of the current production */
162 terminal java_cup.runtime.token
163 PACKAGE, IMPORT, CODE, ACTION, PARSER, TERMINAL, NON, INIT, SCAN, WITH,
167 terminal java_cup.runtime.str_token ID, CODE_STRING;
169 non terminal java_cup.runtime.symbol
177 non terminal java_cup.runtime.str_token nt_id, symbol_id, label_id, opt_label;
187 /* declare "error" as a terminal */
188 symbols.put("error", new symbol_part(terminal.error))
    [all...]
  /external/grub/stage2/
term.h 1 /* term.h - definitions for terminal handling */
39 /* Flags for representing the capabilities of a terminal. */
43 - If a terminal is dumb, you may assume that only putchar, getkey and
52 /* Set when the terminal cannot do fancy things. */
54 /* Set when the terminal needs to be initialized. */
59 /* The name of a terminal. */
86 /* This points to the current terminal. This is useful, because only
87 a single terminal is enabled normally. */
terminfo.c 23 * terminal capabilities. It knows the difference between a vt52 and vt100
24 * terminal (and much more) and is mainly used the terminal emulation
33 /* Current terminal capabilities. Default is "vt100". */
246 /* set the current terminal emulation to use */
253 /* get the current terminal emulation */
  /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 */
token.java 4 /** This subclass of symbol represents (at least) terminal symbols returned
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pty.h 31 /* Create pseudo tty master slave pair with NAME and set terminal
37 /* Create child process and establish the slave pseudo terminal as the
38 child's controlling terminal. */
sgtty.h 32 /* Fill in *PARAMS with terminal parameters associated with FD. */
35 /* Set the terminal parameters associated with FD to *PARAMS. */
  /external/qemu/
json-lexer.c 68 #define TERMINAL(state) [0 ... 0x7F] = (state)
72 TERMINAL(JSON_STRING),
151 TERMINAL(JSON_INTEGER),
158 TERMINAL(JSON_FLOAT),
173 TERMINAL(JSON_FLOAT),
185 TERMINAL(JSON_INTEGER),
199 TERMINAL(JSON_KEYWORD),
205 TERMINAL(JSON_SKIP),
214 TERMINAL(JSON_OPERATOR),
219 TERMINAL(JSON_ESCAPE)
    [all...]
qemu-char.h 10 #define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
12 #define CHR_EVENT_MUX_IN 3 /* mux-focus was set to this terminal */
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ResultCode.java 21 * Enumeration for the return code in TERMINAL RESPONSE.
87 /** Terminal currently unable to process command */
118 /** Command beyond terminal's capabilities */
121 /** Command type not understood by terminal */
124 /** Command data not understood by terminal */
127 /** Command number not known by terminal */
Tone.java 71 // Terminal proprietary tones
100 * This tone is to be used in critical situations. The terminal shall make
102 * from the volume setting in the terminal.
  /build/core/
process_wrapper.sh 16 gnome-terminal -t "Wrapper: $1" --disable-factory -x $2/process_wrapper_gdb.sh "$@"
  /external/bzip2/
bzmore.1 24 one screenful at a time on a soft-copy terminal.
43 to determine terminal characteristics,
45 On a terminal capable of displaying 24 lines,
127 At any time when output is being sent to the terminal, the user can
134 fact that any characters waiting in the terminal's output queue
137 The terminal is set to
140 What you type will thus not show on your terminal, except for the / and !
150 /etc/termcap Terminal data base
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
pt_chown 
  /external/dropbear/libtommath/logs/
graphs.dem 1 set terminal png
  /external/svox/pico/lib/
picospho.h 69 PICODATA_ITEMINFO2_BOUNDTYPE_P (non-terminal phrase)
70 PICODATA_ITEMINFO2_BOUNDTYPE_T (terminal phrase)
71 PICODATA_ITEMINFO2_BOUNDTYPE_Q (question terminal phrase)
72 PICODATA_ITEMINFO2_BOUNDTYPE_E (exclamation terminal phrase)
  /frameworks/base/docs/html/guide/developing/tools/
aapt.jd 10 For more usage details, open a terminal, go to the <code>tools/</code> directory, and run the command:
  /development/tools/makedict/src/com/android/tools/dict/
MakeBinaryDictionary.java 61 boolean terminal; field in class:MakeBinaryDictionary.CharNode
165 roots.get(index).terminal = true;
192 child.terminal = true;
200 static final int FLAGS_WIDTH = 1; // Terminal flag (word end)
221 dictSize += 1; // Space for just the terminal/address flags
226 if (node.terminal) {
246 if (node.terminal) {
307 boolean terminal = (dict[pos] & 0x80) > 0;
317 if (terminal) {
  /external/grub/
AUTHORS 19 hidden menu support, the new Linux loader, serial terminal support,
45 logical partitions, and did a significant bugfix for the terminal stuff.

Completed in 255 milliseconds

1 2 3 4 5 6 7 8 91011>>