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

  /external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java 37 SimplePath rootPath = new SimplePath(root, null);
38 assertFalse(rootPath.hasPrefix());
39 assertNull(rootPath.prefixOrNull());
41 rootPath.getPrefix();
49 SimplePath rootPath = new SimplePath(root, null);
50 SimplePath nodePath = new SimplePath(node, rootPath);
52 assertEquals(rootPath, nodePath.prefixOrNull());
53 assertEquals(rootPath, nodePath.getPrefix());
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.cpp 64 String rootPath = basePath;
65 rootPath.append(PlatformFilePathSeparator);
66 rootPath += storageIdentifier;
67 rootPath.append(PlatformFilePathSeparator);
68 rootPath += typeString;
69 rootPath.append(PlatformFilePathSeparator);
71 callbacks->didOpenFileSystem(name, AsyncFileSystem::create(type, rootPath));
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
AndroidLocator.java 14 private String rootPath = "";
64 public void setRootPath(String rootPath) {
65 this.rootPath = rootPath;
71 String assetPath = rootPath + key.getName();
  /sdk/anttasks/src/com/android/ant/
GetLibraryListTask.java 76 Path rootPath = new Path(antProject);
82 PathElement element = rootPath.createPathElement();
86 antProject.addReference(mLibraryFolderPathOut, rootPath);
DependencyHelper.java 228 String rootPath = properties.getProperty(propName);
230 if (rootPath == null) {
235 File library = new File(baseFolder, rootPath).getCanonicalFile();
242 "%1$s resolve to a path with no %2$s file for project %3$s", rootPath,
249 baseFolder.getAbsolutePath(), rootPath, library.getAbsolutePath()));
255 throw new BuildException("Failed to resolve library path: " + rootPath, e);
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetConfig.java 82 String rootPath = scan.next();
85 manager.registerLocator(rootPath, locatorClass);
121 String rootPath = readString(dataIn);
122 manager.registerLocator(rootPath, locatorClazz);
  /external/webkit/Source/WebCore/html/
FileInputType.cpp 171 String rootPath = directoryName(paths[0]);
173 while (!paths[i].startsWith(rootPath))
174 rootPath = directoryName(rootPath);
176 rootPath = directoryName(rootPath);
177 ASSERT(rootPath.length());
180 String relativePath = paths[i].substring(1 + rootPath.length()).replace('\\', '/');
  /packages/apps/Email/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 44 private TempPath rootPath = null;
51 rootPath = new SimpleTempPath(System.getProperty("java.io.tmpdir"));
118 return rootPath;
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 61 private String rootPath = "";
339 if (!rootPath.equals(path)){
340 rootPath = path;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 311 String rootPath = project.getLocation().toOSString();
312 int rootPathLength = rootPath.length();
325 if (filePath.startsWith(rootPath) == false) {
483 String rootPath = project.getLocation().toOSString();
484 int rootPathLength = rootPath.length();
489 if (p.startsWith(rootPath)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 380 String rootPath = rootDirectory.getAbsolutePath();
382 path = path.substring(rootPath.length()).replace("\\", "/"); //$NON-NLS-1$ //$NON-NLS-2$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 190 String rootPath = mProperties.getProperty(propName);
192 if (rootPath == null) {
196 mLibraries.add(new LibraryState(convertPath(rootPath)));
275 String rootPath = mProperties.getProperty(propName);
277 if (rootPath == null) {
283 String convertedPath = convertPath(rootPath);
590 String rootPath = mProperties.getProperty(propName);
592 if (rootPath == null) {
596 if (rootPath.equals(oldValue)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 282 milliseconds