Home
last modified time | relevance | path

Searched refs:getTestFilePath (Results 1 – 14 of 14) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/varianteval/
H A DVariantEvalIntegrationTest.java34 protected String getTestFilePath(String fileName) { in getTestFilePath() method in VariantEvalIntegrationTest
59 String vcf = getTestFilePath("/CEU.trio.callsForVE.vcf"); in testStratifySamplesAndExcludeMonomorphicSites()
94 getTestFilePath(fundamentalTestVCF); in testFundamentalsCountVariantsSNPsAndIndelsWithNovelty()
103 " -L " + getTestFilePath(fundamentalTestVCF) + in testFundamentalsCountVariantsSNPsAndIndelsWithNovelty()
123 " -L " + getTestFilePath(fundamentalTestVCF) + in testFundamentalsCountVariantsSNPsAndIndelsWithNoveltyAndFilter()
271 String vcf2 = getTestFilePath("yri.trio.gatk.ug.head.vcf"); in testSelect1()
311 String eval = getTestFilePath("pacbio.ts.recalibrated.vcf"); in testCompOverlap()
336 String vcf = getTestFilePath("noGenotypes.vcf"); in testEvalTrackWithoutGenotypesWithSampleFields()
497 String vcf = getTestFilePath("/withSymbolic.b37.vcf"); in testIntervalStrat()
498 String bed = getTestFilePath("/overlapTest.bed"); in testIntervalStrat()
[all …]
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/tests/
H A Dtest_io.py36 def getTestFilePath(self, name): member in _IOTestCaseBase
57 with open(self.getTestFilePath('testdump.xml'), 'wb') as f:
59 with open(self.getTestFilePath('testdump.xml'), 'rb') as f:
61 with open(self.getTestFilePath('testdump2.xml'), 'wb') as f:
63 with open(self.getTestFilePath('testdump.xml'), 'rb') as f:
65 with open(self.getTestFilePath('testdump2.xml'), 'rb') as f:
77 with open(self.getTestFilePath('testdump.xml'), 'wb') as f:
79 with open(self.getTestFilePath('testdump.xml'), 'rb') as f:
81 with open(self.getTestFilePath('testdump2.xml'), 'wb') as f:
83 with open(self.getTestFilePath('testdump.xml'), 'rb') as f:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/util/
H A DUrlUtils.java25 public static String getTestFilePath(String path) { in getTestFilePath() method in UrlUtils
55 return "file://" + getTestFilePath(path); in getTestFileUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/android/junit/java/src/org/chromium/testing/local/
H A DTestDir.java19 public static String getTestFilePath(String path) { in getTestFilePath() method in TestDir
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/thumbnail/generator/android/java/src/org/chromium/chrome/browser/thumbnail/generator/
H A DThumbnailDiskStorageTest.java43 private static final String FILE_PATH1 = UrlUtils.getTestFilePath("android/google.png");
44 private static final String FILE_PATH2 = UrlUtils.getTestFilePath("android/favicon.png");
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/debugger/new/test/mochitest/
H A D.eslintrc17 "getTestFilePath": false,
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/debugger/new/test/mochitest/
H A D.eslintrc17 "getTestFilePath": false,
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/
H A D.eslintrc17 "getTestFilePath": false,
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/
H A D.eslintrc17 "getTestFilePath": false,
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/test/mochitest/
H A D.eslintrc17 "getTestFilePath": false,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webapk/android/libs/client/src/org/chromium/components/webapk/lib/client/
H A DWebApkVerifySignatureTest.java140 return TestDir.getTestFilePath(TEST_DATA_DIR + fileName); in testFilePath()
H A DWebApkValidatorTest.java430 return TestDir.getTestFilePath(TEST_DATA_DIR + fileName); in testFilePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DUrlSchemeTest.java64 InstrumentationRegistry.getTargetContext(), UrlUtils.getTestFilePath("")); in setUp()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dcurrentfile.h97 … string getTestFilePath() { lock_guard<std::mutex> guard(currentProtector); return testFilePath; } in getTestFilePath() function