Home
last modified time | relevance | path

Searched refs:myTestFile (Results 1 – 5 of 5) sorted by relevance

/dports/audio/elisa/elisa-21.12.3/autotests/
H A Delisaapplicationtest.cpp54 …auto myTestFile = QFileInfo(QStringLiteral(LOCAL_FILE_TESTS_SAMPLE_FILES_PATH) + QStringLiteral("/… in setArgumentsTest() local
56 auto relativePath = myDirectory.relativeFilePath(myTestFile.canonicalFilePath()); in setArgumentsTest()
64 …QCOMPARE(std::get<2>(myApp.arguments().at(0)), QUrl::fromLocalFile(myTestFile.canonicalFilePath())… in setArgumentsTest()
74 …auto myTestFile = QFileInfo(QStringLiteral(LOCAL_FILE_TESTS_SAMPLE_FILES_PATH) + QStringLiteral("/… in activateRequestedTest() local
76 auto relativePath = myDirectory.relativeFilePath(myTestFile.canonicalFilePath()); in activateRequestedTest()
84 …0).at(0).value<DataTypes::EntryDataList>().at(0)), QUrl::fromLocalFile(myTestFile.canonicalFilePat… in activateRequestedTest()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc35 ifstream myTestFile; in SetOutputFiles() local
45 …while ( ( myTestFile.open(myBackupFilename), myTestFile.good() ) || ( myTestFile.open(myCompressed… in SetOutputFiles()
46 myTestFile.close(); in SetOutputFiles()
60 …if ( ( myTestFile.open(myBackupFilename), myTestFile.good() ) || ( myTestFile.open(myCompressedFil… in SetOutputFiles()
65 if ( myTestFile.open(myBaseFilename), myTestFile.good() ) { in SetOutputFiles()
81 …if ( ( myTestFile.open(myBackupFilename), myTestFile.good() ) || ( myTestFile.open(myCompressedFil… in SetOutputFiles()
86 if ( myTestFile.open(myBaseFilename), myTestFile.good() ) { in SetOutputFiles()
100 if ( myTestFile.open(myBaseFilename), myTestFile.good() ) { in SetOutputFiles()
105 if ( myTestFile.open(myBaseCompressedFilename), myTestFile.good() ) { in SetOutputFiles()
112 if ( myTestFile.open(myBaseFilename), myTestFile.good() ) { in SetOutputFiles()
[all …]
H A DCCdlParserDriver.cc43 ifstream myTestFile; in parse() local
46 …if ( filename.substr(filename.length()-3, 3) == ".gz" && (myTestFile.open(filename), myTestFile.go… in parse()
47 myTestFile.close(); in parse()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsappstartup.py54 myTestFile = testFile
60 myTestFile = os.path.join(testDir, testFile)
62 if os.path.exists(myTestFile):
63 os.remove(myTestFile)
80 while not os.path.exists(myTestFile):
89 with open(myTestFile, 'rt', encoding='utf-8') as res_file:
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsappstartup.py54 myTestFile = testFile
60 myTestFile = os.path.join(testDir, testFile)
62 if os.path.exists(myTestFile):
63 os.remove(myTestFile)
80 while not os.path.exists(myTestFile):