HomeSort by relevance Sort by last modified time
    Searched full:useless (Results 1 - 25 of 674) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/068-classloader/src/
Useless.java 2 public class Useless implements ICommon {
  /docs/source.android.com/scripts/
cleanup.sh 8 mv $img useless/
  /external/clang/test/CodeGen/
PR2743-reference-missing-static.c 6 sema. Unfortunately this test will become useless once sema starts
  /external/bison/tests/
reduce.at 22 ## Useless Terminals. ##
25 AT_SETUP([Useless Terminals])
66 ## Useless Nonterminals. ##
69 AT_SETUP([Useless Nonterminals])
91 [[input.y: warning: 9 nonterminals useless in grammar
92 input.y:4.8-15: warning: nonterminal useless in grammar: useless1
93 input.y:5.8-15: warning: nonterminal useless in grammar: useless2
94 input.y:6.8-15: warning: nonterminal useless in grammar: useless3
95 input.y:7.8-15: warning: nonterminal useless in grammar: useless4
96 input.y:8.8-15: warning: nonterminal useless in grammar: useless
    [all...]
conflicts.at 41 [[input.y:4.9: warning: rule useless in parser due to conflicts: e: /* empty */
45 [[input.y:4.9: warning: rule useless in parser due to conflicts
788 input.y:4.6-8: warning: rule useless in parser due to conflicts: id: '0'
793 [[Rules useless in parser due to conflicts
1066 # what happens when a nonterminal becomes useless as a result of state removal
1079 * unreachable, and the associated production is useless. */
1087 * productions are useless. */
1108 input.y:12.5-20: warning: rule useless in parser due to conflicts: resolved_conflict: 'a' unreachable1
1109 input.y:20.5-20: warning: rule useless in parser due to conflicts: unreachable1: 'a' unreachable2
1110 input.y:21.4: warning: rule useless in parser due to conflicts: unreachable1: /* empty *
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /external/chromium/build/
whitespace_file.txt 2 Use of this useless file is governed by a BSD-style license that can be
  /external/icu4c/i18n/
fmtable_cnv.cpp 30 // This API is useless. The API that takes a UnicodeString is actually just as good.
  /external/openfst/src/bin/
fstconnect.cc 20 // Removes useless (inaccessible or non-coaccessible) states and arcs
31 string usage = "Removes useless states and arcs from an FST.\n\n Usage: ";
  /external/bison/src/
reduce.c 42 /* Set of all nonterminals which are not useless. */
45 /* Set of all rules which have no useless nonterminals in their RHS. */
52 `useless', but no warning should be issued). */
104 in the set at that point are useless in that they will never be
230 | Put the useless productions at the end of RULES, and adjust NRULES |
237 /* Report and flag useless productions. */
242 grammar_rules_useless_report (_("rule useless in grammar"));
245 /* Map the nonterminals to their new index: useful first, useless
249 int useless = nrules - nuseless_productions;
253 rules_sorted[rules[r].useful ? useful++ : useless++] = rules[r]
248 int useless = nrules - nuseless_productions; local
    [all...]
gram.h 66 in a %prec is not useless.
176 RULES too, except if there are useless rules. */
180 except if some rules are useless. */
212 useless in the grammar. */
221 useless repetitions. */
267 MESSAGE (which can be `rule useless in grammar' when invoked after grammar
268 reduction, or `rule useless in parser due to conflicts' after conflicts
nullable.c 65 /* RITEM contains all the rules, including useless productions.
66 Hence we must allocate room for useless nonterminals too. */
  /external/eigen/doc/
D07_PassingByValue.dox 5 Passing objects by value is almost always a very bad idea in C++, as this means useless copies, and one should pass them by reference instead.
  /external/iproute2/tc/
q_ingress.c 13 * useless right now; might be useful in the future
  /external/kernel-headers/original/linux/
kmod.h 30 * usually useless though. */
  /external/llvm/test/Transforms/IndVarSimplify/
2011-11-17-selfphi.ll 2 ; PR11350: Check that SimplifyIndvar handles a cycle of useless self-phis.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-001.js 12 arm of a conditional and to eliminate the confusing and fairly useless
  /external/bison/data/xslt/
xml2text.xsl 39 <xsl:apply-templates select="grammar" mode="useless-in-parser"/>
46 <xsl:apply-templates select="nonterminals" mode="useless-in-grammar"/>
48 <xsl:apply-templates select="rules" mode="useless-in-grammar"/>
51 <xsl:template match="nonterminals" mode="useless-in-grammar">
52 <xsl:if test="nonterminal[@usefulness='useless-in-grammar']">
53 <xsl:text>Nonterminals useless in grammar&#10;&#10;</xsl:text>
54 <xsl:for-each select="nonterminal[@usefulness='useless-in-grammar']">
76 <xsl:template match="rules" mode="useless-in-grammar">
77 <xsl:variable name="set" select="rule[@usefulness='useless-in-grammar']"/>
79 <xsl:text>Rules useless in grammar&#10;</xsl:text
    [all...]
xml2xhtml.xsl 112 <li><a href="#nonterminals_useless_in_grammar">Nonterminals useless in grammar</a></li>
114 <li><a href="#rules_useless_in_grammar">Rules useless in grammar</a></li>
115 <xsl:if test="grammar/rules/rule[@usefulness='useless-in-parser']">
116 <li><a href="#rules_useless_in_parser">Rules useless in parser due to conflicts</a></li>
132 <xsl:apply-templates select="grammar" mode="useless-in-parser"/>
143 <xsl:apply-templates select="nonterminals" mode="useless-in-grammar"/>
145 <xsl:apply-templates select="rules" mode="useless-in-grammar"/>
148 <xsl:template match="nonterminals" mode="useless-in-grammar">
151 <xsl:text> Nonterminals useless in grammar</xsl:text>
154 <xsl:if test="nonterminal[@usefulness='useless-in-grammar']"
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
RelativeSizeSpanTest.java 60 // setTextSize, the value must >0, so set to negative is useless.
84 // setTextSize, the value must >0, so set to negative is useless.
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tgammaf.c 35 * essentially useless, since the function is superexponential and
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 40 thereby render this test program useless. */
  /external/bison/po/
id.po 375 msgid "rule useless in parser due to conflicts"
470 msgid "Rules useless in parser due to conflicts"
548 msgid "rule useless in grammar"
553 msgid "nonterminal useless in grammar: %s"
557 msgid "Nonterminals useless in grammar"
565 msgid "Rules useless in grammar"
570 msgid "%d nonterminal useless in grammar"
571 msgid_plural "%d nonterminals useless in grammar"
576 msgid "%d rule useless in grammar"
577 msgid_plural "%d rules useless in grammar
    [all...]
da.po 353 msgid "rule useless in parser due to conflicts"
449 msgid "Rules useless in parser due to conflicts"
529 msgid "rule useless in grammar"
534 msgid "nonterminal useless in grammar: %s"
539 msgid "Nonterminals useless in grammar"
549 msgid "Rules useless in grammar"
554 msgid "%d nonterminal useless in grammar"
555 msgid_plural "%d nonterminals useless in grammar"
561 msgid "%d rule useless in grammar"
562 msgid_plural "%d rules useless in grammar
    [all...]
it.po 351 msgid "rule useless in parser due to conflicts"
447 msgid "Rules useless in parser due to conflicts"
528 msgid "rule useless in grammar"
533 msgid "nonterminal useless in grammar: %s"
538 msgid "Nonterminals useless in grammar"
548 msgid "Rules useless in grammar"
553 msgid "%d nonterminal useless in grammar"
554 msgid_plural "%d nonterminals useless in grammar"
560 msgid "%d rule useless in grammar"
561 msgid_plural "%d rules useless in grammar
    [all...]

Completed in 3888 milliseconds

1 2 3 4 5 6 7 8 91011>>