Searched refs:ns (Results 51 - 75 of 424) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libxslt/libxslt/
H A Dtemplates.c368 * @ns: the attribute namespace URI
379 const xmlChar *name, const xmlChar *ns)
387 expr = xsltGetNsProp(inst, name, ns);
413 * @ns: the attribute namespace URI
424 const xmlChar *name, const xmlChar *ns, int *found) {
431 expr = xsltGetNsProp(inst, name, ns);
482 if ((attr->ns != NULL) && xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
507 if (((attr->ns != NULL) == (ret->ns !
378 xsltEvalAttrValueTemplate(xsltTransformContextPtr ctxt, xmlNodePtr inst, const xmlChar *name, const xmlChar *ns) argument
423 xsltEvalStaticAttrValueTemplate(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *name, const xmlChar *ns, int *found) argument
[all...]
/external/libxslt/libxslt/
H A Dattributes.c91 const xmlChar *ns; /* and its namespace */ member in struct:_xsltAttrElem
250 * @set and @ns; this fixes bug #340400.
256 if (old->ns != NULL)
257 list->ns = xmlDictLookup(style->dict, old->ns, -1);
263 if (old->ns != NULL)
264 cur->next->ns = xmlDictLookup(style->dict, old->ns, -1);
331 (child->ns == NULL) ||
434 refAttrItems->ns
472 xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) argument
491 xsltResolveSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
546 xsltMergeSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
656 xmlNsPtr ns = NULL; local
[all...]
H A Dtemplates.c367 * @ns: the attribute namespace URI
378 const xmlChar *name, const xmlChar *ns)
386 expr = xsltGetNsProp(inst, name, ns);
412 * @ns: the attribute namespace URI
423 const xmlChar *name, const xmlChar *ns, int *found) {
430 expr = xsltGetNsProp(inst, name, ns);
481 if ((attr->ns != NULL) && xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
506 if (((attr->ns != NULL) == (ret->ns !
377 xsltEvalAttrValueTemplate(xsltTransformContextPtr ctxt, xmlNodePtr inst, const xmlChar *name, const xmlChar *ns) argument
422 xsltEvalStaticAttrValueTemplate(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *name, const xmlChar *ns, int *found) argument
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h402 * @ns: a node-set
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
411 * @ns: a node-set
416 * Returns the xmlNodePtr at the given @index in @ns or NULL if
419 #define xmlXPathNodeSetItem(ns, index) \
420 ((((ns) != NULL) && \
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
422 (ns)
[all...]
H A Dpattern.h80 const xmlChar *ns,
85 const xmlChar *ns);
89 const xmlChar *ns);
/external/libxml2/include/libxml/
H A Dxpath.h405 * @ns: a node-set
411 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
414 * @ns: a node-set
419 * Returns the xmlNodePtr at the given @index in @ns or NULL if
422 #define xmlXPathNodeSetItem(ns, index) \
423 ((((ns) != NULL) && \
424 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
425 (ns)
[all...]
H A Dpattern.h80 const xmlChar *ns,
85 const xmlChar *ns);
89 const xmlChar *ns);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java49 * @param ns Namespace URI of the element
55 TransformerImpl transformer, String ns, String localName)
62 if (((null == ns) || (ns.length() == 0))
143 * @param ns Namespace URI of the element
150 String ns, String localName, Properties props, Serializer oldSerializer)
155 if (((null == ns) || (ns.length() == 0))
54 switchSerializerIfHTML( TransformerImpl transformer, String ns, String localName) argument
149 switchSerializerIfHTML( String ns, String localName, Properties props, Serializer oldSerializer) argument
H A DClonerToResultTree.java80 // String ns = dtm.getNamespaceURI(node);
83 // m_rth.startElement(ns, localName, dtm.getNodeNameX(node), null);
154 String ns = dtm.getNamespaceURI(node);
155 if (ns==null) ns="";
157 // rth.startElement(ns, localName, dtm.getNodeNameX(node), null);
160 rth.startElement(ns, localName, dtm.getNodeNameX(node));
H A DTreeWalker2Result.java128 for (int ns = dtm.getFirstNamespaceNode(node, true);
129 DTM.NULL != ns; ns = dtm.getNextNamespaceNode(node, ns, true))
131 SerializerUtils.ensureNamespaceDeclDeclared(m_handler,dtm, ns);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumsys.cpp89 NumberingSystem *ns = new NumberingSystem(); local
91 ns->setRadix(radix_in);
92 ns->setDesc(desc_in);
93 ns->setAlgorithmic(isAlgorithmic_in);
94 ns->setName(NULL);
95 return ns;
122 NumberingSystem *ns = new NumberingSystem(); local
123 return ns;
132 NumberingSystem *ns = new NumberingSystem(); local
133 return ns;
178 NumberingSystem* ns = NumberingSystem::createInstance(radix,isAlgorithmic,nsd,status); local
[all...]
/external/libppp/src/
H A Dipcp.c177 ipcp->ns.dns[0].s_addr = ipcp->ns.dns[1].s_addr = INADDR_NONE;
179 if (ipcp->ns.resolv != NULL) {
180 free(ipcp->ns.resolv);
181 ipcp->ns.resolv = NULL;
183 if (ipcp->ns.resolv_nons != NULL) {
184 free(ipcp->ns.resolv_nons);
185 ipcp->ns.resolv_nons = NULL;
187 ipcp->ns.resolver = 0;
196 * Note, ns
[all...]
/external/chromium/third_party/libjingle/overrides/talk/xmllite/
H A Dqname.h18 QName(const std::string & ns, const std::string & local);
19 QName(bool add, const std::string & ns, const std::string & local);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_bundle.h28 // Returns the PolicyMap for namespace |ns|.
29 PolicyMap& Get(const PolicyNamespace& ns);
30 const PolicyMap& Get(const PolicyNamespace& ns) const;
H A Dpolicy_service.cc44 const PolicyNamespace& ns)
46 ns_(ns) {}
60 void PolicyChangeRegistrar::OnPolicyUpdated(const PolicyNamespace& ns, argument
63 if (ns != ns_)
43 PolicyChangeRegistrar(PolicyService* policy_service, const PolicyNamespace& ns) argument
H A Dpolicy_service.h64 // Invoked whenever policies for the given |ns| namespace are modified.
68 virtual void OnPolicyUpdated(const PolicyNamespace& ns,
99 virtual const PolicyMap& GetPolicies(const PolicyNamespace& ns) const = 0;
135 const PolicyNamespace& ns);
146 virtual void OnPolicyUpdated(const PolicyNamespace& ns,
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp88 namespace ns { namespace in namespace:test0
96 friend void ns::f(int a);
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h43 #define LLVM_READOBJ_ENUM_ENT(ns, enum) \
44 { #enum, ns::enum }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_miptree.c374 struct nv50_surface *ns = CALLOC_STRUCT(nv50_surface); local
375 if (!ns)
377 ps = &ns->base;
388 ns->width = u_minify(mt->base.base.width0, ps->u.tex.level);
389 ns->height = u_minify(mt->base.base.height0, ps->u.tex.level);
390 ns->depth = ps->u.tex.last_layer - ps->u.tex.first_layer + 1;
391 ns->offset = mt->level[templ->u.tex.level].offset;
394 ps->width = ns->width;
395 ps->height = ns->height;
397 ns
409 struct nv50_surface *ns = nv50_surface_from_miptree(mt, templ); local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_miptree.c374 struct nv50_surface *ns = CALLOC_STRUCT(nv50_surface); local
375 if (!ns)
377 ps = &ns->base;
388 ns->width = u_minify(mt->base.base.width0, ps->u.tex.level);
389 ns->height = u_minify(mt->base.base.height0, ps->u.tex.level);
390 ns->depth = ps->u.tex.last_layer - ps->u.tex.first_layer + 1;
391 ns->offset = mt->level[templ->u.tex.level].offset;
394 ps->width = ns->width;
395 ps->height = ns->height;
397 ns
409 struct nv50_surface *ns = nv50_surface_from_miptree(mt, templ); local
[all...]
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcomponent_cloud_policy_store.h64 // The cached hash for namespace |ns|, or the empty string if |ns| is not
66 const std::string& GetCachedHash(const PolicyNamespace& ns) const;
79 // Stores the protobuf and |data| for namespace |ns|. The protobuf is passed
86 bool Store(const PolicyNamespace& ns,
91 // Deletes the storage of namespace |ns| and stops serving its policies.
92 void Delete(const PolicyNamespace& ns);
99 // Validates |proto| and returns the corresponding policy namespace in |ns|,
106 PolicyNamespace* ns,
/external/clang/test/SemaCXX/
H A Dliteral-operators.cpp10 namespace ns { void operator "" _ns_good (const char *); } namespace
/external/chromium_org/third_party/libxml/src/
H A Dtree.c53 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
775 * @ns: a namespace pointer
780 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { argument
788 node->ns = ns;
802 "xmlFreeNs : ns == NULL\n");
823 "xmlFreeNsList : ns == NULL\n");
1781 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, argument
1816 cur->ns = ns;
1908 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1933 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
2169 xmlNewNode(xmlNsPtr ns, const xmlChar *name) argument
2211 xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) argument
2259 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2296 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2330 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2428 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2808 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
3937 xmlNsPtr ns; local
4176 xmlNsPtr ns; local
4843 xmlNsPtr ns; local
4915 xmlNsPtr ns; local
5060 xmlNsPtr ns; local
5807 xmlNsPtr ns; local
6061 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6640 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6680 xmlNsPtr ns; local
6704 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
7760 xmlNsPtr ns; local
7845 xmlNsPtr ns; local
7873 xmlNsPtr ns; local
8009 xmlNsPtr ns; local
8142 xmlNsPtr ns, prevns; local
8242 xmlNsPtr ns; local
8378 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8525 xmlNsPtr ns, prevns; local
8794 xmlNsPtr ns = NULL; local
9161 xmlNsPtr ns; local
9686 xmlNsPtr ns = NULL; local
[all...]
/external/libxml2/
H A Dtree.c53 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
786 * @ns: a namespace pointer
791 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { argument
799 node->ns = ns;
813 "xmlFreeNs : ns == NULL\n");
834 "xmlFreeNsList : ns == NULL\n");
1792 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, argument
1827 cur->ns = ns;
1919 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1944 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
2180 xmlNewNode(xmlNsPtr ns, const xmlChar *name) argument
2222 xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) argument
2270 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2307 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2341 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2439 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2819 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
3950 xmlNsPtr ns; local
4189 xmlNsPtr ns; local
4856 xmlNsPtr ns; local
4928 xmlNsPtr ns; local
5073 xmlNsPtr ns; local
5820 xmlNsPtr ns; local
6074 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6653 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6693 xmlNsPtr ns; local
6717 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
7773 xmlNsPtr ns; local
7858 xmlNsPtr ns; local
7886 xmlNsPtr ns; local
8022 xmlNsPtr ns; local
8155 xmlNsPtr ns, prevns; local
8255 xmlNsPtr ns; local
8391 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8538 xmlNsPtr ns, prevns; local
8807 xmlNsPtr ns = NULL; local
9174 xmlNsPtr ns; local
9699 xmlNsPtr ns = NULL; local
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionNamespacesManager.java131 String ns = (String)m_unregisteredExtensions.get(i);
132 ExtensionNamespaceSupport extNsSpt = defineJavaNamespace(ns);
148 * @param ns The extension namespace URI.
155 public ExtensionNamespaceSupport defineJavaNamespace(String ns) argument
157 return defineJavaNamespace(ns, ns);
159 public ExtensionNamespaceSupport defineJavaNamespace(String ns, String classOrPackage) argument
161 if(null == ns || ns.trim().length() == 0) // defensive. I don't think it's needed. -sb
184 ns,
[all...]

Completed in 766 milliseconds

1234567891011>>