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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 75 public final static char WS_SEP_CHAR = '/';
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 160 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR);
NewXmlFileCreationPage.java 26 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP_CHAR;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 579 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]

Completed in 281 milliseconds