Searched defs:items (Results 1 – 11 of 11) sorted by relevance
110 List<MiscKernelLogItem> items = new LinkedList<MiscKernelLogItem>(); in getMiscEvents() local123 List<SELinuxItem> items = new LinkedList<SELinuxItem>(); in getSELinuxEvents() local136 List<LowMemoryKillerItem> items = new LinkedList<LowMemoryKillerItem>(); in getLowMemoryKillerEvents() local149 List<PageAllocationFailureItem> items = new LinkedList<PageAllocationFailureItem>(); in getPageAllocationFailureEvents() local
141 List<MiscLogcatItem> items = new LinkedList<MiscLogcatItem>(); in getMiscEvents() local
23 "items": { object73 "items": { object91 "items": { object107 "items": { object
49 public FakeTestsZipFolder(Map<String, ItemType> items) { in FakeTestsZipFolder()
170 LogcatItem items; in parseEvents() local
53 def items(self): member in ConfigWrapper
163 String[] items = lines[i].trim().split("\\|"); in parseResult() local
80 def items(self, section, *args): member in RawConfigParser
472 def _FindOldItems(items, cut_time, time_key): argument
115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems()
375 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem()