Home
last modified time | relevance | path

Searched refs:useful (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/external/bison/tests/
Dreduce.at9 # This program is distributed in the hope that it will be useful,
42 %token useful
44 exp: useful;
86 %token useful
88 exp: useful;
132 %token useful
134 exp: useful;
221 /* A useful one. */
222 %token useful
228 exp: useful { /* A useful action. */ }
[all …]
/external/bison/src/
Dnullable.c80 if (rules[ruleno].useful) in nullable_compute()
109 if (rules_ruleno->useful in nullable_compute()
123 if (r->useful && ! nullable[r->lhs->number - ntokens]) in nullable_compute()
Dgram.c80 return !r->useful && rule_useful_p (r); in rule_never_reduced_p()
280 rule_i->useful, in grammar_dump()
317 if (!rules[r].useful) in grammar_rules_never_reduced_report()
Dreduce.c242 rules[r].useful = bitset_test (P, r); in reduce_grammar_tables()
249 int useful = 0; in reduce_grammar_tables() local
254 rules_sorted[rules[r].useful ? useful++ : useless++] = rules[r]; in reduce_grammar_tables()
/external/oprofile/events/ppc64/power7/
Devents23 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
27 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
35 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
43 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
51 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
59 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
67 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
75 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
83 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
91 …ch. Operating systems use the run latch to indicate when they are doing useful work. The run lat…
[all …]
/external/v8/tools/oom_dump/
DREADME1 oom_dump extracts useful information from Google Chrome OOM minidumps.
31 some useful information about the OOM crash.
/external/llvm/docs/CommandGuide/
Dllvm-prof.pod31 particularly useful when trying to visualize how frequently basic blocks
32 are executed. This is most useful with basic block profiling
/external/openssh/contrib/
DREADME9 Shun-ichi GOTO <gotoh@imasy.or.jp> has written a very useful ProxyCommand
40 A generic PAM config file which may be useful on your system. YMMV
/external/iptables/extensions/
Dlibxt_physdev.man3 a transparent bridging IP firewall and is only useful for kernel versions
42 This is only useful in the FORWARD and POSTROUTING chains.
Dlibxt_CHECKSUM.man6 This is particularly useful, if you need to work around old applications
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt57 is intended to be a low-level API that is useful for
60 libanalysis - Source-level dataflow analysis useful for performing analyses
105 useful for timing the preprocessor.
110 * -parse-noop parses code without building an AST. This is useful
115 useful for timing AST building vs -parse-noop.
D2001-09-18-OptimizeExceptions.txt4 Subject: Idea for a simple, useful link time optimization
48 but is very useful from "expected gain" and references perspective. Note
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
DREADME.txt2 but is generally useful as various test harnesses.
/external/markdown/MarkdownTest/Tests_2004/
DYuri-Links-in-Headers.text8 (That's also useful)
DLinks-in-Headers.text-out4 <p>(That's also useful)</p>
DLinks-in-Headers.text-res4 <p>(That's also useful)</p>
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dquit_app.applescript5 -- Quits the application, useful in cases where you want to schedule things.
/external/chromium/chrome/browser/safe_browsing/
Dreport.proto41 // bodydigest and bodylength can be useful if the report does not
58 // bodydigest and bodylength can be useful if the report does not
/external/valgrind/main/massif/tests/
Done.post.exp236 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/e2fsprogs/debian/
Dcontrol.in254 This package includes the debug information useful for debugging e2fsprogs
265 This package includes the debug information useful for debugging the
277 This package includes the debug information useful for debugging the
287 This package includes the debug information useful for debugging the
297 This package includes the debug information useful for debugging the
307 This package includes the debug information useful for debugging the
317 This package includes the debug information useful for debugging the
/external/llvm/test/CodeGen/ARM/
Dfast-isel-redefinition.ll2 ; This isn't exactly a useful set of command-line options, but check that it
/external/e2fsprogs/intl/
Dlocale.alias9 # This program is distributed in the hope that it will be useful,
26 # your own site which you think might be useful for others too, share
/external/grub/
Daclocal.m49 # This program is distributed in the hope that it will be useful,
23 # This program is distributed in the hope that it will be useful,
54 # This program is distributed in the hope that it will be useful,
118 # This program is distributed in the hope that it will be useful,
162 # This program is distributed in the hope that it will be useful,
330 # This program is distributed in the hope that it will be useful,
412 # This program is distributed in the hope that it will be useful,
535 # This program is distributed in the hope that it will be useful,
558 # This program is distributed in the hope that it will be useful,
594 # This program is distributed in the hope that it will be useful,
[all …]
/external/chromium/base/third_party/dynamic_annotations/
DREADME.chromium5 in this directory define runtime macros useful for annotating synchronization
/external/expat/tests/
DREADME.txt3 are not expected to be useful examples of Expat usage; see the

12345678910>>...34