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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 31 return outputFile.getAbsolutePath();
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 68 appendValue ("@".concat (file.getAbsolutePath ()), COMMA); // actual file I/O delayed until getFilterSpecs()
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 99 Log.d(LOG_TAG, "Downloaded file name:" + file.getAbsolutePath());
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 40 Environment.getDownloadCacheDirectory().getAbsolutePath();
DownloadManagerFunctionalTest.java 39 Environment.getDownloadCacheDirectory().getAbsolutePath();
41 Environment.getRootDirectory().getAbsolutePath();
  /frameworks/base/rs/java/android/renderscript/
FileA3D.java 270 return createFromFile(rs, path.getAbsolutePath());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 52 return new URL("file://" + file.getAbsolutePath());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
FilePreferencesImplTest.java 36 = new AbstractPreferencesTest.TestPreferencesFactory(tmpDir.getAbsolutePath());
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 40 new PreferencesTest.TestPreferencesFactory(tmpDir.getAbsolutePath()));
OldPreferenceChangeEventTest.java 39 new PreferencesTest.TestPreferencesFactory(tmpDir.getAbsolutePath()));
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 77 return f.getAbsolutePath();
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 128 return context.getExternalCacheDir().getAbsolutePath() + "/" + fileName;
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 402 File dstFile = generateUniqueDestination(beamPath.getAbsolutePath(),
410 mPaths.add(dstFile.getAbsolutePath());
411 mMimeTypes.put(dstFile.getAbsolutePath(), mimeType);
492 Log.e(TAG, "Not dir or not mkdir " + path.getAbsolutePath());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationHelper.java 145 + filesDir.getAbsolutePath() + ", dictNamePrefix: " + dictNamePrefix);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java 58 dictFile.getAbsolutePath(), offset, length,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionaryTests.java 111 final BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 127 assertTrue("error deleting " + input.getAbsolutePath(), input.delete());
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipProfileDb.java 50 mProfilesDirectory = context.getFilesDir().getAbsolutePath() + PROFILES_DIR;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 207 mDestinationFile.getAbsolutePath());
282 mDestinationFile.getAbsolutePath()),
564 command[3] = source.getAbsolutePath();
565 command[4] = destination.getAbsolutePath();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 121 new Path(r.uiHierarchy.getAbsolutePath()));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 211 deviceTest.setTestAppPath(mCtsBuild.getTestCasesDir().getAbsolutePath());
366 mCtsBuild.getRootDir().getAbsolutePath()));
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 85 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 110 super.createArg ().setValue (m_outFile.getAbsolutePath ());
192 super.createArg ().setValue (getJar ().getAbsolutePath ());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 72 throw new FileNotFoundException(androidManifestFile.getAbsolutePath() + " not found or not a file; it should point to your project's AndroidManifest.xml");
76 throw new FileNotFoundException(getResourceDirectory().getAbsolutePath() + " not found or not a directory; it should point to your project's res directory");
  /frameworks/base/services/tests/servicestests/src/com/android/server/
LockSettingsStorageTests.java 82 super.getLockPatternFilename(userId).replace('/', '-')).getAbsolutePath();
88 super.getLockPasswordFilename(userId).replace('/', '-')).getAbsolutePath();

Completed in 4480 milliseconds

1 2 3 4 5 6 78 91011>>