/external/bison/data/xslt/ |
xml2xhtml.xsl | 113 <li><a href="#terminals_unused_in_grammar">Terminals unused in grammar</a></li> 125 <li><a href="#terminals">Terminal symbols</a></li> 144 <xsl:apply-templates select="terminals" mode="unused-in-grammar"/> 166 <xsl:template match="terminals" mode="unused-in-grammar"> 169 <xsl:text> Terminals unused in grammar</xsl:text> 235 <xsl:apply-templates select="terminals"/> 302 <xsl:template match="grammar/terminals"> 304 <a name="terminals"/> 305 <xsl:text> Terminals, with rules where they appear</xsl:text>
|
xml2text.xsl | 47 <xsl:apply-templates select="terminals" mode="unused-in-grammar"/> 63 <xsl:template match="terminals" mode="unused-in-grammar"> 65 <xsl:text>Terminals unused in grammar </xsl:text> 108 <xsl:apply-templates select="terminals"/> 127 <xsl:template match="grammar/terminals"> 128 <xsl:text>Terminals, with rules where they appear </xsl:text>
|
/external/selinux/sepolgen/src/sepolgen/ |
yacc.py | 483 global Productions, Prodnames, Prodmap, Terminals 497 Terminals = { } # A dictionary mapping the names of terminal symbols to a 624 if prodname in Terminals: 643 if c not in Terminals: 644 Terminals[c] = [] 675 # Add all terminals to Terminals 696 if t in Terminals: 697 Terminals[t].append(p.number) 799 (Unused terminals have already had their warning. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
yacc.py | 483 global Productions, Prodnames, Prodmap, Terminals 497 Terminals = { } # A dictionary mapping the names of terminal symbols to a 624 if prodname in Terminals: 643 if c not in Terminals: 644 Terminals[c] = [] 675 # Add all terminals to Terminals 696 if t in Terminals: 697 Terminals[t].append(p.number) 799 (Unused terminals have already had their warning. [all...] |
/cts/tools/dasm/src/dasm/ |
sym.java | 11 /* terminals */
|
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/res/xml/ |
aid_list.xml | 22 uniqueness. Note, however, that longer AIDs may impose a burden on non-Android NFC terminals.
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/res/xml/ |
aid_list.xml | 22 uniqueness. Note, however, that longer AIDs may impose a burden on non-Android NFC terminals.
|
/development/samples/browseable/CardEmulation/res/xml/ |
aid_list.xml | 22 uniqueness. Note, however, that longer AIDs may impose a burden on non-Android NFC terminals.
|
/external/kernel-headers/original/uapi/linux/usb/ |
audio.h | 147 /* Terminals - 2.1 USB Terminal Types */ 194 /* Terminals - 2.2 Input Terminal Types */ 203 /* Terminals - control selectors */ 221 /* Terminals - 2.3 Output Terminal Types */
|
/external/llvm/cmake/modules/ |
GetSVN.cmake | 19 # Handle strange terminals
|
/external/llvm/docs/CommandGuide/ |
llvm-extract.rst | 29 Enable binary output on terminals. Normally, :program:`llvm-extract` will
|
opt.rst | 42 Enable binary output on terminals. Normally, :program:`opt` will refuse to
|
/external/llvm/include/llvm/Support/ |
Unicode.h | 40 /// terminals;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
g722_enc_dec.h | 43 codec is considerably faster, and still fully compatible with wideband terminals using G.722.
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_scoring.h | 40 DicTraverseSession *const traverseSession, DicNode *const terminals,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
audio.h | 147 /* Terminals - 2.1 USB Terminal Types */ 194 /* Terminals - 2.2 Input Terminal Types */ 203 /* Terminals - control selectors */ 221 /* Terminals - 2.3 Output Terminal Types */
|
/cts/tools/dasm/src/java_cup/ |
emit.java | 180 /** Count of unused terminals. */ 185 /** Count of unused non terminals. */ 240 * @param emit_non_terms do we emit constants for non terminals? 264 out.println(" /* terminals */"); 266 /* walk over the terminals */ /* later might sort these */ 276 /* do the non terminals if they want them (parser doesn't need them) */ 279 out.println("\n /* non terminals */"); 281 /* walk over the non terminals */ /* later might sort these */
|
parse_action_table.java | 22 /** Simple constructor. All terminals, non-terminals, and productions must
|
/external/libvterm/src/ |
unicode.c | 19 * applications and (teletype-style) character terminals using the 23 * how many cell positions on character terminals. These routines are 54 * up a proper standard for the behavior of UTF-8 character terminals
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
seam_finders.hpp | 269 cv::Mat &terminals, cv::Mat &leftT, cv::Mat &rightT, cv::Mat &top, cv::Mat &bottom); 272 cv::Mat &terminals, cv::Mat &leftT, cv::Mat &rightT, cv::Mat &top, cv::Mat &bottom);
|
/docs/source.android.com/src/devices/audio/ |
usb.jd | 122 The peripheral may have <i>terminals</i> that connect to the outside world, 125 The terminals are logical objects of the function. 238 <h3 id="audioTerminals">Audio terminals</h3> 241 The terminals of an audio peripheral are typically analog.
|
/external/llvm/tools/llvm-as/ |
llvm-as.cpp | 42 Force("f", cl::desc("Enable binary output on terminals"));
|
/frameworks/compile/slang/ |
llvm-rs-as.cpp | 46 Force("f", cl::desc("Enable binary output on terminals"));
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
OpTestCase.java | 148 Map<String, Function<S_OUT, R>> terminals) { 151 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) { 173 Map<String, Function<Stream<Integer>, Collection<Integer>>> terminals) { 181 exerciseTerminalOpsMulti(data, expected, m, terminals);
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
OpTestCase.java | 149 Map<String, Function<S_OUT, R>> terminals) { 152 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) { 174 Map<String, Function<Stream<Integer>, Collection<Integer>>> terminals) { 182 exerciseTerminalOpsMulti(data, expected, m, terminals);
|