Home
last modified time | relevance | path

Searched refs:useless (Results 1 – 25 of 93) sorted by relevance

1234

/external/bison/tests/
Dreduce.at92 [[input.y: warning: 9 useless nonterminals
93 input.y:4.8-15: warning: useless nonterminal: useless1
94 input.y:5.8-15: warning: useless nonterminal: useless2
95 input.y:6.8-15: warning: useless nonterminal: useless3
96 input.y:7.8-15: warning: useless nonterminal: useless4
97 input.y:8.8-15: warning: useless nonterminal: useless5
98 input.y:9.8-15: warning: useless nonterminal: useless6
99 input.y:10.8-15: warning: useless nonterminal: useless7
100 input.y:11.8-15: warning: useless nonterminal: useless8
101 input.y:12.8-15: warning: useless nonterminal: useless9
[all …]
/external/chromium/build/
Dwhitespace_file.txt2 Use of this useless file is governed by a BSD-style license that can be
/external/clang/
D.gitignore6 # as most of those are useless.
/external/llvm/
D.gitignore6 # as most of those are useless.
DREADME.android29 …* 738f05a - Remove a useless copy of MCELFStreamer. Patch by Logan Chien! (13 days ago) <Benjamin …
/external/bison/src/
Dreduce.c250 int useless = nrules - nuseless_productions; in reduce_grammar_tables() local
254 rules_sorted[rules[r].useful ? useful++ : useless++] = rules[r]; in reduce_grammar_tables()
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based
/external/stlport/etc/
DChangeLog142 * src/num_get_float.cpp: Remove useless skip of white
448 to the STLport ones. A number of now useless workaround has been
528 function revomed making fstream_impl.h useless.
973 code. Remove useless calls to strcpy. Remove useless call to the
979 * src/c_locale_glibc/c_locale_glibc2.c: Removed many checks useless
981 remove useless strcpy calls when it is safe to return the internal
1047 numpunct and num_get, looks like it is useless with current
1060 * src/locale_impl.cpp: Removed useless holes in locale facets table.
1075 Removed many useless friend class _Locale_impl declarations.
1106 _GetFacetId other workaround it should now be useless. There
[all …]
DChangeLog-5.118 Removed useless and even invalid workaround used when
142 * test/unit/strstream_buffer_read_test.cpp: Remove useless
177 * stlport/stl/_complex.h: As in _iosfwd.h, removed useless
192 * stlport/stl/_iosfwd.h: Removed useless _STLP_CLASS_DECLSPEC attribute
198 * src/dll_main.cpp: Removed useless _Atomic_swap_struct explicit
464 that should be useless as completely inlined. Moreover it was
472 useless as we know the code called in the try and this code
549 _M_falsename and _M_grouping are not static anymore. This seems useless
876 only contains a note about this potentially useless dependency.
1037 that are useless as in _STLP_DEBUG mode the debug wrapping add this
[all …]
/external/bison/djgpp/
Dconfig.sed102 # making both sed script useless.
119 # making them useless for DJGPP installations for
/external/bison/
DNEWS372 Before, Bison reported the useless rules, but, although not used,
375 * Useless rules, useless nonterminals
385 %token useless useful
390 bison reported both `useful' and `useless' as useless tokens.
533 Fixed bugs when reporting useless nonterminals.
DChangeLog244 * data/yacc.c, data/glr.c: Remove a useless `[]'.
1045 Remove useless actions (beware of mid-rule actions: perl -000
1768 this traits, making it useless.
3536 the useless parentheses.
4085 * src/complain.c (_): Remove useless defn, as system.h defines this.
5122 Remove, useless.
8995 Don't print the rules' location, it is confusing and useless.
9001 Complete and rationalize `useless thing' warnings.
9009 (reduce_grammar_tables): Report the useless rules.
9281 Remove `xaction', `first_rhs': useless.
[all …]
DOChangeLog1109 * src/reduce.c (reduce_grammar_tables): Set rlhs to -1 for useless
1398 * src/reduce.c (print_results): Don't complain about useless token
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DREADME.txt115 be rendered useless by other tags on the page. If this happens, a javascript
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DREADME.txt158 be rendered useless by other tags on the page. If this happens, a javascript
/external/chromium/chrome/browser/renderer_host/
Daccelerated_plugin_view_mac.mm132 // buffers count so that we can at least skip useless renders.
/external/chromium/chrome/browser/importer/
Dsafari_importer.mm79 // don't import the home page (since it may lead to a useless homepage); see
/external/mesa3d/docs/
DREADME.DJ164 can, but it is useless), therefore you must live with the 'Exiting due to
/external/dbus/
DNEWS.pre-1-0449 - useless fooling with Mono bindings
450 - useless fooling with gcj bindings
/external/elfutils/
DNEWS283 use versions scripts not libtool's useless -export-symbols option
/external/bison/doc/
Dbison.texinfo620 parsed. A compiler is useless if it fails to distinguish between 4, 1 and
6268 useless: STR;
6275 calc.y: warning: 1 useless nonterminal and 1 useless rule
6276 calc.y:11.1-7: warning: useless nonterminal: useless
6277 calc.y:11.10-12: warning: useless rule: useless: STR
6307 @cindex token, useless
6308 @cindex useless token
6309 @cindex nonterminal, useless
6310 @cindex useless nonterminal
6311 @cindex rule, useless
[all …]
Dbison.info913 once it is parsed. A compiler is useless if it fails to distinguish
5802 useless: STR;
5807 calc.y: warning: 1 useless nonterminal and 1 useless rule
5808 calc.y:11.1-7: warning: useless nonterminal: useless
5809 calc.y:11.10-12: warning: useless rule: useless: STR
5833 The next section reports useless tokens, nonterminal and rules. Useless
5835 but useless tokens are preserved, since they might be used by the
5836 scanner (note the difference between "useless" and "not used" below):
5839 useless
5845 #6 useless: STR;
[all …]
/external/webkit/Source/WebKit/mac/History/
DWebHistory.mm550 // item without URL is useless; data on disk must have been bad; ignore
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm226 // Right now, position provides useless and screen-specific information, so we do not
/external/iproute2/doc/
Dss.sgml118 they are useless for you if you already do not know them)

1234