OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comparable
(Results
1 - 5
of
5
) 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
;
/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 8342 milliseconds