OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sortedlist
(Results
1 - 24
of
24
) sorted by null
/frameworks/base/libs/hwui/utils/
SortedList.h
36
class
SortedList
: private SortedListImpl {
40
SortedList
();
41
SortedList
(const
SortedList
<TYPE>& rhs);
42
virtual ~
SortedList
();
44
const
SortedList
<TYPE>& operator =(const
SortedList
<TYPE>& rhs) const;
45
SortedList
<TYPE>& operator =(const
SortedList
<TYPE>& rhs);
86
ssize_t merge(const
SortedList
<TYPE>& vector)
[
all
...]
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
IoUtil.java
70
final ArrayList<ZipEntry>
sortedList
= new ArrayList<ZipEntry>();
73
sortedList
.add(entry);
76
Collections.sort(
sortedList
, new Comparator<ZipEntry>()
85
for (int i =
sortedList
.size()-1; i>=0; i--)
87
final ZipEntry inputEntry =
sortedList
.get(i);
92
if (i ==
sortedList
.size()-1)
99
final String nextName =
sortedList
.get(i+1).getName();
112
sortedList
.remove(inputEntry);
/external/guava/guava/src/com/google/common/collect/
NaturalOrdering.java
50
List<? extends Comparable>
sortedList
, Comparable key) {
51
return Collections.binarySearch((List)
sortedList
, key);
ComparatorOrdering.java
44
@Override public int binarySearch(List<? extends T>
sortedList
, T key) {
45
return Collections.binarySearch(
sortedList
, key, comparator);
Ordering.java
488
* {@code
sortedList
} for {@code key} using the binary search algorithm. The
491
* @param
sortedList
the list to be searched
494
public int binarySearch(List<? extends T>
sortedList
, @Nullable T key) {
495
return Collections.binarySearch(
sortedList
, key, this);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DictionaryExtensions.cs
78
public static TValue get<TKey, TValue>(
SortedList
<TKey, TValue> map, TKey key) {
122
public static HashSet<object> keySet<TKey, TValue>(
SortedList
<TKey, TValue> map) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DictionaryExtensions.cs
80
public static TValue get<TKey, TValue>( this
SortedList
<TKey, TValue> map, TKey key )
130
public static HashSet<object> keySet<TKey, TValue>( this
SortedList
<TKey, TValue> map )
/frameworks/base/libs/hwui/
LayerCache.h
22
#include "utils/
SortedList
.h"
137
SortedList
<LayerEntry> mCache;
RenderBufferCache.h
23
#include "utils/
SortedList
.h"
121
SortedList
<RenderBufferEntry> mCache;
FontRenderer.h
33
#include "utils/
SortedList
.h"
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java
237
final ArrayList<SpellCheckerSubtype>
sortedList
= new ArrayList<SpellCheckerSubtype>();
242
sortedList
.add(subtype);
249
sortedList
.add(subtype);
251
return
sortedList
;
/packages/apps/Settings/src/com/android/settings/
ZonePicker.java
108
final List<HashMap<String, Object>>
sortedList
= zoneGetter.getZones(context);
109
Collections.sort(
sortedList
, comparator);
111
sortedList
,
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java
550
final ArrayList<InputMethodSubtype>
sortedList
= new ArrayList<InputMethodSubtype>();
555
sortedList
.add(subtype);
562
sortedList
.add(subtype);
564
return
sortedList
;
/frameworks/av/include/media/
MediaPlayerInterface.h
194
// @param ids
SortedList
of metadata ID to be fetch. If empty, all
/prebuilts/sdk/tools/lib/
lint.jar
lint_api.jar
lint_checks.jar
guava-10.0.1.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar
Completed in 490 milliseconds