Home
last modified time | relevance | path

Searched refs:theItem (Results 1 – 3 of 3) sorted by relevance

/external/gptfdisk/
Dparttypes.cc288 AType* theItem = allTypes; in operator =() local
292 while ((theItem != NULL) && (!found)) { in operator =()
293 if (theItem->MBRType == ID) { in operator =()
294 GUIDData::operator=(theItem->GUIDType); in operator =()
297 theItem = theItem->next; in operator =()
315 AType* theItem = allTypes; in TypeName() local
319 while ((theItem != NULL) && (!found)) { in TypeName()
320 if (theItem->GUIDType == *this) { // found it! in TypeName()
321 typeName = theItem->name; in TypeName()
324 theItem = theItem->next; in TypeName()
[all …]
/external/python/cpython2/Mac/Modules/
DNav.c98 my_filterProc(AEDesc *theItem, void *info, in my_filterProc() argument
113 AEDesc_NewBorrowed, theItem, info, sizeof(NavFileOrFolderInfo), (short)filterMode); in my_filterProc()
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c1066 ItemReference theItem, DragReference theDrag) in dragglue_SendData() argument
1074 args = Py_BuildValue("O&l", PyMac_BuildOSType, theType, theItem); in dragglue_SendData()