Searched refs:useful (Results 1 – 25 of 850) sorted by relevance
12345678910>>...34
/external/bison/tests/ |
D | reduce.at | 9 # 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/ |
D | nullable.c | 80 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()
|
D | gram.c | 80 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()
|
D | reduce.c | 242 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/ |
D | events | 23 …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/ |
D | Bugpoint.rst | 16 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/ |
D | README | 1 oom_dump extracts useful information from Google Chrome OOM minidumps. 31 some useful information about the OOM crash.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-prof.rst | 36 particularly useful when trying to visualize how frequently basic blocks 37 are executed. This is most useful with basic block profiling
|
D | bugpoint.rst | 20 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/ |
D | README | 9 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/ |
D | libxt_physdev.man | 3 a transparent bridging IP firewall and is only useful for kernel versions 42 This is only useful in the FORWARD and POSTROUTING chains.
|
D | libxt_CHECKSUM.man | 6 This is particularly useful, if you need to work around old applications
|
/external/eigen/ |
D | signature_of_eigen3_matrix_library | 1 …a script looking for Eigen3, just look for this file. This is especially useful to help disambigua…
|
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/ |
D | README.txt | 2 but is generally useful as various test harnesses.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 57 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/ |
D | Yuri-Links-in-Headers.text | 8 (That's also useful)
|
D | Links-in-Headers.text-out | 4 <p>(That's also useful)</p>
|
D | Links-in-Headers.text-res | 4 <p>(That's also useful)</p>
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
D | quit_app.applescript | 5 -- Quits the application, useful in cases where you want to schedule things.
|
/external/chromium/chrome/browser/safe_browsing/ |
D | report.proto | 41 // 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/ |
D | one.post.exp2 | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/e2fsprogs/debian/ |
D | control.in | 254 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/ |
D | fast-isel-redefinition.ll | 2 ; This isn't exactly a useful set of command-line options, but check that it
|
/external/e2fsprogs/intl/ |
D | locale.alias | 9 # 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/ |
D | README.chromium | 5 in this directory define runtime macros useful for annotating synchronization
|
12345678910>>...34