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 68 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 157 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR);
NewXmlFileCreationPage.java 27 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 574 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 77 milliseconds