Searched refs:oldItem (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-15-item-add-generic.c19 SecKeychainItemRef oldItem = item; local
21 "account", 4, "test", &oldItem),
23 is((intptr_t)item, (intptr_t)oldItem, "item is unchanged");
H A Dkc-18-item-find-internet.c25 SecKeychainItemRef oldItem = item; local
34 is((intptr_t)item, (intptr_t)oldItem, "item is unchanged");
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGListProperty.h336 RefPtr<ListItemTearOff> oldItem = m_wrappers->at(index); local
337 if (oldItem)
338 oldItem->detachWrapper();
367 ListItemType oldItem = m_values->at(index);
371 return oldItem;
383 RefPtr<ListItemTearOff> oldItem = m_wrappers->at(index); local
384 if (!oldItem)
385 oldItem = ListItemTearOff::create(animatedList, UndefinedRole, m_values->at(index));
387 oldItem->detachWrapper();
392 return oldItem
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp129 IrDAErr CList::Replace(void* oldItem, void* newItem) argument
132 ArrayIndex index = GetIdentityIndex(oldItem);
139 //XPRINT(("CList::Replace: can't find oldItem in list\n"));
H A DCList.h52 IrDAErr Replace(void* oldItem, void* newItem);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.cpp776 ItemImpl *oldItem = p.first->second; local
782 assert(oldItem->inCache());
784 inItem.get(), oldItem);
787 removeItem(oldItem->primaryKey(), oldItem);
788 oldItem = inItem.get();
838 ItemImpl *oldItem = p.first->second; local
844 assert(oldItem->inCache());
846 inItem.get(), oldItem);
847 oldItem
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.cpp776 ItemImpl *oldItem = p.first->second; local
782 assert(oldItem->inCache());
784 inItem.get(), oldItem);
787 removeItem(oldItem->primaryKey(), oldItem);
788 oldItem = inItem.get();
838 ItemImpl *oldItem = p.first->second; local
844 assert(oldItem->inCache());
846 inItem.get(), oldItem);
847 oldItem
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.cpp776 ItemImpl *oldItem = p.first->second; local
782 assert(oldItem->inCache());
784 inItem.get(), oldItem);
787 removeItem(oldItem->primaryKey(), oldItem);
788 oldItem = inItem.get();
838 ItemImpl *oldItem = p.first->second; local
844 assert(oldItem->inCache());
846 inItem.get(), oldItem);
847 oldItem
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormSelectPopover.mm345 if (OptionItem* oldItem = [self findItemAt:oldIndexPath])
346 oldItem->isSelected = false;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMenu.c4264 int oldItem = hidPtr->previousItem - 1;
4282 if (oldItem >= 0) {
4283 AppearanceEntryDrawWrapper(menuPtr->entries[oldItem], menuRectPtr,
4553 int oldItem = mtdPtr->itemSelected - 1;
4611 if (oldItem >= 0) {
4612 AppearanceEntryDrawWrapper(menuPtr->entries[oldItem], menuRectPtr,
4683 int oldItem;
4702 oldItem = *whichItem;
4703 if (oldItem >= menuPtr->numEntries) {
4704 oldItem
4203 int oldItem = hidPtr->previousItem - 1; local
4490 int oldItem = mtdPtr->itemSelected - 1; local
4619 int oldItem; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistConfig.tcl2342 set oldItem [lindex $data(itemList) $row]
2343 set key [lindex $oldItem end]
2442 set oldText [lindex $oldItem $col]
3208 set oldItem [lindex $data(itemList) $row]
3209 set key [lindex $oldItem end]
3284 set newItem [lreplace $oldItem $col $col $val]
3315 set oldText [lindex $oldItem $col]
H A DtablelistUtil.tcl4286 set oldItem [lindex $data(itemList) $row]
4288 lappend newItem [lindex $oldItem end]
4290 if {[string compare $oldItem $newItem] != 0} {

Completed in 301 milliseconds