HomeSort by relevance Sort by last modified time
    Searched refs:filePath (Results 76 - 100 of 236) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/webkit/support/
weburl_loader_mock_factory.h 44 const WebKit::WebString& filePath);
92 static bool ReadFile(const base::FilePath& file_path, WebKit::WebData* data);
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 48 private native static int nativeCopyNativeBinaries(String filePath, String sharedLibraryPath,
  /packages/apps/Camera2/src/com/android/camera/data/
MediaDetails.java 137 public static void extractExifInfo(MediaDetails details, String filePath) {
140 exif.readExif(filePath);
142 Log.w(TAG, "Could not find file to read exif: " + filePath, e);
144 Log.w(TAG, "Could not read exif from file: " + filePath, e);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaDetails.java 134 public static void extractExifInfo(MediaDetails details, String filePath) {
138 exif.readExif(filePath);
140 Log.w(TAG, "Could not find file to read exif: " + filePath, e);
142 Log.w(TAG, "Could not read exif from file: " + filePath, e);
UriImage.java 261 String filePath = mUri.getPath();
262 details.addDetail(MediaDetails.INDEX_PATH, filePath);
263 MediaDetails.extractExifInfo(details, filePath);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 208 String filePath = cursor.getString(0);
209 if (filePath == null) continue;
210 Log.d(LOG_TAG, "Deleting " + filePath);
211 new File(filePath).delete();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 217 args.putString("filepath", path);
237 String filePath = arguments.getString("filepath");
240 if (filePath != null) {
246 uri = scanFile(filePath, arguments.getString("mimetype"));
251 listener.scanCompleted(filePath, uri);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 558 * @param filePath The full normalized path to the OBB file
561 protected String doWaitForPath(String filePath) {
565 assertTrue("OBB " + filePath + " is not currently mounted!", mSm.isObbMounted(filePath));
571 fail("Timed out waiting to get path of OBB file " + filePath);
576 path = mSm.getMountedObbPath(filePath);
587 * @param filePath The normalized path to the already-mounted OBB file
589 protected void verifyObb1Contents(String filePath) {
591 path = doWaitForPath(filePath);
604 * @param filePath The normalized path to the already-mounted OBB fil
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 58 public static void startMute(String filePath, SaveVideoFileInfo dstFileInfo)
61 genVideoUsingMuxer(filePath, dstFileInfo.mFile.getPath(), -1, -1,
64 startMuteUsingMp4Parser(filePath, dstFileInfo);
81 private static void startMuteUsingMp4Parser(String filePath,
84 File src = new File(filePath);
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 260 public static Bitmap createVideoThumbnail(String filePath, int targetWidth) {
261 return createVideoThumbnail(filePath, null, targetWidth);
264 private static Bitmap createVideoThumbnail(String filePath, FileDescriptor fd, int targetWidth) {
268 if (filePath != null) {
269 retriever.setDataSource(filePath);
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 178 public static boolean isSoundFile(String filePath) {
184 mp.setDataSource(filePath);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemCallbacks.h 125 static PassOwnPtr<ResolveURICallbacks> create(PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, ScriptExecutionContext*, FileSystemType, const String& filePath);
129 ResolveURICallbacks(PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, ScriptExecutionContext*, FileSystemType, const String& filePath);
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 145 String filePath = getScrapPath(context);
156 File oldTempFile = new File(filePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 374 String filePath = m.group(1);
375 if (filePath.startsWith(rootPath) == false) {
383 filePath = filePath.substring(rootPathLength);
385 if (filePath.startsWith(File.separator)) {
386 filePath = filePath.substring(1);
390 IFile f = project.getFile(new Path(filePath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 164 String filePath = osRoot + File.separator + fileRelativePath;
165 String originalError = filePath + aaptError.substring(aaptError.indexOf(':'));
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 75 * @param filePath the file path for the class, excluding any base
81 String filePath, boolean rop, Args args) {
82 BlockDumper bd = new BlockDumper(bytes, out, filePath,
91 BlockDumper(byte[] bytes, PrintStream out, String filePath,
93 super(bytes, out, filePath, args);
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 44 filePath = os.path.join(root, name)
47 log.info("removing '%s'", filePath)
48 os.unlink(filePath)
52 filePath, exc
  /external/chromium_org/chrome/renderer/resources/extensions/
sync_file_system_custom_bindings.js 75 entry.filePath,
95 args[0].filePath,
  /frameworks/base/include/androidfw/
BackupHelpers.h 138 const String8& rootPath, const String8& filePath, BackupDataWriter* outputStream);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java 89 public void runGraphOnImage(String filePath, String fileName) {
93 mGraph.getVariable("gallerySource").setValue(filePath + "/" + fileName);
94 Log.v(TAG, "runGraphOnImage : : " + filePath + " name: " + fileName);
96 mGraph.getVariable("filePath").setValue(filePath); // wrong
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_policy.cpp 303 void DynamicPatriciaTriePolicy::flush(const char *const filePath) {
310 writingHelper.writeToDictFile(filePath, &mHeaderPolicy, mUnigramCount, mBigramCount);
313 void DynamicPatriciaTriePolicy::flushWithGC(const char *const filePath) {
325 writingHelper.writeToDictFileWithGC(getRootPosition(), filePath, &mHeaderPolicy);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 155 String filePath = String.format("%s/%s", targetAppContext.getFilesDir(), messageFileName);
156 Log.v(TAG, "filePath: " + filePath);
158 byte[] buffer = new byte[(int) new File(filePath).length()];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Workspace.js 386 function innerCallback(filePath)
388 callback(filePath);
617 return project ? project.uiSourceCode(file.filePath) : null;
622 * @param {string} filePath
625 urlForPath: function(fileSystemPath, filePath)
627 return this._fileSystemMapping.urlForPath(fileSystemPath, filePath);
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 42 my $filePath = $CollationDataPath . "/";
77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 42 my $filePath = $CollationDataPath . "/";
77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;

Completed in 590 milliseconds

1 2 34 5 6 7 8 910