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

  /external/smali/util/src/main/java/org/jf/util/
PathUtil.java 47 public static String getRelativePath(String basePath, String pathToRelativize) throws IOException {
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
CrashedDummyResult.java 58 public String getRelativePath() {
AbstractResult.java 81 return getRelativePath().compareTo(another.getRelativePath());
109 Log.e(LOG_TAG, "Unable to serialize result: " + getRelativePath(), e);
237 public abstract String getRelativePath();
TextResult.java 254 public String getRelativePath() {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java 298 public static String getRelativePath(int bucketId) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 69 String getRelativePath() {
ImportPage.java 461 cell.setText(project.getRelativePath());
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java 124 public String getRelativePath() {
134 return mRelativePath.compareTo(another.getRelativePath());
143 return mRelativePath.equals(((ListItem)o).getRelativePath());
200 showDir(item.getRelativePath());
203 runAllTestsUnder(item.getRelativePath());
216 arguments.putString("relativePath", item.getRelativePath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 263 addItem(lib.getRelativePath(), libState != null ? libState.getProject() : null, -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 116 public String getRelativePath() {
131 * {@link #getRelativePath()}.
463 File library = new File(projectFile, state.getRelativePath());
535 File library2 = new File(projectFile, state.getRelativePath());
538 String oldProperty = state.getRelativePath();
  /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 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1044 milliseconds