Searched refs:find (Results 76 - 100 of 167) sorted by relevance

1234567

/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp421 auto& request = data->connectionMap.find(item.object)->second;
439 auto& request = data->connectionMap.find(item.object)->second;
468 auto& request = data->connectionMap.find(item.object)->second;
478 auto& request = data->connectionMap.find(item.object)->second;
494 auto& request = data->connectionMap.find(item.object)->second;
565 auto it = fConnectionCount.find(host);
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h353 CHK(value == fReferenceMap.find(key)->second);
360 ReferenceIterator it = fReferenceMap.find(key);
387 refIt = fReferenceMap.find(nextKey);
481 ReferenceIterator refIt = fReferenceMap.find(key);
494 ReferenceConstIterator refIt = fReferenceMap.find(key);
530 return Iterator(this, myIt, fReferenceMap.find(myIt->Key()));
559 return ConstIterator(this, myIt, fReferenceMap.find(myIt->Key()));
759 // find the keys in the map
940 // find the values in the set
951 // try to find som
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp147 if(state->visited.find(origin->id()) != state->visited.end()) {
479 node_ref_map::const_iterator it = m_nodeRefMap.find(id);
568 // tries to find a route from 'nodeA' to 'nodeB'; returns
611 if(state->visited.find(origin->id()) != state->visited.end()) {
1237 // format-guessing form of connect(): tries to find
1695 m_nodeRefMap.find(ref->id()) == m_nodeRefMap.end());
1712 node_ref_map::iterator it = m_nodeRefMap.find(id);
1738 m_nodeRefMap.find(node.node) == m_nodeRefMap.end());
1839 find(
1860 node_group_set::iterator it = find(
[all...]
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp111 ASSERT(fSATWindowMap.find(window) == fSATWindowMap.end());
121 SATWindowMap::iterator it = fSATWindowMap.find(window);
527 SATWindowMap::const_iterator it = fSATWindowMap.find(
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp390 // we only show network of the first wireless device we find
420 if (associated.find(network.address) != associated.end())
529 if (fInterfaceStatuses.find(interface.Name())
563 if (currentInterfaces.find(it->first) == currentInterfaces.end())
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp449 fprintf(stderr, "Can't find application to tell deskbar: %s\n",
686 AccountMap::iterator found = fAccounts.find(account);
765 AccountMap::iterator found = fAccounts.find(account);
778 AccountMap::iterator found = fAccounts.find(account);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp183 .find(sourceSignature.String());
202 appview_t::iterator aIt = fAppViews.find(groupName);
H A DAppGroupView.cpp186 infoview_t::iterator vIt = find(fInfo.begin(), fInfo.end(), view);
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp161 AttrDirMap::iterator it = sAttributeDirectories.find(fFakeDir);
173 AttrDirMap::iterator it = sAttributeDirectories.find(dir);
243 // keep going until we find an entry or hit the end of dir
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp128 if (fName.find("_kern_") == 0)
130 else if (fName.find("sys_") == 0)
323 // find "#pragma syscalls begin"
/haiku/src/bin/
H A Dmountvolume.cpp173 if (name && toMount.find(name.String()) != toMount.end()) {
199 if (name && toUnmount.find(name.String()) != toUnmount.end()) {
/haiku/src/servers/launch/
H A DJob.cpp258 if (dependencies.find(requirement) != dependencies.end()) {
281 // Could not find dependency
319 PortMap::const_iterator found = fPortMap.find(name);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp885 Also, it will run the find action in the editor.
1000 B_TRANSLATE("Could not find search string."),
1015 // this will cleanly stop the find process
1161 // find where to insert
1485 // set this view as the current find panel's target
1882 // set this view as the current find panel's target
1883 BMessage find(*fFindAgainMenuItem->Message());
1884 find.what = kMsgOpenFindWindow;
1885 find.AddMessenger("target", this);
1886 be_app_messenger.SendMessage(&find);
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp147 if (fPackagesAlreadyAdded.find(package)
373 if (fPackagesAlreadyAdded.find(package)
380 if (fPackagesToDeactivate.find(package)
550 if (fPackagesAlreadyRemoved.find(package)
614 if (fPackagesAlreadyAdded.find(package)
1273 if (fPackagesAlreadyAdded.find(package)
1328 if (fPackagesAlreadyRemoved.find(package)
1495 ERROR("Can't find script: %s\n", scripts.StringAt(i).String());
1720 && toDeactivate.find(package) == toDeactivate.end()) {
H A DProblemWindow.cpp290 && fPackagesAddedByUser->find(package) != fPackagesAddedByUser->end()) {
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h91 if (fThreads.find(threadName) == fThreads.end()) {
/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp288 XML::doc_type_map::iterator it = XML::s_docTypeMap.find(
H A DXML.cpp308 mapping_set::iterator it = m_mappingSet.find(&m);
/haiku/src/system/kernel/debug/
H A Dsafemode_settings.cpp30 // find the settings in the kernel args
50 // find end of line
59 lineEnd = std::find(settings, lineEnd, '#');
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp296 if (alreadyLoaded.find(ref.name) != alreadyLoaded.end()) {
/haiku/src/apps/mail/
H A DQueryList.cpp162 RefMap::iterator found = fRefs.find(nodeRef);
/haiku/src/servers/media/
H A DBufferManager.cpp123 if (info->teams.find(team) == info->teams.end()) {
124 ERROR("UnregisterBuffer: failed to find team = %" B_PRId32 " belonging"
242 ERROR("BufferManager::_ReleaseClonedArea(): could not find clone info "
/haiku/src/kits/storage/
H A DMergedDirectory.cpp157 && fVisitedEntries->find(direntBuffer->d_name)
/haiku/src/servers/app/
H A DVirtualScreen.cpp100 ScreenModeMap::const_iterator found = previousModes.find(screen);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp232 if (mFilters.find(what) != mFilters.end()) return;

Completed in 145 milliseconds

1234567