HomeSort by relevance Sort by last modified time
    Searched defs:relativePath (Results 1 - 25 of 736) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aapt/
CrunchCache.cpp 40 String8 relativePath;
52 relativePath = String8(rPathPtr + offset);
54 if (forceOverwrite || needsUpdating(relativePath)) {
55 cu->processImage(mSourcePath.appendPathCopy(relativePath),
56 mDestPath.appendPathCopy(relativePath));
58 // crunchFile(relativePath);
63 mDestFiles.removeItem(mDestPath.appendPathCopy(relativePath));
97 bool CrunchCache::needsUpdating(String8 relativePath) const
102 time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(relativePath));
103 time_t destDate = mDestFiles.valueFor(mDestPath.appendPathCopy(relativePath));
    [all...]
  /external/skia/tools/
skdiff_html.cpp 182 const SkString& relativePath, bool local) {
191 resource.fFullPath.prepend(relativePath);
207 resource.fFullPath.prepend(relativePath);
212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) {
216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true);
217 print_diff_resource_cell(stream, diff.fDifference, relativePath, true);
218 print_diff_resource_cell(stream, diff.fBase, relativePath, false);
219 print_diff_resource_cell(stream, diff.fComparison, relativePath, false);
256 SkString relativePath;
261 relativePath.append(".." PATH_DIV_STR)
    [all...]
  /external/vogar/src/vogar/
ActionFinder.java 92 String relativePath = className.replace('.', File.separatorChar) + ".java";
93 if (!path.endsWith(relativePath)) {
94 throw new IllegalArgumentException("Expected a file ending in " + relativePath + " but found " + path);
96 return new File(path.substring(0, path.length() - relativePath.length()));
  /external/smali/util/src/test/java/org/jf/util/
PathUtilTest.java 43 File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
45 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
47 Assert.assertEquals(path, relativePath.getPath());
56 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
58 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
71 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
73 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir");
85 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
95 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar)
    [all...]
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 218 String relativePath = path.substring(SYSTEM_FONTS.length());
219 File f = new File(sFontLocation, relativePath);
231 String.format("Unable to load font %1$s", relativePath),
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java 299 String relativePath = "/";
301 relativePath += BucketNames.CAMERA;
303 relativePath += BucketNames.DOWNLOAD;
305 relativePath += BucketNames.IMPORTED;
307 relativePath += BucketNames.SCREENSHOTS;
309 relativePath += BucketNames.EDITED_ONLINE_PHOTOS;
317 relativePath = null;
319 relativePath = path.substring(extStorage.getAbsolutePath().length());
322 return relativePath;
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 167 String relativePath = null;
176 relativePath = LocalAlbum.getRelativePath(bucketId);
178 + ", relative path: " + relativePath);
181 WidgetDatabaseHelper.TYPE_ALBUM, albumPath, relativePath);
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta3/
testutils-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta5/
testutils-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta6/
testutils-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.5.0/
testutils-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0/
testutils-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha1/
testutils-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha3/
testutils-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha5/
testutils-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha7/
testutils-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha9/
testutils-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta2/
testutils-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta5/
testutils-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta6/
testutils-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta7/
testutils-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-rc3/
testutils-25.0.0-rc3.jar 

Completed in 133 milliseconds

1 2 3 4 5 6 7 8 91011>>