Home
last modified time | relevance | path

Searched refs:useful (Results 1 – 25 of 850) 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/llvm/docs/
DBugpoint.rst16 and JIT compilers). It aims to reduce large test cases to small, useful ones.
27 ``bugpoint`` is designed to be a useful tool without requiring any hooks into
70 passes triggers the bug. This is useful when debugging a problem exposed by
116 ``bugpoint`` can be a remarkably useful tool, but it sometimes works in
130 * ``bugpoint`` is extremely useful when working on a new optimization: it helps
136 It is often useful to capture the output of the program to file. For example,
151 * ``bugpoint`` is useful for proactively finding bugs in LLVM. Invoking
163 following steps may help. These same techniques are useful with TargetLowering
184 You may also find it useful to use "``-stats``" now to see what parts of
/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.rst36 particularly useful when trying to visualize how frequently basic blocks
37 are executed. This is most useful with basic block profiling
Dbugpoint.rst20 and JIT compilers). It aims to reduce large test cases to small, useful ones.
34 run. This is useful if you are debugging programs which depend on non-LLVM
201 be useful for cross-compilation.
208 option to compile the bitcode testcase. This can be useful for
/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/eigen/
Dsignature_of_eigen3_matrix_library1 …a script looking for Eigen3, just look for this file. This is especially useful to help disambigua…
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
DREADME.txt2 but is generally useful as various test harnesses.
/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.
/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/chromium/base/third_party/dynamic_annotations/
DREADME.chromium5 in this directory define runtime macros useful for annotating synchronization

12345678910>>...34