Searched defs:createFile (Results 1 - 25 of 29) sorted by relevance

12

/external/jacoco/org.jacoco.report/src/org/jacoco/report/
H A DIMultiReportOutput.java32 public OutputStream createFile(String path) throws IOException; method in interface:IMultiReportOutput
H A DFileMultiReportOutput.java40 public OutputStream createFile(final String path) throws IOException { method in class:FileMultiReportOutput
H A DZipMultiReportOutput.java49 public OutputStream createFile(final String path) throws IOException { method in class:ZipMultiReportOutput
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
H A DAntFilesLocatorTest.java56 locator.add(createFile("org/jacoco/example/Test.java"));
62 private Resource createFile(String path) throws IOException { method in class:AntFilesLocatorTest
H A DAntResourcesLocatorTest.java64 locator.add(createFile("org/jacoco/example/Test.java", "AAA"));
74 createFile("src/org/jacoco/example/Test.java", "AAA");
85 createFile("src/org/jacoco/example/Test.java", "DDD");
87 locator.add(createFile("org/jacoco/example/Test.java", "FFF"));
96 createFile("src1/org/jacoco/example/Test.java", "AAA");
98 createFile("src2/org/jacoco/example/Test.java", "BBB");
100 createFile("src3/org/jacoco/example/Test.java", "CCC");
111 resources.add(createFile("org/jacoco/example/Test1.java", "AAA"));
112 resources.add(createFile("org/jacoco/example/Test2.java", "BBB"));
123 private Resource createFile(Strin method in class:AntResourcesLocatorTest
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DDirectorySourceFileLocatorTest.java55 createFile("org/jacoco/example/Test.java");
61 private void createFile(String path) throws IOException { method in class:DirectorySourceFileLocatorTest
H A DMemoryMultiReportOutput.java42 public OutputStream createFile(final String path) throws IOException { method in class:MemoryMultiReportOutput
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
H A DReportOutputFolder.java90 public OutputStream createFile(final String name) throws IOException { method in class:ReportOutputFolder
91 return output.createFile(path + normalize(name));
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
H A DExecFileLoaderTest.java54 loader.load(createFile("a"));
55 loader.load(createFile("bb"));
62 final FileInputStream in1 = new FileInputStream(createFile("a"));
65 final FileInputStream in2 = new FileInputStream(createFile("bb"));
91 loader.load(createFile("a"));
99 final File file = createFile("a");
101 loader.load(createFile("bb"));
111 loader.load(createFile("a"));
117 private File createFile(String id) throws IOException { method in class:ExecFileLoaderTest
/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliParserDefinition.java88 @Override public PsiFile createFile(FileViewProvider viewProvider) { method in class:SmaliParserDefinition
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DLightCodeInsightParsingTestCase.java141 return createFile(name + "." + myFileExt, text);
144 protected PsiFile createFile(@NonNls String name, String text) { method in class:LightCodeInsightParsingTestCase
147 return createFile(virtualFile);
150 protected PsiFile createFile(LightVirtualFile virtualFile) { method in class:LightCodeInsightParsingTestCase
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioData.java76 private File createFile(File outputDir, String subdir, String name, String extension) { method in class:ScenarioData
309 File imgFile = createFile(outputDir, "graphs", imgFileName, "gif");
411 File outputFile = createFile(outputDir, "raw", scenarioFileName, "html");
/external/guava/guava-tests/test/com/google/common/io/
H A DSourceSinkFactories.java250 protected File createFile() throws IOException { method in class:SourceSinkFactories.FileFactory
273 File file = createFile();
299 File file = createFile();
343 File file = createFile();
369 File file = createFile();
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp236 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) { function in class:clang::tooling::FlushRewrittenFilesTest
273 FileID ID = createFile("input.cpp", "line1\nline2\nline3\nline4");
/external/jetty/src/java/org/eclipse/jetty/util/
H A DMultiPartInputStream.java107 createFile();
131 createFile();
143 createFile();
149 protected void createFile () method in class:MultiPartInputStream.MultiPart
/external/llvm/lib/IR/
H A DDIBuilder.cpp207 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory) { function in class:DIBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c82857 static int createFile(JournalFile *p){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c82875 static int createFile(JournalFile *p){ function
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1930 milliseconds

12