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

1234567

/haiku/src/kits/package/manager/
H A DPackageManager.cpp179 DIE(error, "Failed to find a match for \"%s\"",
209 // find the packages that match the specification
216 DIE(error, "Failed to find a match for \"%s\"",
307 DIE(error, "Failed to find a match for \"%s\"",
725 // find the requirement matching the base package
744 // find the first package matching the base package requires
960 PackagePathMap::const_iterator it = fPackagePaths.find(package);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp487 = items.find(BString(barInfo->sig).ToLower());
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py617 template_find = template.find
/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...]
H A DResourcesTest.cpp155 const ResourceInfo *find(type_code type, int32 id) const function in struct:ResourceSet
/haiku/headers/cpp/
H A Dstl_rope.h2221 size_type find(_CharT __c, size_type __pos = 0) const;
2222 size_type find(_CharT* __s, size_type __pos = 0) const { function in class:rope
H A Dropeimpl.h949 rope<_CharT,_Alloc>::find(_CharT __pattern, size_t __start) const function in class:rope
/haiku/src/kits/tracker/
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
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 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...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp721 std::map<scale_type, ::Scale*>::iterator iterator = fScales.find(type);
/haiku/src/build/libroot/
H A Dfs.cpp207 // find the entry
364 DirPathMap::iterator it = sDirPathMap.find(*ref);
/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/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/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/kits/interface/
H A DMenu.cpp77 { return fList.find(BUnicodeChar::ToLower(c)) != fList.end(); }
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp32 * find spam.
1402 get immediately updated since it would take a lot of effort to find the
2135 /* Copy the text from the input to the output (same buffer), but when we find
2156 back down to the first UTF-8 character, so find out where the first
2716 if ((DataIter = m_WordMap.find (*WordIter)) == m_WordMap.end ())
2746 find the next older age. Since it's only used for display, we'll let it be
2783 /* Given a bunch of text, find the words within it (doing special tricks to
3138 ratio. The results are stored in a priority queue so that we can later find
3147 if ((DataIter = m_WordMap.find (*WordIter)) != DataEndIter)
3886 sprintf (TempString, "Can't find setting
[all...]

Completed in 394 milliseconds

1234567