Home
last modified time | relevance | path

Searched refs:createFile (Results 26 – 50 of 3148) sorted by relevance

12345678910>>...126

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DCompletionTests9.java66 createFile(filePath, fileContent); in createTypePlus()
299 createFile(filePath, fileContent); in test486988_0009()
304 createFile(filePath, fileContent); in test486988_0009()
328 createFile(filePath, fileContent); in test522604_0001()
333 createFile(filePath, fileContent); in test522604_0001()
718 createFile(filePath, content); in testBug522164_src()
777 createFile(filePath, content); in testBug522164_jar()
1122 createFile(filePath, content); in testBug525203_001()
1372 createFile(filePath, content); in testBug530142()
1561 createFile(filePath, content); in testBug530911()
[all …]
H A DGetSourceTests.java67 createFile( in setUpSuite()
210 createFile("/P/p/A.java", cuSource); in testFieldConstants406836()
261 createFile("/P/p/A.java", cuSource); in testJavadocRange01()
283 createFile("/P/p/A.java", cuSource); in testJavadocRange02()
376 createFile("/P/p/Y.java", cuSource); in testNameRange01()
397 createFile("/P/p/Y.java", cuSource); in testNameRange02()
421 createFile("/P/p/Y.java", cuSource); in testNameRange03()
447 createFile("/P/p/Y.java", cuSource); in testNameRange04()
467 createFile("/P/p/Y.java", cuSource); in testNameRange05()
582 createFile("/P/Y.java", cuSource); in testNameRange10()
[all …]
H A DExclusionPatternsTests.java67 createFile( in testAddExclusionOnCompilationUnit()
166 createFile( in testAddExclusionOnPrimaryWorkingCopy()
368 createFile( in testCreateResourceExcludedCompilationUnit()
428 IFile file = createFile( in testIsOnClasspath1()
445 IFile file = createFile( in testIsOnClasspath2()
497 createFile( in testNestedSourceFolder2()
593 IFile file = createFile( in testRenameExcludedCompilationUnit()
698 createFile( in testSearchWithExcludedCompilationUnit1()
723 createFile( in testSearchWithExcludedCompilationUnit2()
817 createFile( in testSearchPotentialMatchInOutput()
[all …]
H A DResolveTests9.java168 createFile( in testModuleInfo_serviceInterface_OK()
172 createFile( in testModuleInfo_serviceInterface_OK()
217 createFile( in testModuleInfo_serviceInterface_almost_OK()
220 createFile( in testModuleInfo_serviceInterface_almost_OK()
257 createFile( in testModuleInfo_serviceInterface_NOK()
260 createFile( in testModuleInfo_serviceInterface_NOK()
391 createFile("mod/src/module-info.java", in testUnnamedNamedConflict()
409 createFile("Test/src/q/Main.java", source); in testUnnamedNamedConflict()
465 createFile("com.igorion.log/src/module-info.java", in testBug537934()
539 createFile("com.igorion.gui/src/module-info.java", in testBug537934()
[all …]
H A DNullAnnotationModelTests.java118 this.createFile( in testConvertedSourceType1()
134 this.createFile( in testConvertedSourceType1()
176 this.createFile( in testBinaryType1()
213 this.createFile( in _testMissingAnnotation1()
252 this.createFile( in _testMissingAnnotation2()
295 this.createFile( in _testMissingAnnotation3()
345 this.createFile( in testMissingAnnotation4()
477 this.createFile( in testAnnotationAST1()
488 this.createFile( in testAnnotationAST1()
551 createFile( in testNonNullDefaultInInner()
[all …]
H A DResolveTests2.java59 this.createFile( in testBug227822a()
98 this.createFile( in testBug227822b()
137 this.createFile( in testBug227822c()
176 this.createFile( in testBug227822d()
249 this.createFile( in testBug232880a()
319 this.createFile( in testBug232880b()
389 this.createFile( in testBug232880c()
471 this.createFile( in testBug232880d()
486 this.createFile( in testBug232880d()
574 this.createFile( in testBug232880e()
[all …]
H A DExistenceTests.java83 this.createFile("P/bin/X.class", ""); in testClassFileInBinary()
209 this.createFile( in testCompilationUnitInLibrary1()
227 this.createFile( in testCompilationUnitInLibrary2()
246 createFile( in testMethodWithInvalidParameter()
417 createFile( in testTypeParameter1()
433 createFile( in testTypeParameter2()
451 createFile( in testTypeParameter3()
467 createFile( in testTypeParameter4()
486 createFile( in testTypeParameter5()
573 createFile( in testCorrespondingResourceNonExistingType()
[all …]
H A DCompletionTests2.java595 createFile( in testBug6930_03()
605 createFile( in testBug6930_03()
801 createFile( in testBug6930_06()
874 createFile( in testBug6930_07()
884 createFile( in testBug6930_07()
945 createFile( in testBug6930_08()
955 createFile( in testBug6930_08()
1017 createFile( in testBug6930_09()
1027 createFile( in testBug6930_09()
1094 createFile( in testBug6930_10()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/tests/
H A Dtest_buddies.cpp131 createFile(dirA, QStringLiteral("a.cpp")); in testDeclarationDefinitionOrder()
132 createFile(dirA, QStringLiteral("b.cpp")); in testDeclarationDefinitionOrder()
133 createFile(dirA, QStringLiteral("c.cpp")); in testDeclarationDefinitionOrder()
134 createFile(dirA, QStringLiteral("a.h")); in testDeclarationDefinitionOrder()
135 createFile(dirA, QStringLiteral("b.h")); in testDeclarationDefinitionOrder()
136 createFile(dirA, QStringLiteral("c.h")); in testDeclarationDefinitionOrder()
166 createFile(dirA, QStringLiteral("a.cpp")); in testMultiDotFilenames()
168 createFile(dirA, QStringLiteral("b.cpp")); in testMultiDotFilenames()
196 createFile(dirA, QStringLiteral("a.h")); in testActivation()
197 createFile(dirA, QStringLiteral("a.cpp")); in testActivation()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/
H A DImportRewrite18Test.java114 createFile("/" + PROJECT + "/src/pack1/X.java", contents); in testBug417937a_since_8()
117 createFile("/" + PROJECT + "/src/pack1/A.java", contents); in testBug417937a_since_8()
164 createFile("/" + PROJECT + "/src/pack1/X.java", contents); in testBug417937b_since_8()
170 createFile("/" + PROJECT + "/src/pack1/A.java", contents); in testBug417937b_since_8()
221 createFile("/" + PROJECT + "/src/pack1/X.java", contents); in testBug417937b1_since_8()
227 createFile("/" + PROJECT + "/src/pack1/A.java", contents); in testBug417937b1_since_8()
285 createFile("/" + PROJECT + "/src/pack1/X.java", contents); in runTest417937candGetType()
288 createFile("/" + PROJECT + "/src/pack1/A.java", contents); in runTest417937candGetType()
379 createFile("/" + PROJECT + "/src/pack1/X.java", contents); in testBug417937d001_since_8()
382 createFile("/" + PROJECT + "/src/pack1/A.java", contents); in testBug417937d001_since_8()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DASTConverter9Test.java420 createFile("/second/src/pack22/I22.java", in testBug515875_002()
541 createFile("/second/src/pack22/I22.java", in testBug515875_003()
597 createFile("/second/src/pack22/I22.java", in testBug515875_004()
663 createFile("/second/src/pack22/I22.java", in testBug515875_005()
956 createFile("/ConverterTests9/src/X.java", in testBug519493_004()
982 createFile("/ConverterTests9/src/X.java", in testBug519493_005()
1107 createFile("/second/src/pack22/I22.java", in testBug527749_001()
1174 createFile("/second/src/pack22/I22.java", in testBug518794_001()
1388 createFile("/Foo/src/module-info.java", in testBug534009()
1393 createFile("/Foo/src/foo/Foo.java", in testBug534009()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php32 $filename = $this->createFile('foo: bar');
43 $filename1 = $this->createFile('foo: bar');
44 $filename2 = $this->createFile('bar: baz');
58 $filename = $this->createFile($incorrectContent);
71 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
80 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml), '--parse-tag…
89 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
97 $filename = $this->createFile('');
103 private function createFile($content): string function in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Util/
H A DFileUtils.cs44 internal static object CreateTemporaryFile (string tempdir, CreateTempFile createFile) in CreateTemporaryFile() argument
46 return CreateTemporaryFile (tempdir, null, null, createFile); in CreateTemporaryFile()
49 …nal static object CreateTemporaryFile (string tempdir, string extension, CreateTempFile createFile) in CreateTemporaryFile() argument
51 return CreateTemporaryFile (tempdir, null, extension, createFile); in CreateTemporaryFile()
54 …ct CreateTemporaryFile (string tempdir, string prefix, string extension, CreateTempFile createFile) in CreateTemporaryFile() argument
58 if (createFile == null) in CreateTemporaryFile()
75 ret = createFile (path); in CreateTemporaryFile()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DReferenceFileSourceUnitTest.java21 Files.createFile(refPath); in testReferenceInPathWithoutFai()
23 Files.createFile(dictPath); in testReferenceInPathWithoutFai()
33 Files.createFile(refPath); in testReferenceInPathWithoutDict()
35 Files.createFile(faiFile); in testReferenceInPathWithoutDict()
45 Files.createFile(refPath); in testReferenceInPath()
47 Files.createFile(faiFile); in testReferenceInPath()
49 Files.createFile(dictPath); in testReferenceInPath()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/
H A DTestHadoopArchives.java57 static private Path createFile(Path dir, String filename, FileSystem fs in createFile() method in TestHadoopArchives
74 createFile(inputPath, "a", fs); in setUp()
75 createFile(inputPath, "b", fs); in setUp()
76 createFile(inputPath, "c", fs); in setUp()
98 createFile(inputPath, "c c", fs); in testPathWithSpaces()
101 createFile(sub1, "file x y z", fs); in testPathWithSpaces()
102 createFile(sub1, "file", fs); in testPathWithSpaces()
103 createFile(sub1, "x", fs); in testPathWithSpaces()
104 createFile(sub1, "y", fs); in testPathWithSpaces()
105 createFile(sub1, "z", fs); in testPathWithSpaces()
[all …]
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/file/
H A Dfilewatchtest.cpp34 bool createFile(const QString& fileUrl) { in createFile() function
87 QVERIFY(createFile(fileUrl)); in testFileCreation()
168 QVERIFY(createFile(d1 + QStringLiteral("/t1"))); in testConfigChange()
169 QVERIFY(createFile(d2 + QStringLiteral("/t2"))); in testConfigChange()
176 QVERIFY(createFile(d11 + QStringLiteral("/tx1"))); in testConfigChange()
177 QVERIFY(createFile(d21 + QStringLiteral("/tx2"))); in testConfigChange()
178 QVERIFY(createFile(d22 + QStringLiteral("/tx3"))); in testConfigChange()
191 QVERIFY(createFile(d1 + QStringLiteral("/tx1a"))); in testConfigChange()
192 QVERIFY(createFile(d2 + QStringLiteral("/tx2a"))); in testConfigChange()
204 QVERIFY(createFile(d11 + QStringLiteral("/tx1b"))); in testConfigChange()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/io/reader/testing/
H A DUnitTestVTKDataSetReader.cxx400 inline void createFile(const char* buffer, std::size_t size, const char* fname) in createFile() function
440 (format == FORMAT_ASCII) ? createFile(polydataAscii, sizeof(polydataAscii), testFileName) in TestReadingPolyData()
441 : createFile(polydataBin, sizeof(polydataBin), testFileName); in TestReadingPolyData()
458 ? createFile(structuredPointsAscii, sizeof(structuredPointsAscii), testFileName) in TestReadingStructuredPoints()
459 : createFile(structuredPointsBin, sizeof(structuredPointsBin), testFileName); in TestReadingStructuredPoints()
495 ? createFile(unsturctureGridAscii, sizeof(unsturctureGridAscii), testFileName) in TestReadingUnstructuredGrid()
496 : createFile(unsturctureGridBin, sizeof(unsturctureGridBin), testFileName); in TestReadingUnstructuredGrid()
532 createFile(rectilinearGrid1Ascii, sizeof(rectilinearGrid1Ascii), testFileName); in TestReadingRectilinearGrid1()
551 createFile(rectilinearGrid2Ascii, sizeof(rectilinearGrid2Ascii), testFileName); in TestReadingRectilinearGrid2()
568 createFile(structuredGridAscii, sizeof(structuredGridAscii), testFileName); in TestReadingStructuredGridASCII()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DIEditorMatchingStrategyTest.java45 IFile file1 = FileUtil.createFile("plugin.xml", proj); in testOpenMatchingEditor()
46 IFile file2 = FileUtil.createFile("MANIFEST.MF", proj); in testOpenMatchingEditor()
47 IFile file3 = FileUtil.createFile("build.properties", proj); in testOpenMatchingEditor()
48 IFile file4 = FileUtil.createFile("something.txt", proj); in testOpenMatchingEditor()
65 IFile file1 = FileUtil.createFile("plugin.xml", proj); in testFindMatchingEditor()
66 IFile file2 = FileUtil.createFile("MANIFEST.MF", proj); in testFindMatchingEditor()
67 IFile file3 = FileUtil.createFile("build.properties", proj); in testFindMatchingEditor()
68 IFile file4 = FileUtil.createFile("something.txt", proj); in testFindMatchingEditor()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestbmpcodec.c29 #define createFile(buffer, expectedStatus) \ macro
43 createFile (buffer, Ok); \
4892 createFile (noImageSize, OutOfMemory); in test_invalidFileHeader()
4894 createFile (noReserved1, OutOfMemory); in test_invalidFileHeader()
4896 createFile (noReserved2, OutOfMemory); in test_invalidFileHeader()
4898 createFile (noOffset, OutOfMemory); in test_invalidFileHeader()
4994 createFile (noHeader, OutOfMemory); in test_invalidHeader()
5002 createFile (noSize, OutOfMemory); in test_invalidHeader()
5005 createFile (noColors, OutOfMemory); in test_invalidHeader()
5007 createFile (image2bpp, OutOfMemory); in test_invalidHeader()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Command/
H A DLintCommandTest.php32 $filename = $this->createFile('foo: bar');
46 $filename = $this->createFile($incorrectContent);
59 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
68 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml), '--parse-tag…
77 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
85 $filename = $this->createFile('');
94 private function createFile($content) function in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
/dports/www/baikal/baikal/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php32 $filename = $this->createFile('foo: bar');
46 $filename = $this->createFile($incorrectContent);
59 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
68 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml), '--parse-tag…
77 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
85 $filename = $this->createFile('');
94 private function createFile($content) function in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Command/
H A DLintCommandTest.php32 $filename = $this->createFile('foo: bar');
46 $filename = $this->createFile($incorrectContent);
59 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
68 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml), '--parse-tag…
77 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
85 $filename = $this->createFile('');
94 private function createFile($content) function in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
/dports/devel/gitlist/gitlist/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php32 $filename = $this->createFile('foo: bar');
46 $filename = $this->createFile($incorrectContent);
59 …$ret = $this->createCommandTester()->execute(array('filename' => $this->createFile($yaml)), array(…
68 …$ret = $this->createCommandTester()->execute(array('filename' => $this->createFile($yaml), '--pars…
77 …$ret = $this->createCommandTester()->execute(array('filename' => $this->createFile($yaml)), array(…
87 $filename = $this->createFile('');
96 private function createFile($content) function in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-archives/src/test/java/org/apache/hadoop/tools/
H A DTestHadoopArchives.java131 fileList.add(createFile(inputPath, fs, "a")); in setUp()
132 fileList.add(createFile(inputPath, fs, "b")); in setUp()
133 fileList.add(createFile(inputPath, fs, "c")); in setUp()
147 createFile(inputPath, fs, sub1.getName(), "a"); in testRelativePath()
182 createFile(inputPath, fs, "c c"); in testPathWithSpaces()
185 createFile(sub1, fs, "file x y z"); in testPathWithSpaces()
186 createFile(sub1, fs, "file"); in testPathWithSpaces()
187 createFile(sub1, fs, "x"); in testPathWithSpaces()
188 createFile(sub1, fs, "y"); in testPathWithSpaces()
189 createFile(sub1, fs, "z"); in testPathWithSpaces()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkUtilsTest4.cpp39 int createFile(int line, const QDir& dir, const QString& relativePath, const QString& fileName) in createFile() function
105 CHECK_EXIT_SUCCESS(createFile(__LINE__, caseTmp, "foo", "a.txt")); in ctkUtilsTest4()
106 CHECK_EXIT_SUCCESS(createFile(__LINE__, caseTmp, "foo/bar", "b.txt")); in ctkUtilsTest4()
107 CHECK_EXIT_SUCCESS(createFile(__LINE__, caseTmp, "foo/zoo", "c.txt")); in ctkUtilsTest4()
124 CHECK_EXIT_SUCCESS(createFile(__LINE__, caseTmp, "foo", "a.txt")); in ctkUtilsTest4()
125 CHECK_EXIT_SUCCESS(createFile(__LINE__, caseTmp, "foo/bar", "b.txt")); in ctkUtilsTest4()
126 CHECK_EXIT_SUCCESS(createFile(__LINE__, caseTmp, "foo/zoo", "c.txt")); in ctkUtilsTest4()

12345678910>>...126