/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie-build.cc | 83 Vector<UInt32> terminals; in build_trie() local 86 temp.build_trie(keys, &terminals, progress); in build_trie() 90 pairs.resize(terminals.size()); in build_trie() 92 pairs[i].first = terminals[i]; in build_trie() 95 terminals.clear(); in build_trie() 130 Vector<UInt32> *terminals, Progress &progress) { in build_trie() argument 131 build_cur(keys, terminals, progress); in build_trie() 174 Vector<UInt32> *terminals, Progress &progress) try { in build_cur() argument 266 build_terminals(keys, terminals); in build_cur() 275 Vector<UInt32> *terminals, Progress &progress) { in build_next() argument [all …]
|
D | trie.h | 213 Vector<UInt32> *terminals, Progress &progress); 217 Vector<UInt32> *terminals, Progress &progress); 220 Vector<UInt32> *terminals, Progress &progress); 222 Vector<UInt32> *terminals, Progress &progress); 229 Vector<UInt32> *terminals) const;
|
/external/marisa-trie/lib/marisa/ |
D | trie-build.cc | 74 Vector<UInt32> terminals; in build_trie() local 77 temp.build_trie(keys, &terminals, progress); in build_trie() 81 pairs.resize(terminals.size()); in build_trie() 83 pairs[i].first = terminals[i]; in build_trie() 86 terminals.clear(); in build_trie() 121 Vector<UInt32> *terminals, Progress &progress) { in build_trie() argument 122 build_cur(keys, terminals, progress); in build_trie() 165 Vector<UInt32> *terminals, Progress &progress) { in build_cur() argument 256 build_terminals(keys, terminals); in build_cur() 261 Vector<UInt32> *terminals, Progress &progress) { in build_next() argument [all …]
|
D | trie.h | 213 Vector<UInt32> *terminals, Progress &progress); 217 Vector<UInt32> *terminals, Progress &progress); 220 Vector<UInt32> *terminals, Progress &progress); 222 Vector<UInt32> *terminals, Progress &progress); 229 Vector<UInt32> *terminals) const;
|
/external/llvm/docs/CommandGuide/ |
D | llvm-dis.rst | 37 Enable binary output on terminals. Normally, **llvm-dis** will refuse to
|
D | llvm-link.rst | 21 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse
|
D | llvm-as.rst | 36 Enable binary output on terminals. Normally, **llvm-as** will refuse to
|
D | llvm-extract.rst | 36 Enable binary output on terminals. Normally, **llvm-extract** will refuse to
|
D | opt.rst | 42 Enable binary output on terminals. Normally, :program:`opt` will refuse to
|
/external/grub/ |
D | AUTHORS | 47 Tilmann Bubeck added support for vt100-incompatible terminals.
|
D | INSTALL | 248 performance of a terminal emulation even on pseudo terminals.
|
D | NEWS | 62 * New command "terminfo", for vt100-incompatible terminals.
|
D | ChangeLog | 1182 (terminal_func): Set CURRENT_TERM to each of selected terminals 2334 terminals. 2336 Adjust FIRST_ENTRY only on non-dumb terminals. 2338 terminals. 2342 not on dumb terminals.
|
/external/marisa-trie/ |
D | android_diff.txt | 111 - Vector<UInt32> *terminals, Progress &progress) try { 112 + Vector<UInt32> *terminals, Progress &progress) { 118 build_terminals(keys, terminals);
|
/external/chromium_org/third_party/ply/ |
D | yacc.py | 1296 def rightmost_terminal(symbols, terminals): argument 1299 if symbols[i] in terminals: 1315 def __init__(self,terminals): argument 1329 for term in terminals: 2916 terminals = {} 2918 if n in terminals: 2920 terminals[n] = 1
|
D | lex.py | 595 terminals = {} 600 if n in terminals: 602 terminals[n] = 1
|
/external/chromium_org/third_party/isimpledom/ |
D | ISimpleDOMDocument.idl | 84 …tended for media using a fixed-pitch character grid, such as teletypes, terminals, or portable dev…
|
/external/qemu/docs/ |
D | DISPLAY-STATE.TXT | 113 to force switching between virtual terminals and the graphics display.
|
/external/llvm/docs/ |
D | CommandLine.rst | 213 cl::opt<bool> Force ("f", cl::desc("Enable binary output on terminals")); 251 -f - Enable binary output on terminals 263 -f - Enable binary output on terminals 384 -f - Enable binary output on terminals 461 -f - Enable binary output on terminals
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 457 * where x in T* and alpha, beta in V*; T is set of terminals and 458 * V is the set of terminals and nonterminals. In other words,
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseRecognizer.m | 620 * where x in T* and alpha, beta in V*; T is set of terminals and 621 * V is the set of terminals and nonterminals. In other words,
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_mac.mm | 1077 // lines in terminals, email programs, etc., and so linebreaks indicate
|
/external/bison/po/ |
D | nl.po | 466 # Betere vertaling voor non-terminals? 'tussensymbolen'?
|
/external/grub/docs/ |
D | grub.texi | 335 @item Support remote terminals 2595 and the usage is quite similar to that for serial terminals: specify
|
/external/bison/ |
D | NEWS | 1043 ** When reporting useless rules, useless nonterminals, and unused terminals,
|