Searched defs:namespaces (Results 1 - 25 of 38) sorted by relevance

12

/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DStreamNegotiator.java53 * @param namespaces The namespace that relates to the accepted means of transfer.
57 StreamInitiation streamInitiationOffer, String[] namespaces)
68 for (String namespace : namespaces) {
56 createInitiationAccept( StreamInitiation streamInitiationOffer, String[] namespaces) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java230 * @param namespaces Namespace stack to use to resolve namespace
232 public QName(String qname, Stack namespaces) argument
234 this(qname, namespaces, false);
243 * @param namespaces Namespace stack to use to resolve namespace
247 public QName(String qname, Stack namespaces, boolean validate) argument
269 int depth = namespaces.size();
273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
/external/chromium_org/content/browser/appcache/
H A Dappcache.cc118 GURL AppCache::GetNamespaceEntryUrl(const AppCacheNamespaceVector& namespaces, argument
120 size_t count = namespaces.size();
122 if (namespaces[i].namespace_url == namespace_url)
123 return namespaces[i].target_url;
143 // Sort the namespaces by url string length, longest to shortest,
174 // Sort the fallback namespaces by url string length, longest to shortest,
317 const AppCacheNamespaceVector& namespaces,
319 size_t count = namespaces.size();
321 if (namespaces[i].IsMatch(url))
322 return &namespaces[
316 FindNamespace( const AppCacheNamespaceVector& namespaces, const GURL& url) argument
[all...]
H A Dappcache_storage_impl.cc857 int64 cache_id, AppCacheNamespaceVector* namespaces) {
858 DCHECK(namespaces && namespaces->empty());
866 namespaces->push_back(
918 AppCacheDatabase::NamespaceRecordVector* namespaces,
920 bool FindFirstValidNamespace(const NamespaceRecordPtrVector& namespaces);
1023 AppCacheDatabase::NamespaceRecordVector* namespaces,
1027 std::sort(namespaces->begin(), namespaces->end(), SortByLength);
1033 for (iter = namespaces
856 GetOnlineWhiteListForCache( int64 cache_id, AppCacheNamespaceVector* namespaces) argument
1021 FindNamespaceHelper( int64 preferred_cache_id, AppCacheDatabase::NamespaceRecordVector* namespaces, NetworkNamespaceHelper* network_namespace_helper) argument
1062 FindFirstValidNamespace( const NamespaceRecordPtrVector& namespaces) argument
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dbinding.js261 var namespaces = $String.split(schema.namespace, '.'); variable
262 for (var index = 0, name; name = namespaces[index]; index++) {
268 // namespaces will be added as needed.
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp135 void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element& element, Namespaces* namespaces) argument
138 MarkupAccumulator::appendElement(out, element, namespaces);
149 void SerializerMarkupAccumulator::appendCustomAttributes(StringBuilder& out, const Element& element, Namespaces* namespaces) argument
166 appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.string())), namespaces);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.cpp114 Namespaces* namespaces = 0; local
117 // Add pre-bound namespaces for XML fragments.
119 namespaces = &namespaceHash;
122 serializeNodesWithNamespaces(targetNode, childrenOnly, namespaces, tagNamesToSkip);
126 void MarkupAccumulator::serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vector<QualifiedName>* tagNamesToSkip) argument
136 if (namespaces)
137 namespaceHash = *namespaces;
174 void MarkupAccumulator::appendStartTag(Node& node, Namespaces* namespaces) argument
176 appendStartMarkup(m_markup, node, namespaces);
235 bool MarkupAccumulator::shouldAddNamespaceElement(const Element& element, Namespaces& namespaces) argument
266 appendNamespace(StringBuilder& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces& namespaces) argument
384 appendElement(StringBuilder& result, Element& element, Namespaces* namespaces) argument
399 appendOpenTag(StringBuilder& result, const Element& element, Namespaces* namespaces) argument
424 appendAttribute(StringBuilder& result, const Element& element, const Attribute& attribute, Namespaces* namespaces) argument
490 appendStartMarkup(StringBuilder& result, Node& node, Namespaces* namespaces) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c889 const xmlChar **namespaces,
910 if (namespaces != NULL) {
913 if (namespaces[i] != NULL)
914 fprintf(stdout, ":%s", namespaces[i]);
916 fprintf(stdout, "='%s'", namespaces[i]);
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DSAX2.c1648 * Insert all the defaulted attributes from the DTD especially namespaces
1677 * processed, the local namespaces are available.
2140 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2156 const xmlChar **namespaces,
2232 pref = namespaces[i++];
2233 uri = namespaces[i++];
2151 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dschematron.c140 int nbNs; /* the number of namespaces */
145 int nbNamespaces; /* number of namespaces in the array */
147 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematron
194 int nbNamespaces; /* number of namespaces in the array */
196 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematronParserCtxt
404 ctxt->namespaces);
569 if (schema->namespaces != NULL)
570 xmlFree((char **) schema->namespaces);
[all...]
H A Dpattern.c182 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
183 int nb_namespaces; /* the number of namespaces */
281 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
290 const xmlChar **namespaces) {
306 if (namespaces != NULL) {
308 for (i = 0;namespaces[2 * i] != NULL;i++);
313 cur->namespaces = namespaces;
959 if (xmlStrEqual(ctxt->namespaces[
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
H A Dxmllint.c1520 const xmlChar **namespaces,
1541 if (namespaces != NULL) {
1544 if (namespaces[i] != NULL)
1545 fprintf(stdout, ":%s", namespaces[i]);
1547 fprintf(stdout, "='%s'", namespaces[i]);
1987 const xmlChar *namespaces[22]; local
1993 namespaces[i++] = ns->href;
1994 namespaces[i++] = ns->prefix;
1996 namespaces[i++] = NULL;
1997 namespaces[
1515 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Druntest.c1414 const xmlChar **namespaces,
1435 if (namespaces != NULL) {
1438 if (namespaces[i] != NULL)
1439 fprintf(SAXdebug, ":%s", namespaces[i]);
1441 fprintf(SAXdebug, "='%s'", namespaces[i]);
3480 const xmlChar *namespaces[22]; local
3486 namespaces[j++] = ns->href;
3487 namespaces[j++] = ns->prefix;
3489 namespaces[j++] = NULL;
3490 namespaces[
1409 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmlreader.c689 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
703 const xmlChar **namespaces,
716 namespaces, nb_attributes, nb_defaulted,
3926 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
3936 const xmlChar **namespaces)
3943 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
698 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3935 xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern, const xmlChar **namespaces) argument
H A Dxpath.c3829 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
3938 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5057 if (ctxt->namespaces != NULL) {
5061 if ((ctxt->namespaces[i] != NULL) &&
5062 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5063 return(ctxt->namespaces[i]->href);
11981 * Setup namespaces.
14492 const xmlChar **namespaces = NULL; local
14503 * Additionally, if there is no list of namespaces available and
14506 * to have a list of namespaces a
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h259 * check namespaces at compilation
307 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
321 xmlHashTablePtr nsHash; /* The namespaces hash table */
337 xmlNsPtr *tmpNsList; /* Array of namespaces */
338 int tmpNsNr; /* number of namespaces in scope */
/external/libxml2/
H A DSAX2.c1678 * Insert all the defaulted attributes from the DTD especially namespaces
1707 * processed, the local namespaces are available.
2178 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2194 const xmlChar **namespaces,
2291 pref = namespaces[i++];
2292 uri = namespaces[i++];
2189 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dschematron.c140 int nbNs; /* the number of namespaces */
145 int nbNamespaces; /* number of namespaces in the array */
147 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematron
194 int nbNamespaces; /* number of namespaces in the array */
196 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematronParserCtxt
404 ctxt->namespaces);
569 if (schema->namespaces != NULL)
570 xmlFree((char **) schema->namespaces);
[all...]
H A Dpattern.c185 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
186 int nb_namespaces; /* the number of namespaces */
284 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
293 const xmlChar **namespaces) {
309 if (namespaces != NULL) {
311 for (i = 0;namespaces[2 * i] != NULL;i++)
317 cur->namespaces = namespaces;
963 if (xmlStrEqual(ctxt->namespaces[
292 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2358 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
H A Dxmllint.c1526 const xmlChar **namespaces,
1547 if (namespaces != NULL) {
1550 if (namespaces[i] != NULL)
1551 fprintf(stdout, ":%s", namespaces[i]);
1553 fprintf(stdout, "='%s'", namespaces[i]);
1995 const xmlChar *namespaces[22]; local
2001 namespaces[i++] = ns->href;
2002 namespaces[i++] = ns->prefix;
2004 namespaces[i++] = NULL;
2005 namespaces[
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmlreader.c692 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
706 const xmlChar **namespaces,
719 namespaces, nb_attributes, nb_defaulted,
3950 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
3960 const xmlChar **namespaces)
3967 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
701 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3959 xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern, const xmlChar **namespaces) argument
/external/libxml2/include/libxml/
H A Dxpath.h261 * check namespaces at compilation
309 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
323 xmlHashTablePtr nsHash; /* The namespaces hash table */
339 xmlNsPtr *tmpNsList; /* Array of namespaces */
340 int tmpNsNr; /* number of namespaces in scope */
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp613 NameToDIE& namespaces)
890 namespaces.Insert (ConstString(name), die.GetOffset());
605 Index(const uint32_t cu_idx, NameToDIE& func_basenames, NameToDIE& func_fullnames, NameToDIE& func_methods, NameToDIE& func_selectors, NameToDIE& objc_class_selectors, NameToDIE& globals, NameToDIE& types, NameToDIE& namespaces) argument
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java58 private boolean namespaces = DEFAULT_NAMESPACES; field in class:Parser
73 "http://xml.org/sax/features/namespaces";
334 if (name.equals(namespacesFeature)) namespaces = value;
735 if (!namespaces) namespace = localName = "";
774 if (!namespaces) namespace = localName = "";
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp123 int namespaceCount, const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** attributes)
133 m_namespaces[i] = xmlStrdup(namespaces[i]);
807 // Add namespaces based on the parent node
913 xmlSAX2Namespace* namespaces = reinterpret_cast<xmlSAX2Namespace*>(libxmlNamespaces); local
916 AtomicString namespaceURI = toAtomicString(namespaces[i].uri);
917 if (namespaces[i].prefix)
918 namespaceQName = WTF::xmlnsWithColon + namespaces[i].prefix;
1258 static void startElementNsHandler(void* closure, const xmlChar* localName, const xmlChar* prefix, const xmlChar* uri, int nbNamespaces, const xmlChar** namespaces, int nbAttributes, int nbDefaulted, const xmlChar** libxmlAttributes) argument
1260 getParser(closure)->startElementNs(toAtomicString(localName), toAtomicString(prefix), toAtomicString(uri), nbNamespaces, namespaces, nbAttributes, nbDefaulted, libxmlAttributes); local
1613 const xmlChar* /*xmlURI*/, int /*nbNamespaces*/, const xmlChar** /*namespaces*/,
122 PendingStartElementNSCallback(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int namespaceCount, const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** attributes) argument
[all...]

Completed in 595 milliseconds

12