/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | MapItem.java | 50 private final Item lastItem; field in MapItem 83 Item lastItem = null; in addMap() local 91 firstItem, lastItem, count)); in addMap() 97 lastItem = item; in addMap() 104 firstItem, lastItem, count)); in addMap() 125 Item lastItem, int itemCount) { in MapItem() argument 140 if (lastItem == null) { in MapItem() 151 this.lastItem = lastItem; in MapItem() 171 this.lastItem = null; in MapItem()
|
/external/qemu/android/tools/ |
D | gen-hw-config.py | 63 lastItem = None variable 109 if lastItem: items.append(lastItem) 110 lastItem = Item(value) variable 112 lastItem.add(key, value) 114 if lastItem: 115 items.append(lastItem)
|
/external/webkit/Source/WebCore/dom/ |
D | DynamicNodeList.cpp | 74 m_caches->lastItem = n; in itemForwardsFromCurrent() 92 m_caches->lastItem = n; in itemBackwardsFromCurrent() 110 return m_caches->lastItem; in item() 112 start = m_caches->lastItem; in item() 161 : lastItem(0) in Caches() 174 lastItem = 0; in reset()
|
D | ChildNodeList.cpp | 57 return m_caches->lastItem; in item() 62 n = m_caches->lastItem; in item() 92 m_caches->lastItem = n; in item()
|
D | DynamicNodeList.h | 44 Node* lastItem; member
|
/external/icu4c/common/ |
D | uniset_props.cpp | 535 int8_t lastItem = 0, mode = 0; in applyPattern() local 544 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 545 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) || in applyPattern() 546 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ || in applyPattern() 625 if (lastItem == 1) { in applyPattern() 633 lastItem = 0; in applyPattern() 685 lastItem = 2; in applyPattern() 703 if (lastItem == 1) { in applyPattern() 721 if (lastItem != 0) { in applyPattern() 740 if (lastItem == 2 && op == 0) { in applyPattern() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | Dominators.java | 227 int lastItem = wParentBucket.size() - 1; in run() local 228 SsaBasicBlock last = wParentBucket.remove(lastItem); in run()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraph.java | 59 TimeLineGraphItem lastItem= getMostRecent(this.fItemGroups); in paint() local 61 if (lastItem!=null) in paint() 62 right= bounds.width - lastItem.getSize(g).x - PADDING/2; in paint()
|
D | LineGraph.java | 94 GraphItem lastItem= (GraphItem) this.fItems.get(this.fItems.size()-1); in paint() local 95 int right= bounds.width - lastItem.getSize(g).x - PADDING/2; in paint()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebContextMenuClient.mm | 88 NSMenuItem *lastItem = [defaultMenuItems objectAtIndex:defaultItemsCount - 1]; 90 if ([secondToLastItem isSeparatorItem] && [lastItem tag] == WebMenuItemTagInspectElement) { 93 [savedItems addObject:lastItem]; 96 [defaultMenuItems removeObject:lastItem];
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MinMaxPriorityQueueTest.java | 424 Integer lastItem = 0; in testIteratorInvalidatingIteratorRemove() local 426 lastItem = tmp; in testIteratorInvalidatingIteratorRemove() 428 assertEquals((Integer) 30, lastItem); in testIteratorInvalidatingIteratorRemove()
|
/external/svox/pico/lib/ |
D | picopr.c | 1080 static void pr_startItemList (pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem) in pr_startItemList() argument 1083 *lastItem = NULL; in pr_startItemList() 1087 …(picodata_ProcessingUnit this, pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr ite… in pr_appendItem() argument 1091 if ((*lastItem) == NULL) { in pr_appendItem() 1094 (*lastItem)->next = item; in pr_appendItem() 1096 (*lastItem) = item; in pr_appendItem() 1186 … pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr item) in pr_appendItemToOutItemList() argument 1239 pr_appendItem(this, firstItem, lastItem, litem); in pr_appendItemToOutItemList() 1254 pr_appendItem(this, firstItem, lastItem, litem); in pr_appendItemToOutItemList() 1262 pr_appendItem(this, firstItem, lastItem,litem); in pr_appendItemToOutItemList() [all …]
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPopupMenuProxyMac.mm | 69 NSMenuItem *menuItem = [m_popup.get() lastItem];
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PopupMenuMac.mm | 120 NSMenuItem *menuItem = [m_popup.get() lastItem];
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 2819 Cache the lastItem and lastItemOffset for fast retrieval of the 2826 (ChildNodeListImpl::item): Use lastItemOffset and lastItem if we can.
|