| /external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
| FileSystemCallbacks.h | 125 virtual void didResolveURL(const String& name, const KURL& rootURL, FileSystemType, const String& filePath, bool isDirectry) OVERRIDE;
|
| FileSystemCallbacks.cpp | 207 void ResolveURICallbacks::didResolveURL(const String& name, const KURL& rootURL, FileSystemType type, const String& filePath, bool isDirectory) 213 if (!DOMFileSystemBase::pathToAbsolutePath(type, root, filePath, absolutePath)) {
|
| DOMFileSystemBase.cpp | 89 bool DOMFileSystemBase::crackFileSystemURL(const KURL& url, FileSystemType& type, String& filePath) 101 filePath = decodeURLEscapeSequences(url.path());
|
| /external/chromium_org/third_party/WebKit/Source/platform/network/ |
| FormData.h | 104 void appendFile(const String& filePath);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_bb.cpp | 502 Function::printCFGraph(const char *filePath) 504 FILE *out = fopen(filePath, "a"); 506 ERROR("failed to open file: %s\n", filePath); 509 INFO("printing control flow graph to: %s\n", filePath);
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_bb.cpp | 502 Function::printCFGraph(const char *filePath) 504 FILE *out = fopen(filePath, "a"); 506 ERROR("failed to open file: %s\n", filePath); 509 INFO("printing control flow graph to: %s\n", filePath);
|
| /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
| FwdLockEngine.cpp | 537 const char *filePath = strchr(uri + sizeof(fileTag) - 1, '/'); 538 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) { 539 int fd = open(filePath, O_RDONLY);
|
| /packages/apps/Nfc/src/com/android/nfc/handover/ |
| HandoverTransfer.java | 463 String filePath = mPaths.get(0); 464 Uri mediaUri = mMediaUris.get(filePath); 466 Uri.parse(ContentResolver.SCHEME_FILE + "://" + filePath); 467 viewIntent.setDataAndTypeAndNormalize(uri, mMimeTypes.get(filePath));
|
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| ITelephony.aidl | 564 * @param filePath 568 String filePath);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| LayoutCanvas.java | [all...] |
| /frameworks/base/core/java/android/provider/ |
| MediaStore.java | 582 String filePath = c.getString(1); 641 String filePath = null; 713 if (filePath == null) { 719 filePath = c.getString(1); 722 bitmap = ThumbnailUtils.createVideoThumbnail(filePath, kind); 724 bitmap = ThumbnailUtils.createImageThumbnail(filePath, kind); [all...] |
| /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
| WallpaperCropActivity.java | 311 protected void setWallpaper(String filePath, final boolean finishActivityWhenDone) { 312 int rotation = getRotationFromExif(filePath); 314 this, filePath, null, rotation, 0, 0, true, false, null); 470 public BitmapCropTask(Context c, String filePath, 474 mInFilePath = filePath; [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
| GIFImageDecoderTest.cpp | 53 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); 54 filePath.append(fileName); 56 return Platform::current()->unitTestSupport()->readFromFile(filePath);
|
| /external/clang/lib/ARCMigrate/ |
| ARCMT.cpp | 602 SmallString<64> filePath(file->getName()); 603 Unit->getFileManager().FixupRelativePath(filePath); 604 Remapper.remap(filePath.str(), memBuf);
|
| /external/lzma/CPP/7zip/UI/Console/ |
| List.cpp | 579 UString filePath;
580 HRESULT res = arc.GetItemPath(i, filePath);
587 if (!wildcardCensor.CheckPath(filePath, !isFolder))
|
| /cts/tests/tests/media/src/android/media/cts/ |
| ImageReaderDecoderTest.java | 336 * @param filePath The debug dump file path, null if don't want to dump to file. 339 String filePath) { 349 validateYuvData(data, width, height, format, image.getTimestamp(), filePath);
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
| ScriptSnippetModel.js | 676 var filePath = this._model.createScriptSnippet(content); 677 callback(filePath);
|
| /external/smack/src/org/jivesoftware/smack/ |
| BOSHConnection.java | 129 * @param filePath the file which is described by the URL 134 public BOSHConnection(boolean https, String host, int port, String filePath, String xmppDomain) { 135 super(new BOSHConfiguration(https, host, port, filePath, xmppDomain));
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
| MediaPlayerPerformance.java | 263 public void stressAudioRecord(String filePath) { 271 mRecorder.setOutputFile(filePath);
|
| /packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
| EmlAttachmentProvider.java | 402 final String filePath = getFilePath(uri); 416 return ParcelFileDescriptor.open(new File(filePath), fileMode);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| fsrm.h | [all...] |
| /external/chromium_org/content/child/ |
| webblobregistry_impl.cc | 61 base::FilePath::FromUTF16Unsafe(data_item.filePath),
|
| /external/chromium_org/content/renderer/ |
| history_serialization.cc | 41 output->file_path = input.filePath;
|
| /external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
| SelectFileDialog.java | 268 String filePath, String displayName);
|
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |