Home
last modified time | relevance | path

Searched refs:profileStream (Results 1 – 25 of 60) sorted by relevance

123

/dports/biology/lamarc/lamarc-2.1.8/src/report/
H A Dspreadsheet.cpp147 std::ofstream profileStream; in WriteOneProfileSpread() local
148 profileStream.open(fileName.c_str(),std::ios::out); in WriteOneProfileSpread()
190 profileStream << "Profile Information" << std::endl; in WriteOneProfileSpread()
191 profileStream << "Parameter: " << paramName << std::endl; in WriteOneProfileSpread()
192 profileStream << "Analysis type: " << expectedAnalysisType in WriteOneProfileSpread()
194 profileStream << "Data points are from " << expectedProfileType << " profiling." << std::endl; in WriteOneProfileSpread()
204 profileStream << ","; in WriteOneProfileSpread()
206 profileStream << table[row][col]; in WriteOneProfileSpread()
208 profileStream << std::endl; in WriteOneProfileSpread()
211 profileStream.close(); in WriteOneProfileSpread()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmMakefileProfilingData.cxx20 const std::string& profileStream) in cmMakefileProfilingData() argument
23 this->ProfileStream.open(profileStream.c_str(), omode); in cmMakefileProfilingData()
28 throw std::runtime_error(std::string("Unable to open: ") + profileStream); in cmMakefileProfilingData()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmMakefileProfilingData.cxx20 const std::string& profileStream) in cmMakefileProfilingData() argument
23 this->ProfileStream.open(profileStream.c_str(), omode); in cmMakefileProfilingData()
28 throw std::runtime_error(std::string("Unable to open: ") + profileStream); in cmMakefileProfilingData()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmMakefileProfilingData.cxx20 const std::string& profileStream) in cmMakefileProfilingData() argument
23 this->ProfileStream.open(profileStream.c_str(), omode); in cmMakefileProfilingData()
28 throw std::runtime_error(std::string("Unable to open: ") + profileStream); in cmMakefileProfilingData()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2755 std::stringstream profileStream; in compileToExecutable() local
2760 profileStream << "vs"; in compileToExecutable()
2763 profileStream << "ps"; in compileToExecutable()
2770 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2771 profileStream << "_" in compileToExecutable()
2774 std::string profile = profileStream.str(); in compileToExecutable()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2739 std::stringstream profileStream; in compileToExecutable() local
2744 profileStream << "vs"; in compileToExecutable()
2747 profileStream << "ps"; in compileToExecutable()
2754 profileStream << "_" << ((getMajorShaderModel() >= 3) ? 3 : 2); in compileToExecutable()
2755 profileStream << "_" in compileToExecutable()
2758 std::string profile = profileStream.str(); in compileToExecutable()
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoDocument.cpp152 profileStream(0), in Private()
198 QTextStream *profileStream; member in KoDocument::Private
1465 d->profileStream); in openFile()
2359 d->profileStream = profilestream; in setProfileStream()

123