Searched refs:Insert (Results 26 - 50 of 265) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp48 fBoundEndpoints.Insert(endpoint);
92 fChannelEndpoints.Insert(endpoint);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp65 fDebugAlert->TextView()->Insert(s.String());
117 fDebugAlert->TextView()->Insert(sio.String());
178 fDebugAlert->TextView()->Insert(">>>\n");
197 fDebugAlert->TextView()->Insert("<<<\n");
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.cpp107 fLockerCandidates.Insert(candidate);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp114 fBuffers.Insert(buffer);
H A DTaskManager.cpp108 fTasks.Insert(task);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h75 fBoundEndpoints.Insert(endpoint);
/haiku/src/kits/tracker/
H A DRegExp.h143 void Insert(char, char*);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DObjectTracker.cpp86 fTrackables.Insert(trackable);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h59 virtual status_t Insert(uint32 block, uint32 commitID);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp35 SET_ERROR(error, fNodes.Insert(node));
H A DEntry.cpp86 fIterators.Insert(iterator);
/haiku/src/apps/haikudepot/textview/
H A DParagraph.h34 bool Insert(int32 offset, const TextSpan& span);
H A DTextSpan.h38 bool Insert(int32 offset, const BString& text);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/array/
H A Darray.cpp36 if (gArray.Insert(num) == B_OK)
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h141 inline void Insert(Element *element);
176 // Insert
179 DOUBLY_LINKED_QUEUE_CLASS_NAME::Insert(Element *element) function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
191 // Insert
197 Insert(element);
221 Insert(element);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.h34 status_t Insert();
/haiku/headers/private/userlandfs/shared/
H A DVector.h44 status_t Insert(const Value &value, int32 index);
45 status_t Insert(const Value &value, const Iterator &iterator);
233 return Insert(value, 0);
247 return Insert(value, fItemCount);
292 // Insert
304 _VECTOR_CLASS_NAME::Insert(const Value &value, int32 index) function in class:_VECTOR_CLASS_NAME
315 // Insert
327 _VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator) function in class:_VECTOR_CLASS_NAME
331 return Insert(value, index);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp186 fAttributes.Insert(attributes[i]);
243 iterators->Insert(_iterators[i]);
271 fAttributes.Insert(newAttr);
275 fAttributes.Insert(newAttr);
348 fAttributes.Insert(attribute);
H A DVirtualDir.cpp220 fEntryList.Insert(entry);
303 fIterators.Insert(iterator);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.cpp180 status_t err = fAudQueue->Insert(fAudPacket);
184 printf("fAudQueue->Insert failed (would block)\n");
187 err = fAudQueue2->Insert(clone);
191 printf("fAudQueue2->Insert failed (would block)\n");
285 status_t err = fVidQueue->Insert(fVidPacket);
289 printf("fVidQueue->Insert failed (would block)\n");
292 err = fVidQueue2->Insert(clone);
296 printf("fVidQueue2->Insert failed (would block)\n");
440 status_t err = fMpegTsQueue->Insert(packet);
444 printf("fMpegTsQueue->Insert faile
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp176 fStates->Insert(defaultEntry);
195 fStates->Insert(threadEntry);
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp153 fActiveBlocks->Insert(entry);
183 fDeadBlocks->Insert(entry->block);
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp166 sOriginalTable.Insert(entry);
167 sPatchedTable.Insert(entry);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp387 sDebugCPUHeap.Insert(entry, key);
396 Insert(entry, key);
476 gCoreLoadHeap.Insert(this, 0);
481 fCPUHeap.Insert(cpu, B_IDLE_PRIORITY);
577 gCoreHighLoadHeap.Insert(this, newKey);
588 gCoreLoadHeap.Insert(this, newKey);
630 sDebugCoreHeap.Insert(entry, key);
639 Insert(entry, key);
/haiku/src/system/kernel/vm/
H A DVMArea.cpp248 VMAreas::Insert(VMArea* area) function in class:VMAreas
251 sTree.Insert(area);

Completed in 362 milliseconds

1234567891011