Home
last modified time | relevance | path

Searched refs:lastItem (Results 1 – 12 of 12) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMapItem.java50 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/icu/icu4c/source/common/
Duniset_props.cpp464 int8_t lastItem = 0, mode = 0; in applyPattern() local
473 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern()
474 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) || in applyPattern()
475 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ || in applyPattern()
554 if (lastItem == 1) { in applyPattern()
562 lastItem = 0; in applyPattern()
614 lastItem = 2; in applyPattern()
632 if (lastItem == 1) { in applyPattern()
650 if (lastItem != 0) { in applyPattern()
669 if (lastItem == 2 && op == 0) { in applyPattern()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DDominators.java227 int lastItem = wParentBucket.size() - 1; in run() local
228 SsaBasicBlock last = wParentBucket.remove(lastItem); in run()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2468 int lastItem = 0, lastChar = 0, mode = 0; in applyPattern() local
2560 if (lastItem == 1) { in applyPattern()
2566 lastItem = op = 0; in applyPattern()
2612 lastItem = 2; in applyPattern()
2628 if (lastItem == 1) { in applyPattern()
2644 if (lastItem != 0) { in applyPattern()
2662 if (lastItem == 2 && op == 0) { in applyPattern()
2675 if (lastItem == 1) { in applyPattern()
2679 lastItem = 0; in applyPattern()
2723 if (lastItem == 1) { in applyPattern()
[all …]
DSimpleDateFormat.java2343 Object lastItem = items[items.length - 1]; in parse() local
2344 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraph.java59 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()
DLineGraph.java94 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/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DVisitor.java129 abstract protected void doBetween(Object container, Object lastItem, Object nextItem); in doBetween() argument
/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java425 Integer lastItem = 0; in testIteratorInvalidatingIteratorRemove() local
427 lastItem = tmp; in testIteratorInvalidatingIteratorRemove()
429 assertEquals((Integer) 30, lastItem); in testIteratorInvalidatingIteratorRemove()
/external/svox/pico/lib/
Dpicopr.c1080 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/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DBagFormatter.java592 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument
932 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py95 lastItem = overflowRecord