Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dulist.cpp61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem()
92 UListNode *newItem = nullptr; in ulist_addItemEndList() local
125 UListNode *newItem = nullptr; in ulist_addItemBeginList() local
/external/cronet/tot/third_party/icu/source/common/
Dulist.cpp61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem()
92 UListNode *newItem = nullptr; in ulist_addItemEndList() local
125 UListNode *newItem = nullptr; in ulist_addItemBeginList() local
/external/cronet/stable/third_party/icu/source/common/
Dulist.cpp61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem()
92 UListNode *newItem = nullptr; in ulist_addItemEndList() local
125 UListNode *newItem = nullptr; in ulist_addItemBeginList() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DShapeGroupParser.java41 ContentModel newItem = ContentModelParser.parse(reader, composition); in parse() local
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java59 public void addTestCase(TestCase newItem) { in addTestCase()
/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/lzma/CPP/Windows/
DMenu.h117 bool AppendItem(UINT flags, UINT_PTR newItemID, LPCTSTR newItem) in AppendItem()
120 bool Insert(UINT position, UINT flags, UINT_PTR idNewItem, LPCTSTR newItem) in Insert()
DMenu.cpp256 bool CMenu::AppendItem(UINT flags, UINT_PTR newItemID, LPCWSTR newItem) in AppendItem()
/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/lzma/CPP/7zip/UI/FileManager/
DSystemPage.cpp91 LVITEMW newItem; in RefreshListItem() local
/external/truth/core/src/main/java/com/google/common/truth/
DSubjectUtils.java380 T newItem = (T) HUMAN_UNDERSTANDABLE_EMPTY_STRING; in annotateEmptyStrings() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCLDRTest.java1293 String newItem = old_new.get(oldItem); in TestZones() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartDelta.java1237 Multimap<PathHeader, String> target, PathHeader key, String oldItem, String newItem) { in addRow()
/external/skia/vma_android/include/
Dvk_mem_alloc.h4719 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertBefore() local
4745 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertAfter() local
4768 ItemType* const newItem = InsertBefore(pItem); in InsertBefore() local
4776 ItemType* const newItem = InsertAfter(pItem); in InsertAfter() local
5148 void VmaIntrusiveLinkedList<ItemTypeTraits>::InsertBefore(ItemType* existingItem, ItemType* newItem) in InsertBefore()
5173 void VmaIntrusiveLinkedList<ItemTypeTraits>::InsertAfter(ItemType* existingItem, ItemType* newItem) in InsertAfter()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h4805 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertBefore() local
4831 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertAfter() local
4854 ItemType* const newItem = InsertBefore(pItem); in InsertBefore() local
4862 ItemType* const newItem = InsertAfter(pItem); in InsertAfter() local
5234 void VmaIntrusiveLinkedList<ItemTypeTraits>::InsertBefore(ItemType* existingItem, ItemType* newItem) in InsertBefore()
5259 void VmaIntrusiveLinkedList<ItemTypeTraits>::InsertAfter(ItemType* existingItem, ItemType* newItem) in InsertAfter()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDtdData.java2095 XPathParts newItem = item.cloneAsThawed(); in addAttributes() local
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4557 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertBefore() local
4583 ItemType* const newItem = m_ItemAllocator.Alloc(); in InsertAfter() local
4606 ItemType* const newItem = InsertBefore(pItem); in InsertBefore() local
4614 ItemType* const newItem = InsertAfter(pItem); in InsertAfter() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp5291 Item newItem; in initTestItems() local