Home
last modified time | relevance | path

Searched defs:testFile (Results 126 – 150 of 1519) sorted by relevance

12345678910>>...61

/dports/science/cdk/cdk-cdk-2.3/storage/io/src/test/java/org/openscience/cdk/io/
H A DChemObjectReaderTest.java39 protected static String testFile; field in ChemObjectReaderTest
41 public static void setChemObjectReader(IChemObjectReader aChemObjectReader, String testFile) { in setChemObjectReader()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Desktop/SecurityTest/
H A DDesktopSecurityTest.java62 File testFile = new File("JDIC-test.txt").getAbsoluteFile(); in main() local
74 private static void test(URI webURI, File testFile) throws Exception { in test()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/gmwrapper/src-test/org/RDKit/
H A DTrajectoryTests.java174 File testFile = new File(base, "Code" + File.separator + "GraphMol" in testReadAmber() local
232 File testFile = new File(base, "Code" + File.separator + "GraphMol" in testReadAmberJava() local
321 File testFile = new File(base, "Code" + File.separator + "GraphMol" in testReadGromos() local
530 File testFile = new File(base, "Code" + File.separator + "GraphMol" in testAddConformersFromTrajectory() local
571 File testFile = new File(base, "Code" + File.separator + "GraphMol" in testAddConformersFromAmberTrajectory() local
620 File testFile = new File(base, "Code" + File.separator + "GraphMol" in testAddConformersFromGromosTrajectory() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcpplocatorfilter_test.cpp166 QString testFile = testDirectory.file("file1.cpp"); in test_cpplocatorfilters_CppLocatorFilter_data() local
327 const QString testFile = testDirectory.file("file1.cpp"); in test_cpplocatorfilters_CppCurrentDocumentFilter() local
381 const QString testFile = testDirectory.file("file1.cpp"); in test_cpplocatorfilters_CppCurrentDocumentHighlighting() local
405 const QString testFile = testDirectory.file("file1.cpp"); in test_cpplocatorfilters_CppFunctionsFilterHighlighting() local
/dports/graphics/epdfview/epdfview-0.1.8/tests/
H A DDocumentOutlineTest.cxx66 gchar *testFile = getTestFile ("test2.pdf"); in noOutline() local
98 gchar *testFile = getTestFile ("test1.pdf"); in hasOutline() local
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgscopyfiletask.cpp57 QTemporaryFile testFile; in testCopy() local
100 QTemporaryFile testFile; in testCopyDestinationDoesNotExist() local
122 QTemporaryFile testFile; in testCopyFileAlreadyExist() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Dfile_logger_linux_tests.cpp18 std::string testFile = "testfile"; in TEST() local
67 std::string testFile = "testfile"; in TEST() local
120 std::string testFile = "testfile"; in TEST() local
150 std::string testFile = "testfile"; in TEST() local
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/saracen/fastzip/fastzip-0.1.5/
H A Darchiver_test.go21 type testFile struct { struct
22 mode os.FileMode
23 contents string
26 func testCreateFiles(t *testing.T, files map[string]testFile) (map[string]os.FileInfo, string) {
/dports/cad/librepcb/librepcb-0.1.6/libs/quazip/qztest/
H A Dtestquagzipfile.cpp38 QuaGzipFile testFile("tmp/test.gz"); in read() local
54 QuaGzipFile testFile; in write() local
/dports/archivers/quazip/quazip-1.2/qztest/
H A Dtestquagzipfile.cpp38 QuaGzipFile testFile("tmp/test.gz"); in read() local
54 QuaGzipFile testFile; in write() local
/dports/games/multimc/MultiMC5-0.6.11/libraries/quazip/qztest/
H A Dtestquagzipfile.cpp38 QuaGzipFile testFile("tmp/test.gz"); in read() local
54 QuaGzipFile testFile; in write() local
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/fuzzing/interface/
H A DFuzzingInterface.cpp17 void afl_interface_stream(const char* testFile, FuzzingTestFuncStream testFunc) { in afl_interface_stream()
42 void afl_interface_raw(const char* testFile, FuzzingTestFuncRaw testFunc) { in afl_interface_raw()
/dports/editors/texstudio/texstudio-4.1.2/src/quazip/qztest/
H A Dtestquagzipfile.cpp38 QuaGzipFile testFile("tmp/test.gz"); in read() local
54 QuaGzipFile testFile; in write() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestDataNodeHotSwapVolumes.java336 Path testFile = new Path("/test"); in testAddOneNewVolume() local
353 verifyFileLength(cluster.getFileSystem(), testFile, numBlocks); in testAddOneNewVolume() local
362 Path testFile = new Path("/test"); in testAddVolumesDuringWrite() local
368 DFSTestUtil.appendFile(cluster.getFileSystem(), testFile, BLOCK_SIZE * 8); in testAddVolumesDuringWrite() local
369 verifyFileLength(cluster.getFileSystem(), testFile, 8 + 4); in testAddVolumesDuringWrite() local
397 Path testFile = new Path("/test"); in testAddVolumesToFederationNN() local
429 Path testFile = new Path("/test"); in testRemoveOneVolume() local
442 DFSTestUtil.readFile(cluster.getFileSystem(), testFile); in testRemoveOneVolume() local
470 Path testFile = new Path("/test"); in testReplicatingAfterRemoveVolume() local
583 final Path testFile = new Path("/test"); in testRemoveVolumeBeingWrittenForDatanode() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DWrite.java54 File testFile = File.createTempFile("test1", null); in test1() local
67 File testFile = File.createTempFile("test2", null); in test2() local
112 File testFile = File.createTempFile("test1", null); in test3() local
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A DWriteMerge.hs29 testFile f = do function
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A DWriteMerge.hs29 testFile f = do function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/layer/
H A Dlayer_test.go128 type testFile struct { struct
129 name string
130 content []byte
131 permission os.FileMode
142 func (tf *testFile) ApplyFile(root containerfs.ContainerFS) error {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/layer/
H A Dlayer_test.go128 type testFile struct { struct
129 name string
130 content []byte
131 permission os.FileMode
142 func (tf *testFile) ApplyFile(root containerfs.ContainerFS) error {

12345678910>>...61