Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkTSort.h43 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftUp()
77 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftDown()
102 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, C lessThan) { in SkTHeapSort()
121 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
136 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
191 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
/external/skia/src/core/
DSkTSort.h43 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftUp()
77 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftDown()
102 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, C lessThan) { in SkTHeapSort()
121 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
136 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
191 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSpeechRecognitionHandle.cpp50 bool WebSpeechRecognitionHandle::lessThan(const WebSpeechRecognitionHandle& other) const in lessThan() function in blink::WebSpeechRecognitionHandle
DWebWorkerRunLoop.cpp74 bool WebWorkerRunLoop::lessThan(const WebWorkerRunLoop& o) const in lessThan() function in blink::WebWorkerRunLoop
DWebNotification.cpp63 bool WebNotification::lessThan(const WebNotification& other) const in lessThan() function in blink::WebNotification
DWebNode.cpp76 bool WebNode::lessThan(const WebNode& n) const in lessThan() function in blink::WebNode
/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java485 private static void shiftIndex(CodeIterator ci, int lessThan, int delta) throws BadBytecode { in shiftIndex()
540 int lessThan, int delta) in shiftIndex8()
559 int lessThan, int delta, in shiftIndex0()
DLocalVariableAttribute.java138 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/guava/guava/src/com/google/common/collect/
DRanges.java151 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) { in lessThan() method in Ranges
/external/icu4c/common/unicode/
Dstringtriebuilder.h362 Node *lessThan; variable
/external/icu4c/common/
Dstringtriebuilder.cpp135 int32_t lessThan[kMaxSplitBranchLevels]; in writeBranchSubNode() local
264 Node *lessThan[kMaxSplitBranchLevels]; in makeBranchSubNode() local
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObject.java537 public boolean lessThan(XObject obj2) in lessThan() method in XObject
DXNodeSet.java644 public boolean lessThan(XObject obj2) throws javax.xml.transform.TransformerException in lessThan() method in XNodeSet