Searched refs:Insert (Results 151 - 175 of 265) sorted by relevance

1234567891011

/haiku/src/kits/package/
H A DPackageInfoSet.cpp132 Insert(info);
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp207 void Insert(const Value &value, bool replace = true) function in class:TestSet
209 CHK(fMySet.Insert(value, replace) == B_OK);
526 v.Insert(strategy.Generate());
559 v.Insert(strategy.Generate());
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp125 textView->Insert(aboutScreenSaver);
/haiku/src/bin/
H A Dcheckitout.cpp224 string.Insert((char)c, 1, i);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp256 fConsoleOutput->Insert(fConsoleOutput->TextLength(), info->text,
/haiku/src/apps/mail/
H A DContent.h257 bool Insert(const char* line, int32 count, bool isHyperLink,
H A DAddressTextControl.cpp930 fTextView->Insert(", ");
932 fTextView->Insert(text);
/haiku/headers/private/shared/
H A DHashSet.h257 status_t error = fTable.Insert(element);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp71 fReferringEntries.Insert(entry);
H A DNodeHandle.cpp409 fQueries.Insert(query);
H A DVolumeManager.cpp1082 fRecentNodeMonitoringEvents.Insert(event);
1159 fRecentNodeMonitoringEvents.Insert(event);
1247 fRecentNodeMonitoringEvents.Insert(event);
1352 fRecentNodeMonitoringEvents.Insert(event);
1395 fRecentNodeMonitoringEvents.Insert(event);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp69 fEvents.Insert(event);
/haiku/src/servers/media/
H A DNotificationManager.cpp103 fNotificationList.Insert(n);
/haiku/src/kits/mail/
H A Dmail_util.cpp670 // quoted-printable or base64 encoding. Insert an extra space between
767 output.Insert (string, lineStartIndex /* source offset */,
806 output.Insert (string, lineStartIndex /* source offset */,
819 output.Insert (string, lineStartIndex /* source offset */,
1269 string.Insert(' ',1,start);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.cpp181 item->Insert();
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp87 gVirtioDevices.Insert(this);
/haiku/src/system/kernel/fs/
H A DEntryCache.cpp139 fEntries.Insert(entry);
/haiku/headers/private/kernel/vm/
H A DVMArea.h222 static void Insert(VMArea* area);
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp258 void Insert(HashObject* object) function in class:SchedulingAnalysis::SchedulingAnalysisManager
310 Insert(thread);
331 Insert(waitObject);
408 Insert(threadWaitObject);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp236 conn->fInUseIdents.Insert(ident, pointer);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp67 void Insert(off_t value);
1231 array->Insert(value);
1246 array->Insert(value);
1268 array->Insert(value);
1314 array->Insert(value);
1330 array->Insert(value);
1351 array->Insert(oldValue);
1352 array->Insert(value);
1678 BPlusTree::Insert(Transaction& transaction, const uint8* key, uint16 keyLength, function in class:BFS::BPlusTree
3097 duplicate_array::Insert(off_ function in class:BFS::duplicate_array
[all...]
/haiku/src/kits/translation/
H A DTranslationUtils.cpp424 intoView->Insert(intoView->TextLength(),
432 intoView->Insert(intoView->TextLength(), text,
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp731 // Insert after adding the instance. Otherwise the function
869 fSourceFiles->Insert(entry);
883 fFunctions->Insert(function);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp528 fNodeListeners->Insert(proxy);
582 fVNodeOps.Insert(ops);
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp281 sRulesHash->Insert(rules);
583 sTeamHash->Insert(fRules);

Completed in 174 milliseconds

1234567891011