OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:useless
(Results
1 - 25
of
589
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/tests/068-classloader/src/
Useless.java
2
public class
Useless
implements ICommon {
/external/bison/tests/
reduce.at
23
##
Useless
Terminals. ##
26
AT_SETUP([
Useless
Terminals])
67
##
Useless
Nonterminals. ##
70
AT_SETUP([
Useless
Nonterminals])
92
[[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: useless
[
all
...]
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
UselessViewDetectorTest.java
30
"res/layout/
useless
.xml:85: Warning: This FrameLayout view is
useless
(no children, no background, no id, no style) [UselessLeaf]\n" +
33
"res/layout/
useless
.xml:13: Warning: This LinearLayout layout or its FrameLayout parent is
useless
[UselessParent]\n" +
36
"res/layout/
useless
.xml:47: Warning: This LinearLayout layout or its FrameLayout parent is
useless
; transfer the background attribute to the other view [UselessParent]\n" +
39
"res/layout/
useless
.xml:65: Warning: This LinearLayout layout or its FrameLayout parent is
useless
; transfer the background attribute to the other view [UselessParent]\n" +
44
lintFiles("res/layout/
useless
.xml"));
/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/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
44
/* Set of all nonterminals which are not
useless
. */
47
/* Set of all rules which have no
useless
nonterminals in their RHS. */
54
`
useless
', but no warning should be issued). */
106
in the set at that point are
useless
in that they will never be
232
| Put the
useless
productions at the end of RULES, and adjust NRULES |
239
/* Report and flag
useless
productions. */
244
grammar_rules_never_reduced_report (_("
useless
rule"));
247
/* Map the nonterminals to their new index: useful first,
useless
251
int
useless
= nrules - nuseless_productions;
255
rules_sorted[rules[r].useful ? useful++ :
useless
++] = rules[r]
250
int
useless
= nrules - n
useless
_productions;
local
[
all
...]
nullable.c
67
/* RITEM contains all the rules, including
useless
productions.
68
Hence we must allocate room for
useless
nonterminals too. */
gram.h
68
in a %prec is not
useless
.
176
RULES too, except if there are
useless
rules. */
180
except if some rules are
useless
. */
219
useless
repetitions. */
263
MESSAGE (which can be `
useless
rule' when invoked after grammar
/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
/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/src/
s_tgammaf.c
35
* essentially
useless
, since the function is superexponential and
/external/dbus/tools/
dbus-cleanup-sockets.1
25
On Linux, this program is essentially
useless
, because D-Bus defaults
/external/valgrind/main/exp-sgcheck/tests/
preen_invars.c
40
thereby render this test program
useless
. */
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/
useless.xml
83
<!--
Useless
leaf -->
/dalvik/tests/074-gc-thrash/src/
Main.java
155
* Allocates
useless
objects and holds on to several of them.
192
* Allocates
useless
objects in recursive calls.
311
* Allocates large
useless
objects.
/external/valgrind/main/docs/internals/
howto_oprofile.txt
35
w/ callgraph profiles are
useless
. (oprofile doesn't do CFI based
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js
32
arm of a conditional and to eliminate the confusing and fairly
useless
11.12-3.js
32
arm of a conditional and to eliminate the confusing and fairly
useless
Completed in 595 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>