Searched refs:Insert (Results 126 - 150 of 265) sorted by relevance

1234567891011

/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp105 fEntries.Insert(entry);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp167 Insert(node);
204 Insert(node);
228 Insert(node);
267 Insert(node);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp750 status = tree->Insert(transaction, name, inode->ID());
754 status = tree->Insert(transaction, inode->OldLastModified(),
759 status = tree->Insert(transaction, inode->Size(), inode->ID());
765 status = tree->Insert(transaction, key, keyLength, inode->ID());
H A DJournal.cpp24 void Insert(block_run& run);
43 status_t Insert(off_t blockNumber);
204 run_array::Insert(block_run& run) function in class:run_array
335 fLastArray->Insert(run);
362 RunArrays::Insert(off_t blockNumber) function in class:RunArrays
768 status = runArrays.Insert(blockNumber);
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp76 TextDocument::Insert(int32 textOffset, const BString& text) function in class:TextDocument
83 TextDocument::Insert(int32 textOffset, const BString& text, function in class:TextDocument
91 TextDocument::Insert(int32 textOffset, const BString& text, function in class:TextDocument
589 // Insert the first paragraph-part again to the document
598 // Insert the other document's paragraph save for the last one
635 // Insert back the second paragraph-part
663 paragraph.Insert(textOffset, span);
/haiku/src/system/kernel/
H A DDPC.cpp256 fUnusedFunctionCallbacks.Insert(callback, false);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp314 fNodes->Insert(treeValue);
356 fNodes->Insert(treeValue);
/haiku/headers/private/kernel/util/
H A DHeap.h88 inline status_t Insert(Element* element, Key key);
249 HEAP_CLASS_NAME::Insert(Element* element, Key key) function in class:HEAP_CLASS_NAME
H A DMinMaxHeap.h86 inline status_t Insert(Element* element, Key key);
292 MIN_MAX_HEAP_CLASS_NAME::Insert(Element* element, Key key) function in class:MIN_MAX_HEAP_CLASS_NAME
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h300 fPriorityHeap.Insert(&fPriorityEntries[priority], priority);
329 fPriorityHeap.Insert(&fPriorityEntries[priority], priority);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp263 fResolvables.Insert(family);
289 fDependencies.Insert(family);
/haiku/src/bin/bfs_tools/
H A Drecover.cpp76 bool Insert(Inode* inode) function in class:InodeHashtable
253 hashTable->Insert(node);
404 if (!gMissing.Insert(missing))
415 if (!gMissingEmpty.Insert(empty))
530 if (!gMissing.Insert(dir)) {
601 if (!gMissing.Insert(dir)) {
/haiku/src/kits/tracker/
H A DRegExp.cpp599 Insert(kRegExpStar, ret);
602 Insert(kRegExpBranch, ret);
613 Insert(kRegExpPlus, ret);
627 Insert(kRegExpBranch, ret);
832 // - Insert - insert an operator in front of already-emitted operand
837 RegExp::Insert(char op, char* opnd) function in class:RegExp
/haiku/src/kits/debugger/files/
H A DFileManager.cpp325 fEntries.Insert(file);
379 fEntries.Insert(directory);
724 fSourceFiles->Insert(entry);
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp504 fAreas.Insert(newReserved);
509 fAreas.Insert(area);
775 fAreas.Insert(area);
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp236 error = fNamedSemaphores.Insert(sem);
421 if (context->fSemaphores.Insert(clonedSem) != B_OK) {
472 error = fSemaphores.Insert(teamSem);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp473 error = fNodeListeners->Insert(value);
585 error = fEntryListeners->Insert(value);
692 fQueries.Insert(query);
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp288 sTeamHash->Insert(session);
360 sPrefetchHash->Insert(session);
483 fNodeHash->Insert(node);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp427 status_t status = tree->Insert(transaction, (uint8*)gKeys[i].data,
430 printf("BPlusTree::Insert() returned: %s\n", strerror(status));
488 status = tree->Insert(transaction, (uint8*)gKeys[index].data,
491 printf("BPlusTree::Insert() returned: %s\n", strerror(status));
553 status_t status = tree->Insert(transaction, (uint8*)gKeys[index].data,
556 printf("BPlusTree::Insert() returned: %s\n", strerror(status));
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp144 Insert(0, insert, out);
341 Insert(hex, hexSize);
344 Insert((char*)data, dataSize);
/haiku/headers/os/interface/
H A DTextView.h101 void Insert(const char* text,
103 void Insert(const char* text, int32 length,
105 void Insert(int32 offset, const char* text,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp205 fIORequests->Insert(request);
263 fNodeCapabilities->Insert(capabilities);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp426 fCacheLineLockers.Insert(lineLocker);
445 fCacheLineLockers.Insert(nextLineLocker);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp204 fAttributes.Insert(attribute);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp144 textView->Insert(text.String());

Completed in 208 milliseconds

1234567891011