/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/icu4c/common/ |
D | uniset_props.cpp | 468 int8_t lastItem = 0, mode = 0; in applyPattern() local 477 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 478 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) || in applyPattern() 479 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ || in applyPattern() 558 if (lastItem == 1) { in applyPattern() 566 lastItem = 0; in applyPattern() 618 lastItem = 2; in applyPattern() 636 if (lastItem == 1) { in applyPattern() 654 if (lastItem != 0) { in applyPattern() 673 if (lastItem == 2 && op == 0) { in applyPattern() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | uniset_props.cpp | 548 int8_t lastItem = 0, mode = 0; in applyPattern() local 557 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 558 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) || in applyPattern() 559 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ || in applyPattern() 638 if (lastItem == 1) { in applyPattern() 646 lastItem = 0; in applyPattern() 698 lastItem = 2; in applyPattern() 716 if (lastItem == 1) { in applyPattern() 734 if (lastItem != 0) { in applyPattern() 753 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/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCollection.cpp | 429 Node* lastItem = itemBefore(0); in item() local 430 ASSERT(lastItem); in item() 431 setItemCache(lastItem, cachedLength() - 1, 0); in item()
|
/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/chromium_org/ui/message_center/cocoa/ |
D | settings_controller.mm | 203 [[groupDropDownButton_ lastItem] setState:NSOnState];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | website_settings_bubble_controller.mm | 876 [[button lastItem] setTag:CONTENT_SETTING_ALLOW]; 883 [[button lastItem] setTag:CONTENT_SETTING_BLOCK]; 890 [[button lastItem] setTag:CONTENT_SETTING_DEFAULT];
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
D | content_setting_bubble_cocoa.mm | 127 [[button lastItem] setTag:i];
|