OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTR_TYPE
(Results
1 - 11
of
11
) 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}.
HtmlParserFactory.java
41
* {@link HtmlParserFactory#createParserInAttribute(HtmlParser.
ATTR_TYPE
,
49
* {@link HtmlParser.
ATTR_TYPE
#JS} - and only when the attribute is also
59
* {@link HtmlParser.
ATTR_TYPE
#URI}.
174
* createParserInAttribute(HtmlParser.
ATTR_TYPE
.URI, true)}
179
* As a special-case, when called with the {@code HtmlParser.
ATTR_TYPE
}
180
* of {@code HtmlParser.
ATTR_TYPE
.NONE}, the parser is created in a state
193
HtmlParser.
ATTR_TYPE
attrtype,
235
"Did not recognize
ATTR_TYPE
given: " + attrtype);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java
205
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.REGULAR, true, null);
209
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.REGULAR, false, null);
213
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.URI, true,
218
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.URI, false,
223
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.URI, true, null);
227
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.URI, false, null);
231
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.JS, true,
236
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.JS, true, null);
245
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.JS, false, null);
249
return HtmlParserFactory.createParserInAttribute(HtmlParser.
ATTR_TYPE
.STYLE, true, null)
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
RepoConstants.java
98
public static final String
ATTR_TYPE
= "type"; //$NON-NLS-1$
/external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java
232
&& (getAttributeType() ==
ATTR_TYPE
.STYLE))
237
public
ATTR_TYPE
getAttributeType() {
240
return
ATTR_TYPE
.NONE;
243
return
ATTR_TYPE
.JS;
246
return
ATTR_TYPE
.URI;
249
return
ATTR_TYPE
.STYLE;
258
return
ATTR_TYPE
.URI;
261
return
ATTR_TYPE
.REGULAR;
308
if (getAttributeType() !=
ATTR_TYPE
.URI) {
409
&& getAttributeType() ==
ATTR_TYPE
.UR
[
all
...]
/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
);
/frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java
86
private static final String
ATTR_TYPE
= "type";
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkRepoSource.java
364
Node typeNode = attrs.getNamedItem(RepoConstants.
ATTR_TYPE
);
366
!RepoConstants.
ATTR_TYPE
.equals(typeNode.getNodeName()) ||
/frameworks/base/include/utils/
ResourceTypes.h
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
/frameworks/base/tools/aapt/
ResourceTable.cpp
[
all
...]
Completed in 826 milliseconds