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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 76 String relativePath;
161 IPath relativePath = Sdk.makeRelativeTo(
164 addItem(relativePath.toString(), iProject, -1);
201 addItem(data.relativePath, data.project, index - 1);
221 addItem(data.relativePath, data.project, index + 1);
283 data.relativePath);
320 * @param relativePath the relative path of the library entry
324 private void addItem(String relativePath, IProject project, int index) {
326 data.relativePath = relativePath;
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URI.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 367 milliseconds