Home
last modified time | relevance | path

Searched defs:actualFile (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/
H A DAutoconfAnalyzer.java159 final File actualFile = dependency.getActualFile(); in analyzeDependency() local
216 private String getFileContents(final File actualFile) in getFileContents()
H A DOpenSSLAnalyzer.java209 private String getFileContents(final File actualFile) in getFileContents()
H A DPythonDistributionAnalyzer.java178 final File actualFile = dependency.getActualFile(); in analyzeDependency() local
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dnetrender_file_sender.hpp69 QFile actualFile; member in cNetRenderFileSender
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddcompiler.hpp38 std::string actualFile; // actual compiled file (dbg info) member in DCompiler
/dports/biology/ugene/ugene-40.1/src/plugins/CoreTests/src/
H A DLoadRemoteDocumentTests.cpp85 QFile expectedFile(expectedDoc), actualFile(t->getLocalUrl()); in report() local
/dports/devel/binaryen/binaryen-version_98/test/spec/
H A Drun.py51 def _compareFile(self, expectFile, actualFile): argument
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/testutils/
H A DSamAssertionUtilsUnitTest.java42 …public void testCompareStringent(final String expectedFile, final String actualFile, boolean expec… in testCompareStringent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/minidump_uploader/android/javatests/src/org/chromium/components/minidump_uploader/
H A DCrashFileManagerTest.java216 File actualFile = crashFileManager.getCrashDirectory(); in testGetCrashDirectory() local
218 Assert.assertEquals(mTestRule.getCrashDir(), actualFile); in testGetCrashDirectory() local
279 File actualFile = crashFileManager.getMinidumpSansLogcatForPid(TEST_PID2); in testGetMinidumpSansLogcatForPid() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/minidump_uploader/android/javatests/src/org/chromium/components/minidump_uploader/
H A DCrashFileManagerTest.java217 File actualFile = crashFileManager.getCrashDirectory(); in testGetCrashDirectory() local
219 Assert.assertEquals(mTestRule.getCrashDir(), actualFile); in testGetCrashDirectory() local
280 File actualFile = crashFileManager.getMinidumpSansLogcatForPid(TEST_PID2); in testGetMinidumpSansLogcatForPid() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/coverage/
H A DDepthOfCoverageIntegrationTest.java206 …private void compareCSVByRowHeaderOrderAgnostic( final File actualFile, final File expectedFile, c… in compareCSVByRowHeaderOrderAgnostic()
247 …private void compareLinesByColumn(File actualFile, File expectedFile, List<String> actualHeader, L… in compareLinesByColumn()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/
H A DAssemblyAnalyzerTest.java111 …private void assertFileContent(String message, String expectedResourceName, File actualFile) throw… in assertFileContent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XsltCompiler/
H A DXsltCommon.cs40 … public static bool CompareXml(string baselineFile, string actualFile, string xmldiffoptionvalue) in CompareXml()
45 …public static bool CompareXml(string baselineFile, string actualFile, string xmldiffoptionvalue, D… in CompareXml()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dsetupenv.cpp90 const QString actualFile = fi.fileName(); in compareFile() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/dragstr/
H A DComposeSTRTableFileIntegrationTest.java75 …private void assertMatchesExpected(final File actualFile, final TestCase testCase) throws IOExcept… in assertMatchesExpected()
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/common/net/
H A DTestUri03Resolving.java397 final File actualFile = uri0.toFile(); in testFile2Uri() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/server/
H A Ddatabaseserver.cpp358 QFile actualFile(d->actualConfig); in initMysqlConfig() local
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ddbconfigmysql.cpp258 QFile actualFile(actualConfig); in startInternalServer() local
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/
H A DFunctions.php722 function assertJsonFileNotEqualsJsonFile($expectedFile, $actualFile, $message = '')
735 function assertJsonFileEqualsJsonFile($expectedFile, $actualFile, $message = '')
1386 function assertXmlFileEqualsXmlFile($expectedFile, $actualFile, $message = '')
1399 function assertXmlFileNotEqualsXmlFile($expectedFile, $actualFile, $message = '')
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/
H A DAssert.php1637 public static function assertXmlFileEqualsXmlFile($expectedFile, $actualFile, $message = '')
1661 public static function assertXmlFileNotEqualsXmlFile($expectedFile, $actualFile, $message = '')
2250 … public static function assertJsonFileNotEqualsJsonFile($expectedFile, $actualFile, $message = '')
2276 public static function assertJsonFileEqualsJsonFile($expectedFile, $actualFile, $message = '')
/dports/www/libdom/libdom-0.4.1/test/testutils/
H A Ddomtsasserts.c221 char *actualFile = NULL; in is_uri_equals() local
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1759 public static function assertXmlFileEqualsXmlFile($expectedFile, $actualFile, $message = '')
1776 public static function assertXmlFileNotEqualsXmlFile($expectedFile, $actualFile, $message = '')
2364 … public static function assertJsonFileNotEqualsJsonFile($expectedFile, $actualFile, $message = '')
2393 public static function assertJsonFileEqualsJsonFile($expectedFile, $actualFile, $message = '')
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php872 function assertJsonFileEqualsJsonFile($expectedFile, $actualFile, $message = '')
887 function assertJsonFileNotEqualsJsonFile($expectedFile, $actualFile, $message = '')
1745 function assertXmlFileEqualsXmlFile($expectedFile, $actualFile, $message = '')
1762 function assertXmlFileNotEqualsXmlFile($expectedFile, $actualFile, $message = '')
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp693 wxString actualFile = TexPathList.FindValidPath(fileName); in read_a_line() local
768 wxString actualFile = TexPathList.FindValidPath(fileNameStr); in read_a_line() local
3542 wxString actualFile = TexPathList.FindValidPath(fileBuf); in DefaultOnArgument() local
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp693 wxString actualFile = TexPathList.FindValidPath(fileName); in read_a_line() local
768 wxString actualFile = TexPathList.FindValidPath(fileNameStr); in read_a_line() local
3542 wxString actualFile = TexPathList.FindValidPath(fileBuf); in DefaultOnArgument() local

12