Searched refs:Greedy (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkRecordOpts.cpp | 41 Greedy<Is<NoOp>>, in multiple_set_matrices() 59 Greedy<Is<NoOp>>, 78 Greedy<Or<Is<NoOp>, IsDraw>>, 151 Greedy<Not<Or<Is<Save>,
|
D | SkRecordPattern.h | 98 struct Greedy { 159 int matchFirst(Greedy<T>* first, SkRecord* record, int i) {
|
/external/skia/tests/ |
D | RecordPatternTest.cpp | 81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern; in DEF_TEST() 102 Greedy<Not<Or<Is<Save>, in DEF_TEST()
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 158 Greedy register allocator. It is the default for optimized code.
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 470 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1423 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1436 if (AllowMixed && !Greedy) { in filterProcessor()
|
/external/llvm/ |
D | CREDITS.TXT | 344 D: Greedy register allocator
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1436 * *Greedy* --- *The default allocator*. This is a highly tuned implementation of
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1486 ungreedy nature of repetition quantifiers is not relevant. Greedy and
|