HomeSort by relevance Sort by last modified time
    Searched refs:Greedy (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/minikin/libs/minikin/
LineBreaker.cpp 28 if (strategy == BreakStrategy::Greedy || textBuffer.hasChar(CHAR_TAB)) {
  /external/skia/src/core/
SkRecordOpts.cpp 41 Greedy<Is<NoOp>>,
59 Greedy<Is<NoOp>>,
78 Greedy<Or<Is<NoOp>, IsDraw>>,
148 // Greedy matches greedily, so we also have to exclude Save and Restore.
151 Greedy<Not<Or<Is<Save>,
SkRecordPattern.h 97 // Greedy is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
99 struct Greedy {
147 // If first isn't a Greedy, try to match at i once.
158 // If first is a Greedy, walk i until it doesn't match.
160 int matchFirst(Greedy<T>* first, SkRecord* record, int i) {
  /external/skqp/src/core/
SkRecordOpts.cpp 41 Greedy<Is<NoOp>>,
59 Greedy<Is<NoOp>>,
78 Greedy<Or<Is<NoOp>, IsDraw>>,
148 // Greedy matches greedily, so we also have to exclude Save and Restore.
151 Greedy<Not<Or<Is<Save>,
SkRecordPattern.h 97 // Greedy is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
99 struct Greedy {
147 // If first isn't a Greedy, try to match at i once.
158 // If first is a Greedy, walk i until it doesn't match.
160 int matchFirst(Greedy<T>* first, SkRecord* record, int i) {
  /frameworks/minikin/include/minikin/
LineBreaker.h 39 Greedy = 0,
  /external/skia/tests/
RecordPatternTest.cpp 81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern;
102 Greedy<Not<Or<Is<Save>,
  /external/skqp/tests/
RecordPatternTest.cpp 81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern;
102 Greedy<Not<Or<Is<Save>,
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
92 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
95 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
95 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
95 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
95 Greedy
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
95 Greedy
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
95 Greedy
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
102 Greedy
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 521 bool filterProcessor(bool AllowMixed, bool Greedy = true);
    [all...]
FixedLenDecoderEmitter.cpp 359 bool filterProcessor(bool AllowMixed, bool Greedy = true);
    [all...]

Completed in 616 milliseconds

1 2