Home
last modified time | relevance | path

Searched refs:lastItem (Results 1 – 17 of 17) 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/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
DGraphAlgo.py98 lastItem = heap.pop()
104 if smallChild >= len(heap) or lastItem <= heap[smallChild]:
105 heap[insertionPoint] = lastItem
/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/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/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2414 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local
2507 if (lastItem == LAST1_RANGE) { in applyPattern()
2513 lastItem = LAST0_START; in applyPattern()
2560 lastItem = LAST2_SET; in applyPattern()
2576 if (lastItem == LAST1_RANGE) { in applyPattern()
2592 if (lastItem != LAST0_START) { in applyPattern()
2613 if (lastItem == LAST2_SET && op == 0) { in applyPattern()
2626 if (lastItem == LAST1_RANGE) { in applyPattern()
2630 lastItem = LAST0_START; in applyPattern()
2692 if (lastItem == LAST1_RANGE) { in applyPattern()
[all …]
DSimpleDateFormat.java2336 Object lastItem = items[items.length - 1]; in parse() local
2337 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2484 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local
2577 if (lastItem == LAST1_RANGE) { in applyPattern()
2583 lastItem = LAST0_START; in applyPattern()
2630 lastItem = LAST2_SET; in applyPattern()
2646 if (lastItem == LAST1_RANGE) { in applyPattern()
2662 if (lastItem != LAST0_START) { in applyPattern()
2683 if (lastItem == LAST2_SET && op == 0) { in applyPattern()
2696 if (lastItem == LAST1_RANGE) { in applyPattern()
2700 lastItem = LAST0_START; in applyPattern()
2762 if (lastItem == LAST1_RANGE) { in applyPattern()
[all …]
DSimpleDateFormat.java2349 Object lastItem = items[items.length - 1]; in parse() local
2350 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DVisitor.java130 abstract protected void doBetween(Object container, Object lastItem, Object nextItem); in doBetween() argument
DBagFormatter.java593 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument
933 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument
/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