/external/proguard/src/proguard/classfile/editor/ |
D | AttributesEditor.java | 84 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 …]
|
D | NamedAttributeDeleter.java | 42 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/ |
D | ResourceReferenceResolver.java | 54 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/ |
D | TestCLDRVsICU.java | 194 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/ |
D | TestCLDRVsICU.java | 198 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/ |
D | HtmlPolicyBuilder.java | 303 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 …]
|
D | AttributePolicy.java | 58 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()
|
D | StandardUrlAttributePolicy.java | 43 public String apply(String elementName, String attributeName, String s) { in apply() argument
|
D | Sanitizers.java | 84 String elementName, String attributeName, String value) {
|
D | FilterUrlByProtocolAttributePolicy.java | 67 String elementName, String attributeName, String s) { in apply() argument
|
D | StylingPolicy.java | 53 String elementName, String attributeName, String value) { in apply() argument
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliAnnotation.java | 92 …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/ |
D | ProgramClassReader.java | 990 String attributeName = clazz.getString(u2attributeNameIndex); in createAttribute() local 993 …attributeName.equals(ClassConstants.ATTR_BootstrapMethods) ? (Attribute)new Bo… in createAttribute() 994 …attributeName.equals(ClassConstants.ATTR_SourceFile) ? (Attribute)new So… in createAttribute() 995 …attributeName.equals(ClassConstants.ATTR_SourceDir) ? (Attribute)new So… in createAttribute() 996 …attributeName.equals(ClassConstants.ATTR_InnerClasses) ? (Attribute)new In… in createAttribute() 997 …attributeName.equals(ClassConstants.ATTR_EnclosingMethod) ? (Attribute)new En… in createAttribute() 998 …attributeName.equals(ClassConstants.ATTR_Deprecated) ? (Attribute)new De… in createAttribute() 999 …attributeName.equals(ClassConstants.ATTR_Synthetic) ? (Attribute)new Sy… in createAttribute() 1000 …attributeName.equals(ClassConstants.ATTR_Signature) ? (Attribute)new Si… in createAttribute() 1001 …attributeName.equals(ClassConstants.ATTR_ConstantValue) ? (Attribute)new Co… in createAttribute() [all …]
|
/external/testng/src/main/java/org/testng/xml/dom/ |
D | Wrapper.java | 37 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/ |
D | HtmlChangeReporterTest.java | 59 for (String attributeName : attributeNames) { in testChangeReporting() 60 log.append(' ').append(attributeName); in testChangeReporting()
|
D | HtmlSanitizerTest.java | 368 String elementName, String attributeName, String value) { in sanitize()
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tests11.dat | 2 <!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/ |
D | XmlReportReader.java | 129 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/ |
D | org.eclipse.debug.core_3.6.0.v20100519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.expressions_3.4.200.v20100505.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v1/lib/main/ |
D | xpp3-1.1.4c.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 169 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/ |
D | webcomponents-lite.min.js | 11 …attributeName=null,this.attributeNamespace=null,this.oldValue=null}function d(e){var t=new s(e.typ…
|