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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/sort/
zfuncversion.go 12 for j := i; j > a && data.Less(j, j-1); j-- {
26 if child+1 < hi && data.Less(first+child, first+child+1) {
29 if !data.Less(first+root, first+child) {
53 if data.Less(m1, m0) {
56 if data.Less(m2, m1) {
58 if data.Less(m1, m0) {
83 for ; a < c && data.Less(a, pivot); a++ {
87 for ; b < c && !data.Less(pivot, b); b++ {
89 for ; b < c && data.Less(pivot, c-1); c-- {
101 if !data.Less(pivot, hi-1)
    [all...]
example_wrapper_test.go 26 // ByName implements sort.Interface by providing Less and using the Len and
30 func (s ByName) Less(i, j int) bool { return s.Organs[i].Name < s.Organs[j].Name }
32 // ByWeight implements sort.Interface by providing Less and using the Len and
36 func (s ByWeight) Less(i, j int) bool { return s.Organs[i].Weight < s.Organs[j].Weight }
  /prebuilts/go/linux-x86/src/sort/
zfuncversion.go 12 for j := i; j > a && data.Less(j, j-1); j-- {
26 if child+1 < hi && data.Less(first+child, first+child+1) {
29 if !data.Less(first+root, first+child) {
53 if data.Less(m1, m0) {
56 if data.Less(m2, m1) {
58 if data.Less(m1, m0) {
83 for ; a < c && data.Less(a, pivot); a++ {
87 for ; b < c && !data.Less(pivot, b); b++ {
89 for ; b < c && data.Less(pivot, c-1); c-- {
101 if !data.Less(pivot, hi-1)
    [all...]
example_wrapper_test.go 26 // ByName implements sort.Interface by providing Less and using the Len and
30 func (s ByName) Less(i, j int) bool { return s.Organs[i].Name < s.Organs[j].Name }
32 // ByWeight implements sort.Interface by providing Less and using the Len and
36 func (s ByWeight) Less(i, j int) bool { return s.Organs[i].Weight < s.Organs[j].Weight }
  /external/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 54 Less, // -O1
  /external/skia/src/core/
SkPtrRecorder.cpp 20 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
  /external/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ABI.h 80 bool Less(const VirtualAdjustment &RHS) const {
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const {
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug151.go 13 func (v S) Less(e Empty) bool {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug151.go 13 func (v S) Less(e Empty) bool {

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 910