Lines Matching refs:end
528 for(ItHome it_home= vecJavaHome.begin(); it_home != vecJavaHome.end(); in createJavaInfoFromWinReg()
539 for(ItHome it_home= vecJavaHome.begin(); it_home != vecJavaHome.end(); in createJavaInfoFromWinReg()
592 itHome != vecJavaHome.end(); itHome++) in getJavaInfoFromRegistry()
709 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoFromBinPath()
789 vecInfos.begin(),vecInfos.end(), InfoFindSame(aInfo->getHome())); in getJREInfoByPath()
790 if(it_impl == vecInfos.end()) in getJREInfoByPath()
883 MapIt entry2 = find_if(mapJREs.begin(), mapJREs.end(), in getJREInfoByPath()
885 if (entry2 != mapJREs.end()) in getJREInfoByPath()
905 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoByPath()
925 cit_path ifull = find(vecBadPaths.begin(), vecBadPaths.end(), sFullPath); in getJREInfoByPath()
926 if (ifull == vecBadPaths.end()) in getJREInfoByPath()
931 cit_path ifile = find(vecBadPaths.begin(), vecBadPaths.end(), sFilePath); in getJREInfoByPath()
932 if (ifile != vecBadPaths.end()) in getJREInfoByPath()
936 if (entry != mapJREs.end()) in getJREInfoByPath()
998 for (c_ip i = props.begin(); i != props.end(); i++) in getJREInfoByPath()
1032 … for (vector<pair<OUString, OUString> >::iterator i = props.begin(); i != props.end(); i++) in getJREInfoByPath()