Home
last modified time | relevance | path

Searched refs:getAbsolutePath (Results 1 – 25 of 215) sorted by relevance

123456789

/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_resolution_typesolvers_JavaParserTypeSolver.txt1 …Line 72) parsedFiles.containsKey(srcFile.getAbsolutePath()) ==> java.util.Map.containsKey(java.lan…
2 Line 72) srcFile.getAbsolutePath() ==> java.io.File.getAbsolutePath()
3 …Line 73) parsedFiles.put(srcFile.getAbsolutePath(), JavaParser.parse(srcFile)) ==> java.util.Map.p…
4 Line 73) srcFile.getAbsolutePath() ==> java.io.File.getAbsolutePath()
6 Line 75) parsedFiles.get(srcFile.getAbsolutePath()) ==> java.util.Map.get(java.lang.Object)
7 Line 75) srcFile.getAbsolutePath() ==> java.io.File.getAbsolutePath()
8 …Line 79) parsedDirectories.containsKey(srcDirectory.getAbsolutePath()) ==> java.util.Map.containsK…
9 Line 79) srcDirectory.getAbsolutePath() ==> java.io.File.getAbsolutePath()
11 Line 82) srcDirectory.getAbsolutePath() ==> java.io.File.getAbsolutePath()
17 Line 88) parsedDirectories.put(srcDirectory.getAbsolutePath(), units) ==> java.util.Map.put(K, V)
[all …]
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DInstrumentTest.java61 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_instrument_class_files_and_copy_resources_when_folder_is_given()
66 + destdir.getAbsolutePath(), out); in should_instrument_class_files_and_copy_resources_when_folder_is_given()
83 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
84 src.getAbsolutePath()); in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
88 "[INFO] 1 classes instrumented to " + destdir.getAbsolutePath(), in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
99 execute("instrument", "--dest", destdir.getAbsolutePath()); in should_not_instrument_anything_when_no_source_is_given()
126 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_not_create_dest_file_when_source_class_is_broken()
127 srcdir.getAbsolutePath()); in should_not_create_dest_file_when_source_class_is_broken()
DMergeTest.java54 execute("merge", "--destfile", dest.getAbsolutePath()); in should_print_warning_when_no_exec_files_are_provided()
69 execute("merge", "--destfile", dest.getAbsolutePath(), in should_merge_exec_files()
70 a.getAbsolutePath(), b.getAbsolutePath(), c.getAbsolutePath()); in should_merge_exec_files()
DReportTest.java74 execute("report", exec.getAbsolutePath(), "--classfiles", in should_print_warning_when_exec_data_does_not_match()
94 xml.getAbsolutePath()); in should_create_xml_report_when_xml_option_is_provided()
106 csv.getAbsolutePath()); in should_create_csv_report_when_csv_option_is_provided()
118 "./src", "--html", html.getAbsolutePath()); in should_create_html_report_when_html_option_is_provided()
140 html.getAbsolutePath()); in should_use_all_values_when_multiple_classfiles_options_are_provided()
DDumpTest.java65 execute("dump", "--destfile", execfile.getAbsolutePath(), "--port", in should_write_dump()
71 + execfile.getAbsolutePath(), out); in should_write_dump()
83 execute("dump", "--destfile", execfile.getAbsolutePath(), "--port", in should_log_connection_error_when_retry_is_specified()
/external/snakeyaml/src/test/java/org/pyyaml/
DPyErrorsTest.java62 fail("Loading must fail for " + files[i].getAbsolutePath()); in testLoaderErrors()
83 fail("Loading must fail for " + files[i].getAbsolutePath()); in testLoaderStringErrors()
99 fail("Loading must fail for " + files[i].getAbsolutePath()); in testLoaderSingleErrors()
101 System.err.println("Loading must fail for " + files[i].getAbsolutePath()); in testLoaderSingleErrors()
121 fail("Loading must fail for " + files[i].getAbsolutePath()); in testEmitterErrors()
DPyStructureTest.java90 int index = file.getAbsolutePath().lastIndexOf('.'); in testParser()
91 String canonicalName = file.getAbsolutePath().substring(0, index) + ".canonical"; in testParser()
165 int index = file.getAbsolutePath().lastIndexOf('.'); in testComposer()
166 String canonicalName = file.getAbsolutePath().substring(0, index) + ".canonical"; in testComposer()
279 int index = file.getAbsolutePath().lastIndexOf('.'); in testConstructor()
280 String canonicalName = file.getAbsolutePath().substring(0, index) + ".canonical"; in testConstructor()
/external/jline/src/src/main/java/jline/
DFileNameCompletor.java50 .getAbsolutePath(); in complete()
52 translated = new File("").getAbsolutePath() + File.separator in complete()
103 if (entries[i].getAbsolutePath().startsWith(translated)) { in matchFiles()
113 if (entries[i].getAbsolutePath().startsWith(translated)) { in matchFiles()
DClassNameCompletor.java77 Set files = getClassFiles(file.getAbsolutePath(), in getClassNames()
134 String name = files[i].getAbsolutePath(); in getClassFiles()
141 holder.add(files[i].getAbsolutePath(). in getClassFiles()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DMergeMojo.java103 + inputFile.getAbsolutePath()); in load()
107 + inputFile.getAbsolutePath(), e); in load()
121 + destFile.getAbsolutePath()); in save()
126 + destFile.getAbsolutePath(), e); in save()
/external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java333 log.debug("Output directory base will be " + outputDirectory.getAbsolutePath()); in execute()
335 tool.setOutputDirectory(outputDirectory.getAbsolutePath()); in execute()
344 tool.setLibDirectory(libDirectory.getAbsolutePath()); in execute()
348 log.info("No ANTLR grammars to compile in " + sourceDirectory.getAbsolutePath()); in execute()
353 log.info("ANTLR: Processing source directory " + sourceDirectory.getAbsolutePath()); in execute()
359 tool.setInputDirectory(sourceDirectory.getAbsolutePath()); in execute()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
DJavaParserTypeSolver.java54 … IllegalStateException("SrcDir does not exist or is not a directory: " + srcDir.getAbsolutePath()); in JavaParserTypeSolver()
80 return parsedFiles.get(srcFile.getAbsolutePath(), () -> { in parse()
87 … throw new RuntimeException("Issue while parsing " + srcFile.getAbsolutePath(), e); in parse()
98 return parsedDirectories.get(srcDirectory.getAbsolutePath(), () -> { in parseDirectory()
139 String filePath = srcDir.getAbsolutePath();
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue46/
DFileTest.java47 assertTrue(file2.getAbsolutePath(), file2.getAbsolutePath().endsWith("list-bean-1.yaml")); in test()
58 Node scalar = representScalar(new Tag("!!java.io.File"), file.getAbsolutePath()); in representData()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DFileOutputTest.java39 options.setDestfile(destFile.getAbsolutePath()); in testCreateDestFileOnStartup()
53 options.setDestfile(destFile.getAbsolutePath()); in testWriteData()
68 options.setDestfile(folder.newFolder("folder").getAbsolutePath()); in testInvalidDestFile()
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java68 throw new IOException ("could not delete file [" + file.getAbsolutePath () + "]"); in persist()
83 throw new IOException ("could not delete file [" + file.getAbsolutePath () + "]"); in persist()
98 throw new IOException ("could not delete file [" + file.getAbsolutePath () + "]"); in persist()
409 throw new IOException ("input file does not exist: [" + file.getAbsolutePath () + "]"); in mergeload()
424 …throw new IOException ("file [" + file.getAbsolutePath () + "] is corrupt or was not created by " … in mergeload()
529 ….isFile ()) throw new IOException ("can persist in normal files only: " + file.getAbsolutePath ()); in persist()
550 …throw new IOException ("cannot overwrite [" + file.getAbsolutePath () + "]: not created by " + IAp… in persist()
593 …throw new IOException ("cannot merge new data into [" + file.getAbsolutePath () + "]: created by a… in persist()
597 …throw new IOException ("cannot merge new data into [" + file.getAbsolutePath () + "]: created by a… in persist()
DMergeProcessor.java72 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setSessionOutFile()
111 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
142 … if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ..."); in _run()
249 …l merged data will be written to a temp file first [" + tempDataOutFile.getAbsolutePath () + "]"); in _run()
289 …timeException ("could not rename temporary file [" + tempDataOutFile.getAbsolutePath () + "] to ["… in _run()
/external/testng/src/test/java/test/reports/
DReportTest.java29 TestNG tng = TestHelper.createTestNG(suite, outputDir.getAbsolutePath()); in verifyIndex()
56 testng.setOutputDirectory(outputDirectory.getAbsolutePath()); in directoryShouldBeSuiteName()
80 testng.setOutputDirectory(outputDirectory.getAbsolutePath()); in oneDirectoryPerSuite()
93 File f = new File(outputDir.getAbsolutePath() + File.separatorChar + suiteName in getHtmlReportFile()
/external/caliper/caliper/src/test/java/com/google/caliper/config/
DCaliperConfigTest.java68 "vm.baseDirectory", tempBaseDir.getAbsolutePath())); in getVmConfig_baseDirectoryAndName()
78 "vm.baseDirectory", tempBaseDir.getAbsolutePath(), in getVmConfig_baseDirectoryAndHome()
88 "vm.test.home", jdkHome.getAbsolutePath(), in getVmConfig()
105 "vm.test.home", jdkHome.getAbsolutePath())); in getVmConfig_escapedSpacesInArgs()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java95 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setMetaOutFile()
122 … throw new IllegalArgumentException ("not a directory: [" + _outDir.getAbsolutePath () + "]"); in setInstrOutDir()
223 …w EMMARuntimeException (IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.getAbsolutePath ()}); in createDir()
228 …ew EMMARuntimeException (IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.getAbsolutePath ()}); in createDir()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java217 Log.e("Failed to make directories: " + root.getAbsolutePath()); in executeInBackground()
267 new File(mInterpreterRoot, mDescriptor.getInterpreterArchiveName()).getAbsolutePath(); in extractInterpreter()
268 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); in extractInterpreter()
273 String in = new File(mInterpreterRoot, mDescriptor.getExtrasArchiveName()).getAbsolutePath(); in extractInterpreterExtras()
279 String in = new File(mInterpreterRoot, mDescriptor.getScriptsArchiveName()).getAbsolutePath(); in extractScripts()
/external/doclava/src/com/google/doclava/
DClearPage.java169 System.err.println(from.getAbsolutePath() + ": Error opening file"); in copyFile()
176 System.err.println(to.getAbsolutePath() + ": Error opening file"); in copyFile()
194 System.err.println(from.getAbsolutePath() + ": error reading file"); in copyFile()
201 System.err.println(from.getAbsolutePath() + ": error writing file"); in copyFile()
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DAllocationInstrumentTest.java53 instrument.setOptions(ImmutableMap.of("allocationAgentJar", fakeJar.getAbsolutePath())); in getExtraCommandLineArgs()
57 .add("-javaagent:" + fakeJar.getAbsolutePath()) in getExtraCommandLineArgs()
58 .add("-Xbootclasspath/a:" + fakeJar.getAbsolutePath()) in getExtraCommandLineArgs()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java199 …throw new IllegalArgumentException("Input directory '" + indir.getAbsolutePath() + "' does not exi… in CodeMangler()
201 …throw new IllegalArgumentException("Input path '" + indir.getAbsolutePath() + "' is not a director… in CodeMangler()
203 if (verbose) System.out.println("indir: " + indir.getAbsolutePath()); in CodeMangler()
218 …throw new IllegalArgumentException("Output directory '" + outdir.getAbsolutePath() + "' does not e… in CodeMangler()
220 …throw new IllegalArgumentException("Output path '" + outdir.getAbsolutePath() + "' is not a direct… in CodeMangler()
222 if (verbose) System.out.println("outdir: " + outdir.getAbsolutePath()); in CodeMangler()
278 System.err.println("File " + fin.getAbsolutePath() + " does not exist."); in process()
282 if (verbose) System.out.println("processing file: '" + fin.getAbsolutePath() + "'"); in process()
296 … if (verbose) System.out.println("recursing on directory '" + fin.getAbsolutePath() + "'"); in process()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/
DReaderBomTest.java65 assertTrue("Test file not found: " + file.getAbsolutePath(), file.exists()); in testUtf8Bom()
83 assertTrue("Test file not found: " + file.getAbsolutePath(), file.exists()); in testUnicodeLeBom()
101 assertTrue("Test file not found: " + file.getAbsolutePath(), file.exists()); in testUnicodeBeBom()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/input/
DDirectoryInputFileGenerator.java47 throw new IllegalArgumentException("Not found: " + baseDir.getAbsolutePath()); in collectFiles()
50 throw new IllegalArgumentException("Not a directory: " + baseDir.getAbsolutePath()); in collectFiles()

123456789