Home
last modified time | relevance | path

Searched refs:greedy (Results 1 – 25 of 28) sorted by relevance

12

/external/kernel-headers/original/linux/
Dtegra_avp.h29 int greedy; member
/external/llvm/test/CodeGen/ARM/
Dstr_pre-2.ll4 ; The greedy register allocator uses a single CSR here, invalidating the test.
Dcrash-greedy.ll1 ; 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.
Dlsr-unfolded-offset.ll1 ; RUN: llc -regalloc=greedy < %s | FileCheck %s
/external/llvm/test/CodeGen/Blackfin/
D2009-08-04-LowerExtract-Live.ll2 ; RUN: llc < %s -march=bfin -join-liveintervals=0 -verify-machineinstrs -regalloc=greedy
/external/llvm/test/CodeGen/X86/
Dconstant-pool-remat-0.ll2 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
Dinline-asm-error.ll3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
D2008-09-18-inline-asm-2.ll4 ; RUN: llc < %s -march=x86 -regalloc=greedy | FileCheck %s
Dpostra-licm.ll5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
Dsse_reload_fold.ll120 ; This one should fail to fuse, but -regalloc=greedy isn't even trying. Instead
Dfold-pcmpeqd-0.ll8 ; With -regalloc=greedy, the live range is split before spilling, so the first
/external/webkit/Source/WebKit/qt/Api/
DDerivedSources.pro88 # Qt's QRegExp does not support inline non-greedy matching,
/external/webkit/Source/JavaScriptCore/yarr/
DYarrPattern.cpp606 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/
Daudio.c148 int greedy; member
167 .greedy = 1,
179 .greedy = 1,
Daudio_template.h322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) { in glue()
/external/pcre/
DHACKING344 skipping the pattern is also valid (greedy and non-greedy). The third is used
DChangeLog3012 greedy quantifiers. Consequently, the use of the possessive quantifier forces
/external/doclava/src/com/google/doclava/parser/
DJava.g238 * ambiguity, but if one uses appropriately greedy parsing it yields the
1452 (options {greedy=false;} : . )*
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1609 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/
Dno-ads.pac483 // - non-greedy ? - a ? that follows *,+,?, and {}; (s)? is NOT non-greedy
/external/pcre/doc/
Dpcre.txt662 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/
Dregextst.txt183 # Non-greedy *? quantifier
190 # Non-greedy +? quantifier
197 # Non-greedy ?? quantifier
/external/libvpx/examples/includes/geshi/docs/
DCHANGES249 - Modified Math environment $$ in LaTeX to be non-greedy (BenBE)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-161706 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/
DChangeLog-2009-06-1613250 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

12