HomeSort by relevance Sort by last modified time
    Searched defs:Collection (Results 1 - 25 of 35) sorted by null

1 2

  /external/guice/extensions/persist/src/com/google/inject/persist/finder/
Finder.java 23 import java.util.Collection;
46 * Returns the configured autoboxing collection class.
47 * Use this clause to specify a collection impl to autobox result lists into. The impl must
48 * have a default no-arg constructor and be a subclass of {@code java.util.Collection}.
50 Class<? extends Collection> returnAs() default Collection.class;
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4879.dir/
a.go 7 type Collection struct {
17 func MakePrivateCollection() *Collection {
18 return &Collection{
23 func MakePrivateCollection2() *Collection {
24 return &Collection{
28 func MakePrivateCollection3() *Collection {
29 return &Collection{
  /prebuilts/go/linux-x86/test/fixedbugs/issue4879.dir/
a.go 7 type Collection struct {
17 func MakePrivateCollection() *Collection {
18 return &Collection{
23 func MakePrivateCollection2() *Collection {
24 return &Collection{
28 func MakePrivateCollection3() *Collection {
29 return &Collection{
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
TypeConverter.h 29 typedef Vector<Type> Collection;
34 typedef Vector<Type> Collection;
39 typedef Vector<Type> Collection;
44 typedef Vector<Type> Collection;
Serializer.h 52 typedef AudioGainCollection Collection;
78 typedef AudioProfileVector Collection;
99 typedef IOProfileCollection Collection;
123 typedef DeviceVector Collection;
145 typedef AudioRouteVector Collection;
169 typedef HwModuleCollection Collection;
206 typedef VolumeCurvesCollection Collection;
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Collection.h 37 * Collection of policy element as a map indexed with a their UID type.
39 * @tparam Key type of the policy element indexing the collection.
47 class Collection : public std::map<Key, Element<Key> *>
56 Collection()
62 * Add a policy element to the collection. Policy elements are streams, strategies, input
63 * sources, ... Compile time error generated if called with not supported collection.
66 * @tparam Key indexing the collection of policy element.
70 * @return NO_ERROR if the policy element has been successfully added to the collection.
79 ALOGD("%s: adding element %s to collection", __FUNCTION__, name.c_str());
84 * Get a policy element from the collection by its key. Policy elements are streams, strategies
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
ExtraRootBusMap.c 144 ORDERED_COLLECTION *Collection;
150 // Handles and Collection are temporary / helper variables, while in Map we
161 Collection = OrderedCollectionInit (RootBridgePathCompare,
163 if (Collection == NULL) {
189 // not the main one). In that case, link the device path into Collection.
195 Status = OrderedCollectionInsert (Collection, NULL, DevicePath);
218 Entry = OrderedCollectionMin (Collection);
249 for (Entry = OrderedCollectionMin (Collection); Entry != NULL;
252 OrderedCollectionDelete (Collection, Entry, NULL);
254 OrderedCollectionUninit (Collection);
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Collection.java 33 * The root interface in the <i>collection hierarchy</i>. A collection
45 * <p>All general-purpose <tt>Collection</tt> implementation classes (which
46 * typically implement <tt>Collection</tt> indirectly through one of its
48 * arguments) constructor, which creates an empty collection, and a
49 * constructor with a single argument of type <tt>Collection</tt>, which
50 * creates a new collection with the same elements as its argument. In
51 * effect, the latter constructor allows the user to copy any collection,
52 * producing an equivalent collection of the desired implementation type.
54 * constructors) but all of the general-purpose <tt>Collection</tt
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
Edge.h 17 class Collection;
41 virtual void VisitCollection(Collection*) {}
57 void VisitCollection(Collection*) override;
76 virtual void AtCollection(Collection*);
239 class Collection : public Edge {
242 Collection(RecordInfo* info, bool on_heap, bool is_root)
246 ~Collection() {
248 assert(*it && "Collection-edge members must be non-null");
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 132 Empty the collection by iterating forward through its entries.
137 @param[in,out] Collection The collection to empty.
141 IN OUT ORDERED_COLLECTION *Collection
146 Entry = OrderedCollectionMin (Collection);
153 OrderedCollectionDelete (Collection, Entry, &Ptr);
165 Empty the collection by iterating backward through its entries.
170 @param[in,out] Collection The collection to empty.
174 IN OUT ORDERED_COLLECTION *Collection
    [all...]
  /frameworks/av/media/libmedia/include/media/
TypeConverter.h 36 typedef SortedVector<Type> Collection;
41 typedef Vector<Type> Collection;
48 typedef Vector<Type> Collection;
53 typedef Vector<Type> Collection;
58 typedef Vector<Type> Collection;
63 typedef SortedVector<Type> Collection;
71 typedef Vector<Type> Collection;
76 typedef Vector<Type> Collection;
81 typedef Vector<Type> Collection;
86 typedef Vector<Type> Collection;
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /art/dexlayout/
dex_ir.h 131 std::vector<std::unique_ptr<T>>& Collection() { return collection_; }
156 std::map<uint32_t, std::unique_ptr<T>>& Collection() { return collection_; }
168 std::vector<std::unique_ptr<StringId>>& StringIds() { return string_ids_.Collection(); }
169 std::vector<std::unique_ptr<TypeId>>& TypeIds() { return type_ids_.Collection(); }
170 std::vector<std::unique_ptr<ProtoId>>& ProtoIds() { return proto_ids_.Collection(); }
171 std::vector<std::unique_ptr<FieldId>>& FieldIds() { return field_ids_.Collection(); }
172 std::vector<std::unique_ptr<MethodId>>& MethodIds() { return method_ids_.Collection(); }
173 std::vector<std::unique_ptr<ClassDef>>& ClassDefs() { return class_defs_.Collection(); }
174 std::vector<std::unique_ptr<CallSiteId>>& CallSiteIds() { return call_site_ids_.Collection(); }
176 { return method_handle_items_.Collection(); }
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 306 milliseconds

1 2