Searched refs:Insert (Results 51 - 75 of 265) sorted by relevance

1234567891011

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.cpp70 PacketQueue::Insert(Packet *packet) function in class:PacketQueue
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp120 fImages.Insert(summaryImage);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeIdMap.cpp38 return fMap.Insert(id, fileInfo);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp82 fChildTable.Insert(node);
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h62 virtual status_t Insert(int32 offset, const BString& string);
H A DTextEditor.cpp197 Insert(fSelection.Caret(), "\n");
202 Insert(fSelection.Caret(), " ");
251 TextEditor::Insert(int32 offset, const BString& string) function in class:TextEditor
256 status_t ret = fDocument->Insert(offset, string, fStyleAtCaret);
H A DParagraph.cpp130 Paragraph::Insert(int32 offset, const TextSpan& newSpan) function in class:Paragraph
153 span.Insert(offset, newSpan.Text());
163 span.Insert(span.CountChars(), newSpan.Text());
227 span.Insert(span.CountChars(), lastSpan.Text());
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp55 return fSourceLocations.Insert(location, index) ? B_OK : B_NO_MEMORY;
H A DStackFrameValues.cpp161 fValues->Insert(entry);
/haiku/headers/private/media/
H A DTList.h44 bool Insert(const value &v) function in class:List
/haiku/src/system/boot/platform/u-boot/
H A Ddevices.cpp60 partitionList->Insert(partition);
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp127 fEntryTable.Insert(entry);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp140 fReferringEntries.Insert(entry);
462 fEntries.Insert(entry);
506 fIterators.Insert(iterator);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp164 error = fNodes->Insert(node);
181 fNodes->Insert(node);
226 fIterators->Insert(iterator);
H A DLastModifiedIndex.cpp165 error = fNodes->Insert(node);
182 fNodes->Insert(node);
227 fIterators->Insert(iterator);
/haiku/headers/private/kernel/util/
H A DVectorSet.h54 status_t Insert(const Value &value, bool replace = true);
110 // Insert
128 _VECTOR_SET_CLASS_NAME::Insert(const Value &value, bool replace) function in class:_VECTOR_SET_CLASS_NAME
137 return fElements.Insert(value, index);
H A DAVLTreeMap.h80 status_t Insert(const Key& key, const Value& value,
82 status_t Insert(const Key& key, const Value& value,
371 // Insert
374 _AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value, function in class:_AVL_TREE_MAP_CLASS_NAME
384 status_t error = fTree.Insert(node);
397 // Insert
400 _AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value, function in class:_AVL_TREE_MAP_CLASS_NAME
410 status_t error = fTree.Insert(node);
/haiku/src/system/runtime_loader/
H A Dheap.cpp278 sFreeChunkTree.Insert(chunk);
367 sFreeChunkTree.Insert(freeChunk);
450 sFreeChunkTree.Insert(freedChunk);
/haiku/src/kits/media/
H A DAddOnManager.cpp462 fReaderList.Insert(info);
490 info.formats.Insert(formats[i]);
492 fDecoderList.Insert(info);
529 fWriterFileFormats.Insert(fileFormat);
532 fWriterList.Insert(info);
573 if (!fEncoderList.Insert(info))
594 fStreamerList.Insert(info);
/haiku/headers/os/support/
H A DString.h117 BString& Insert(const char* string, int32 position);
118 BString& Insert(const char* string, int32 length,
120 BString& Insert(const char* string, int32 fromOffset,
122 BString& Insert(const BString& string, int32 position);
123 BString& Insert(const BString& string, int32 length,
125 BString& Insert(const BString& string, int32 fromOffset,
127 BString& Insert(char c, int32 count, int32 position);
348 // Insert
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp175 bool Insert(queued_message *message);
375 XsiMessageQueue::Insert(queued_message *message) function in class:XsiMessageQueue
624 sIpcHashTable.Insert(ipcKey);
670 sMessageQueueHashTable.Insert(messageQueue);
754 messageQueue->Insert(message);
761 messageQueue->Insert(message);
817 bool goToSleep = messageQueue->Insert(message);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h328 inline status_t Insert(const Value& value,
330 inline status_t Insert(const Value& value,
589 TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value& value, Iterator* iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME
595 status_t status = fTreeMap.Insert(strategy.GetValueKey(value), value, &it);
606 TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value& value, Node** _node) function in class:TWO_KEY_AVL_TREE_CLASS_NAME
611 return fTreeMap.Insert(strategy.GetValueKey(value), value, _node);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp307 // Insert text between last and next tags
310 textView->Insert(subString.String());
353 fTextView->Insert(" ");
361 fShadowTextView->Insert(" ");
/haiku/src/apps/people/
H A DPersonView.cpp404 text->Insert(value);
407 text->Insert(",");
408 text->Insert(value);
/haiku/src/system/kernel/
H A DTeamThreadTables.h78 void Insert(Element* element) function in struct:BKernel::TeamThreadTable

Completed in 120 milliseconds

1234567891011