OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAbsolutePath
(Results
51 - 75
of
638
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/opencv3/modules/java/pure_test/src/org/opencv/test/
OpenCVTestRunner.java
22
String path = tmp.
getAbsolutePath
();
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptProcess.java
35
setCommand(String.format(interpreter.getScriptCommand(), script.
getAbsolutePath
()));
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
NetworkStatsFactoryBenchmark.java
53
stats, mStats.
getAbsolutePath
(), NetworkStats.UID_ALL,
/libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java
161
this.systemId = FilePathToURI.filepath2URI(f.
getAbsolutePath
());
/cts/libs/migration/src/com/android/cts/migration/
MigrationHelper.java
32
CLog.i("Looking for test file %s in dir %s", filename, dir.
getAbsolutePath
());
47
CLog.i("Looking for test file %s as %s", filename, file.
getAbsolutePath
());
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
MergeTask.java
97
destfile.
getAbsolutePath
()));
102
destfile.
getAbsolutePath
()), e, getLocation());
/external/testng/src/test/java/test/reports/
FailedReporterTest.java
46
tng.setOutputDirectory(f.
getAbsolutePath
());
51
new Parser(new File(f, FailedReporter.TESTNG_FAILED_XML).
getAbsolutePath
()).parse();
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java
57
+ DEFAULT_DUMP_FILE.
getAbsolutePath
() + "\n";
107
String.format("UI hierchary dumped to: %s", dumpFile.
getAbsolutePath
()));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileDescriptorTest.java
39
fos = new FileOutputStream(f.
getAbsolutePath
());
78
fos = new FileOutputStream(f.
getAbsolutePath
());
/libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java
116
String path = files[0].
getAbsolutePath
();
118
path += File.pathSeparator + files[i].
getAbsolutePath
();
120
return new DexClassLoader(path, optimizedDir.
getAbsolutePath
(), null,
414
DexClassLoader dexloader = new DexClassLoader(dex.
getAbsolutePath
(),
415
oatDir.
getAbsolutePath
(), null, ClassLoader.getSystemClassLoader());
424
assertTrue(DexFile.isDexOptNeeded(dex.
getAbsolutePath
()));
426
assertFalse(DexFile.isDexOptNeeded(dex.
getAbsolutePath
()));
429
PathClassLoader pathloader = new PathClassLoader(dex.
getAbsolutePath
(),
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java
45
mDictDirectory.
getAbsolutePath
(), 0 /* offset */, 0 /* length */,
61
mDictDirectory.
getAbsolutePath
(), 0 /* offset */, 0 /* length */,
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java
57
return bin.
getAbsolutePath
();
62
return bin.
getAbsolutePath
();
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java
331
log.debug("Output directory base will be " + outputDirectory.
getAbsolutePath
());
333
tool.setOutputDirectory(outputDirectory.
getAbsolutePath
());
342
tool.setLibDirectory(libDirectory.
getAbsolutePath
());
346
log.info("No ANTLR grammars to compile in " + sourceDirectory.
getAbsolutePath
());
351
log.info("ANTLR: Processing source directory " + sourceDirectory.
getAbsolutePath
());
357
tool.setInputDirectory(sourceDirectory.
getAbsolutePath
());
/frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java
200
" - length " + extractedFile.
getAbsolutePath
() + ": " +
213
extractedFile.
getAbsolutePath
() + " for secondary dex (" +
307
throw new IOException("Failed to rename \"" + tmp.
getAbsolutePath
() +
308
"\" to \"" + extractTo.
getAbsolutePath
() + "\"");
326
Log.w(TAG, "Failed to close zip file: " + file.
getAbsolutePath
());
329
Log.w(TAG, "File " + file.
getAbsolutePath
() + " is not a valid zip file.", ex);
331
Log.w(TAG, "Got an IOException trying to open zip file: " + file.
getAbsolutePath
(), ex);
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ReportLogCollector.java
79
CLog.e("%s is not a directory", resultDir.
getAbsolutePath
());
98
CLog.e("%s is not a directory", resultDir.
getAbsolutePath
());
103
CLog.e("%s is not a directory", hostReportDir.
getAbsolutePath
());
114
String hostSrc = hostDir.
getAbsolutePath
();
115
String dest = destDir.
getAbsolutePath
();
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java
79
String fullPath = pkgXml.
getAbsolutePath
();
113
new String[]{preparer.
getAbsolutePath
()});
122
xmlFile.
getAbsolutePath
()));
138
xmlFile.
getAbsolutePath
()));
142
xmlFile.
getAbsolutePath
()));
/external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java
72
throw new IllegalArgumentException ("not a file: [" + _file.
getAbsolutePath
() + "]");
111
log.verbose (" " + nonexistent + f.
getAbsolutePath
());
142
if (verbose) log.verbose ("processing input file [" + dataFile.
getAbsolutePath
() + "] ...");
249
log.warning ("all merged data will be written to a temp file first [" + tempDataOutFile.
getAbsolutePath
() + "]");
289
throw new EMMARuntimeException ("could not rename temporary file [" + tempDataOutFile.
getAbsolutePath
() + "] to [" + canonicalDataOutFile + "]: make sure the original file is not locked and can be deleted");
/libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java
99
urls[0] = new URL("file://" + tmpDir.
getAbsolutePath
() + "/");
100
urls[1] = new URL("file://" + subDir.
getAbsolutePath
() + "/");
202
int port = server.initServer(tmp.
getAbsolutePath
(), "text/html");
233
String tempPath1 = tempFile1.getParentFile().
getAbsolutePath
() + "/";
237
String tempPath2 = tempFile2.
getAbsolutePath
();
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java
65
recorderState.putString(SAMPLE_PATH_KEY, mSampleFile.
getAbsolutePath
());
87
&& mSampleFile.
getAbsolutePath
().compareTo(file.
getAbsolutePath
()) == 0)
166
mRecorder.setOutputFile(mSampleFile.
getAbsolutePath
());
216
mPlayer.setDataSource(mSampleFile.
getAbsolutePath
());
/cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java
112
throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.
getAbsolutePath
(), e);
114
throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.
getAbsolutePath
(), e);
116
throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.
getAbsolutePath
(), e);
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
AllocationInstrumentTest.java
53
instrument.setOptions(ImmutableMap.of("allocationAgentJar", fakeJar.
getAbsolutePath
()));
57
.add("-javaagent:" + fakeJar.
getAbsolutePath
())
58
.add("-Xbootclasspath/a:" + fakeJar.
getAbsolutePath
())
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java
120
loadPathCache.add(getLoadPaths(), name, file.
getAbsolutePath
());
180
return file.
getAbsolutePath
();
200
fullPath = file.
getAbsolutePath
();
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/
ReaderBomTest.java
65
assertTrue("Test file not found: " + file.
getAbsolutePath
(), file.exists());
83
assertTrue("Test file not found: " + file.
getAbsolutePath
(), file.exists());
101
assertTrue("Test file not found: " + file.
getAbsolutePath
(), file.exists());
/frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java
62
"wallpaper").
getAbsolutePath
();
65
"wallpaper_info.xml").
getAbsolutePath
();
78
"wallpaper-tmp").
getAbsolutePath
();
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DataBindingBuilder.java
131
"Generated class list does not exist %s", generatedClassListFile.
getAbsolutePath
());
150
return new GradleFileWriter(outFolder.
getAbsolutePath
());
172
L.e(e, "cannot write file " + f.
getAbsolutePath
());
Completed in 809 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>