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

1 2

  /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;
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 99 String rootPath = mDataManager.getTopSetPath(DataManager.INCLUDE_ALL);
100 mRootSet = (MediaSet) mDataManager.getMediaObject(rootPath);
  /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;
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 353 final String rootPath = root.getValue().getPath();
354 if (path.startsWith(rootPath) && (mostSpecific == null
355 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
366 final String rootPath = mostSpecific.getValue().getPath();
367 if (rootPath.endsWith("/")) {
368 path = path.substring(rootPath.length());
370 path = path.substring(rootPath.length() + 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 353 String rootPath = project.getLocation().toOSString();
354 int rootPathLength = rootPath.length();
367 if (filePath.startsWith(rootPath) == false) {
525 String rootPath = project.getLocation().toOSString();
526 int rootPathLength = rootPath.length();
531 if (p.startsWith(rootPath)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 409 String rootPath = rootDirectory.getAbsolutePath();
411 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 194 String rootPath = mProperties.getProperty(propName);
196 if (rootPath == null) {
200 mLibraries.add(new LibraryState(convertPath(rootPath)));
304 String rootPath = mProperties.getProperty(propName);
306 if (rootPath == null) {
312 String convertedPath = convertPath(rootPath);
619 String rootPath = mProperties.getProperty(propName);
621 if (rootPath == null) {
625 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 
  /prebuilts/devtools/tools/lib/
jobb.jar 
ant-tasks.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 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1058 milliseconds

1 2