HomeSort by relevance Sort by last modified time
    Searched refs:getAbsolutePath (Results 176 - 200 of 638) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 176 String escapedURI = FilePathToURI.filepath2URI(f.getAbsolutePath());
  /libcore/luni/src/test/java/libcore/java/lang/
ClassTest.java 73 PathClassLoader pcl = new PathClassLoader(f.getAbsolutePath(), null);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java 36 new PreferencesTest.TestPreferencesFactory(tmpDir.getAbsolutePath()));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 72 LogUtils.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" +
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryAppImpl.java 99 "fail to create: " + cacheDir.getAbsolutePath());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogMigrationTest.java 55 sourceDbFile.getAbsolutePath(), /* cursorFactory=*/ null,
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 46 String toolsPath = new File(sdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 97 String absolutePath = aFile.getAbsolutePath();
203 logFiles[i++]=((File) enumeration.nextElement()).getAbsolutePath();
209 String path=((File) enumeration.nextElement()).getAbsolutePath();
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 131 log.verbose (" " + nonexistent + f.getAbsolutePath ());
149 log.verbose (" " + nonexistent + f.getAbsolutePath ());
173 if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ...");
  /external/opencv3/samples/android/face-detection/src/org/opencv/samples/facedetect/
FdActivity.java 84 mJavaDetector = new CascadeClassifier(mCascadeFile.getAbsolutePath());
89 Log.i(TAG, "Loaded cascade classifier from " + mCascadeFile.getAbsolutePath());
91 mNativeDetector = new DetectionBasedTracker(mCascadeFile.getAbsolutePath(), 0);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
ZipExtractorTask.java 77 throw new Sl4aException("Failed to make directories: " + mOutput.getAbsolutePath());
93 Log.v("Extracting " + mInput.getAbsolutePath() + " to " + mOutput.getAbsolutePath());
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MainActivity.java 170 Log.v(TAG, "DIRECTORY_DOCUMENTS = " + folder.getAbsolutePath());
198 Log.v(TAG, "returning " + ret.getAbsolutePath());
204 Log.v(TAG, "returning " + files[i].getAbsolutePath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 168 command[0] = dexDumpFile.getAbsolutePath();
169 command[1] = classesDexFile.getAbsolutePath();
223 final String dstPath = dstFile.getAbsolutePath();
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 330 Log.e(TAG, "File path already exists: " + newFilePath.getAbsolutePath());
334 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath());
337 if (!createDirectoryIfNeeded(newFilePath.getAbsolutePath())) {
339 newFilePath.getAbsolutePath());
431 return (new File(directory, title + extension)).getAbsolutePath();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 102 new File("input.tst").getAbsolutePath(),
103 f.getAbsolutePath());
111 d.getAbsolutePath(), f.getAbsolutePath());
186 new File("input.tst").getAbsolutePath(),
187 f.getAbsolutePath());
208 assertEquals("Test3: Created Incorrect File", d.getAbsolutePath(), f
209 .getAbsolutePath());
719 * java.io.File#getAbsolutePath()
725 base + "temp.tst", f.getAbsolutePath());
    [all...]
FileOutputStreamTest.java 78 String fileName = f.getAbsolutePath();
93 String fileName = f.getAbsolutePath();
167 String fileName = f.getAbsolutePath();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 229 String jarPath = jarFile.getAbsolutePath();
246 sourceAttachmentPath = new Path(srcPath.getAbsolutePath());
260 jarProperties.getAbsolutePath());
268 AdtPlugin.log(e, "Failed to read %s", jarProperties.getAbsolutePath());
350 buildToolInfo.getLocation().getAbsolutePath());
608 super(file.getAbsolutePath());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 131 if (FileUtils.getFileStatus(file.getAbsolutePath(), status, true)) {
136 file.getAbsolutePath());
283 mProgressDialog.setMessage(values[0].getAbsolutePath());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
LockSettingsStorageTests.java 82 super.getLockPatternFilename(userId).replace('/', '-')).getAbsolutePath();
88 super.getLockPasswordFilename(userId).replace('/', '-')).getAbsolutePath();
94 super.getChildProfileLockFile(userId).replace('/', '-')).getAbsolutePath();
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 141 || CombinedInputOutput.isCombinedDictionary(dst.getAbsolutePath())) {
267 System.out.println("Dictionary : " + file.getAbsolutePath());
275 if (CombinedInputOutput.isCombinedDictionary(decodedSpec.mResult.getAbsolutePath())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 311 pathList.add(testFile.getAbsolutePath());
483 mBuildToolInfo.getLocation().getAbsolutePath());
526 command.add(quotePath(configFile.getAbsolutePath()));
530 StringBuilder sb = new StringBuilder(quotePath(inputJar.getAbsolutePath()));
538 command.add(quotePath(obfuscatedJar.getAbsolutePath()));
557 command.add(new File(logOutput, "dump.txt").getAbsolutePath()); //$NON-NLS-1$
560 command.add(new File(logOutput, "seeds.txt").getAbsolutePath()); //$NON-NLS-1$
563 command.add(new File(logOutput, "usage.txt").getAbsolutePath()); //$NON-NLS-1$
566 command.add(new File(logOutput, "mapping.txt").getAbsolutePath()); //$NON-NLS-1$
684 commandArray[2] = "@" + argsFile.getAbsolutePath(); //$NON-NLS-1
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 81 mResultFilePath = jsonFile.getAbsolutePath();
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
MediaRecorderCameraActivity.java 46 "record.out").getAbsolutePath();
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 60 .getAbsolutePath();
70 .getAbsolutePath();
80 .getAbsolutePath();
95 .getAbsolutePath();
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 91 assertFalse(f.getAbsolutePath() + " exists", f.exists());

Completed in 558 milliseconds

1 2 3 4 5 6 78 91011>>