HomeSort by relevance Sort by last modified time
    Searched defs:basePath (Results 1 - 11 of 11) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassLoaderResourceLoader.java 54 private String basePath;
56 public ClassLoaderResourceLoader(ClassLoader classLoader, String basePath) {
58 this.basePath = basePath;
67 String path = basePath + '/' + name;
77 + basePath + "'");
ClassResourceLoader.java 54 private final String basePath;
58 this.basePath = "/" + cls.getPackage().getName().replace('.', '/');
62 * Load resources from the given subdirectory {@code basePath},
65 public ClassResourceLoader(Class<?> cls, String basePath) {
67 this.basePath = basePath;
72 InputStream stream = cls.getResourceAsStream(basePath + '/' + name);
  /external/icu4c/test/intltest/
intltest.h 238 char basePath[1024];
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 175 String basePath = "";
195 if (basePath.isEmpty())
196 basePath = p->settings()->localStorageDatabasePath();
227 if (!basePath.isEmpty()) {
228 Vector<String> files = listDirectory(basePath, "*.localstorage");
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterSet.java 86 String basePath = "/filter/mediatype/" + mMediaType;
90 String filteredPath = basePath + "/{" + set.getPath().toString() + "}";
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 424 String basePath = null;
432 basePath = getFilesDir().getCanonicalPath();
434 basePath = getDatabasePath("foo").getParentFile().getCanonicalPath();
436 basePath = new File(getApplicationInfo().dataDir).getCanonicalPath();
438 basePath = getSharedPrefsFile("foo").getParentFile().getCanonicalPath();
440 basePath = getCacheDir().getCanonicalPath();
447 if (basePath != null) {
448 File outFile = new File(basePath, path);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 503 String basePath = p_base.getPath();
506 if (basePath != null)
508 int lastSlash = basePath.lastIndexOf('/');
512 path = basePath.substring(0, lastSlash + 1);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 523 String basePath = p_base.getPath();
526 if (basePath != null)
528 int lastSlash = basePath.lastIndexOf('/');
532 path = basePath.substring(0, lastSlash + 1);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 234 String basePath = mMediaSet.getPath().toString();
235 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
251 String basePath = mMediaSet.getPath().toString();
252 String newPath = FilterUtils.switchFilterPath(basePath, filterType);
AlbumSetPage.java 250 String basePath = mMediaSet.getPath().toString();
251 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);
260 String basePath = mMediaSet.getPath().toString();
261 String newPath = FilterUtils.switchFilterPath(basePath, filterType);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1133 milliseconds