Searched defs:Less (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/core/
H A DSkPtrRecorder.cpp21 bool SkPtrSet::Less(const Pair& a, const Pair& b) { function in class:SkPtrSet
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
H A DSkBitmapHeap.cpp44 bool SkBitmapHeap::LookupEntry::Less(const SkBitmapHeap::LookupEntry& a, function in class:SkBitmapHeap::LookupEntry
222 int index = SkTSearch<const LookupEntry, LookupEntry::Less>(
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml19 | Less Constructor in type:CodeGenOptLevel/t
/external/llvm/include/llvm/Support/
H A DCodeGen.h51 Less, // -O1 enumerator in enum:llvm::CodeGenOpt::Level
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c95 * - 1: Less (-O1)
104 Less, // -O1 enumerator in enum:LLVM_CodeGenOpt_Level
/external/skia/src/gpu/
H A DGrProgramDesc.h59 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { function in class:GrProgramDesc
H A DGrResourceCache.cpp554 struct Less { struct
559 Less less;
/external/v8/src/
H A Dbignum.h57 static bool Less(const Bignum& a, const Bignum& b) { function in class:v8::internal::Bignum
/external/clang/include/clang/Basic/
H A DABI.h80 bool Less(const VirtualAdjustment &RHS) const { function in union:clang::ReturnAdjustment::VirtualAdjustment
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const { function in union:clang::ThisAdjustment::VirtualAdjustment
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h51 Less, LessEqual, LessLess, LessGreater, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp582 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { local
587 std::sort(G.begin(), G.end(), Less);
/external/skia/tests/
H A DPathOpsSkpClipTest.cpp695 bool Less(const SortByName& a, const SortByName& b);
696 bool Less(const SortByName& a, const SortByName& b) { function
725 int idx = SkTSearch<SortByName, Less>(sorted[0].begin(), count, &name, sizeof(&name));
927 if (SkTSearch<SortByName, Less>(sorted.get()[dirNo - firstDirNo].begin(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1431 milliseconds