Home
last modified time | relevance | path

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

12

/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/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
/external/autotest/frontend/client/src/autotest/moblab/
DDutManagementView.java36 private TextBox attributeName; field in DutManagementView
58 attributeName.setText(""); in refresh()
94 attributeName.setText(""); in initialize()
135 addAttribute(i, attributeName.getText(), attributeValue.getText()); in initialize()
137 removeAttribute(i, attributeName.getText()); in initialize()
173 attributeName = new TextBox(); in initialize()
174 attributeName.setStyleName("dut_manage_action_row_item"); in initialize()
184 attribActionRow.add(attributeName); in initialize()
338 private void addAttribute(int row_number, String attributeName, String attributeValue) { in addAttribute() argument
340 …MoblabRpcHelper.setMoblabAttribute(ipAddress, attributeName, attributeValue, new LogAction(informa… in addAttribute()
[all …]
/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/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java217 void set(AttributeName attributeName, String attributeValue) { in set() argument
219 settings.put(attributeName, attributeValue); in set()
249 AttributeName attributeName = it.next(); in loglnSAX() local
250 String attributeValue = (String) settings.get(attributeName); in loglnSAX()
251 temp += " " + attributeName + "=<" + attributeValue + ">"; in loglnSAX()
378 AttributeName attributeName = it.next();
379 String attributeValue = settings.get(attributeName);
380 switch (attributeName) {
416 + attributeName);
443 AttributeName attributeName = it.next();
[all …]
/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/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java129 void set(String attributeName, String attributeValue) { in set() argument
131 settings.put(attributeName, attributeValue); in set()
146 String attributeName = it.next(); in myerrln() local
147 String attributeValue = settings.get(attributeName); in myerrln()
148 temp += " " + attributeName + "=<" + attributeValue + ">"; in myerrln()
246 String attributeName = it.next();
248 .get(attributeName);
249 if (attributeName.equals("input")) {
289 String attributeName = it.next();
291 .get(attributeName);
[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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java213 String attributeName = attributeNValue.getKey(); in check() local
214 if (dtdData.isDeprecated(elementName, attributeName, "*")) { in check()
218 + ":" + attributeName in check()
223 if (dtdData.isDeprecated(elementName, attributeName, attributeValue)) { in check()
227 + ":" + attributeName in check()
232 data.put(dtdData.dtdType, elementName, attributeName, "*", true); in check()
233 data.put(dtdData.dtdType, elementName, attributeName, attributeValue, true); in check()
432 for (String attributeName : parts.getAttributeKeys(i)) { in checkParts()
433 Attribute attribute = current.getAttributeNamed(attributeName); in checkParts()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java1136 public final String attributeName; field in DtdData.IllegalByDtdException
1139 … public IllegalByDtdException(String elementName, String attributeName, String attributeValue) { in IllegalByDtdException() argument
1141 this.attributeName = attributeName; in IllegalByDtdException()
1150 + (attributeName == null ? "" : ", attribute: " + attributeName) in getMessage()
1156 public boolean isDeprecated(String elementName, String attributeName, String attributeValue) { in isDeprecated() argument
1159 throw new IllegalByDtdException(elementName, attributeName, attributeValue); in isDeprecated()
1163 if ("*".equals(attributeName) || "_q".equals(attributeName)) { in isDeprecated()
1166 Attribute attribute = element.getAttributeNamed(attributeName); in isDeprecated()
1168 throw new IllegalByDtdException(elementName, attributeName, attributeValue); in isDeprecated()
1186 public AttributeStatus getAttributeStatus(String elementName, String attributeName) { in getAttributeStatus() argument
[all …]
DXPathParts.java457 public String findAttributeValue(String elementName, String attributeName) { in findAttributeValue() argument
460 return (String) attributes.get(attributeName); in findAttributeValue()
500 public XPathParts removeAttribute(String elementName, String attributeName) { in removeAttribute() argument
501 return removeAttribute(findElement(elementName), attributeName); in removeAttribute()
504 public XPathParts removeAttribute(int elementIndex, String attributeName) { in removeAttribute() argument
505 …ts.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).putAttribute(attributeName, null); in removeAttribute()
1113 … public XPathParts setAttribute(String elementName, String attributeName, String attributeValue) { in setAttribute() argument
1115 elements.get(index).putAttribute(attributeName, attributeValue); in setAttribute()
1170 public void setAttribute(int elementIndex, String attributeName, String attributeValue) { in setAttribute() argument
1172 element.putAttribute(attributeName, attributeValue); in setAttribute()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DBouncyCastleProvider.java317 String attributeName = (String)it.next(); in addAttributes() local
318 String attributeKey = key + " " + attributeName; in addAttributes()
324 put(attributeKey, attributeMap.get(attributeName)); in addAttributes()
/external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/
DGcpMetadataConfig.java68 private static String getAttribute(String attributeName) { in getAttribute() argument
70 URL url = new URL(METADATA_URL + attributeName); in getAttribute()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlChangeReporterTest.java59 for (String attributeName : attributeNames) { in testChangeReporting()
60 log.append(' ').append(attributeName); in testChangeReporting()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DBouncyCastleProvider.java322 String attributeName = (String)it.next(); in addAttributes() local
323 String attributeKey = key + " " + attributeName; in addAttributes()
329 put(attributeKey, attributeMap.get(attributeName)); in addAttributes()
/external/swiftshader/src/OpenGL/libGLESv2/
DShader.cpp387 int VertexShader::getSemanticIndex(const std::string &attributeName) const in getSemanticIndex()
389 if(!attributeName.empty()) in getSemanticIndex()
393 if(attribute.name == attributeName) in getSemanticIndex()
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DMoblabRpcHelper.java282 public static void setMoblabAttribute(String dutIpAddress, String attributeName, in setMoblabAttribute() argument
287 params.put("attribute", new JSONString(attributeName)); in setMoblabAttribute()
305 public static void removeMoblabAttribute(String dutIpAddress, String attributeName, in removeMoblabAttribute() argument
310 params.put("attribute", new JSONString(attributeName)); in removeMoblabAttribute()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java180 String attributeName = attribute.name; in checkBadAttributes() local
183 + "» for: " + dtdType + "\t" + elementName + "\t" + attributeName); in checkBadAttributes()
186 ATTRIBUTES_POSSIBLE.put(attributeName, attributeRow); in checkBadAttributes()
187 …if (skipFinal || SKIP_ATTRIBUTES.contains(attributeName)) { // don't worry about non-final, refere… in checkBadAttributes()
190 if (supp.isDeprecated(dtdType, elementName, attributeName, null)) { in checkBadAttributes()
193 if (!CLDRFile.isDistinguishing(dtdType, elementName, attributeName)) { in checkBadAttributes()
195 … final Set<R2<DtdType, String>> attributeRows = ATTRIBUTES_OCCURRING.get(attributeName); in checkBadAttributes()
199 …("Warning, !disting, !leaf: " + dtdType + "\t" + elementName + "\t" + attributeName + "\t" + child… in checkBadAttributes()
DShowDtdDiffs.java159 private static boolean isDeprecated(DtdType dtdType, String elementName, String attributeName) { in isDeprecated() argument
161 return DtdData.getInstance(dtdType).isDeprecated(elementName, attributeName, "*"); in isDeprecated()
/external/deqp/modules/egl/
DteglSyncTests.cpp1125 EGLint attribute, const string &attributeName) in test() argument
1145 ", " << m_sync << ", " << attributeName << ", {" << type << "})" << in test()
1188 EGLint attribute, const string &attributeName) in test() argument
1207 m_eglDisplay << ", " << m_sync << ", " << attributeName << ", {" << in test()
1260 EGLint attribute, const string &attributeName, in test() argument
1304 m_eglDisplay << ", " << m_sync << ", " << attributeName << ", {" << in test()
1361 EGLint attribute, const string &attributeName, in test() argument
1382 m_eglDisplay << ", " << m_sync << ", " << attributeName << ", {" << in test()
1429 EGLint attribute, const string &attributeName) in test() argument
1448 "(EGL_NO_DISPLAY, " << m_sync << ", " << attributeName << ", {" << in test()
[all …]
/external/vogar/src/vogar/
DXmlReportReader.java129 String attributeName = parser.getAttributeName(i); in createAttributeMap() local
131 attributeMap.put(attributeName, attributeValue); in createAttributeMap()
/external/turbine/java/com/google/turbine/bytecode/
DClassReader.java385 String attributeName = constantPool.utf8(reader.u2()); in readMethods() local
386 switch (attributeName) { in readMethods()
458 String attributeName = constantPool.utf8(reader.u2()); in readFields() local
459 switch (attributeName) { in readFields()

12