HomeSort by relevance Sort by last modified time
    Searched refs:comparable (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 43 COMPtr<IAccessibleComparable> comparable;
44 serviceProvider->QueryService(SID_AccessibleComparable, __uuidof(IAccessibleComparable), reinterpret_cast<void**>(&comparable));
45 return comparable;
64 COMPtr<IAccessibleComparable> comparable = comparableObject(m_element.get()); local
66 if (!comparable || !otherComparable)
69 if (FAILED(comparable->isSameObject(otherComparable.get(), &isSame)))
AccessibilityControllerWin.cpp 257 COMPtr<IAccessibleComparable> comparable; local
258 serviceProvider->QueryService(SID_AccessibleComparable, __uuidof(IAccessibleComparable), reinterpret_cast<void**>(&comparable));
259 return comparable;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java 46 implements Comparable<IncompatibleComparableKeyType> {
91 Comparable comparable = (Comparable) prior; local
92 assertTrue(comparable.compareTo(current) < 0);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 13 * The map is sorted according to the {@linkplain Comparable natural
576 * Represents a key with a comparator as a Comparable.
581 * per-comparison whether to use comparator or comparable because
582 * it doesn't require a (Comparable) cast for each comparison.
590 static final class ComparableUsingComparator<K> implements Comparable<K> {
604 * cast key as Comparable, which may cause ClassCastException,
607 private Comparable<? super K> comparable(Object key) method in class:ConcurrentSkipListMap
614 return (Comparable<? super K>)key;
626 return ((Comparable<? super K>)k1).compareTo(k2)
    [all...]
  /external/v8/benchmarks/
base.js 78 // Scores are not comparable across versions. Bump the version if
  /external/dropbear/libtomcrypt/
crypt.tex 161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries such as OpenSSL and
    [all...]

Completed in 341 milliseconds