OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Collection
(Results
1 - 15
of
15
) sorted by null
/libcore/luni/src/main/java/java/util/
Collection.java
22
* {@code
Collection
} is the root of the
collection
hierarchy. It defines operations on
24
* of {@code
Collection
}s.
26
* All direct or indirect implementations of {@code
Collection
} should implement at
28
*
collection
and one with a parameter of type {@code
Collection
}. This second
29
* constructor can be used to create a
collection
of different type as the
30
* initial
collection
but with the same elements. Implementations of {@code
Collection
}
34
* Methods that change the content of a
collection
throw a
[
all
...]
/external/openfst/src/include/fst/extensions/pdt/
collection.h
0
//
collection
.h
19
// Class to store a
collection
of ordered (multi-)sets with elements of type T.
32
// Stores a
collection
of non-empty, ordered (multi-)sets with elements
38
class
Collection
{
81
Collection
() {}
114
DISALLOW_COPY_AND_ASSIGN(
Collection
);
117
template<class I, class T> const I
Collection
<I, T>::kNoNodeId = -1;
119
template <class I, class T> const size_t
Collection
<I, T>::kPrime = 7853;
121
template <class I, class T> std::tr1::hash<T>
Collection
<I, T>::hash_;
/external/chromium/base/
tracked_objects.h
80
//
collection
of DeathData instances. For each birth place Location that is
157
// For a specific thread, and a specific birth place, the
collection
of all
246
// A temporary
collection
of data that can be sorted and summarized. It is
290
typedef std::vector<Snapshot>
Collection
;
304
Collection
*
collection
();
306
// After
collection
of death data is complete, we can add entries for all the
320
Collection
collection_;
401
void Sort(DataCollector::
Collection
*
collection
) const
[
all
...]
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 559 milliseconds