Home
last modified time | relevance | path

Searched defs:lessThan (Results 1 – 25 of 42) sorted by relevance

12

/external/skqp/src/core/
DSkTSort.h44 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftUp()
78 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftDown()
103 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, C lessThan) { in SkTHeapSort()
123 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
141 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
169 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
197 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
DSkScan_DAAPath.cpp177 YLessThan lessThan; // sort edges in YX order in gen_alpha_deltas() local
223 XLessThan lessThan; in gen_alpha_deltas() local
/external/skia/src/core/
DSkTSort.h34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp()
68 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftDown()
93 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, const C& lessThan) { in SkTHeapSort()
114 static void SkTInsertionSort(T* left, int count, const C& lessThan) { in SkTInsertionSort()
133 static T* SkTQSort_Partition(T* left, int count, T* pivot, const C& lessThan) { in SkTQSort_Partition()
163 void SkTIntroSort(int depth, T* left, int count, const C& lessThan) { in SkTIntroSort()
194 void SkTQSort(T* begin, T* end, const C& lessThan) { in SkTQSort()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
DOrderingComparison.java62 public static <T extends Comparable<T>> Matcher<T> lessThan(T value) { in lessThan() method in OrderingComparison
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DPeriod.java65 public static Period lessThan(float count, TimeUnit unit) { in lessThan() method in Period
119 public Period lessThan() { in lessThan() method in Period
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DPeriod.java67 public static Period lessThan(float count, TimeUnit unit) { in lessThan() method in Period
121 public Period lessThan() { in lessThan() method in Period
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_relational.inl7 GLM_FUNC_QUALIFIER bool lessThan function
/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java506 private static void shiftIndex(CodeIterator ci, int lessThan, int delta) throws BadBytecode { in shiftIndex()
561 int lessThan, int delta) in shiftIndex8()
580 int lessThan, int delta, in shiftIndex0()
DLocalVariableAttribute.java142 public void shiftIndex(int lessThan, int delta) { in shiftIndex()
/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java209 public abstract int lessThan(IntegerValue other); in lessThan() method in IntegerValue
445 public int lessThan(UnknownIntegerValue other) in lessThan() method in IntegerValue
689 public int lessThan(SpecificIntegerValue other) in lessThan() method in IntegerValue
933 public int lessThan(ParticularIntegerValue other) in lessThan() method in IntegerValue
DSpecificIntegerValue.java184 public int lessThan(IntegerValue other) in lessThan() method in SpecificIntegerValue
322 public int lessThan(SpecificIntegerValue other) in lessThan() method in SpecificIntegerValue
DParticularIntegerValue.java216 public int lessThan(IntegerValue other) in lessThan() method in ParticularIntegerValue
344 public int lessThan(ParticularIntegerValue other) in lessThan() method in ParticularIntegerValue
DUnknownIntegerValue.java186 public int lessThan(IntegerValue other) in lessThan() method in UnknownIntegerValue
/external/s2-geometry-library-java/src/com/google/common/geometry/
DR2Vector.java84 public boolean lessThan(R2Vector vb) { in lessThan() method in R2Vector
DS1Angle.java77 public boolean lessThan(S1Angle that) { in lessThan() method in S1Angle
DS2Point.java152 public boolean lessThan(S2Point vb) { in lessThan() method in S2Point
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.inl9 GLM_FUNC_QUALIFIER vecType<bool, P> lessThan(vecType<T, P> const & x, vecType<T, P> const & y) function
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h384 Node *lessThan; variable
/external/icu/libicu/cts_headers/unicode/
Dstringtriebuilder.h384 Node *lessThan; variable
/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp137 int32_t lessThan[kMaxSplitBranchLevels]; in writeBranchSubNode() local
266 Node *lessThan[kMaxSplitBranchLevels]; in makeBranchSubNode() local
/external/guava/guava/src/com/google/common/collect/
DRange.java233 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) { in lessThan() method in Range
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObject.java537 public boolean lessThan(XObject obj2) in lessThan() method in XObject
/external/guava/android/guava/src/com/google/common/collect/
DRange.java233 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) { in lessThan() method in Range
/external/skqp/src/codec/
DSkIcoCodec.cpp107 EntryLessThan lessThan; in MakeFromStream() local
/external/skia/src/codec/
DSkIcoCodec.cpp123 EntryLessThan lessThan; in MakeFromStream() local

12