Searched defs:Collection (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h38 class Collection { class in namespace:fst
81 Collection() {} function in class:fst::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_org/tools/clang/blink_gc_plugin/
H A DEdge.h22 class Collection;
34 virtual void VisitCollection(Collection*) {}
48 virtual void VisitCollection(Collection*) override;
65 virtual void AtCollection(Collection*);
200 class Collection : public Edge { class in inherits:Edge
203 Collection(RecordInfo* info, bool on_heap, bool is_root) function in class:Collection
207 ~Collection() {
209 assert(*it && "Collection-edge members must be non-null");
/external/chromium_org/tools/usb_gadget/
H A Dhid_descriptors.py122 def Collection(typ, *items): function
/external/guava/guava/src/com/google/common/collect/
H A DMapConstraints.java24 import java.util.Collection;
208 private static <K, V> Entry<K, Collection<V>> constrainedAsMapEntry(
209 final Entry<K, Collection<V>> entry,
213 return new ForwardingMapEntry<K, Collection<V>>() {
214 @Override protected Entry<K, Collection<V>> delegate() {
217 @Override public Collection<V> getValue() {
242 private static <K, V> Set<Entry<K, Collection<V>>> constrainedAsMapEntries(
243 Set<Entry<K, Collection<V>>> entries,
260 private static <K, V> Collection<Entry<K, V>> constrainedEntries( argument
261 Collection<Entr
[all...]
H A DMultimaps.java42 import java.util.Collection;
72 * {@link Collection} classes.
107 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map,
108 final Supplier<? extends Collection<V>> factory) {
113 transient Supplier<? extends Collection<V>> factory;
115 CustomMultimap(Map<K, Collection<V>> map,
116 Supplier<? extends Collection<V>> factory) {
121 @Override protected Collection<V> createCollection() {
141 factory = (Supplier<? extends Collection<V>>) stream.readObject();
142 Map<K, Collection<
935 unmodifiableEntries( Collection<Entry<K, V>> entries) argument
[all...]
/external/lldb/include/lldb/Core/
H A DRangeMap.h176 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeArray
215 typename Collection::const_iterator pos, end, prev;
236 typename Collection::iterator pos;
237 typename Collection::iterator end;
238 typename Collection::iterator prev;
255 Collection minimal_ranges;
301 typename Collection::iterator pos, end;
370 typename Collection::const_iterator begin = m_entries.begin();
371 typename Collection::const_iterator end = m_entries.end();
372 typename Collection
456 typedef std::vector<Entry> Collection; typedef in class:lldb_private::RangeVector
800 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeDataArray
1062 typedef std::vector<Entry> Collection; typedef in class:lldb_private::RangeDataVector
1411 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::AddressDataArray
[all...]
/external/clang/lib/Parse/
H A DParseStmt.cpp1490 ExprResult Collection; local
1566 Collection = ParseExpression();
1594 Collection = ParseExpression();
1679 Collection.get(),
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java38 import java.util.Collection;
68 * {@link Collection} classes.
103 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map,
104 final Supplier<? extends Collection<V>> factory) {
109 transient Supplier<? extends Collection<V>> factory;
111 CustomMultimap(Map<K, Collection<V>> map,
112 Supplier<? extends Collection<V>> factory) {
117 @Override protected Collection<V> createCollection() {
164 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) {
172 CustomListMultimap(Map<K, Collection<
846 unmodifiableEntries( Collection<Entry<K, V>> entries) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1465 llvm::Value *Collection; local
1467 Collection = EmitARCRetainScalarExpr(S.getCollection());
1470 EmitObjCConsumeObject(S.getCollection()->getType(), Collection);
1472 Collection = EmitScalarExpr(S.getCollection());
1502 Collection, Args);
1566 Builder.CreateBitCast(Collection,
1674 Collection, Args);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1876 static bool ObjCEnumerationCollection(Expr *Collection) { argument
1877 return !Collection->isTypeDependent()
1878 && Collection->getType()->getAs<ObjCObjectPointerType>() != nullptr;
H A DTreeTransform.h1542 Expr *Collection,
1547 Collection,
6086 ExprResult Collection = getDerived().TransformExpr(S->getCollection());
6087 if (Collection.isInvalid())
6098 Collection.get() == S->getCollection() &&
6105 Collection.get(),
1540 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 386 milliseconds