/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
MediaRecorderTest.java | 223 private boolean validateVideo(String filePath, int width, int height) { 225 getOutputVideoProperty(filePath);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 228 public void stressAudioRecord(String filePath) { 236 mRecorder.setOutputFile(filePath);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/ |
LocalDataTest.java | 127 assertEquals("/mnt/sdcard/DCIM/100CANON/IMG_0072.JPG", item.filePath); 306 item.filePath);
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Device.java | 565 * @param filePath full directory path to file 568 private String getFileName(String filePath) { 569 return new File(filePath).getName();
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
SdkAddonSourceTest.java | 392 for (String filePath : ep.getProjectFiles()) {
393 filePaths.add(filePath);
|
/external/collada/include/dae/ |
daeURI.h | 489 DLLSPEC std::string filePathToUri(const std::string& filePath); // Alias for nativePathToUri
|
/external/llvm/include/llvm/Bitcode/ |
Archive.h | 291 const sys::Path& filePath, ///< The file path to open and load
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.cpp | [all...] |
/external/webkit/Source/WebKit/chromium/public/ |
WebFrame.h | 275 const WebString& filePath,
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.h | 118 const WebString& filePath,
|
WebFrameImpl.cpp | 862 const WebString& filePath, 867 return toV8(DirectoryEntry::create(fileSystem, filePath)); 868 return toV8(FileEntry::create(fileSystem, filePath)); [all...] |
/external/webkit/Source/WebKit2/Platform/unix/ |
SharedMemoryUnix.cpp | 110 QString tempName = QDir::temp().filePath(QLatin1String("qwkshm.XXXXXX"));
|
/prebuilt/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 206 static String mimeTypeFromFile(const String& filePath);
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
SampleView.java | 622 String filePath = dialog.open(); 623 if (filePath == null) 627 file = new FileInputStream(filePath);
|
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 112 private static final String CACHE_FILE_PATH_COL = "filepath"; 692 final String query = "SELECT filepath, lastmodify, etag, expires, " 820 final String query = "SELECT contentlength, filepath FROM cache ORDER BY expires ASC"; 826 pathStr.append("DELETE FROM cache WHERE filepath IN (?"); 843 String filePath = cursor.getString(1); 844 statement.bindString(index, filePath); 845 pathList.add(filePath); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
SampleView.java | 613 String filePath = dialog.open(); 614 if (filePath == null) 618 file = new FileInputStream(filePath);
|
/external/chromium/webkit/glue/ |
glue_serialize.cc | 239 WriteString(element.filePath, obj);
|
weburlloader_impl.cc | 467 WebStringToFilePath(element.filePath)); 470 WebStringToFilePath(element.filePath),
|
/external/webkit/Tools/DumpRenderTree/mac/ |
EventSendingController.mm | 269 NSString *filePath = (NSString *)[jsFilePaths webScriptValueAtIndex:i]; 271 NSURL *fileURL = [NSURL fileURLWithPath:filePath]; [all...] |
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | [all...] |
/frameworks/base/media/java/android/media/ |
AudioService.java | [all...] |
MediaScanner.java | [all...] |
/external/webkit/Source/WebCore/page/ |
DOMWindow.cpp | 781 String filePath; 782 if (!completedURL.isValid() || !DOMFileSystemBase::crackFileSystemURL(completedURL, type, filePath)) { 787 LocalFileSystem::localFileSystem().readFileSystem(document, type, ResolveURICallbacks::create(successCallback, errorCallback, document, filePath)); [all...] |
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
tst_qdeclarativewebview.cpp | 82 removeRecursive(entries[i].filePath());
|