Searched refs:Insert (Results 176 - 200 of 265) sorted by relevance

1234567891011

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp264 fLoggingView->Insert(fLoggingView->TextLength(),
319 fLoggingView->Insert(fLoggingView->TextLength(),
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp323 fBlockInfos.Insert(infoDeleter.Detach());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp276 status = tree->Insert(transaction, (const uint8*)newKey, newLength,
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h170 status_t Insert(ValueType* value) function in class:BOpenHashTable
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp138 fEntries.Insert(entry);
/haiku/src/kits/debugger/util/
H A DWorker.cpp324 fJobs.Insert(job);
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp129 sLowResourceHandlers.Insert(&marker, false);
H A Dmodule.cpp428 sModuleImagesHash->Insert(moduleImage);
550 sModulesHash->Insert(module);
1132 sModuleImagesHash->Insert(moduleImage);
1377 fNodes.Insert(entry);
1959 sModuleImagesHash->Insert(image);
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h170 status_t Insert(ValueType* value) function in class:BOpenHashTable
/haiku/src/system/kernel/fs/
H A Drootfs.cpp420 fs->vnode_list_hash->Insert(vnode);
687 fs->vnode_list_hash->Insert(vnode);
933 fs->vnode_list_hash->Insert(vnode);
1176 fs->vnode_list_hash->Insert(vnode);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp916 fThreadStates.Insert(state);
942 fPreAllocatedThreadStates.Insert(state);
1026 fAreaInfos.Insert(areaInfo);
1056 fImageInfos.Insert(info);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp309 value.Insert('1', 1, firstDigit);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp117 fGlyphTable.Insert(glyph);
/haiku/src/kits/storage/
H A DPathMonitor.cpp491 fEntries.Insert(entry);
986 fAncestors.Insert(ancestor);
1684 fNodes.Insert(nodeDeleter.Detach());
2018 sWatchers->Insert(watcher);
2037 watcher->Insert(handler);
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h329 void Insert(const Key &key, const Value &value) function in class:TestMap
331 CHK(fMyMap.Insert(key, value) == B_OK);
678 v.Insert(key, value);
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp616 sAddressTable.Insert(address);
1014 fDatalinkTable.Insert(datalink);
1409 sAddressTable.Insert(interfaceAddress);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp651 sDriverHash->Insert(driver);
1128 sDirectoryNodeHash.Insert(entry);
1208 sDirectoryNodeHash.Insert(entry);
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp1264 fTree->Insert(".", Block());
1265 fTree->Insert("..", fDisk->ToBlock(Parent()));
1277 return fTree->Insert(name.String(), inode->Block());
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp368 fMessages.Insert(targetMessage);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp125 completedText.Insert(choiceStr, fPatternStartPos);
/haiku/headers/private/shared/
H A DHashMap.h390 status_t error = fTable.Insert(element);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp486 fThreadHandlers.Insert(handler);
1771 fThreadHandlers.Insert(handler);
1827 fImageInfoPendingThreads->Insert(info);
2424 fImageHandlers->Insert(imageHandler);
/haiku/src/kits/media/
H A DTimeSource.cpp108 return fSlaveList.Insert(node.node, node.port);
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp200 AVLTreeBase::Insert(AVLTreeNode* nodeToInsert) function in class:AVLTreeBase
/haiku/src/apps/mail/
H A DSignature.cpp572 Insert(text, size);

Completed in 216 milliseconds

1234567891011