Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/flutter/skia/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()
/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_relational.inl7 GLM_FUNC_QUALIFIER bool lessThan function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js102 this.lessThan = function (...args) { method
260 this.lessThan = function (...args) { method
Dohos_data_dataSharePredicates.js105 this.lessThan = function (...args) { method
Dohos_data_distributedData.js78 this.lessThan = function (...args) { method
/third_party/node/deps/icu-small/source/common/unicode/
Dstringtriebuilder.h384 Node *lessThan; variable
/third_party/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h384 Node *lessThan; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h381 Node *lessThan; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h384 Node *lessThan; variable
/third_party/skia/third_party/externals/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
/third_party/icu/icu4c/source/common/
Dstringtriebuilder.cpp137 int32_t lessThan[kMaxSplitBranchLevels]; in writeBranchSubNode() local
266 Node *lessThan[kMaxSplitBranchLevels]; in makeBranchSubNode() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp137 int32_t lessThan[kMaxSplitBranchLevels]; in writeBranchSubNode() local
266 Node *lessThan[kMaxSplitBranchLevels]; in makeBranchSubNode() local
/third_party/node/deps/icu-small/source/common/
Dstringtriebuilder.cpp137 int32_t lessThan[kMaxSplitBranchLevels]; in writeBranchSubNode() local
266 Node *lessThan[kMaxSplitBranchLevels]; in makeBranchSubNode() local
/third_party/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp137 int32_t lessThan[kMaxSplitBranchLevels]; in writeBranchSubNode() local
266 Node *lessThan[kMaxSplitBranchLevels]; in makeBranchSubNode() local
/third_party/skia/src/codec/
DSkIcoCodec.cpp123 EntryLessThan lessThan; in MakeFromStream() local
/third_party/flutter/skia/src/codec/
DSkIcoCodec.cpp107 EntryLessThan lessThan; in MakeFromStream() local
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp100 template<typename T> inline bool lessThan (T a, T b) { return (a < b); } in lessThan() function
244 inline Vector<bool, Size> lessThan (const Vector<T, Size>& a, const Vector<T, Size>& b) in lessThan() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java762 private Node lessThan; field in StringTrieBuilder.SplitBranchNode
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DStringTrieBuilder.java761 private Node lessThan; field in StringTrieBuilder.SplitBranchNode
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl722 GLM_FUNC_QUALIFIER tvec4<bool, P> lessThan(tquat<T, P> const & x, tquat<T, P> const & y) function
/third_party/flutter/skia/src/utils/
DSkPolyUtils.cpp643 bool lessThan(const ActiveEdge* that) const { in lessThan() function
/third_party/skia/src/utils/
DSkPolyUtils.cpp659 bool lessThan(const ActiveEdge* that) const { in lessThan() function

12