Searched refs:terminal (Results 1 - 25 of 39) sorted by relevance

12

/external/marisa-trie/lib/marisa/
H A Dkey.h20 void set_terminal(UInt32 terminal) { argument
21 terminal_ = terminal;
33 UInt32 terminal() const { function in class:marisa::Key
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dkey.h22 void set_terminal(UInt32 terminal) { argument
23 terminal_ = terminal;
35 UInt32 terminal() const { function in class:marisa_alpha::Key
/external/qemu/
H A Djson-lexer.c65 /* Return whether TERMINAL is a terminal state and the transition to it
68 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
69 (json_lexer[(old_state)][0] == (terminal))
/external/chromium/chrome/common/
H A Dauto_start_linux.cc41 std::string terminal = is_terminal_app ? "true" : "false"; local
45 "Terminal=" + terminal + "\n"
/external/chromium_org/chrome/common/
H A Dauto_start_linux.cc42 std::string terminal = is_terminal_app ? "true" : "false"; local
46 "Terminal=" + terminal + "\n"
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dgnuplot.php82 'surface', 'table', 'term', 'terminal',
169 // help set terminal postscript
176 // help set terminal png
H A Dbnf.php94 //terminal symbols
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
H A Dnaclterm.js21 * The hterm-powered terminal command.
43 var terminal = new hterm.Terminal(profileName);
44 terminal.decorate(document.querySelector('#terminal'));
47 window.term_ = terminal;
49 terminal.runCommandClass(NaClTerm, document.location.hash.substr(1));
193 * We delay this until the first terminal resize event so that we start
270 document.getElementById("terminal").style.minWidth = width + 'px';
301 * This is invoked by the terminal as a result of terminal
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/external/libxml2/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/external/valgrind/main/gdbserver_tests/
H A Dmcwatchpoints.stdoutB.exp30 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
H A Dmcbreak.stdoutB.exp44 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g264 | terminal
312 terminal
322 ( '^' -> ^('^' $terminal)
323 | '!' -> ^('!' $terminal)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3.g255 atom: terminal
301 terminal
308 ( '^' -> ^('^' $terminal)
309 | '!' -> ^('!' $terminal)
H A DANTLR.g746 LT(2).getCharPositionInLine()+1==LT(3).getCharPositionInLine()}? id WILDCARD (terminal|ruleref)) =>
747 id w=WILDCARD^ (terminal|ruleref) {$w.setType(DOT);}
748 | terminal
807 terminal
/external/bison/doc/
H A Drefcard.tex337 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
340 \key{Declare a terminal symbol, and define its association.}
360 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
361 {\it non-terminal} symbol name, and {\it association} can be one of
404 non-terminal : {\it statement} 1
413 symbols that make up the non-terminal. For example:
/external/marisa-trie/tests/
H A Dunit-test.cc189 ASSERT(key.terminal() == 0);
199 ASSERT(key.terminal() == 3);
207 ASSERT(rkey.terminal() == 0);
217 ASSERT(rkey.terminal() == 6);
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc192 ASSERT(key.terminal() == 0);
202 ASSERT(key.terminal() == 3);
210 ASSERT(rkey.terminal() == 0);
220 ASSERT(rkey.terminal() == 6);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dread_pwd.c110 /* There are 5 types of terminal interface supported,
264 $DESCRIPTOR(terminal,"TT");
326 status = sys$assign(&terminal,&channel,0,0);
/external/openssl/crypto/des/
H A Dread_pwd.c110 /* There are 5 types of terminal interface supported,
264 $DESCRIPTOR(terminal,"TT");
326 status = sys$assign(&terminal,&channel,0,0);
/external/chromium_org/third_party/openssl/openssl/crypto/ui/
H A Dui_openssl.c183 /* There are 5 types of terminal interface supported,
294 static $DESCRIPTOR(terminal,"TT");
521 status = sys$assign(&terminal,&channel,0,0);
/external/openssl/crypto/ui/
H A Dui_openssl.c183 /* There are 5 types of terminal interface supported,
294 static $DESCRIPTOR(terminal,"TT");
521 status = sys$assign(&terminal,&channel,0,0);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
H A Dstyle.css320 .demo #terminal {
327 .demo #terminal iframe {
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for

Completed in 734 milliseconds

12