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

1 2

  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 10 var basePath = getBaseUri(location.pathname);
11 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
727 var basePath = getBaseUri(location.pathname);
728 var section = basePath.substring(1,basePath.indexOf("/",1));
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 10 var basePath = getBaseUri(location.pathname);
11 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
792 var basePath = getBaseUri(location.pathname);
793 var section = basePath.substring(1,basePath.indexOf("/",1));
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 11 var basePath = getBaseUri(location.pathname);
12 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
807 var basePath = getBaseUri(location.pathname);
808 var section = basePath.substring(1,basePath.indexOf("/",1));
    [all...]
  /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/smali/util/src/main/java/org/jf/util/
PathUtil.java 47 public static String getRelativePath(String basePath, String pathToRelativize) throws IOException {
48 File baseFile = new File(basePath);
58 ArrayList<String> basePath = getPathComponents(canonicalBaseFile);
63 if (!basePath.get(0).equals(pathToRelativize.get(0))) {
70 for (commonDirs=1; commonDirs<basePath.size() && commonDirs<pathToRelativize.size(); commonDirs++) {
71 if (!basePath.get(commonDirs).equals(pathToRelativize.get(commonDirs))) {
77 for (int i=commonDirs; i<basePath.size(); i++) {
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 238 char basePath[1024];
  /external/icu4c/test/intltest/
intltest.h 287 char basePath[1024];
  /external/smali/util/src/test/java/org/jf/util/
PathUtilTest.java 42 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
45 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
55 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
58 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
70 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
73 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
82 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir");
85 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
94 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir");
97 String path = PathUtil.getRelativeFileInternal(basePath, relativePath)
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 80 XMPPath basePath = new XMPPath();
83 basePath.add(path.getSegment(i));
88 initialPath = basePath.toString();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterTypeSet.java 84 String basePath = "/filter/mediatype/" + mMediaType;
88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}";
  /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...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 482 String basePath = null;
490 basePath = getFilesDir().getCanonicalPath();
492 basePath = getDatabasePath("foo").getParentFile().getCanonicalPath();
494 basePath = new File(getApplicationInfo().dataDir).getCanonicalPath();
496 basePath = getSharedPrefsFile("foo").getParentFile().getCanonicalPath();
498 basePath = getCacheDir().getCanonicalPath();
504 basePath = getExternalFilesDir(null).getCanonicalPath();
514 if (basePath != null) {
516 File outFile = new File(basePath, path);
518 if (outPath.startsWith(basePath + File.separatorChar))
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 348 String basePath = mMediaSet.getPath().toString();
349 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
AlbumSetPage.java 311 String basePath = mMediaSet.getPath().toString();
312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 555 milliseconds

1 2