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

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 68 public enum ATTR_TYPE {
153 * or {@code ATTR_TYPE.NONE} if we are not parsing an attribute.
161 * @see HtmlParser.ATTR_TYPE
163 public ATTR_TYPE getAttributeType();
226 * {@link #getAttributeType()} returning {@code .ATTR_TYPE#URI}.
  /sdk/ide_common/src/com/android/ide/common/resources/
ValueResourceParser.java 38 private final static String ATTR_TYPE = "type";
179 typeValue = attributes.getValue(ATTR_TYPE);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
RepoConstants.java 98 public static final String ATTR_TYPE = "type"; //$NON-NLS-1$
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 86 private static final String ATTR_TYPE = "type";
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]

Completed in 285 milliseconds