Home
last modified time | relevance | path

Searched defs:attrValue (Results 1 – 21 of 21) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPathChecker.java55 String attrValue = entry.getValue(); in checkPath() local
63 …n checkAttribute(DtdData dtdData, String element, String attribute, String attrValue, Map<R3<Strin… in checkAttribute() argument
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java151 …lic void setForeignAttr(String attrUri, String attrLocalName, String attrRawName, String attrValue) in setForeignAttr()
161 …dLiteralResultAttribute(String attrUri, String attrLocalName, String attrRawName, String attrValue) in addLiteralResultAttribute()
DXSLTAttributeDef.java1568 String attrRawName, String attrValue, ElemTemplateElement elem) in setAttrValue()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DNodeHandler.java56 String attrValue = attrMatcher.group(3); in addHandler() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java252 String attrValue = entry.getValue(); in checkPath() local
265 private void checkAttribute(String element, String attribute, String attrValue) { in checkAttribute()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/
DAttributeTable.java225 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DAttributeTable.java225 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp203 auto attrValue = opaqueValue.dyn_cast<mlir::DenseFPElementsAttr>(); in verifyConstantForType() local
239 auto attrValue = opaqueValue.dyn_cast<ArrayAttr>(); in verifyConstantForType() local
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNewHdfParser.java429 String attrValue = internStrategy.intern(sb.toString()); in parseAttribute() local
434 String attrValue = parseAttributeValue(seq, index, state); in parseAttribute() local
/external/testng/src/main/java/org/testng/reporters/
DXMLSuiteResultWriter.java324 Object attrValue = testResult.getAttribute(attrName); in addTestResultAttributes() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java673 String attrValue = attr.getNodeValue(); in serializeAttList() local
1832 String attrValue = attr.getNodeValue(); in recordLocalNSDecl() local
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp98 Optional<Attribute> attrValue = op.value(); in verify() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java412 String attrValue = attribute.getNodeValue(); in rdf_PropertyElement() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java361 AttributeResource attrValue = themeStyleSet.getAttrValue(resName); in getThemeValue() local
1120 AttributeResource attrValue = themeStyleSet.getAttrValue(styleAttributeResName); in buildTypedValue() local
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java1436 String attrValue = escapeValue(attrAsValueMap.get(key)); in writeLeafNode() local
/external/icu/icu4c/source/common/
Duloc_tag.cpp1329 icu::CharString* attrValue = in _appendKeywordsToLanguageTag() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp2742 auto attrValue = words[wordIndex++]; in processOp() local
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c2968 int32_t attrValue; // member
/external/libxml2/
Dxmlschemas.c7193 const xmlChar *attrValue, *name = NULL, *ns = NULL; in xmlSchemaParseLocalAttribute() local
7583 const xmlChar *attrValue; in xmlSchemaParseGlobalAttribute() local
8678 const xmlChar *ns = NULL, *fixed, *name, *attrValue; in xmlSchemaParseElement() local
9224 const xmlChar *attrValue = NULL; in xmlSchemaParseSimpleType() local
12194 const xmlChar *attrValue; in xmlSchemaParseComplexType() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp2961 int64_t attrValue = it.value().cast<IntegerAttr>().getInt(); in verify() local