Home
last modified time | relevance | path

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

1234

/external/webkit/Tools/DumpRenderTree/android/
Dget_layout_tests_dir_contents.php32 function getAbsolutePath($relPath) { function
38 return array_slice(scandir(getAbsolutePath($relPath)), 2);
59 if (is_dir(getAbsolutePath($filePath))) {
99 $relPath = substr(realpath(getAbsolutePath($path)), strlen($rootDir) + 1);
Dview_source.php29 function getAbsolutePath($relPath) { function
44 $src = realpath(getAbsolutePath($_GET['src']));
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarExecTest.java64 String[] args = new String[] {"-jar", outputJar.getAbsolutePath()}; in test_1562()
102 String[] args = new String[] {"-jar", fooJar.getAbsolutePath()}; in test_jar_class_path()
163 String[] args = new String[] {"-jar", barJar.getAbsolutePath()}; in test_main_class_in_another_jar()
188 …Support_Exec.execJava(args, null, new String[] { "CLASSPATH=" + fooJar.getAbsolutePath() }, false); in test_classpath()
208 …xec.execJava(args, new String[] {booJar.getAbsolutePath()}, new String[] { "CLASSPATH=" + fooJar.g… in test_classpath()
233 args = new String[] {"-jar", zooJar.getAbsolutePath()}; in test_classpath()
235 …xec.execJava(args, new String[] {booJar.getAbsolutePath()}, new String[] { "CLASSPATH=" + fooJar.g… in test_classpath()
DZipExecTest.java62 String[] args = new String[] {"-jar", outputZip.getAbsolutePath()}; in test_1562()
102 String[] args = new String[] {"-jar", fooZip.getAbsolutePath()}; in test_zip_class_path()
164 String[] args = new String[] {"-jar", fooJar.getAbsolutePath()}; in test_zip_jar_mix()
200 String[] args = new String[] {"-jar", fooZip.getAbsolutePath()}; in test_zip_jar_mix_1()
241 String[] args = new String[] {"-jar", barZip.getAbsolutePath()}; in test_main_class_in_another_zip()
/external/smali/maven-smali-plugin/src/main/java/org/jf/
DSmaliMojo.java81 args.add(outputFile.getAbsolutePath()); in execute()
86 args.add(dumpFile.getAbsolutePath()); in execute()
89 args.add(sourceDirectory.getAbsolutePath()); in execute()
/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/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/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()
DInstrProcessorST.java99 …ibutes.Name.IMPLEMENTATION_TITLE, "instrumented version of [" + archive.getAbsolutePath () + "]"); in handleArchiveStart()
135 …ace2 ("handleArchiveStart", "created temp archive [" + m_tempArchiveFile.getAbsolutePath () + "]"); in handleArchiveStart()
379 …e2 ("handleArchiveEnd", "renamed temp archive [" + m_tempArchiveFile.getAbsolutePath () + "] to ["… in handleArchiveEnd()
638 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
691 log.verbose ("metadata output file: " + mdataOutFile.getAbsolutePath ()); in _run()
758 …ooleanValue () ? "merged into" : "written to") + " [" + mdataOutFile.getAbsolutePath () + "] {in "… in _run()
764 …ow new EMMARuntimeException (OUT_IO_FAILURE, new Object [] {mdataOutFile.getAbsolutePath ()}, ioe); in _run()
/external/doclava/src/com/google/doclava/
DClearPage.java169 System.err.println(from.getAbsolutePath() + ": Error opening file"); in copyFile()
176 System.err.println(from.getAbsolutePath() + ": Error opening file"); in copyFile()
193 System.err.println(from.getAbsolutePath() + ": error reading file"); in copyFile()
200 System.err.println(from.getAbsolutePath() + ": error writing file"); in copyFile()
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
DSaveGame.java41 …File daveFolder = new File(JmeSystem.getStorageFolder().getAbsolutePath() + File.separator + gameP… in saveGame()
46 File saveFile = new File(daveFolder.getAbsolutePath() + File.separator + dataName); in saveGame()
93 …File file = new File(JmeSystem.getStorageFolder().getAbsolutePath() + File.separator + gamePath.re… in loadGame()
/external/jsilver/src/org/clearsilver/jni/
DJNI.java45 new File(path, platformLibraryName).getAbsolutePath());
95 System.load(new File(path, platformLibraryName).getAbsolutePath()); in loadLibrary()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileTest.java112 new File("input.tst").getAbsolutePath(), in test_ConstructorLjava_io_FileLjava_lang_String2()
113 f.getAbsolutePath()); in test_ConstructorLjava_io_FileLjava_lang_String2()
121 d.getAbsolutePath(), f.getAbsolutePath()); in test_ConstructorLjava_io_FileLjava_lang_String3()
196 new File("input.tst").getAbsolutePath(), in test_ConstructorLjava_lang_StringLjava_lang_String()
197 f.getAbsolutePath()); in test_ConstructorLjava_lang_StringLjava_lang_String()
218 assertEquals("Test3: Created Incorrect File", d.getAbsolutePath(), f in test_ConstructorLjava_lang_StringLjava_lang_String()
219 .getAbsolutePath()); in test_ConstructorLjava_lang_StringLjava_lang_String()
760 base + "temp.tst", f.getAbsolutePath()); in test_getAbsolutePath()
766 f.getAbsolutePath()); in test_getAbsolutePath()
771 f.getAbsolutePath()); in test_getAbsolutePath()
[all …]
DFileOutputStreamTest.java58 fileName = f.getAbsolutePath(); in test_ConstructorLjava_io_FileDescriptor()
73 fileName = f.getAbsolutePath(); in test_ConstructorLjava_lang_String()
146 fileName = f.getAbsolutePath(); in test_getFD()
/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()
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DResourceLoaderAdaptor.java120 loadPathCache.add(getLoadPaths(), name, file.getAbsolutePath()); in locateFile()
180 return file.getAbsolutePath(); in getKey()
200 fullPath = file.getAbsolutePath(); in getResourceVersionId()
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
149 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
173 … if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ..."); in _run()
/external/clang/lib/Tooling/
DCompilationDatabase.cpp70 llvm::SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()
85 llvm::SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
/external/emma/ant/ant14/com/vladium/emma/instr/
DinstrTask.java72 processor.setInstrOutDir (m_outDir != null ? m_outDir.getAbsolutePath () : null); in execute()
73 processor.setMetaOutFile (m_outFile != null ? m_outFile.getAbsolutePath () : null); in execute()
/external/smali/smali/src/main/java/org/jf/smali/
Dmain.java278 ANTLRFileStream input = new ANTLRFileStream(smaliFile.getAbsolutePath(), "UTF-8"); in assembleSmaliFile()
279 input.name = smaliFile.getAbsolutePath(); in assembleSmaliFile()
284 FileInputStream fis = new FileInputStream(smaliFile.getAbsolutePath()); in assembleSmaliFile()
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java197 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setSessionOutFile()
282 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
299 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
323 log.verbose ("session data output file: " + sdataOutFile.getAbsolutePath ()); in _run()
724 …dataOutMerge ? "merged into" : "written to") + " [" + m_sdataOutFile.getAbsolutePath () + "] {in "… in run()
DRTCoverageDataPersister.java61 …age data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in "… in dumpCoverageData()
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DGUnitExecuteMojo.java275 getLog().info( "gUnit report directory : " + reportDirectory.getAbsolutePath() ); in performExecution()
292 final String scriptPath = script.getAbsolutePath(); in performExecution()
302 script.getParentFile().getAbsolutePath() in performExecution()
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
DNatives.java66 … File file = new File(workingFolder.getAbsolutePath() + File.separator + ".jmetestwrite"); in getExtractionDir()
174 System.load(targetFile.getAbsolutePath()); in extractNativeLib()

1234