Searched refs:find (Results 1 - 25 of 167) sorted by last modified time

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/tools/fs_shell/
H A Dfssh.cpp236 CommandMap::const_iterator it = fCommands.find(name);
1574 // find command
1738 fprintf(stderr, "Error: Couldn't find FS module!\n");
/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 DVolume.cpp932 PackageSet::iterator it = fPackagesToBeDeactivated.find(package);
977 PackageSet::iterator it = fPackagesToBeActivated.find(package);
/haiku/src/servers/app/
H A DServerApp.cpp392 \param token ID token of the bitmap to find
3818 BitmapMap::const_iterator iterator = fBitmapMap.find(token);
3831 PictureMap::const_iterator iterator = fPictureMap.find(token);
/haiku/src/apps/devices/
H A DDevicesView.cpp142 iter = fCategoryMap.find(category);
201 iter = fCategoryMap.find(category);
/haiku/src/kits/tracker/
H A DPoseView.cpp1260 return fAddPosesThreads.find(currentThread) != fAddPosesThreads.end();
2503 // find the attributes in the clipboard
2879 // find out which column was selected
3600 // find an empty slot to put pose into
3858 // compare turned out equal, find first pose
3866 // didn't find pose AT location y - bump index to proper insert point
4758 // find the text
5052 // so that we "find" the correct pose to remove
5489 // couldn't find pose, first check if the node might be
5983 // need to find th
[all...]
H A DOpenWithWindow.cpp648 // find the preferred app for this type
712 B_TRANSLATE("Could not find application \"%appname\""));
1084 // find out the relations of app models to the opened entries
1318 labels.find(proxy)->second.String(), message);
H A DFindPanel.h150 // save the contents of the find window into the query file
154 bool FindSaveCommon(bool find);
H A DFindPanel.cpp528 // close the find panel
569 // close the find panel
575 FindWindow::FindSaveCommon(bool find) argument
634 SaveQueryAsAttributes(fFile, &entry, !find, newFile ? 0 : &oldAttributes,
675 // opens it before runing it from the find panel,
817 button = new BButton("find", B_TRANSLATE("Search"),
1026 // find out if more than one items are marked
1999 // find all the queries on all volumes
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1746 "<LGPL license>. You can find the copyrights to third party code below."
2237 PackageCreditMap::iterator it = fPackageCredits.find(package.PackageName());
/haiku/src/kits/interface/
H A DMenu.cpp77 { return fList.find(BUnicodeChar::ToLower(c)) != fList.end(); }
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp120 if (subApps.find(*i) == subApps.end()) {
198 if (newTypes.find(*i) == newTypes.end())
/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/bin/pkgman/
H A Dcommand_search.cpp55 " Only find installed packages.\n"
57 " Only find not installed packages.\n"
297 // find the next group of equally named packages
322 status << (versions.find(systemPackage->Version())
326 status << (versions.find(homePackage->Version())
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp170 // any package that we find in a remote repository goes in this map.
189 PackageInfoMap::iterator it = foundPackages.find(
356 PackageInfoMap::iterator it = systemInstalledPackages.find(
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py617 template_find = template.find
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp487 = items.find(BString(barInfo->sig).ToLower());
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp590 BMessage find(kMsgFind);
591 fTextView->GetData(find);
592 find.AddBool("case_sensitive", fCaseCheckBox->Value() != 0);
593 find.AddInt8("find_mode", fTextView->Mode());
594 fTarget.SendMessage(&find);
/haiku/src/system/libroot/posix/string/
H A Dstrcasestr.c46 * Find the first occurrence of find in s, ignore case.
50 strcasestr(const char *s, const char *find) argument
55 if ((c = *find++) != 0) {
57 len = strlen(find);
63 } while (strncasecmp(s, find, len) != 0);
/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...]
H A DNodeGroup.cpp1528 ASSERT(find(
1556 node_set::iterator it = find(
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp395 JobMap::const_iterator found = fJobs.find(BString(name).ToLower());
409 TargetMap::const_iterator found = fTargets.find(BString(name).ToLower());
420 SessionMap::const_iterator found = fSessions.find(user);
460 // Even if we failed to find a matching source, we do not want to return an error,
571 TeamMap::iterator found = fTeams.find(team);
603 TeamMap::iterator found = fTeams.find(team);
1836 // TODO: find out which jobs require this job, and don't stop if any,
1931 EventMap::const_iterator found = fEvents.find(eventName);
1941 found = fEvents.find(eventName);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp226 UIDToFlagsMap::const_iterator found = fFlagsMap.find(uid);
319 if (fSynchronizedUIDsSet.find(uid) == fSynchronizedUIDsSet.end())
549 // std::set<uint32>::iterator found = lastUIDs.find(uid);
598 MessengerMap::iterator found = fPendingBodies.find(uid);
614 UIDToRefMap::const_iterator found = fRefMap.find(uid);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp1655 // First, find and remove the supertype from our set
1656 CHK(typeSet.find(superLeaf.c_str()) != typeSet.end());
1660 // If the entry designates a valid MIME string, find it
1679 // Verify it's a valid mime string. If so, find and remove from our set
1682 if (typeSet.find(subType.c_str()) == typeSet.end())
1684 CHK(typeSet.find(subType.c_str()) != typeSet.end());
1735 // First, find and remove the supertype from our set
1736 CHK(typeSet.find(superLeaf.c_str()) != typeSet.end());
1750 // If the entry designates a valid MIME string, find it
1769 // Verify it's a valid mime string. If so, find an
[all...]

Completed in 219 milliseconds

1234567