Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 25 of 68) sorted by relevance

123

/external/skia/include/gpu/vk/
DGrVkExtensions.h36 struct Less { struct
37 bool operator() (const Info& a, const SkString& b) { in operator()
40 bool operator() (const SkString& a, const GrVkExtensions::Info& b) { in operator()
/external/skqp/include/gpu/vk/
DGrVkExtensions.h36 struct Less { struct
37 bool operator() (const Info& a, const SkString& b) { in operator()
40 bool operator() (const SkString& a, const GrVkExtensions::Info& b) { in operator()
/external/syzkaller/syz-manager/
Dhtml.go566 func (a UICallTypeArray) Less(i, j int) bool { return a[i].Name < a[j].Name } func
572 func (a UIInputArray) Less(i, j int) bool { return a[i].Cover > a[j].Cover } func
578 func (a UIStatArray) Less(i, j int) bool { return a[i].Name < a[j].Name } func
584 func (a UICrashTypeArray) Less(i, j int) bool { return a[i].Description < a[j].Description } func
590 func (a UICrashArray) Less(i, j int) bool { return a[i].Time.After(a[j].Time) } func
744 func (a UIPrioArray) Less(i, j int) bool { return a[i].Prio > a[j].Prio } func
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dsort.go38 func (vs valueSorter) Less(i, j int) bool { return isLess(vs[i], vs[j]) } func
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/function/
Dfunc.go23 Less = ttbFunc // func(T, T) bool const
/external/skia/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/external/skqp/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
Dsort_go17.go38 func (ss reflectSliceSorter) Less(i, j int) bool { func
/external/clang/include/clang/Basic/
DABI.h80 bool Less(const VirtualAdjustment &RHS) const { in Less() function
148 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h70 struct Less { struct
71 bool operator()(const CodeGenRegister *A, in operator()
/external/llvm/include/llvm/Support/
DCodeGen.h54 Less, // -O1 enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h54 Less, // -O1 enumerator
/external/skia/tools/skqp/
Dmake_gmkb.go36 func (a ExportTestRecordArray) Less(i, j int) bool { return a[i].TestName < a[j].TestName } func
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h96 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/external/v8/src/
Dbignum.h57 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/external/skqp/tools/skqp/
Dmake_gmkb.go36 func (a ExportTestRecordArray) Less(i, j int) bool { return a[i].TestName < a[j].TestName } func
/external/boringssl/src/crypto/err/
Derr_data_generate.go124 func (ks keySlice) Less(i, j int) bool { func
/external/golang-protobuf/jsonpb/
Djsonpb.go160 func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } func
1122 func (s mapKeys) Less(i, j int) bool { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.ml19 | Less Constructor
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml19 | Less Constructor
/external/golang-protobuf/proto/
Dextensions_test.go218 func (s ExtensionDescSlice) Less(i, j int) bool { return s[i].Field < s[j].Field } func
/external/syzkaller/tools/syz-benchcmp/
Dbenchcmp.go205 func (a pointSlice) Less(i, j int) bool { return a[i].Time < a[j].Time } func
/external/syzkaller/syz-hub/
Dhttp.go91 func (a UIManagerArray) Less(i, j int) bool { return a[i].Name < a[j].Name } func
/external/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp77 auto& Less = std::partial_ordering::less; in test_constexpr() local
/external/libcxx/test/std/language.support/cmp/cmp.weakord/
Dweakord.pass.cpp93 auto& Less = std::weak_ordering::less; in test_constexpr() local

123