Home
last modified time | relevance | path

Searched refs:terminals (Results 1 – 25 of 147) sorted by relevance

123456

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-build.cc83 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 …]
Dtrie.h213 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/
Dtrie-build.cc74 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 …]
Dtrie.h213 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/
Dllvm-link.rst21 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse
Dllvm-dis.rst37 Enable binary output on terminals. Normally, **llvm-dis** will refuse to
Dllvm-as.rst36 Enable binary output on terminals. Normally, **llvm-as** will refuse to
Dllvm-extract.rst29 Enable binary output on terminals. Normally, :program:`llvm-extract` will
Dopt.rst42 Enable binary output on terminals. Normally, :program:`opt` will refuse to
/external/llvm/cmake/modules/
DGetSVN.cmake19 # Handle strange terminals
/external/marisa-trie/
Dandroid_diff.txt111 - Vector<UInt32> *terminals, Progress &progress) try {
112 + Vector<UInt32> *terminals, Progress &progress) {
118 build_terminals(keys, terminals);
/external/selinux/secilc/docs/
Dcil_file_labeling_statements.md130 <li><p><code>trans</code> - For pseudo filesystems such as pseudo terminals and temporary objects.<…
/external/llvm/docs/
DCommandLine.rst213 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/
DBaseRecognizer.as457 * 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/
DANTLRBaseRecognizer.m620 * 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/toybox/kconfig/
Dzconf.tab.c_shipped377 /* YYNTOKENS -- Number of terminals. */
505 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
/external/bison/po/
Dnl.po466 # Betere vertaling voor non-terminals? 'tussensymbolen'?
/external/selinux/policycoreutils/po/
Dast.po2350 msgid "Allow all daemons the ability to read/write terminals"
2741 msgid "Allow syslogd the ability to read/write terminals"
Dsi_LK.po2350 msgid "Allow all daemons the ability to read/write terminals"
2741 msgid "Allow syslogd the ability to read/write terminals"
Dit_IT.po2350 msgid "Allow all daemons the ability to read/write terminals"
2741 msgid "Allow syslogd the ability to read/write terminals"
Dbn_BD.po2350 msgid "Allow all daemons the ability to read/write terminals"
2741 msgid "Allow syslogd the ability to read/write terminals"
Dbrx.po2350 msgid "Allow all daemons the ability to read/write terminals"
2741 msgid "Allow syslogd the ability to read/write terminals"
Dbal.po2349 msgid "Allow all daemons the ability to read/write terminals"
2740 msgid "Allow syslogd the ability to read/write terminals"
Dhe.po2349 msgid "Allow all daemons the ability to read/write terminals"
2740 msgid "Allow syslogd the ability to read/write terminals"
Dla.po2350 msgid "Allow all daemons the ability to read/write terminals"
2741 msgid "Allow syslogd the ability to read/write terminals"

123456