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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 252 int typeEnd = url.indexOf('/', 1);
253 if (typeEnd != -1) {
255 int colon = url.lastIndexOf(':', typeEnd);
259 String typeName = url.substring(typeBegin, typeEnd);
267 //int nameBegin = typeEnd + 1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 596 int typeEnd = url.indexOf('/', 1);
597 if (typeEnd == -1) {
600 int nameBegin = typeEnd + 1;
602 int colon = url.lastIndexOf(':', typeEnd);
611 assert "layout".equals(url.substring(typeBegin, typeEnd)); //$NON-NLS-1$
    [all...]
GraphicalEditorPart.java     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5130 milliseconds