/external/kernel-headers/original/linux/ |
D | tegra_avp.h | 29 int greedy; member
|
/external/llvm/test/CodeGen/ARM/ |
D | str_pre-2.ll | 4 ; The greedy register allocator uses a single CSR here, invalidating the test.
|
D | crash-greedy.ll | 1 ; RUN: llc < %s -regalloc=greedy -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -verify-mac… 3 ; ARM tests that crash or fail with the greedy register allocator.
|
D | lsr-unfolded-offset.ll | 1 ; RUN: llc -regalloc=greedy < %s | FileCheck %s
|
/external/llvm/test/CodeGen/Blackfin/ |
D | 2009-08-04-LowerExtract-Live.ll | 2 ; RUN: llc < %s -march=bfin -join-liveintervals=0 -verify-machineinstrs -regalloc=greedy
|
/external/llvm/test/CodeGen/X86/ |
D | constant-pool-remat-0.ll | 2 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
|
D | inline-asm-error.ll | 3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
|
D | 2008-09-18-inline-asm-2.ll | 4 ; RUN: llc < %s -march=x86 -regalloc=greedy | FileCheck %s
|
D | postra-licm.ll | 5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
|
D | sse_reload_fold.ll | 120 ; This one should fail to fuse, but -regalloc=greedy isn't even trying. Instead
|
D | fold-pcmpeqd-0.ll | 8 ; With -regalloc=greedy, the live range is split before spilling, so the first
|
/external/webkit/Source/WebKit/qt/Api/ |
D | DerivedSources.pro | 88 # Qt's QRegExp does not support inline non-greedy matching,
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrPattern.cpp | 606 void quantifyAtom(unsigned min, unsigned max, bool greedy) in quantifyAtom() argument 632 term.quantify(max, greedy ? QuantifierGreedy : QuantifierNonGreedy); in quantifyAtom() 639 …m_alternative->lastTerm().quantify((max == quantifyInfinite) ? max : max - min, greedy ? Quantifie… in quantifyAtom()
|
/external/qemu/audio/ |
D | audio.c | 148 int greedy; member 167 .greedy = 1, 179 .greedy = 1,
|
D | audio_template.h | 322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) { in glue()
|
/external/pcre/ |
D | HACKING | 344 skipping the pattern is also valid (greedy and non-greedy). The third is used
|
D | ChangeLog | 3012 greedy quantifiers. Consequently, the use of the possessive quantifier forces
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 238 * ambiguity, but if one uses appropriately greedy parsing it yields the 1452 (options {greedy=false;} : . )*
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 1609 By default, the quantifiers are "greedy", that is, they match as much 1637 be greedy, and instead matches the minimum number of times possible, so 1663 If the <varname>G_REGEX_UNGREEDY</varname> flag is set, the quantifiers are not greedy 1664 by default, but individual ones can be made greedy by following them with 1734 With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy") 1807 Possessive quantifiers are always greedy; the setting of the
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 483 // - non-greedy ? - a ? that follows *,+,?, and {}; (s)? is NOT non-greedy
|
/external/pcre/doc/ |
D | pcre.txt | 662 branches are tried is controlled by the greedy or ungreedy nature of 669 on the way the greedy and ungreedy repetition quantifiers are specified 716 1. Because the algorithm finds all possible matches, the greedy or 1423 are not greedy by default, but become greedy if followed by "?". It is 3178 fiers is inverted, that is, by default they are not greedy, but if fol- 4494 By default, the quantifiers are "greedy", that is, they match as much 4512 be greedy, and instead matches the minimum number of times possible, so 4529 Perl), the quantifiers are not greedy by default, but individual ones 4530 can be made greedy by following them with a question mark. In other 4577 With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy") [all …]
|
/external/icu4c/test/testdata/ |
D | regextst.txt | 183 # Non-greedy *? quantifier 190 # Non-greedy +? quantifier 197 # Non-greedy ?? quantifier
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 249 - Modified Math environment $$ in LaTeX to be non-greedy (BenBE)
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 1706 Improper backtrack of nested non-capturing greedy paren to prior paren 1709 A paren that follows a non-capturing greedy paren nested within a 7893 second backtrack has some greedy processing before the backtracking 9143 for matching greedy quantified parentheses at the end of a regex 9156 string - since a?? is non-greedy, however rather than moving on to 9158 which point the non-greedy a?? will match, and as such the result 18796 Fixed issue where RegExp greedy jit code loops when no input is 24386 …Bug 39795 - Add support for YARR JIT generation of greedy quantified parens at the end of the main… 24450 …Bug 39795 - Add support for YARR JIT generation of greedy quantified parens at the end of the main…
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 13250 Fix run-webkit-tests is too greedy calculating platform hierarchy 13253 Fix run-webkit-tests being too greedy in trying to split the platform name up
|