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

  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
AbstractResult.java 81 return getRelativePath().compareTo(another.getRelativePath());
109 Log.e(LOG_TAG, "Unable to serialize result: " + getRelativePath(), e);
237 public abstract String getRelativePath();
CrashedDummyResult.java 58 public String getRelativePath() {
ManagerService.java 174 Log.i(LOG_TAG, "onActualResultObtained: " + results.getRelativePath());
209 String relativePath = results.getRelativePath();
222 String testPath = result.getRelativePath();
234 String testPath = result.getRelativePath();
Summarizer.java 234 String relativePath = result.getRelativePath();
450 relativePath = result.getRelativePath();
470 html.append("<a href=\"" + getViewSourceUrl(result.getRelativePath()).toString() + "\"");
474 html.append("<span class=\"path\">" + result.getRelativePath() + "</span>");
SummarizerDBHelper.java 116 cv.put(KEY_PATH, result.getRelativePath());
TextResult.java 254 public String 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());
  /external/smali/util/src/main/java/org/jf/util/
PathUtil.java 47 public static String getRelativePath(String basePath, String pathToRelativize) throws IOException {
  /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();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 176 relativePath = LocalAlbum.getRelativePath(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());
  /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 
  /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/properties/
LibraryProperties.java 263 addItem(lib.getRelativePath(), libState != null ? libState.getProject() : null, -1);
  /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/tools/common/ant/
ant.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 387 milliseconds