Home
last modified time | relevance | path

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

12345678910

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/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/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/
DModelFileManagerTest.java112 new File(rootTestDir, "a").getAbsolutePath(), in findBestModel_versionCode()
119 new File(rootTestDir, "b").getAbsolutePath(), in findBestModel_versionCode()
137 new File(rootTestDir, "a").getAbsolutePath(), in findBestModel_languageDependentModelIsPreferred()
144 new File(rootTestDir, "b").getAbsolutePath(), in findBestModel_languageDependentModelIsPreferred()
165 new File(rootTestDir, "a").getAbsolutePath(), in findBestModel_noMatchedLanguageModel()
172 new File(rootTestDir, "b").getAbsolutePath(), in findBestModel_noMatchedLanguageModel()
193 new File(rootTestDir, "a").getAbsolutePath(), in findBestModel_languageIsMoreImportantThanVersion()
200 new File(rootTestDir, "b").getAbsolutePath(), in findBestModel_languageIsMoreImportantThanVersion()
220 new File(rootTestDir, "a").getAbsolutePath(), in findBestModel_preferMatchedLocaleModel()
227 new File(rootTestDir, "b").getAbsolutePath(), in findBestModel_preferMatchedLocaleModel()
[all …]
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DInstrumentTest.java62 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_instrument_class_files_and_copy_resources_when_folder_is_given()
67 + destdir.getAbsolutePath(), out); in should_instrument_class_files_and_copy_resources_when_folder_is_given()
84 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
85 src.getAbsolutePath()); in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
89 "[INFO] 1 classes instrumented to " + destdir.getAbsolutePath(), in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
100 execute("instrument", "--dest", destdir.getAbsolutePath()); in should_not_instrument_anything_when_no_source_is_given()
127 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_not_create_dest_file_when_source_class_is_broken()
128 srcdir.getAbsolutePath()); in should_not_create_dest_file_when_source_class_is_broken()
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()
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()
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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/typesolvers/
DJavaParserTypeSolver.java72 if (!parsedFiles.containsKey(srcFile.getAbsolutePath())) { in parse()
73 parsedFiles.put(srcFile.getAbsolutePath(), JavaParser.parse(srcFile)); in parse()
75 return parsedFiles.get(srcFile.getAbsolutePath()); in parse()
79 if (!parsedDirectories.containsKey(srcDirectory.getAbsolutePath())) { in parseDirectory()
82 if (files == null) throw new FileNotFoundException(srcDirectory.getAbsolutePath()); in parseDirectory()
88 parsedDirectories.put(srcDirectory.getAbsolutePath(), units); in parseDirectory()
91 return parsedDirectories.get(srcDirectory.getAbsolutePath()); in parseDirectory()
97 … IllegalStateException("SrcDir does not exist or is not a directory: " + srcDir.getAbsolutePath()); in tryToSolveType()
117 String filePath = srcDir.getAbsolutePath(); in tryToSolveTypeUncached()
/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()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/network/
DNetworkCache.java58 if (cachedFile.getAbsolutePath().endsWith(".zip")) { in fetch()
64 Logger.debug("Cache hit for " + url + " at " + cachedFile.getAbsolutePath()); in fetch()
104 String newFileName = file.getAbsolutePath().replace(".temp", ""); in renameTempFile()
109 …ger.warning("Unable to rename cache file " + file.getAbsolutePath() + " to " + newFile.getAbsolute… in renameTempFile()
/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.java100 + inputFile.getAbsolutePath()); in load()
104 + inputFile.getAbsolutePath(), e); in load()
118 + destFile.getAbsolutePath()); in save()
123 + 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/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/
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()
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()
/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/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()
/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()

12345678910