Home
last modified time | relevance | path

Searched refs:attributeName (Results 1 – 25 of 83) sorted by relevance

1234

/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java84 public Attribute findAttribute(String attributeName) in findAttribute() argument
91 attributeName) : in findAttribute()
95 attributeName) : in findAttribute()
98 attributeName); in findAttribute()
165 public void deleteAttribute(String attributeName) in deleteAttribute() argument
173 attributeName); in deleteAttribute()
180 attributeName); in deleteAttribute()
187 attributeName); in deleteAttribute()
249 String attributeName) in deleteAttribute() argument
254 attributeName); in deleteAttribute()
[all …]
DNamedAttributeDeleter.java42 private final String attributeName; field in NamedAttributeDeleter
45 public NamedAttributeDeleter(String attributeName) in NamedAttributeDeleter() argument
47 this.attributeName = attributeName; in NamedAttributeDeleter()
58 new AttributesEditor(programClass, false).deleteAttribute(attributeName); in visitProgramClass()
69 new AttributesEditor(programClass, programMember, false).deleteAttribute(attributeName); in visitProgramMember()
80 …r((ProgramClass)clazz, (ProgramMember)method, codeAttribute, false).deleteAttribute(attributeName); in visitCodeAttribute()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DResourceReferenceResolver.java54 private void resolveUnresolvedReferences(String attributeName, T value) { in resolveUnresolvedReferences() argument
55 List<String> references = unresolvedReferences.remove(attributeName); in resolveUnresolvedReferences()
64 private void addUnresolvedReference(String valuePointer, String attributeName) { in addUnresolvedReference() argument
65 List<String> references = unresolvedReferences.get(attributeName); in addUnresolvedReference()
68 unresolvedReferences.put(attributeName, references); in addUnresolvedReference()
74 String attributeName = rawValue.substring(1); in addAttributeReference() local
75 T value = attributeNamesToValues.get(attributeName); in addAttributeReference()
77 addUnresolvedReference(valuePointer, attributeName); in addAttributeReference()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
DTestCLDRVsICU.java194 void set(String attributeName, String attributeValue) { in set() argument
196 settings.put(attributeName, attributeValue); in set()
227 String attributeName = (String) it.next(); in loglnSAX() local
228 String attributeValue = (String) settings.get(attributeName); in loglnSAX()
229 temp += " " + attributeName + "=<" + attributeValue + ">"; in loglnSAX()
364 String attributeName = (String) it.next();
365 String attributeValue = (String) settings.get(attributeName);
370 if (attributeName.equals("draft")) {
378 if (attributeName.equals("input")) {
432 String attributeName = (String) it.next();
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
DTestCLDRVsICU.java198 void set(String attributeName, String attributeValue) { in set() argument
200 settings.put(attributeName, attributeValue); in set()
231 String attributeName = (String) it.next(); in loglnSAX() local
232 String attributeValue = (String) settings.get(attributeName); in loglnSAX()
233 temp += " " + attributeName + "=<" + attributeValue + ">"; in loglnSAX()
368 String attributeName = (String) it.next();
369 String attributeValue = (String) settings.get(attributeName);
374 if (attributeName.equals("draft")) {
382 if (attributeName.equals("input")) {
436 String attributeName = (String) it.next();
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlPolicyBuilder.java303 for (String attributeName : attributeNames) { in allowAttributes()
304 b.add(HtmlLexer.canonicalName(attributeName)); in allowAttributes()
327 for (String attributeName : attributeNames) { in allowAttributesGlobally()
333 AttributePolicy oldPolicy = globalAttrPolicies.get(attributeName); in allowAttributesGlobally()
335 attributeName, AttributePolicy.Util.join(oldPolicy, policy)); in allowAttributesGlobally()
350 for (String attributeName : attributeNames) { in allowAttributesOnElements()
351 AttributePolicy oldPolicy = policies.get(attributeName); in allowAttributesOnElements()
353 attributeName, in allowAttributesOnElements()
600 String attributeName = ape.getKey(); in compilePolicies() local
603 if (globalAttrPolicies.containsKey(attributeName)) { continue; } in compilePolicies()
[all …]
DAttributePolicy.java58 String elementName, String attributeName, String value); in apply() argument
95 String elementName, String attributeName, String value) {
103 String elementName, String attributeName, String value) {
119 String elementName, String attributeName, @Nullable String value) { in apply() argument
122 value = p.apply(elementName, attributeName, value); in apply()
DStandardUrlAttributePolicy.java43 public String apply(String elementName, String attributeName, String s) { in apply() argument
DSanitizers.java84 String elementName, String attributeName, String value) {
DFilterUrlByProtocolAttributePolicy.java67 String elementName, String attributeName, String s) { in apply() argument
DStylingPolicy.java53 String elementName, String attributeName, String value) { in apply() argument
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliAnnotation.java92 …erride public PsiAnnotationMemberValue findAttributeValue(@Nullable @NonNls String attributeName) { in findAttributeValue() argument
93 return PsiImplUtil.findAttributeValue(this, attributeName); in findAttributeValue()
97 …ublic PsiAnnotationMemberValue findDeclaredAttributeValue(@Nullable @NonNls String attributeName) { in findDeclaredAttributeValue() argument
98 return PsiImplUtil.findDeclaredAttributeValue(this, attributeName); in findDeclaredAttributeValue()
103 @Nullable @NonNls String attributeName, @Nullable T value) { in setDeclaredAttributeValue()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java990 String attributeName = clazz.getString(u2attributeNameIndex); in createAttribute() local
993attributeName.equals(ClassConstants.ATTR_BootstrapMethods) ? (Attribute)new Bo… in createAttribute()
994attributeName.equals(ClassConstants.ATTR_SourceFile) ? (Attribute)new So… in createAttribute()
995attributeName.equals(ClassConstants.ATTR_SourceDir) ? (Attribute)new So… in createAttribute()
996attributeName.equals(ClassConstants.ATTR_InnerClasses) ? (Attribute)new In… in createAttribute()
997attributeName.equals(ClassConstants.ATTR_EnclosingMethod) ? (Attribute)new En… in createAttribute()
998attributeName.equals(ClassConstants.ATTR_Deprecated) ? (Attribute)new De… in createAttribute()
999attributeName.equals(ClassConstants.ATTR_Synthetic) ? (Attribute)new Sy… in createAttribute()
1000attributeName.equals(ClassConstants.ATTR_Signature) ? (Attribute)new Si… in createAttribute()
1001attributeName.equals(ClassConstants.ATTR_ConstantValue) ? (Attribute)new Co… in createAttribute()
[all …]
/external/testng/src/main/java/org/testng/xml/dom/
DWrapper.java37 for (String attributeName : m_onElement.attributes()) { in getParameters()
38 result.add(element.getAttribute(attributeName)); in getParameters()
51 for (String attributeName : m_onElementList.attributes()) { in getParameters()
52 result.add(item.getAttribute(attributeName)); in getParameters()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlChangeReporterTest.java59 for (String attributeName : attributeNames) { in testChangeReporting()
60 log.append(' ').append(attributeName); in testChangeReporting()
DHtmlSanitizerTest.java368 String elementName, String attributeName, String value) { in sanitize()
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests11.dat2 <!DOCTYPE html><body><svg attributeName='' attributeType='' baseFrequency='' baseProfile='' calcMod…
10 | attributeName=""
82 | attributeName=""
154 | attributeName=""
218 <!DOCTYPE html><body><math attributeName='' attributeType='' baseFrequency='' baseProfile='' calcMo…
/external/vogar/src/vogar/
DXmlReportReader.java129 String attributeName = parser.getAttributeName(i); in createAttributeMap() local
131 attributeMap.put(attributeName, attributeValue); in createAttributeMap()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java169 String attributeName = parser.getAttributeName(counter); in readSerializable() local
171 ((SoapObject) obj).addAttribute(attributeName, value); in readSerializable()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.min.js11attributeName=null,this.attributeNamespace=null,this.oldValue=null}function d(e){var t=new s(e.typ…

1234