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

1 2 3 4 5 6 7 8 91011

  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 5 var basePath = getBaseUri(location.pathname);
6 var SITE_ROOT = toRoot + basePath.substring(1, basePath.indexOf("/", 1));
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
ParameterizedRobolectricTestRunnerUriTest.java 20 private final String basePath;
24 public ParameterizedRobolectricTestRunnerUriTest(String basePath,
27 this.basePath = basePath;
35 assertThat(Uri.parse(basePath).buildUpon().path(resourcePath).build()).isEqualTo(expectedUri);
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 11 var basePath = getBaseUri(location.pathname);
12 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/tools/
IndexFileMerger.java 64 String basePath = baseFile.getCanonicalPath();
77 if (!inputPath.startsWith(basePath)) {
84 String relPath = inputPath.substring(basePath.length()+1); // +1 '/'
  /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/robolectric-shadows/utils/src/main/java/org/robolectric/util/
TempDirectory.java 12 private final Path basePath;
16 basePath = Files.createTempDirectory("robolectric-" + name);
31 Path path = basePath.resolve(name);
41 Path path = basePath.resolve(name);
55 clearDirectory(basePath);
56 Files.delete(basePath);
  /external/smali/util/src/main/java/org/jf/util/
PathUtil.java 51 List<String> basePath = getPathComponents(canonicalBaseFile);
56 if (!basePath.get(0).equals(pathToRelativize.get(0))) {
63 for (commonDirs=1; commonDirs<basePath.size() && commonDirs<pathToRelativize.size(); commonDirs++) {
64 if (!basePath.get(commonDirs).equals(pathToRelativize.get(commonDirs))) {
70 for (int i=commonDirs; i<basePath.size(); i++) {
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
75 const string shaderPath = basePath + "." + getShaderTypeSuffix(shader.shaderType);
  /external/icu/icu4c/source/test/intltest/
intltest.h 344 char basePath[1024];
  /external/jsoncpp/src/jsontestrunner/
main.cpp 243 std::string basePath = removeSuffix(argv[1], ".json");
244 if (!parseOnly && basePath.empty()) {
250 std::string actualPath = basePath + ".actual";
251 std::string rewritePath = basePath + ".rewrite";
252 std::string rewriteActualPath = basePath + ".actual-rewrite";
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 88 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str());
229 SkString basePath = GetResourcePath("fonts/");
239 custom.fBasePath = basePath.c_str();
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 88 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str());
229 SkString basePath = GetResourcePath("fonts/");
239 custom.fBasePath = basePath.c_str();
  /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...]
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
MultiUserStorageTest.java 137 final File basePath = myPath.getParentFile();
141 final File otherPath = new File(basePath, String.valueOf(i));
155 final File basePath = myPath.getParentFile();
158 final File otherPath = new File(basePath,i + "/" + FILE_SINGLETON);
  /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();
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexoptUtils.java 359 String basePath = pathFile.getParent();
360 if (!basePath.equals(baseCodePath)) {
361 Slog.wtf(TAG, "Split paths have different base paths: " + basePath + " and " +
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterTypeSet.java 84 String basePath = "/filter/mediatype/" + mMediaType;
88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}";
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 171 char *basePath, *pChar;
187 basePath = malloc(pathLen + 3);
188 memcpy(basePath, path, pathLen);
190 basePath[basePathLength] = '\\';
191 basePath[basePathLength + 1] = '*';
192 basePath[basePathLength + 2] = '\0';
198 basePath[basePathLength] = '\0'; /* Restore to a basePath + \ */
200 for(pChar = basePath; *pChar; pChar++) {
214 strncpy_s(fullpath, PATH_MAX, basePath, basePathLength)
    [all...]
  /build/soong/android/
paths.go 441 type basePath struct {
447 func (p basePath) Ext() string {
451 func (p basePath) Base() string {
455 func (p basePath) Rel() string {
462 func (p basePath) String() string {
466 func (p basePath) withRel(rel string) basePath {
474 basePath
480 p.basePath = p.basePath.withRel(rel
    [all...]
  /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...]
  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 571 String basePath = jobId + "-" + owner + "/" + executionSubdir + "/";
574 return new HTML(getLogsLinkHtml(basePath + "debug", "Debug logs"));
576 return new HTML(getLogsLinkHtml(basePath, "All logs"));
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java     [all...]
  /external/libvncserver/libvncserver/
rfbserver.c     [all...]

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011