HomeSort by relevance Sort by last modified time
    Searched defs:Collection (Results 1 - 8 of 8) 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/webkit/JavaScriptCore/runtime/
Collector.h 49 enum OperationInProgress { NoOperation, Allocation, Collection };
78 bool isBusy(); // true if an allocation or collection is in progress
  /external/chromium/base/
tracked_objects.h 79 // 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;
303 Collection* collection();
305 // After collection of death data is complete, we can add entries for all the
317 Collection collection_;
398 void Sort(DataCollector::Collection* collection) const
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 126 milliseconds