HomeSort by relevance Sort by last modified time
    Searched defs:ZoneList (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
zone.h 166 class ZoneList: public List<T, ZoneListAllocationPolicy> {
168 // Construct a new ZoneList with the given capacity; the length is
170 explicit ZoneList(int capacity)
  /packages/apps/Settings/src/com/android/settings/
ZoneList.java 51 public class ZoneList extends ListActivity {
53 private static final String TAG = "ZoneList";

Completed in 39 milliseconds