HomeSort by relevance Sort by last modified time
    Searched defs:rootPath (Results 1 - 25 of 25) 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();
  /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;
  /sdk/anttasks/src/com/android/ant/
DependencyHelper.java 236 String rootPath = properties.getProperty(propName);
238 if (rootPath == null) {
243 File library = new File(baseFolder, rootPath).getCanonicalFile();
250 "%1$s resolve to a path with no %2$s file for project %3$s", rootPath,
257 baseFolder.getAbsolutePath(), rootPath, library.getAbsolutePath()));
263 throw new BuildException("Failed to resolve library path: " + rootPath, e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 106 String rootPath = root.getPath();
108 rootPath.replace('/', File.separatorChar) + File.separator
  /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 322 String rootPath = project.getLocation().toOSString();
323 int rootPathLength = rootPath.length();
336 if (filePath.startsWith(rootPath) == false) {
494 String rootPath = project.getLocation().toOSString();
495 int rootPathLength = rootPath.length();
500 if (p.startsWith(rootPath)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 388 String rootPath = rootDirectory.getAbsolutePath();
390 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 192 String rootPath = mProperties.getProperty(propName);
194 if (rootPath == null) {
198 mLibraries.add(new LibraryState(convertPath(rootPath)));
285 String rootPath = mProperties.getProperty(propName);
287 if (rootPath == null) {
293 String convertedPath = convertPath(rootPath);
600 String rootPath = mProperties.getProperty(propName);
602 if (rootPath == null) {
606 if (rootPath.equals(oldValue)) {
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
FileUtil.java     [all...]
  /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 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 363 milliseconds