Home
last modified time | relevance | path

Searched defs:newItem (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/common/
Dulist.cpp61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem()
92 UListNode *newItem = NULL; in ulist_addItemEndList() local
125 UListNode *newItem = NULL; in ulist_addItemBeginList() local
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java59 public void addTestCase(TestCase newItem) { in addTestCase()
/external/skqp/tests/
DLListTest.cpp251 Iter newItem(iter); in test_tllist() local
263 Iter newItem(iter); in test_tllist() local
/external/skia/tests/
DLListTest.cpp251 Iter newItem(iter); in test_tllist() local
263 Iter newItem(iter); in test_tllist() local
/external/autotest/frontend/client/src/autotest/common/
DCustomHistory.java92 public static void newItem(HistoryToken token) { in newItem() method in CustomHistory
/external/clang/test/ARCMT/
Dobjcmt-property-dot-syntax.m74 @property id newItem; // should be marked objc_method_family(none), but isn't. property
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java584 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, null); in findIndexedItem() local
780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null); in appendLangItem() local
DXMPUtilsImpl.java324 XMPNode newItem = null; in separateArrayItems() local
1068 StringBuffer newItem = new StringBuffer(item.length() + 2); in applyQuotes() local
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c514 DialogItemIndex newItem; in DlgObj_SetDialogDefaultItem() local
533 DialogItemIndex newItem; in DlgObj_SetDialogCancelItem() local
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java1153 String newItem = old_new.get(oldItem); in TestZones() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java923 … void addRow(Multimap<PathHeader, String> target, PathHeader key, String oldItem, String newItem) { in addRow()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3377 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertBefore() local
3403 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertAfter() local
3426 ItemType* const newItem = InsertBefore(pItem); in InsertBefore() local
3434 ItemType* const newItem = InsertAfter(pItem); in InsertAfter() local
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3377 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertBefore() local
3403 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertAfter() local
3426 ItemType* const newItem = InsertBefore(pItem); in InsertBefore() local
3434 ItemType* const newItem = InsertAfter(pItem); in InsertAfter() local
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java1503 XPathParts newItem = item.cloneAsThawed(); in addAttributes() local