/external/llvm/utils/lit/lit/ |
ProgressBar.py | 11 a terminal. 16 output to the terminal: 27 If the terminal doesn't support a given action, then the value of 31 Also, this means that you can test whether the terminal supports a 37 ... print 'This terminal supports clearning the screen.' 39 Finally, if the width and height of the terminal are known, then 66 # Terminal size: 67 COLS = None #: Width of the terminal (None for unknown) 68 LINES = None #: Height of the terminal (None for unknown) 88 with appropriate values for the current terminal [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...] |
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...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
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 "$@"
|
/cts/tools/dasm/src/java_cup/runtime/ |
token.java | 4 /** This subclass of symbol represents (at least) terminal symbols returned
|
/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sgtty.h | 32 /* Fill in *PARAMS with terminal parameters associated with FD. */ 35 /* Set the terminal parameters associated with FD to *PARAMS. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
pt_chown | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
sgtty.h | 32 /* Fill in *PARAMS with terminal parameters associated with FD. */ 35 /* Set the terminal parameters associated with FD to *PARAMS. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
pt_chown | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
sgtty.h | 32 /* Fill in *PARAMS with terminal parameters associated with FD. */ 35 /* Set the terminal parameters associated with FD to *PARAMS. */
|
/external/chromium/chrome/browser/ |
platform_util_linux.cc | 24 // to a command that needs a terminal. Set the environment variable telling 25 // it that we definitely don't have a terminal available and that it should 26 // bring up a new terminal if necessary. See "man mailcap".
|
/external/chromium/chrome/common/ |
auto_start_linux.cc | 41 std::string terminal = is_terminal_app ? "true" : "false"; local 45 "Terminal=" + terminal + "\n"
|
/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)
|
/external/grub/stage2/ |
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 */
|
/external/smack/src/com/kenai/jbosh/ |
TerminalBindingCondition.java | 23 * Terminal binding conditions and their associated messages. 167 * Lookup the terminal binding condition instance with the condition 171 * @return terminal binding condition instance, or {@code null} if no 179 * Lookup the terminal binding condition instance associated with the 183 * @return terminal binding condition instance, or {@code null} if no
|
/ndk/sources/host-tools/make-3.81/ |
rule.c | 294 rule->terminal = 0; 360 TERMINAL specifies what the `terminal' field of the rule should be. */ 363 install_pattern_rule (struct pspec *p, int terminal) 396 r->terminal = terminal; 468 It is a terminal rule if TERMINAL is nonzero. This rule overrides 477 int terminal, struct dep *deps, 516 r->terminal = terminal 545 register unsigned int rules, terminal; local [all...] |
/external/chromium/net/http/ |
disk_cache_based_ssl_host_info.h | 96 // WaitForDataReadyDone is the terminal state of the read operation. 99 // SetDone is the terminal state of the write operation.
|
/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.
|
/external/openfst/src/extensions/pdt/ |
pdtreplace.cc | 18 // Converts an RTN represented by FSTs and non-terminal labels into a PDT . 34 usage += " and non-terminal labels into PDT";
|