/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 213 AddPropertyHolder(property->eName, pCSSValue, bImportant); in AddProperty() 224 switch (property->eName) { in AddProperty() 301 return pValue ? pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName) : nullptr; in ParseEnum() 331 (pProperty->eName == CFX_CSSProperty::FontFamily) ? ',' : ' '; in ParseValueListProperty() 361 list.push_back(pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName)); in ParseValueListProperty() 385 switch (pProperty->eName) { in ParseValueListProperty() 406 AddPropertyHolder(pProperty->eName, pList, bImportant); in ParseValueListProperty() 481 switch (pValue->eName) { in ParseBorderProperty() 486 pWidth = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseBorderProperty() 522 switch (pValue->eName) { in ParseFontProperty() [all …]
|
D | cfx_cssdata.h | 19 CFX_CSSProperty eName; member 25 CFX_CSSPropertyValue eName; member
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffbarcode_unittest.cpp | 15 EXPECT_EQ(BarcodeType::ean13, data->eName); in TEST() 19 EXPECT_EQ(BarcodeType::pdf417, data->eName); in TEST() 23 EXPECT_EQ(BarcodeType::code3Of9, data->eName); in TEST()
|
D | cxfa_ffbarcode.cpp | 244 if (info->eName == BarcodeType::code3Of9 || in UpdateWidgetProperty() 245 info->eName == BarcodeType::ean8 || info->eName == BarcodeType::ean13 || in UpdateWidgetProperty() 246 info->eName == BarcodeType::upcA) { in UpdateWidgetProperty()
|
D | cxfa_ffbarcode.h | 83 BarcodeType eName; member
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ElementAttributeInfo.java | 144 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument 147 … System.out.println(myData.getDtdType() + "\tAttributeDecl\t" + eName + "\t" + aName + "\t" + type in attributeDecl() 149 R2<String, String> key = Row.of(eName, aName); in attributeDecl() 158 myData.getElement2Attributes().put(eName, aName); in attributeDecl()
|
D | XMLFileReader.java | 67 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument 240 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument 434 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument 436 simpleHandler.handleAttributeDecl(eName, aName, type, mode, value); in attributeDecl()
|
D | FindDTDOrder.java | 630 public void attributeDecl(String eName, String aName, String type, in attributeDecl() argument 636 if (SHOW_PROGRESS) System.out.println("Attribute\t" + eName + "\t" + aName + "\t" + type in attributeDecl() 640 Set<String> l = attribEquiv.get(eName); in attributeDecl() 642 attribEquiv.put(eName, l = new TreeSet<>()); in attributeDecl() 646 attributeToElements.put(aName, eName); in attributeDecl()
|
D | DtdData.java | 342 private void addAttribute(String eName, String aName, String type, String mode, String value) { in addAttribute() argument 343 …Attribute a = new Attribute(dtdType, nameToElement.get(eName), aName, Mode.forString(mode), FILLER… in addAttribute() 622 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument 628 System.out.println("<!ATTLIST " + eName in handleAttributeDecl() 636 if (eName.equals("draft")) { in handleAttributeDecl() 637 eName = "week"; in handleAttributeDecl() 639 addAttribute(eName, aName, type, mode, value); in handleAttributeDecl()
|
D | XMLNormalizingLoader.java | 582 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument 584 …Log.logln(LOG_PROGRESS, "Attribute\t" + eName + "\t" + aName + "\t" + type + "\t" + mode + "\t" + … in attributeDecl()
|
D | TestUtilities.java | 416 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument 417 …System.out.println("eName: " + eName + ",\t aName: " + aName + ",\t type: " + type + ",\t mode: " … in handleAttributeDecl()
|
D | CLDRFile.java | 1941 … public void attributeDecl(String eName, String aName, String type, String mode, String value) 1943 …Log.logln(LOG_PROGRESS, "Attribute\t" + eName + "\t" + aName + "\t" + type + "\t" + mode + "\t" + …
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateAttributeList.java | 256 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument 260 add(eName, aName, value, true); in attributeDecl() 261 defaults.put(eName + "|" + aName, value); in attributeDecl() 265 add(eName, aName, idmatcher.group(), true); in attributeDecl()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data.cpp | 93 XFA_AttributeValue eName; member 177 return it->eName; in XFA_GetAttributeValueByName()
|
D | xfa_utils.cpp | 137 XFA_Attribute eName, in SaveAttribute() argument 141 if (!bProto && !pNode->JSObject()->HasAttribute(eName)) in SaveAttribute() 144 Optional<WideString> value = pNode->JSObject()->TryAttribute(eName, false); in SaveAttribute()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 968 String eName, String aName, String type, String valueDefault, String value) in attributeDecl() argument 973 System.out.println("TransformerHandlerImpl#attributeDecl: " + eName in attributeDecl() 978 m_declHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
|
D | TransformerIdentityImpl.java | 1369 public void attributeDecl (String eName, in attributeDecl() argument 1377 … m_resultDeclHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 918 if (auto eName = getIndexedString(normalizedFile, form, infoData, offset, in readCompUnit() local 920 tu.name = *eName; in readCompUnit() 922 return eName.takeError(); in readCompUnit() 926 if (auto eName = getIndexedString(normalizedFile, form, infoData, offset, in readCompUnit() local 928 tu.path = *eName; in readCompUnit() 930 return eName.takeError(); in readCompUnit()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Language.h | 143 eName, enumerator
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMetadata.java | 243 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 1424 for eName, eAttrs, _eContent in filter(istuple, content): 1425 if eName == "CID": 1470 for eName, eAttrs, _eContent in filter(istuple, content): 1471 if eName == "CID":
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 844 String eName, in attributeDecl() argument 860 writer.write(eName); in attributeDecl()
|
D | ToHTMLStream.java | 1883 String eName, in attributeDecl() argument
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 2273 String eName, String aName, String type, String valueDefault, String value) in attributeDecl() argument
|
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 1535 sc, exe_ctx, Language::FunctionNameRepresentation::eName, ss); in Format()
|