Searched refs:allItems (Results 1 – 3 of 3) sorted by relevance
47 allItems = os.listdir(packagePath)58 for item in allItems:
79 NSArray *allItems = [_perspectivesTabView tabViewItems];80 NSInteger i, c = [allItems count];84 NSTabViewItem *item = [allItems objectAtIndex:i];
180 List<LogItem> allItems = ShadowLog.getLogs(); in shouldLogAccordingToTag() local181 assertThat(allItems.size()).isEqualTo(6); in shouldLogAccordingToTag()183 for (LogItem item : allItems) { in shouldLogAccordingToTag()