Home
last modified time | relevance | path

Searched +defs:xml +defs:node +defs:name (Results 1 – 19 of 19) sorted by relevance

/external/dynamic_depth/internal/xmpmeta/xml/
Dsearch.cc13 namespace xml { namespace
15 xmlNodePtr DepthFirstSearch(const xmlDocPtr parent, const char* name) { in DepthFirstSearch()
20 const char* name) { in DepthFirstSearch()
26 for (xmlNodePtr node = parent->children; node != nullptr; node = node->next) { in DepthFirstSearch() local
36 xmlNodePtr DepthFirstSearch(const xmlNodePtr parent, const char* name) { in DepthFirstSearch()
41 const char* name) { in DepthFirstSearch()
Dserializer_impl.cc13 namespace xml { namespace
17 const std::unordered_map<string, xmlNsPtr>& namespaces, xmlNodePtr node) in SerializerImpl()
45 const std::unordered_map<string, xmlNsPtr>& namespaces, xmlNodePtr node) { in FromDataAndSerializeNamespaces()
129 bool SerializerImpl::WriteBoolProperty(const string& prefix, const string& name, in WriteBoolProperty()
135 bool SerializerImpl::WriteProperty(const string& prefix, const string& name, in WriteProperty()
Ddeserializer_impl.cc16 namespace xml { namespace
38 xmlNodePtr FindSeqNode(const xmlNodePtr node, const string& prefix, in FindSeqNode()
50 bool GetStringProperty(const xmlNodePtr node, const string& prefix, in GetStringProperty()
72 bool ReadNodeContent(const xmlNodePtr node, const string& prefix, in ReadNodeContent()
90 bool ReadStringProperty(const xmlNodePtr node, const string& prefix, in ReadStringProperty()
110 bool ReadBase64Property(const xmlNodePtr node, const string& prefix, in ReadBase64Property()
121 DeserializerImpl::DeserializerImpl(const xmlNodePtr node) in DeserializerImpl()
183 bool DeserializerImpl::ParseBase64(const string& prefix, const string& name, in ParseBase64()
189 const string& name, in ParseIntArrayBase64()
199 const string& name, in ParseFloatArrayBase64()
[all …]
/external/mesa3d/src/intel/genxml/
Dgen_sort_tags.py36 def is_base_type(name): argument
39 def add_struct_refs(items, node): argument
52 def __init__(self, xml): argument
86 def print_node(f, offset, node): argument
/external/angle/build/android/unused_resources/
DUnusedResources.java232 String xml = Files.toString(file, UTF_8); in recordResources() local
339 String xml = Files.toString(manifest, UTF_8); in recordManifestUsages() local
364 String name = entry.getName(); in recordClassUsages() local
387 private void recordClassUsages(File file, String name, byte[] bytes) { in recordClassUsages()
445 boolean isResourceClass(String name) { in isResourceClass()
457 Resource getResourceFromCode(String owner, String name) { in getResourceFromCode()
558 protected Resource declareResource(ResourceType type, String name, Node node) { in declareResource()
/external/tinyxml2/
Dxmltest.cpp135 static const char* xml = "<element/>"; in example_2() local
154 static const char* xml = in example_3() local
241 static const char* xml = in example_4() local
1345 XMLDocument xml; in main() local
1357 XMLDocument xml; in main() local
1372 XMLDocument xml; in main() local
1408 XMLDocument xml; in main() local
1415 XMLDocument xml; in main() local
1428 for( const XMLNode* node=doc.FirstChild(); node; node=node->NextSibling() ) { in main() local
1451 const char* xml = in main() local
[all …]
/external/libxml2/
Dxinclude.c62 int xml; /* xml or txt */ member
136 xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, in xmlXIncludeErrMemory()
157 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, in xmlXIncludeErr()
201 const xmlChar *name) { in xmlXIncludeGetProp()
457 int xml = 1; in xmlXIncludeAddNode() local
1014 xmlNodePtr node; in xmlXIncludeCopyXPointer() local
1538 xmlNodePtr node; in xmlXIncludeLoadDoc() local
1636 xmlNodePtr node = NULL; in xmlXIncludeLoadTxt() local
1850 xmlXIncludeExpandNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) { in xmlXIncludeExpandNode()
1914 int xml = 1; /* default Issue 64 */ in xmlXIncludeLoadNode() local
[all …]
Dcatalog.c131 xmlChar *name; member
163 xmlCatalogEntryPtr xml; member
234 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, in xmlCatalogErr()
266 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, in xmlNewCatalogEntry()
538 xmlNodePtr node; in xmlDumpXMLCatalogNode() local
1096 xmlGetXMLCatalogEntryType(const xmlChar *name) { in xmlGetXMLCatalogEntryType()
1138 const xmlChar *name, const xmlChar *attrName, in xmlParseXMLCatalogOneNode()
2238 xmlParseSGMLCatalogName(const xmlChar *cur, xmlChar **name) { in xmlParseSGMLCatalogName()
2275 xmlGetSGMLCatalogEntryType(const xmlChar *name) { in xmlGetSGMLCatalogEntryType()
2338 xmlChar *name = NULL; in xmlParseSGMLCatalog() local
Druntest.c371 const xmlChar *name = NULL; in testStructuredErrorHandler() local
372 xmlNodePtr node; in testStructuredErrorHandler() local
906 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
932 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
999 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
1018 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
1040 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
1068 const xmlChar * name, int type, int def, in attributeDeclDebug()
1093 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug()
1113 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js103 function DOMEval( code, node, doc ) { argument
499 function( _i, name ) { argument
1125 setDocument = Sizzle.setDocument = function( node ) { argument
1645 Sizzle.attr = function( elem, name ) { argument
1884 "ATTR": function( name, operator, check ) { argument
2098 markFunction( function( seed, matches, _context, xml ) { argument
2110 function( elem, _context, xml ) { argument
2403 function( elem, context, xml ) { argument
2413 function( elem, context, xml ) { argument
2462 function( elem, context, xml ) { argument
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js103 function DOMEval( code, node, doc ) { argument
499 function( _i, name ) { argument
1125 setDocument = Sizzle.setDocument = function( node ) { argument
1645 Sizzle.attr = function( elem, name ) { argument
1884 "ATTR": function( name, operator, check ) { argument
2098 markFunction( function( seed, matches, _context, xml ) { argument
2110 function( elem, _context, xml ) { argument
2403 function( elem, context, xml ) { argument
2413 function( elem, context, xml ) { argument
2462 function( elem, context, xml ) { argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js103 function DOMEval( code, node, doc ) { argument
499 function( _i, name ) { argument
1125 setDocument = Sizzle.setDocument = function( node ) { argument
1645 Sizzle.attr = function( elem, name ) { argument
1884 "ATTR": function( name, operator, check ) { argument
2098 markFunction( function( seed, matches, _context, xml ) { argument
2110 function( elem, _context, xml ) { argument
2403 function( elem, context, xml ) { argument
2413 function( elem, context, xml ) { argument
2462 function( elem, context, xml ) { argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js103 function DOMEval( code, node, doc ) { argument
499 function( _i, name ) { argument
1125 setDocument = Sizzle.setDocument = function( node ) { argument
1645 Sizzle.attr = function( elem, name ) { argument
1884 "ATTR": function( name, operator, check ) { argument
2098 markFunction( function( seed, matches, _context, xml ) { argument
2110 function( elem, _context, xml ) { argument
2403 function( elem, context, xml ) { argument
2413 function( elem, context, xml ) { argument
2462 function( elem, context, xml ) { argument
[all …]
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c44 struct xml_node_ctx *xml; member
238 ASN1_STRING *name) in add_alt_name_dns()
259 const GENERAL_NAME *name) in add_alt_name()
279 const GENERAL_NAME *name; in add_alt_names() local
945 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate() local
978 X509_NAME *name; in curl_cb_ssl_verify() local
1483 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive()
/external/cronet/third_party/libxml/src/
Druntest.c371 const xmlChar *name = NULL; in testStructuredErrorHandler() local
372 xmlNodePtr node; in testStructuredErrorHandler() local
906 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
932 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
999 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
1018 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
1040 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
1068 const xmlChar * name, int type, int def, in attributeDeclDebug()
1093 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug()
1113 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp63 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line argument
64 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) argument
66 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) argument
68 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) argument
658 const char* name; member
2256 std::string name; member
2325 #define INTERNAL_CATCH_SECTION( name, desc ) \ argument
2835 std::string name; member
2957 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods() local
3059 #define OC_TEST_CASE( name, desc )\ argument
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp464 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line argument
465 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) argument
467 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) argument
469 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) argument
749 #define INTERNAL_CATCH_MAKE_NAMESPACE(name) INTERNAL_CATCH_MAKE_NAMESPACE2(name) argument
978 StringRef name; member
2867 std::string name; member
4789 std::string name; member
4917 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods() local
5027 #define OC_TEST_CASE2( name, desc, uniqueSuffix ) \ argument
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp461 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line argument
462 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) argument
464 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) argument
466 # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) argument
746 #define INTERNAL_CATCH_MAKE_NAMESPACE(name) INTERNAL_CATCH_MAKE_NAMESPACE2(name) argument
975 StringRef name; member
2845 std::string name; member
4758 std::string name; member
4886 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods() local
4996 #define OC_TEST_CASE2( name, desc, uniqueSuffix ) \ argument
[all …]
/external/crosvm/docs/book/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef… property
24ion(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get… argument