Searched defs:attributeName (Results 1 - 25 of 33) sorted by relevance

12

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DStandardUrlAttributePolicy.java43 public String apply(String elementName, String attributeName, String s) { argument
H A DFilterUrlByProtocolAttributePolicy.java67 String elementName, String attributeName, String s) {
66 apply( String elementName, String attributeName, String s) argument
H A DAttributePolicy.java50 * @param attributeName the lower-case attribute name.
58 String elementName, String attributeName, String value);
95 String elementName, String attributeName, String value) {
103 String elementName, String attributeName, String value) {
119 String elementName, String attributeName, @Nullable String value) {
122 value = p.apply(elementName, attributeName, value);
57 apply( String elementName, String attributeName, String value) argument
118 apply( String elementName, String attributeName, @Nullable String value) argument
H A DStylingPolicy.java53 String elementName, String attributeName, String value) {
52 apply( String elementName, String attributeName, String value) argument
/external/proguard/src/proguard/classfile/editor/
H A DAttributesEditor.java84 public Attribute findAttribute(String attributeName) argument
91 attributeName) :
95 attributeName) :
98 attributeName);
165 public void deleteAttribute(String attributeName) argument
173 attributeName);
180 attributeName);
187 attributeName);
249 String attributeName)
254 attributeName);
247 deleteAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
276 findAttributeIndex(int attributesCount, Attribute[] attributes, String attributeName) argument
298 findAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
[all...]
H A DNamedAttributeDeleter.java42 private final String attributeName; field in class:NamedAttributeDeleter
45 public NamedAttributeDeleter(String attributeName) argument
47 this.attributeName = attributeName;
58 new AttributesEditor(programClass, false).deleteAttribute(attributeName);
69 new AttributesEditor(programClass, programMember, false).deleteAttribute(attributeName);
80 new AttributesEditor((ProgramClass)clazz, (ProgramMember)method, codeAttribute, false).deleteAttribute(attributeName);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceReferenceResolver.java54 private void resolveUnresolvedReferences(String attributeName, T value) { argument
55 List<String> references = unresolvedReferences.remove(attributeName);
64 private void addUnresolvedReference(String valuePointer, String attributeName) { argument
65 List<String> references = unresolvedReferences.get(attributeName);
68 unresolvedReferences.put(attributeName, references);
74 String attributeName = rawValue.substring(1);
75 T value = attributeNamesToValues.get(attributeName);
77 addUnresolvedReference(valuePointer, attributeName);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
H A DTestCLDRVsICU.java194 void set(String attributeName, String attributeValue) { argument
195 // if (DEBUG) logln(attributeName + " => " + attributeValue);
196 settings.put(attributeName, attributeValue);
227 String attributeName = (String) it.next();
228 String attributeValue = (String) settings.get(attributeName);
229 temp += " " + attributeName + "=<" + attributeValue + ">";
364 String attributeName = (String) it.next();
365 String attributeValue = (String) settings.get(attributeName);
370 if (attributeName.equals("draft")) {
378 if (attributeName
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 551 milliseconds

12