Searched refs:Insert (Results 226 - 250 of 265) sorted by relevance

1234567891011

/haiku/src/kits/interface/
H A DTextView.cpp1222 BTextView::Insert(const char* text, const text_run_array* runs) function in class:BTextView
1230 BTextView::Insert(const char* text, int32 length, const text_run_array* runs) function in class:BTextView
1238 BTextView::Insert(int32 offset, const char* text, int32 length, function in class:BTextView
1446 Insert(text, length, runArray);
4984 Insert(dropOffset, text, dataLength, runArray);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp477 fs->vnode_hash->Insert(partitionNode);
580 fs->vnode_hash->Insert(node);
944 fs->vnode_hash->Insert(vnode);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp253 if (tree->Insert(*fTransaction, ".", fInode->ID()) < B_OK
254 || tree->Insert(*fTransaction, "..",
2766 status = tree->Insert(transaction, name, inode->ID());
H A Dkernel_interface.cpp1248 status = newTree->Insert(transaction, (const uint8*)newName,
1279 status = newTree->Insert(transaction, (const uint8*)newName,
/haiku/src/system/kernel/
H A Dport.cpp1021 // Insert port physically:
1022 // (1/2) Insert into hash tables
1026 sPorts.Insert(port);
1027 sPortsByName.Insert(port);
1030 // (2/2) Insert into team list
1043 // Insert port logically by marking it active
H A DUserTimer.cpp444 sAbsoluteRealTimeTimers.Insert(this);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1806 fTextView->Insert(start, replaceWith.String(), replaceWith.Length());
1838 fTextView->Insert(start, replaceWith.String(), replaceWith.Length());
/haiku/src/kits/tracker/
H A DIconCache.cpp1474 if (fHashTable.Insert(entry) == B_OK)
1734 if (fHashTable.Insert(entry) == B_OK)
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp400 // Insert "next" at its previous position
568 status = sFragmentHash.Insert(packet);
834 sMulticastState->Insert(state);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp361 // Insert "next" at its previous position
561 status = sFragmentHash.Insert(packet);
894 sMulticastState->Insert(state);
/haiku/src/apps/debuganalyzer/model/
H A DModel.h1524 fThreadStates.Insert(thread);
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp950 status_t BPlusTree::Insert(uint8 *key,uint16 keyLength,off_t value) function in class:BPlusTree
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp289 if (sCache->Insert(entry) != B_OK) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp876 fObsoletePartitions->Insert(partition);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp521 mountPointPath.Insert("/", 0);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp417 fListingText->Insert(string.String());
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp554 fRangeTree.Insert(range);
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp319 if (sCache->Insert(entry) != B_OK) {
/haiku/src/apps/mail/
H A DPrefs.cpp476 text->Insert(item->Label(), 2);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp896 bootList->Insert(partition);
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp1208 partitionList->Insert(partition);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp612 DataEditor::Insert(off_t offset, const uint8 *text, size_t length) function in class:DataEditor
690 // improved by having items that save ranges, not just offsets. If Insert()
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1157 fIORequests->Insert(request);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp1027 fRowByNameTable->Insert(packageRow);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1722 fNodeTable.Insert(node);
3190 status_t error = fExpressions->Insert(entry);

Completed in 207 milliseconds

1234567891011