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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 462 String currPath = mResFileCombo.getText();
463 Matcher m = mPathRegex.matcher(currPath);
467 currPath = m.group(1);
470 currPath = ""; //$NON-NLS-1$
481 if (newPath.equals(currPath) && newPath.equals(mLastFolderUsedInCombo)) {
510 currPath = newPath + leafName;
511 if (leafName.length() > 0 && !filePaths.contains(currPath)) {
512 filePaths.add(currPath);
527 index = mResFileCombo.indexOf(currPath);
534 mResFileCombo.setText(currPath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 253 milliseconds