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

1 2 3 4 5 6 7 8 91011>>

  /art/test/068-classloader/src/
Useless.java 2 public class Useless implements ICommon {
  /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...]
  /external/chromium_org/build/android/gyp/
ant.py 6 """An Ant wrapper that suppresses useless Ant output
9 every build. In the Android build, this just adds a lot of useless noise to the
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /bionic/libc/upstream-freebsd/
libc_private.h 23 #define STDIO_THREAD_LOCK() /* TODO: until we have the FreeBSD findfp.c, this is useless. */
24 #define STDIO_THREAD_UNLOCK() /* TODO: until we have the FreeBSD findfp.c, this is useless. */
spinlock.h 20 /* TODO: until we have the FreeBSD findfp.c, this is useless. */
  /external/chromium/build/
whitespace_file.txt 2 Use of this useless file is governed by a BSD-style license that can be
  /external/chromium_org/third_party/icu/source/i18n/
fmtable_cnv.cpp 30 // This API is useless. The API that takes a UnicodeString is actually just as good.
  /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
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_gc_event_listeners.h 36 // Updates all PtNodes that can be reached from the root. Checks if each PtNode is useless or
37 // not and marks useless PtNodes as deleted. Such deleted PtNodes will be discarded in the GC.
89 // Updates all bigram entries that are held by valid PtNodes. This removes useless bigram
  /external/chromium_org/third_party/bintrees/
NEWS.txt 5 * skip useless tests for pypy
16 * removed useless TreeIterator() class and T.treeiter() method.
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 106 DWORD useless; local
108 thread_specific_data, testfiles[i], 0, &useless);
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc 36 // useless.
  /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.
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 34 # Used in jni_common.cpp to avoid registering useless methods.
  /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...]

Completed in 7237 milliseconds

1 2 3 4 5 6 7 8 91011>>