Searched refs:find (Results 126 - 150 of 167) sorted by relevance

1234567

/haiku/src/preferences/screen/
H A DScreenMode.cpp385 const pnp_id* element = std::find(kPNPIDs, lastElement, key);
387 // can't find the vendor code
478 find a matching mode, it will compute the mode manually using the GTF.
492 // try to find mode in list provided by driver
531 // we didn't find the exact mode, but something very similar?
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp813 SolvableMap::const_iterator it = fSolvablePackages.find(solvableId);
821 PackageMap::const_iterator it = fPackageSolvables.find(package);
853 // find matching packages
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp769 fontTable.find(BString(out)));
771 colorTable.find(styles->runs[i].color));
/haiku/src/apps/installer/
H A DWorkerThread.cpp124 if (fIgnorePaths.find(path) != fIgnorePaths.end()) {
133 if (fPackageFSRootPaths.find(path) == fPackageFSRootPaths.end())
/haiku/src/servers/debug/
H A DDebugServer.cpp287 TeamDebugHandlerMap::iterator it = fHandlers.find(team);
302 TeamDebugHandlerMap::iterator it = fHandlers.find(team);
543 debug_printf("debug_server: can't find system-bin directory: %s\n",
556 debug_printf("debug_server: can't find system-apps directory: %s\n",
583 debug_printf("debug_server: can't find system-bin directory: %s\n",
659 debug_printf("debug_server: can't find system-bin directory: %s\n",
676 debug_printf("debug_server: can't find system-apps directory: %s\n",
927 // lookup failed: find area containing the IP
/haiku/src/servers/net/
H A DNetServer.cpp657 LooperMap::iterator iterator = fDeviceMap.find(device);
673 LooperMap::const_iterator iterator = fDeviceMap.find(device);
1043 // We did not find a network - just ignore that, and continue
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1528 ASSERT(find(
1556 node_set::iterator it = find(
/haiku/src/servers/registrar/
H A DTRoster.cpp423 PRINT("didn't find team or ref\n");
575 IARRequestMap::iterator it = fIARRequestsByID.find(team);
584 it = fIARRequestsByToken.find((int32)token);
628 // find the app and set the signature
1687 IARRequestMap::iterator it = map.find(key);
1970 // signature and rank we find
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp136 tip_entry_set::iterator itFound = viewEntry->m_tips.find(newTipEntry);
192 // [13oct99 e.moon] now ref'd by pointer; find and erase all matching tips
391 // find top-level view
422 // find top-level view
/haiku/src/kits/debugger/files/
H A DFileManager.cpp803 LocatedFileMap::const_iterator it = fSourceLocationMappings.find(
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp824 MailboxMap::iterator found = fMailboxes.find(&folder);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp313 if (functionAddresses.find(address) != functionAddresses.end())
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp538 ThisMap::const_iterator i = fMap.find(std::make_pair(level, option));
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp264 found = set.find(string(name));
/haiku/headers/cpp/
H A Dstl_hashtable.h458 iterator find(const key_type& __key) function in class:hashtable
469 const_iterator find(const key_type& __key) const function in class:hashtable
/haiku/src/kits/interface/
H A DShelf.cpp777 replyMsg.AddString("message", "Cannot find replicant at/with specified index/name.");
1238 LoadedImageMap::iterator it = loadedImages->images.find(
1336 LoadedImageMap::iterator it = loadedImages->images.find(
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp527 // find all the symbols
873 TranslatorMap::iterator iterator = fTranslators.find(id);
962 TranslatorMap::const_iterator iterator = fTranslators.find(id);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp897 // find route
957 if (sDropList.find(packetNumber) != sDropList.end()
1267 || sReorderList.find(sPacketNumber) != sReorderList.end())
1417 // bind to a port first, so the other end can find us
/haiku/src/servers/package/
H A DVolume.cpp932 PackageSet::iterator it = fPackagesToBeDeactivated.find(package);
977 PackageSet::iterator it = fPackagesToBeActivated.find(package);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp718 // find the current font, color, size
1077 StyledEditWindow::SearchAllWindows(BString find, BString replace, argument
1085 message->AddString("FindText", find);
1882 // find out what the old font was
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp1326 std::set<BString>::iterator it = testNames.find(test->Name());
/haiku/src/bin/debug/profile/
H A Dprofile.cpp438 ImageMap::iterator it = fImages.find(imageInfo.name);
/haiku/src/servers/input/
H A DAddOnManager.cpp98 ERROR("AddOnManager::_RegisterAddOn(): can't find %s() in \"%s\"\n",
766 if (fWatcherMessengerList.find(watcherMessenger)
/haiku/src/kits/storage/mime/
H A DDatabase.cpp982 status_t status = fMonitorMessengers.find(target) != fMonitorMessengers.end()
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp1649 if (newName.find("/") == 0)
2251 result = (string(path).find(harmlessDir) == 0);
2623 // find the first super dir that dir and entry have in common
2630 if (superDirs.find(superDir) != superDirs.end())
2668 if (followedLinks.find(entry) == followedLinks.end()) {

Completed in 161 milliseconds

1234567