Searched refs:Insert (Results 1 - 25 of 265) sorted by last modified time

1234567891011

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp264 fLoggingView->Insert(fLoggingView->TextLength(),
319 fLoggingView->Insert(fLoggingView->TextLength(),
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1410 fCreditsView->Insert(name);
1411 fCreditsView->Insert("\n");
1413 fCreditsView->Insert(text);
1414 fCreditsView->Insert("\n");
1418 fCreditsView->Insert(B_TRANSLATE("Licenses: "));
1420 fCreditsView->Insert(B_TRANSLATE("License: "));
1426 fCreditsView->Insert(", ");
1437 fCreditsView->Insert(licenseName);
1440 fCreditsView->Insert("\n");
1444 fCreditsView->Insert(B_TRANSLAT
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp48 fBoundEndpoints.Insert(endpoint);
92 fChannelEndpoints.Insert(endpoint);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp236 conn->fInUseIdents.Insert(ident, pointer);
/haiku/headers/private/kernel/util/
H A DVectorMap.h79 status_t Insert(const Key &key, const Value &value);
282 // Insert
299 _VECTOR_MAP_CLASS_NAME::Insert(const Key &key, const Value &value) function in class:_VECTOR_MAP_CLASS_NAME
309 return fElements.Insert(fEntryStrategy.MakeEntry(key, value), index);
313 /*! \brief Equivalent to Insert().
320 return Insert(key, value);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp732 status = inode->Insert(transaction, &path);
H A DInode.cpp398 /* Insert inode_item
401 Inode::Insert(Transaction& transaction, BTree::Path* path) function in class:Inode
439 /* Insert 3 items: inode_ref, dir_item, dir_index
/haiku/src/system/kernel/fs/
H A Dvfs.cpp955 sVnodeTable->Insert(vnode);
7523 sMountsTable->Insert(mount);
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp221 if (sFamilies->Insert(family) != B_OK) {
349 if (chain->parent == NULL || chains->Insert(chain) != B_OK) {
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp117 fGlyphTable.Insert(glyph);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp309 value.Insert('1', 1, firstDigit);
H A DCalcView.cpp847 fExpressionTextView->Insert(expression.String());
886 fExpressionTextView->Insert(temp.String());
1284 fExpressionTextView->Insert(startSelection, fKeypad[key].code,
1286 fExpressionTextView->Insert(startSelection + labelLen, "(", 1);
1287 fExpressionTextView->Insert(endSelection + labelLen + 1, ")", 1);
1295 fExpressionTextView->Insert(fKeypad[key].code);
1296 fExpressionTextView->Insert("()");
1307 fExpressionTextView->Insert(format.GetSeparator(B_DECIMAL_SEPARATOR));
1314 fExpressionTextView->Insert(fKeypad[key].code);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp299 fConnectionHash.Insert(endpoint);
326 fConnectionHash.Insert(endpoint);
518 fEndpointHash.Insert(endpoint);
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp606 return fVirtualBusMap.Insert(*virtualBus, value);
/haiku/src/system/kernel/vm/
H A Dvm.cpp1167 VMAreas::Insert(area);
/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/system/kernel/
H A DDPC.cpp256 fUnusedFunctionCallbacks.Insert(callback, false);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp796 fNodes.Insert(node);
797 fEntries.Insert(entry);
2786 fNodes.Insert(node);
2802 fEntries.Insert(entry);
2892 fEntries.Insert(entry);
3411 fNodes.Insert(node);
3428 fEntries.Insert(entry);
3543 fNodes.Insert(node);
3560 fEntries.Insert(entry);
/haiku/src/system/kernel/events/
H A Devent_queue.cpp248 status_t result = fEventTree.Insert(event);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2588 result.Insert(hexcode, i + 1);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.h34 status_t Insert();
/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/apps/haikudepot/textview/
H A DTextSpan.cpp106 return Insert(fCharCount, text);
111 TextSpan::Insert(int32 offset, const BString& text) function in class:TextSpan
H A DTextSpan.h38 bool Insert(int32 offset, const BString& text);

Completed in 233 milliseconds

1234567891011