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

1 2 3 4 5 6 78 91011>>

  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 418 private boolean validateVideo(String filePath, int width, int height) {
420 getOutputVideoProperty(filePath);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 172 private static native boolean flushNative(long dict, String filePath);
174 private static native boolean flushWithGCNative(long dict, String filePath);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 311 def constructLocalFileUrl(self, filePath):
312 return "file://%s" % urllib.pathname2url(os.path.abspath(filePath))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 311 def constructLocalFileUrl(self, filePath):
312 return "file://%s" % urllib.pathname2url(os.path.abspath(filePath))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 502 IPath filePath = new Path(file.getPath());
503 return pathToIFile(filePath);
523 IPath filePath = new Path(file.getPath());
524 return pathToResource(filePath);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 293 String filePath = m_response.downloadedFilePath();
296 if (!filePath.isEmpty() && m_downloadedBlobLength) {
297 blobData->appendFile(filePath);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 451 var filePath;
485 filePath = path;
486 uiSourceCode = project.uiSourceCode(filePath);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 55 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
56 filePath.append(fileName);
58 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp     [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 923 String filePath = f.getAbsolutePath();
929 String webPath = filePath.substring(filePath.indexOf("docs/html/") + 10,
930 filePath.length());
935 String filedata = DocFile.readFile(filePath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 580 private static void openPath(IPath filePath, IRegion region, int offset) {
584 IFile file = AdtUtils.pathToIFile(filePath);
590 AdtPlugin.log(ex, "Can't open %$1s", filePath); //$NON-NLS-1$
595 if (filePath.isAbsolute()) {
596 IFileStore fileStore = EFS.getLocalFileSystem().getStore(filePath);
617 AdtPlugin.log(ex, "Can't open %$1s", filePath); //$NON-NLS-1$
624 displayError(String.format("Could not find resource %1$s", filePath));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
manifest-merger.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /frameworks/base/tools/aapt/
AaptAssets.cpp 927 const String8& filePath, const AaptGroupEntry& entry,
934 String8 root, remain(filePath), partialPath;
946 group = new AaptGroup(rootStr, filePath);
952 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
    [all...]
  /external/chromium_org/content/child/
web_url_loader_impl.cc 425 base::FilePath::FromUTF16Unsafe(element.filePath),
429 base::FilePath::FromUTF16Unsafe(element.filePath),
  /external/chromium_org/third_party/qunit/src/
qunit.js 786 window.onerror = function ( error, filePath, linerNr ) {
789 ret = onErrorFnPrev( error, filePath, linerNr );
799 QUnit.pushFailure( error, filePath + ":" + linerNr );
802 QUnit.pushFailure( error, filePath + ":" + linerNr );
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 477 public BitmapCropTask(Context c, String filePath,
481 mInFilePath = filePath;
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 819 File filePath = new File(path);
820 if (!filePath.getCanonicalPath()
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 

Completed in 1046 milliseconds

1 2 3 4 5 6 78 91011>>