/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/ |
D | tree.h | 262 struct _xmlDoc *doc; /* the containing document */ member 355 struct _xmlDoc *doc; /* the containing document */ member 415 struct _xmlDoc *doc; /* the containing document */ member 443 struct _xmlDoc *doc; /* the containing document */ member 463 struct _xmlDoc *doc; /* The document holding the ID */ member 498 struct _xmlDoc *doc; /* the containing document */ member 560 struct _xmlDoc *doc; /* autoreference to itself */ member
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/ |
D | tree.h | 262 struct _xmlDoc *doc; /* the containing document */ member 355 struct _xmlDoc *doc; /* the containing document */ member 415 struct _xmlDoc *doc; /* the containing document */ member 443 struct _xmlDoc *doc; /* the containing document */ member 463 struct _xmlDoc *doc; /* The document holding the ID */ member 498 struct _xmlDoc *doc; /* the containing document */ member 560 struct _xmlDoc *doc; /* autoreference to itself */ member
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/ |
D | tree.h | 262 struct _xmlDoc *doc; /* the containing document */ member 355 struct _xmlDoc *doc; /* the containing document */ member 415 struct _xmlDoc *doc; /* the containing document */ member 443 struct _xmlDoc *doc; /* the containing document */ member 463 struct _xmlDoc *doc; /* The document holding the ID */ member 498 struct _xmlDoc *doc; /* the containing document */ member 560 struct _xmlDoc *doc; /* autoreference to itself */ member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/ |
D | tree.h | 262 struct _xmlDoc *doc; /* the containing document */ member 355 struct _xmlDoc *doc; /* the containing document */ member 415 struct _xmlDoc *doc; /* the containing document */ member 443 struct _xmlDoc *doc; /* the containing document */ member 463 struct _xmlDoc *doc; /* The document holding the ID */ member 498 struct _xmlDoc *doc; /* the containing document */ member 560 struct _xmlDoc *doc; /* autoreference to itself */ member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/ |
D | tree.h | 264 struct _xmlDoc *doc; /* the containing document */ member 357 struct _xmlDoc *doc; /* the containing document */ member 417 struct _xmlDoc *doc; /* the containing document */ member 445 struct _xmlDoc *doc; /* the containing document */ member 465 struct _xmlDoc *doc; /* The document holding the ID */ member 500 struct _xmlDoc *doc; /* the containing document */ member 562 struct _xmlDoc *doc; /* autoreference to itself */ member
|
/aosp_15_r20/external/freetype/src/sfnt/ |
H A D | ttsvg.c | 172 Svg_doc doc; in extract_svg_doc() local 186 compare_svg_doc( Svg_doc doc, in compare_svg_doc() 294 FT_Byte* doc; in tt_face_load_svg_doc() local
|
/aosp_15_r20/build/make/tools/sbom/ |
H A D | gen_sbom.py | 480 def add_package_of_file(file_id, file_metadata, doc, report): argument 501 def add_static_deps_of_file(file_id, file_metadata, doc): argument 518 def add_licenses_of_file(file_id, file_metadata, doc): argument
|
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/ |
H A D | JUnitXMLReporter.java | 203 private void createElement(XMLStringBuffer doc, ITestResult tr) { in createElement() 228 private void createFailureElement(XMLStringBuffer doc, ITestResult tr) { in createFailureElement() 246 private void createSkipElement(XMLStringBuffer doc, ITestResult tr) { in createSkipElement()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/ |
H A D | expand.rs | 24 let mut doc = Doc::new(); in bridge() localVariable 160 let doc = &strct.doc; in expand_struct() localVariable 165 let doc = &field.doc; in expand_struct() localVariable 322 let doc = &enm.doc; in expand_enum() localVariable 327 let doc = &variant.doc; in expand_enum() localVariable 380 let doc = &ety.doc; in expand_cxx_type() localVariable 496 let doc = &efn.doc; in expand_cxx_function_shim() localVariable 1230 let doc = &alias.doc; in expand_type_alias() localVariable
|
/aosp_15_r20/external/rust/cxx/macro/src/ |
D | expand.rs | 24 let mut doc = Doc::new(); in bridge() localVariable 160 let doc = &strct.doc; in expand_struct() localVariable 165 let doc = &field.doc; in expand_struct() localVariable 322 let doc = &enm.doc; in expand_enum() localVariable 327 let doc = &variant.doc; in expand_enum() localVariable 380 let doc = &ety.doc; in expand_cxx_type() localVariable 496 let doc = &efn.doc; in expand_cxx_function_shim() localVariable 1230 let doc = &alias.doc; in expand_type_alias() localVariable
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests/gen/cpp/ |
D | simple_type.cpp | 21 tinyxml2::XMLDocument doc; in readSimpleTypes() local 38 tinyxml2::XMLDocument doc; in parseSimpleTypes() local 55 tinyxml2::XMLDocument doc; in readPercent() local 79 tinyxml2::XMLDocument doc; in parsePercent() local
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests_parser/gen/cpp/ |
D | simple_type.cpp | 21 tinyxml2::XMLDocument doc; in readSimpleTypes() local 38 tinyxml2::XMLDocument doc; in parseSimpleTypes() local 55 tinyxml2::XMLDocument doc; in readPercent() local 79 tinyxml2::XMLDocument doc; in parsePercent() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testrecurse.c | 474 xmlDocPtr doc; in recursiveDetectTest() local 522 xmlDocPtr doc; in notRecursiveDetectTest() local 566 xmlDocPtr doc; in notRecursiveHugeTest() local 668 xmlDocPtr doc; in hugeDtdTest() local
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFDocument.cpp | 162 SkPDFDocument* doc, in generate_page_tree() 315 SkPDFDocument* doc, in append_destinations() 519 static SkPDFIndirectReference make_srgb_color_profile(SkPDFDocument* doc) { in make_srgb_color_profile() 527 static std::unique_ptr<SkPDFArray> make_srgb_output_intents(SkPDFDocument* doc) { in make_srgb_output_intents()
|
/aosp_15_r20/external/pdfium/testing/fuzzers/ |
H A D | pdfium_fuzzer_helper.cc | 111 bool PDFiumFuzzerHelper::OnFormFillEnvLoaded(FPDF_DOCUMENT doc) { in OnFormFillEnvLoaded() 155 ScopedFPDFDocument doc; in RenderPdf() local 206 bool PDFiumFuzzerHelper::RenderPage(FPDF_DOCUMENT doc, in RenderPage()
|
H A D | pdfium_fuzzer_helper.h | 18 virtual void OnRenderFinished(FPDF_DOCUMENT doc) {} in OnRenderFinished() 20 FPDF_DOCUMENT doc, in FormActionHandler()
|
/aosp_15_r20/external/libxml2/test/valid/dtds/ |
H A D | cond_sect1.dtd | 5 <!ELEMENT doc (child)> element 15 <!ELEMENT doc (x)> element
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests/gen/cpp/ |
D | simple_type.cpp | 35 auto doc = make_xmlUnique(xmlParseFile(configFile)); in readSimpleTypes() local 55 auto doc = make_xmlUnique(xmlParseDoc(reinterpret_cast<const xmlChar*>(xml))); in parseSimpleTypes() local 75 auto doc = make_xmlUnique(xmlParseFile(configFile)); in readPercent() local 102 auto doc = make_xmlUnique(xmlParseDoc(reinterpret_cast<const xmlChar*>(xml))); in parsePercent() local
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests_parser/gen/cpp/ |
D | simple_type.cpp | 35 auto doc = make_xmlUnique(xmlParseFile(configFile)); in readSimpleTypes() local 55 auto doc = make_xmlUnique(xmlParseDoc(reinterpret_cast<const xmlChar*>(xml))); in parseSimpleTypes() local 75 auto doc = make_xmlUnique(xmlParseFile(configFile)); in readPercent() local 102 auto doc = make_xmlUnique(xmlParseDoc(reinterpret_cast<const xmlChar*>(xml))); in parsePercent() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
H A D | DOM2DTM.java | 1277 Document doc; in getDocumentTypeDeclarationSystemIdentifier() local 1308 Document doc; in getDocumentTypeDeclarationPublicIdentifier() local 1348 Document doc = (m_root.getNodeType() == Node.DOCUMENT_NODE) in getElementById() local 1417 Document doc = (m_root.getNodeType() == Node.DOCUMENT_NODE) in getUnparsedEntityURI() local
|
/aosp_15_r20/external/libxml2/ |
H A D | testrecurse.c | 484 xmlDocPtr doc; in recursiveDetectTest() local 532 xmlDocPtr doc; in notRecursiveDetectTest() local 576 xmlDocPtr doc; in notRecursiveHugeTest() local 678 xmlDocPtr doc; in hugeDtdTest() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gmock/ |
D | gmock.h | 363 # define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument 365 # define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument 367 # define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/ |
D | parse.rs | 90 let doc = toml.parse::<Document>(); in test_key_unification() localVariable 92 let doc = doc.unwrap(); in test_key_unification() localVariable 1481 let mut doc = r#"aaaaaa = 1"#.parse::<Document>().unwrap(); in despan_keys() localVariable
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | DOMBuilder.java | 78 public DOMBuilder(Document doc, Node node) in DOMBuilder() 94 public DOMBuilder(Document doc, DocumentFragment docFrag) in DOMBuilder() 106 public DOMBuilder(Document doc) in DOMBuilder()
|
/aosp_15_r20/external/fmtlib/test/gtest/gmock/ |
H A D | gmock.h | 363 # define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument 365 # define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument 367 # define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
|