Home
last modified time | relevance | path

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

12345678910>>...17

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCACFArray.cpp122 if((theItem != NULL) && (CFGetTypeID(theItem) == CFNumberGetTypeID())) in GetSInt32()
139 if((theItem != NULL) && (CFGetTypeID(theItem) == CFNumberGetTypeID())) in GetUInt32()
156 if((theItem != NULL) && (CFGetTypeID(theItem) == CFNumberGetTypeID())) in GetSInt64()
173 if((theItem != NULL) && (CFGetTypeID(theItem) == CFNumberGetTypeID())) in GetUInt64()
190 if((theItem != NULL) && (CFGetTypeID(theItem) == CFNumberGetTypeID())) in GetFloat32()
207 if((theItem != NULL) && (CFGetTypeID(theItem) == CFNumberGetTypeID())) in GetFloat64()
251 if((theItem != NULL) && (CFGetTypeID(theItem) == CFStringGetTypeID())) in GetString()
268 if((theItem != NULL) && (CFGetTypeID(theItem) == CFArrayGetTypeID())) in GetArray()
302 if((theItem != NULL) && (CFGetTypeID(theItem) == CFDataGetTypeID())) in GetData()
319 if((theItem != NULL) && (CFGetTypeID(theItem) == CFUUIDGetTypeID())) in GetUUID()
[all …]
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DItems.c871 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in inventoryLetterAvailable()
933 for(theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in numberOfItemsInPack()
947 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in nextAvailableInventoryCharacter()
2733 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in displayInventory()
2766 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in displayInventory()
3051 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in numberOfMatchingPackItems()
3223 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in keyInPackFor()
4019 for (theItem = floorItems; theItem != NULL; theItem = theItem->nextItem) { in negationBlast()
6675 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in updateIdentifiableItems()
6678 for (theItem = floorItems; theItem != NULL; theItem = theItem->nextItem) { in updateIdentifiableItems()
[all …]
H A DRogueMain.c361 theItem = addItemToPack(theItem); in initializeRogue()
367 theItem = addItemToPack(theItem); in initializeRogue()
375 theItem = addItemToPack(theItem); in initializeRogue()
381 theItem = addItemToPack(theItem); in initializeRogue()
392 theItem = addItemToPack(theItem); in initializeRogue()
650 for (theItem = floorItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in startLevel()
716 for (theItem = floorItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in startLevel()
917 for (theItem = floorItems; theItem != NULL; theItem = theItem2) { in freeEverything()
922 for (theItem = packItems; theItem != NULL; theItem = theItem2) { in freeEverything()
1003 for (theItem = packItems->nextItem; theItem != NULL; theItem = theItem->nextItem) { in gameOver()
[all …]
H A DSeedCatalog.c81 if (pmap[theItem->xLoc][theItem->yLoc].machineNumber > 0) { in printSeedCatalogItem()
83 if (pmap[theItem->xLoc][theItem->yLoc].layers[0] != ALTAR_SWITCH in printSeedCatalogItem()
84 && pmap[theItem->xLoc][theItem->yLoc].layers[0] != ALTAR_SWITCH_RETRACTING in printSeedCatalogItem()
85 && pmap[theItem->xLoc][theItem->yLoc].layers[0] != ALTAR_CAGE_RETRACTABLE in printSeedCatalogItem()
86 && pmap[theItem->xLoc][theItem->yLoc].layers[0] != ALTAR_INERT in printSeedCatalogItem()
87 && pmap[theItem->xLoc][theItem->yLoc].layers[0] != AMULET_SWITCH in printSeedCatalogItem()
88 && pmap[theItem->xLoc][theItem->yLoc].layers[0] != FLOOR) { in printSeedCatalogItem()
95 if (theItem->category == KEY && theItem->kind == KEY_DOOR) { in printSeedCatalogItem()
97 pmap[theItem->keyLoc[0].x][theItem->keyLoc[0].y].machineNumber - 1); in printSeedCatalogItem()
197 item *theItem; in printSeedCatalogFloorItems() local
[all …]
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DItem.i58 { return Item(theItem.getEBV()); } in getEBV()
61 { return theItem.getIntValue(); } in getIntValue()
67 { return theItem.getLongValue(); } in getLongValue()
90 { return theItem.getNodeName( aNodeName.theItem ); } in getNodeName()
93 { return theItem.getParent(); } in getParent()
105 { return theItem.isAtomic(); } in isAtomic()
108 { return theItem.isNaN(); } in isNaN()
111 { return theItem.isNode(); } in isNode()
114 { return theItem.isNull(); } in isNull()
120 { return theItem.getNodeKind(); } in getNodeKind()
[all …]
H A DStaticCollectionManager.i31 theStaticManager->createCollection(aName.theItem ); in createCollection()
36 theStaticManager->createCollection(aName.theItem, aContents.theItemSequence ); in createCollection()
41 theStaticManager->createIndex(aQName.theItem ); in createIndex()
56 theStaticManager->deleteCollection(aName.theItem ); in deleteCollection()
61 theStaticManager->deleteIndex(aQName.theItem ); in deleteIndex()
66 return Collection(theStaticManager->getCollection(aName.theItem )); in getCollection()
71 return theStaticManager->isAvailableCollection(aName.theItem ); in isAvailableCollection()
76 return theStaticManager->isAvailableIndex(aQName.theItem ); in isAvailableIndex()
81 return theStaticManager->isDeclaredCollection(aQName.theItem ); in isDeclaredCollection()
86 return theStaticManager->isDeclaredIndex(aQName.theItem ); in isDeclaredIndex()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/low/
H A Dugenv.cc363 if ((theItem->v.type%2==1)&&(theItem->d.down!=NULL)) return(2); in RemoveEnvItem()
369 theItem->v.previous->v.next = theItem->v.next; in RemoveEnvItem()
371 theItem->v.next->v.previous = theItem->v.previous; in RemoveEnvItem()
374 free(theItem); in RemoveEnvItem()
435 theItem->v.previous->v.next = theItem->v.next; in RemoveEnvDir()
437 theItem->v.next->v.previous = theItem->v.previous; in RemoveEnvDir()
440 free(theItem); in RemoveEnvDir()
513 while (theItem!=NULL) in SearchTree()
518 theItem = theItem->v.next; in SearchTree()
523 while (theItem!=NULL) in SearchTree()
[all …]
/dports/games/moria/umoria/mac/
H A Dmacconf.c51 short theItem; local
82 if ((itemHit != theItem)
85 theItem = itemHit;
104 short theItem; local
131 for (theItem = 0; theItem < teFCCount-1; theItem++)
132 if (**hndl == editors[theItem])
135 theItem += teFCFirst;
139 if (theItem == teFCLast) {
159 theItem = itemHit;
166 if (theItem != teFCLast)
[all …]
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dparttypes.cc443 AType* theItem = allTypes;
452 theItem = theItem->next;
470 AType* theItem = allTypes;
476 typeName = theItem->name;
479 theItem = theItem->next;
491 AType* theItem = allTypes;
500 theItem = theItem->next;
516 AType* theItem = allTypes;
521 if ((theItem->GUIDType == *this) && (theItem->display == 1)) { // found it!
522 theID = theItem->MBRType;
[all …]
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A Dconfighandling.c1635 theItem->nextItem->prevItem = theItem->prevItem; in UserCommandList_deleteItem()
1639 theItem->prevItem->nextItem = theItem->nextItem; in UserCommandList_deleteItem()
1684 free(theItem); in UserCommandList_deleteItem()
1759 if (theItem == NULL){ in UserCommandList_editItem()
1808 if (theItem->gstrName){ in UserCommandList_editItem()
1857 if (theItem == NULL){ in UserCommandList_deleteItemElement()
1893 if (theItem->gstrName){ in UserCommandList_deleteItemElement()
2276 if (theItem == NULL){ in DialogEntityList_editItem()
3105 theItem->nextItem->prevItem = theItem->prevItem; in OptionsList_deleteItem()
3109 theItem->prevItem->nextItem = theItem->nextItem; in OptionsList_deleteItem()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_BaseSequence.cxx52 theItem->SetNext(NULL); in PAppend()
53 myLastItem = theItem; in PAppend()
97 theItem->SetPrevious(NULL); in PPrepend()
99 myFirstItem = theItem; in PPrepend()
164 PPrepend (theItem); in PInsertAfter()
169 myLastItem = theItem; in PInsertAfter()
172 aPos->SetNext(theItem); in PInsertAfter()
188 PPrepend (theItem); in PInsertAfter()
192 theItem->SetPrevious(p); in PInsertAfter()
194 myLastItem = theItem; in PInsertAfter()
[all …]
H A DNCollection_Sequence.hxx42 Node (const TheItemType& theItem) : in Node() argument
44 { myValue = theItem; } in Node()
207 void Append (const TheItemType& theItem) in Append() argument
208 { PAppend (new (this->myAllocator) Node (theItem)); } in Append()
230 void Prepend (const TheItemType& theItem) in Prepend() argument
254 const TheItemType& theItem) in InsertBefore() argument
255 { InsertAfter (theIndex-1, theItem); } in InsertBefore()
264 const TheItemType& theItem) in InsertAfter() argument
289 const TheItemType& theItem) in InsertAfter() argument
361 const TheItemType& theItem) in SetValue() argument
[all …]
H A DNCollection_LocalArray.hxx23 template<class theItem, Standard_Integer MAX_ARRAY_SIZE = 1024> class NCollection_LocalArray
45 myPtr = (theItem*)Standard::Allocate (theSize * sizeof(theItem)); in Allocate()
57 operator theItem*() const in operator theItem*()
77 theItem myBuffer[MAX_ARRAY_SIZE];
78 theItem* myPtr;
/dports/graphics/quesa/quesa-1.8/Source/Core/Support/
H A DE3HashTable.c158 theNode->theItems[theNode->numItems].theItem = theItem; in e3hash_add_key()
311 Q3_ASSERT(theItem != NULL); in E3HashTable_Add()
425 E3HashTableItemPtr theItem; in E3HashTable_Find() local
450 theItem = theNode->theItems; in E3HashTable_Find()
454 if (theKey == theItem->theKey) in E3HashTable_Find()
455 return(theItem->theItem); in E3HashTable_Find()
457 ++theItem; in E3HashTable_Find()
473 E3HashTableItemPtr theItem; in E3HashTable_Iterate() local
491 theItem = theNode->theItems; in E3HashTable_Iterate()
494 qd3dStatus = theIterator(theTable, theItem->theKey, theItem->theItem, userData); in E3HashTable_Iterate()
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/tests/
H A Dtestborders.qml20 id: theItem
38 theItem.enabledBorders |= PlasmaCore.FrameSvg.LeftBorder;
40 theItem.enabledBorders &=~PlasmaCore.FrameSvg.LeftBorder;
54 theItem.enabledBorders |= PlasmaCore.FrameSvg.RightBorder;
56 theItem.enabledBorders &=~PlasmaCore.FrameSvg.RightBorder;
70 theItem.enabledBorders |= PlasmaCore.FrameSvg.TopBorder;
72 theItem.enabledBorders &=~PlasmaCore.FrameSvg.TopBorder;
86 theItem.enabledBorders |= PlasmaCore.FrameSvg.BottomBorder;
88 theItem.enabledBorders &=~PlasmaCore.FrameSvg.BottomBorder;
/dports/devel/sdl12/SDL-1.2.15/src/cdrom/macosx/
H A DAudioFileReaderThread.c249 AudioFileManager* theItem = 0; in FileReaderThread_ReadNextChunk() local
278 theItem = NULL; in FileReaderThread_ReadNextChunk()
282 theItem = frt->mFileData->obj; in FileReaderThread_ReadNextChunk()
290 if ((theItem->mFileLength - theItem->mReadFilePosition) < theItem->mChunkSize) in FileReaderThread_ReadNextChunk()
291 dataChunkSize = theItem->mFileLength - theItem->mReadFilePosition; in FileReaderThread_ReadNextChunk()
301 char* writePtr = (char *) (theItem->GetFileBuffer(theItem) + in FileReaderThread_ReadNextChunk()
302 (theItem->mWriteToFirstBuffer ? 0 : theItem->mChunkSize)); in FileReaderThread_ReadNextChunk()
305 result = theItem->Read(theItem, writePtr, &dataChunkSize); in FileReaderThread_ReadNextChunk()
307 AudioFilePlayer *afp = (AudioFilePlayer *) theItem->GetParent(theItem); in FileReaderThread_ReadNextChunk()
320 theItem->mWriteToFirstBuffer = !theItem->mWriteToFirstBuffer; /* switch buffers */ in FileReaderThread_ReadNextChunk()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_Sequence.hxx42 Node (const TheItemType& theItem) : in Node() argument
44 { myValue = theItem; } in Node()
207 void Append (const TheItemType& theItem) in Append() argument
208 { PAppend (new (this->myAllocator) Node (theItem)); } in Append()
230 void Prepend (const TheItemType& theItem) in Prepend() argument
254 const TheItemType& theItem) in InsertBefore() argument
255 { InsertAfter (theIndex-1, theItem); } in InsertBefore()
264 const TheItemType& theItem) in InsertAfter() argument
289 const TheItemType& theItem) in InsertAfter() argument
361 const TheItemType& theItem) in SetValue() argument
[all …]
H A DNCollection_LocalArray.hxx23 template<class theItem, Standard_Integer MAX_ARRAY_SIZE = 1024> class NCollection_LocalArray
45 myPtr = (theItem*)Standard::Allocate (theSize * sizeof(theItem)); in Allocate()
57 operator theItem*() const in operator theItem*()
77 theItem myBuffer[MAX_ARRAY_SIZE];
78 theItem* myPtr;
H A DNCollection_List.hxx132 TheItemType& Append (const TheItemType& theItem) in Append() argument
134 ListNode * pNew = new (this->myAllocator) ListNode(theItem); in Append()
141 void Append (const TheItemType& theItem, Iterator& theIter) in Append() argument
143 ListNode * pNew = new (this->myAllocator) ListNode(theItem); in Append()
168 TheItemType& Prepend (const TheItemType& theItem) in Prepend() argument
170 ListNode * pNew = new (this->myAllocator) ListNode(theItem); in Prepend()
222 TheItemType& InsertBefore (const TheItemType& theItem, in InsertBefore() argument
225 ListNode * pNew = new (this->myAllocator) ListNode(theItem); in InsertBefore()
252 TheItemType& InsertAfter (const TheItemType& theItem, in InsertAfter() argument
255 ListNode * pNew = new (this->myAllocator) ListNode(theItem); in InsertAfter()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_Sequence.hxx42 Node (const TheItemType& theItem) : in Node() argument
44 { myValue = theItem; } in Node()
207 void Append (const TheItemType& theItem) in Append() argument
208 { PAppend (new (this->myAllocator) Node (theItem)); } in Append()
230 void Prepend (const TheItemType& theItem) in Prepend() argument
254 const TheItemType& theItem) in InsertBefore() argument
255 { InsertAfter (theIndex-1, theItem); } in InsertBefore()
264 const TheItemType& theItem) in InsertAfter() argument
289 const TheItemType& theItem) in InsertAfter() argument
361 const TheItemType& theItem) in SetValue() argument
[all …]
H A DNCollection_LocalArray.hxx23 template<class theItem, Standard_Integer MAX_ARRAY_SIZE = 1024> class NCollection_LocalArray
45 myPtr = (theItem*)Standard::Allocate (theSize * sizeof(theItem)); in Allocate()
57 operator theItem*() const in operator theItem*()
77 theItem myBuffer[MAX_ARRAY_SIZE];
78 theItem* myPtr;
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/popupeditor/
H A DPopupEditorWindow.cpp930 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::Prologue); in populateMenu()
934 theItem->setId(sp->name()); in populateMenu()
943 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::Item); in populateMenu()
945 theItem = new PopupTreeWidgetItem(m_pTreeWidget, theItem, PopupTreeWidgetItem::Item); in populateMenu()
954 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::ExtMenu); in populateMenu()
965 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::Label); in populateMenu()
975 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::Separator); in populateMenu()
983 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::Menu); in populateMenu()
985 theItem = new PopupTreeWidgetItem(m_pTreeWidget, theItem, PopupTreeWidgetItem::Menu); in populateMenu()
1000 theItem = new PopupTreeWidgetItem(par, theItem, PopupTreeWidgetItem::Epilogue); in populateMenu()
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dobjrtgen.c75 EXPRESSION *theItem, in ReplaceGetJNObjectValue() argument
79 GenObjectGetVar(theEnv,TRUE,theItem,theNode,side); in ReplaceGetJNObjectValue()
87 EXPRESSION *theItem; in GenGetJNObjectValue() local
89 theItem = GenConstant(theEnv,0,NULL); in GenGetJNObjectValue()
90 GenObjectGetVar(theEnv,TRUE,theItem,theNode,side); in GenGetJNObjectValue()
91 return(theItem); in GenGetJNObjectValue()
168 EXPRESSION *theItem, in ReplaceGetPNObjectValue() argument
178 EXPRESSION *theItem; in GenGetPNObjectValue() local
180 theItem = GenConstant(theEnv,0,NULL); in GenGetPNObjectValue()
182 return(theItem); in GenGetPNObjectValue()
[all …]
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoQueue.cpp132 bool ProtoSimpleQueue::Append(Item& theItem) in Append() argument
137 Associate(theItem, *theContainer); in Append()
147 Associate(theItem, *theContainer); in Prepend()
152 void ProtoSimpleQueue::Remove(Item& theItem) in Remove() argument
194 Disassociate(theItem, *theContainer); in RemoveContainer()
273 bool ProtoIndexedQueue::Insert(Item& theItem) in Insert() argument
278 Associate(theItem, *theContainer); in Insert()
283 void ProtoIndexedQueue::Remove(Item& theItem) in Remove() argument
401 bool ProtoSortedQueue::Insert(Item& theItem) in Insert() argument
406 Associate(theItem, *theContainer); in Insert()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A Dmacint.c257 static void DoAppleMenu (int theItem) { in DoAppleMenu() argument
258 switch (theItem) { in DoAppleMenu()
264 GetMenuItemText (appleMenu, theItem, name); in DoAppleMenu()
274 static void DoFileMenu (int theItem) { in DoFileMenu() argument
284 switch (theItem) { in DoFileMenu()
315 static void DoEditMenu (int theItem) { in DoEditMenu() argument
316 if (SystemEdit (theItem-1) == false) in DoEditMenu()
317 switch (theItem) { in DoEditMenu()
323 if (theItem == CUT) DeleteRange (); in DoEditMenu()
344 static void DoControlMenu (int theItem) { in DoControlMenu() argument
[all …]

12345678910>>...17