Home
last modified time | relevance | path

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

12345678

/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/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DMergeMojo.java107 + inputFile.getAbsolutePath()); in load()
111 + inputFile.getAbsolutePath(), e); in load()
125 + destFile.getAbsolutePath()); in save()
130 + destFile.getAbsolutePath(), e); in save()
DReportMojo.java49 return outputDirectory.getAbsolutePath(); in getOutputDirectory()
55 && !reportOutputDirectory.getAbsolutePath().endsWith("jacoco")) { in setReportOutputDirectory()
DReportITMojo.java54 return outputDirectory.getAbsolutePath(); in getOutputDirectory()
60 && !reportOutputDirectory.getAbsolutePath().endsWith( in setReportOutputDirectory()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java331 log.debug("Output directory base will be " + outputDirectory.getAbsolutePath()); in execute()
333 tool.setOutputDirectory(outputDirectory.getAbsolutePath()); in execute()
342 tool.setLibDirectory(libDirectory.getAbsolutePath()); in execute()
346 log.info("No ANTLR grammars to compile in " + sourceDirectory.getAbsolutePath()); in execute()
351 log.info("ANTLR: Processing source directory " + sourceDirectory.getAbsolutePath()); in execute()
357 tool.setInputDirectory(sourceDirectory.getAbsolutePath()); in execute()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
DTestUtil.java58 …File roboSiblingTestDir = file(new File(new File(".").getAbsolutePath()).getParentFile().getParent… in resourcesBaseDir()
62 …+ testDir.getAbsolutePath() + " or " + roboTestDir.getAbsolutePath() + "\n or " + roboSiblingTestD… in resourcesBaseDir()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DLoaderButton.java34 String resource = file.getAbsolutePath(); in loadResource()
37 System.out.println("Error loading effect: " + file.getAbsolutePath()); in loadResource()
58 String resource = file.getAbsolutePath(); in loadResource()
73 System.out.println("Error loading model: " + file.getAbsolutePath()); in loadResource()
/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/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios-moe/
Dbuild.gradle10 … if (libFile.getAbsolutePath().endsWith(".a") && !libFile.getAbsolutePath().contains("/tvos/")) {
12 from libFile.getAbsolutePath()
/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/libgdx/tests/gdx-tests-ios-intel/
Dbuild.gradle27 … if (libFile.getAbsolutePath().endsWith(".a") && !libFile.getAbsolutePath().contains("/tvos/")) {
29 from libFile.getAbsolutePath()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java219 Log.e("Failed to make directories: " + root.getAbsolutePath()); in executeInBackground()
269 new File(mInterpreterRoot, mDescriptor.getInterpreterArchiveName()).getAbsolutePath(); in extractInterpreter()
270 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); in extractInterpreter()
275 String in = new File(mInterpreterRoot, mDescriptor.getExtrasArchiveName()).getAbsolutePath(); in extractInterpreterExtras()
281 String in = new File(mInterpreterRoot, mDescriptor.getScriptsArchiveName()).getAbsolutePath(); in extractScripts()
/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/doclava/src/com/google/doclava/
DClearPage.java172 System.err.println(from.getAbsolutePath() + ": Error opening file"); in copyFile()
179 System.err.println(to.getAbsolutePath() + ": Error opening file"); in copyFile()
196 System.err.println(from.getAbsolutePath() + ": error reading file"); in copyFile()
203 System.err.println(from.getAbsolutePath() + ": error writing file"); in copyFile()
/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/jsilver/src/org/clearsilver/jni/
DJNI.java45 new File(path, platformLibraryName).getAbsolutePath());
95 System.load(new File(path, platformLibraryName).getAbsolutePath()); in loadLibrary()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java197 …throw new IllegalArgumentException("Input directory '" + indir.getAbsolutePath() + "' does not exi… in CodeMangler()
199 …throw new IllegalArgumentException("Input path '" + indir.getAbsolutePath() + "' is not a director… in CodeMangler()
201 if (verbose) System.out.println("indir: " + indir.getAbsolutePath()); in CodeMangler()
216 …throw new IllegalArgumentException("Output directory '" + outdir.getAbsolutePath() + "' does not e… in CodeMangler()
218 …throw new IllegalArgumentException("Output path '" + outdir.getAbsolutePath() + "' is not a direct… in CodeMangler()
220 if (verbose) System.out.println("outdir: " + outdir.getAbsolutePath()); in CodeMangler()
276 System.err.println("File " + fin.getAbsolutePath() + " does not exist."); in process()
280 if (verbose) System.out.println("processing file: '" + fin.getAbsolutePath() + "'"); in process()
294 … if (verbose) System.out.println("recursing on directory '" + fin.getAbsolutePath() + "'"); in process()
/external/smali/util/src/test/java/org/jf/util/
DClassFileNameHandlerTest.java132 Assert.assertFalse(file1.getAbsolutePath().equals(file2.getAbsolutePath())); in testMultipleLongNames()
243 Assert.assertEquals(base.getAbsolutePath(), file.getAbsolutePath()); in checkFilename()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DCompileErrorCheck.java97 String absolutePath = aFile.getAbsolutePath(); in findLogs()
203 logFiles[i++]=((File) enumeration.nextElement()).getAbsolutePath(); in sendNotice()
209 String path=((File) enumeration.nextElement()).getAbsolutePath(); in sendNotice()

12345678