Searched defs:ns (Results 201 - 225 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp396 NumberingSystem* ns = NumberingSystem::createInstance(locale, status); local
398 if (ns && !ns->isAlgorithmic()) {
399 UnicodeString digits = ns->getDescription();
405 delete ns;
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1071 xmlChar *ns; local
1077 ns = NULL;
1083 name = xmlSplitQName(ctxt, fullname, &ns);
1085 if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
1094 if (ns != NULL)
1095 xmlFree(ns);
1096 ns = NULL;
1103 if (ns != NULL)
1104 xmlFree(ns);
1139 if ((!ctxt->html) && (ns
1554 xmlNsPtr ns; local
2164 xmlNsPtr last = NULL, ns; local
[all...]
H A Dc14n.c47 xmlNsPtr *nsTab; /* array of ns in no particular order */
77 xmlNsPtr ns,
85 xmlNsPtr ns);
87 xmlNsPtr ns,
258 xmlNs ns; local
260 memcpy(&ns, node, sizeof(ns));
264 ns.next = (xmlNsPtr)parent->parent;
266 ns.next = (xmlNsPtr)parent;
273 return(xmlXPathNodeSetContains(nodes, (xmlNodePtr)&ns));
312 xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) argument
411 xmlC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns) argument
445 xmlExcC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlC14NCtxPtr ctx) argument
496 xmlC14NIsXmlNs(xmlNsPtr ns) argument
537 xmlC14NPrintNamespaces(const xmlNsPtr ns, xmlC14NCtxPtr ctx) argument
602 xmlNsPtr ns, tmp; local
706 xmlNsPtr ns; local
975 xmlC14NFindHiddenParentAttr(xmlC14NCtxPtr ctx, xmlNodePtr cur, const xmlChar * name, const xmlChar * ns) argument
1353 xmlNsPtr ns; local
[all...]
H A DdebugXML.c84 * @ns: the namespace node
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) argument
97 if ((node == NULL) || (ns == NULL))
117 if (cur == ns)
119 if (xmlStrEqual(cur->prefix, ns->prefix))
131 if (oldNs == ns)
192 * @ns: the namespace node
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) argument
201 ret = xmlNsCheckScope(node, ns);
203 if (ns
338 xmlNsPtr ns; local
715 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
752 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
1765 xmlNsPtr ns = (xmlNsPtr) node; local
2162 xmlNsPtr ns; local
[all...]
H A Dschematron.c49 (node->ns != NULL) && \
51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
797 * @ns: the namespace name
803 const xmlChar *prefix, const xmlChar *ns)
830 xmlDictLookup(ctxt->dict, ns, -1);
1166 while (IS_SCHEMATRON(cur, "ns")) {
802 xmlSchematronAddNamespace(xmlSchematronParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *ns) argument
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c694 if (node->ns == NULL) {
697 } else if (node->ns->href != NULL) {
700 if (!xmlStrEqual(step->value2, node->ns->href))
714 if (node->ns == NULL) {
718 if (!xmlStrEqual(step->value2, node->ns->href))
740 if (node->ns == NULL) {
743 } else if (node->ns->href != NULL) {
746 if (!xmlStrEqual(step->value2, node->ns->href))
788 if (node->ns == NULL) {
791 } else if (node->ns
1566 xmlNsPtr ns; local
[all...]
H A Dxsltutils.c86 xmlNsPtr ns; local
104 (((prop->ns == NULL) && (node->ns != NULL) &&
105 (xmlStrEqual(node->ns->href, nameSpace))) ||
106 ((prop->ns != NULL) &&
107 (xmlStrEqual(prop->ns->href, nameSpace))))) {
138 ns = xmlSearchNs(doc, node, attrDecl->prefix);
139 if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace)))
170 xmlNsPtr ns; local
775 xmlNsPtr ns; local
849 xmlNsPtr ns; local
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp62 namespace ns { __declspec(dllexport) int ExternalGlobal; } namespace
110 namespace ns { template<typename T> __declspec(dllexport) int ExternalVarTmpl = 1; } namespace
213 namespace ns { __declspec(dllexport) void externalFunc() {} } namespace
271 namespace ns { template<typename T> __declspec(dllexport) void externalFuncTmpl(); } namespace
H A Ddllimport.cpp84 namespace ns { __declspec(dllimport) int ExternalGlobal; } namespace
147 namespace ns { template<typename T> __declspec(dllimport) int ExternalVarTmpl; } namespace
253 namespace ns { __declspec(dllimport) void externalFunc(); } namespace
319 namespace ns { template<typename T> __declspec(dllimport) void externalFuncTmpl(); } namespace
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp126 namespace ns { namespace
137 Bar<bool(ns::Foo<int>::value)> x;
141 namespace ns { namespace
151 Baz<ns::E(0)> b1; // This doesn't work.
152 Baz<static_cast<ns::E>(0)> b2; // This neither.
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp475 NumberingSystem *ns = NumberingSystem::createInstance(nsStatus); local
490 resource = ures_getByKeyWithFallback(resource, ns->getName(), resource, &status);
493 if ( status == U_MISSING_RESOURCE_ERROR && uprv_strcmp(fgLatn,ns->getName())) {
506 delete ns;
595 NumberingSystem *ns = NumberingSystem::createInstance(fSymbols->getLocale(),status); local
608 resource = ures_getByKeyWithFallback(numElements, ns->getName(), resource, &error);
612 if ( error == U_MISSING_RESOURCE_ERROR && uprv_strcmp(ns->getName(),fgLatn)) {
620 delete ns;
H A Dtzfmt.cpp396 NumberingSystem* ns = NumberingSystem::createInstance(locale, status); local
398 if (ns && !ns->isAlgorithmic()) {
399 UnicodeString digits = ns->getDescription();
405 delete ns;
/external/libnfc-nxp/src/
H A DphFriNfc_Llcp.h259 unsigned ns : 4; member in struct:phFriNfc_Llcp_sPacketSequence
/external/libxml2/
H A DSAX2.c1101 xmlChar *ns; local
1107 ns = NULL;
1113 name = xmlSplitQName(ctxt, fullname, &ns);
1115 if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
1124 if (ns != NULL)
1125 xmlFree(ns);
1126 ns = NULL;
1133 if (ns != NULL)
1134 xmlFree(ns);
1169 if ((!ctxt->html) && (ns
1584 xmlNsPtr ns; local
2202 xmlNsPtr last = NULL, ns; local
[all...]
H A Dc14n.c49 xmlNsPtr *nsTab; /* array of ns in no particular order */
79 xmlNsPtr ns,
87 xmlNsPtr ns);
89 xmlNsPtr ns,
260 xmlNs ns; local
262 memcpy(&ns, node, sizeof(ns));
266 ns.next = (xmlNsPtr)parent->parent;
268 ns.next = (xmlNsPtr)parent;
275 return(xmlXPathNodeSetContains(nodes, (xmlNodePtr)&ns));
314 xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) argument
413 xmlC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns) argument
447 xmlExcC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlC14NCtxPtr ctx) argument
498 xmlC14NIsXmlNs(xmlNsPtr ns) argument
539 xmlC14NPrintNamespaces(const xmlNsPtr ns, xmlC14NCtxPtr ctx) argument
604 xmlNsPtr ns, tmp; local
708 xmlNsPtr ns; local
977 xmlC14NFindHiddenParentAttr(xmlC14NCtxPtr ctx, xmlNodePtr cur, const xmlChar * name, const xmlChar * ns) argument
1355 xmlNsPtr ns; local
[all...]
H A DdebugXML.c84 * @ns: the namespace node
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) argument
97 if ((node == NULL) || (ns == NULL))
117 if (cur == ns)
119 if (xmlStrEqual(cur->prefix, ns->prefix))
131 if (oldNs == ns)
192 * @ns: the namespace node
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) argument
201 ret = xmlNsCheckScope(node, ns);
203 if (ns
338 xmlNsPtr ns; local
715 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
752 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) argument
1768 xmlNsPtr ns = (xmlNsPtr) node; local
2165 xmlNsPtr ns; local
[all...]
H A Dschematron.c49 (node->ns != NULL) && \
51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
797 * @ns: the namespace name
803 const xmlChar *prefix, const xmlChar *ns)
830 xmlDictLookup(ctxt->dict, ns, -1);
1166 while (IS_SCHEMATRON(cur, "ns")) {
802 xmlSchematronAddNamespace(xmlSchematronParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *ns) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c201 size_t ns = (2 * pids->alloc) ?: 4; local
203 sizeof(*pids->tasks) * ns);
207 pids->alloc = ns;
/external/openfst/src/include/fst/
H A Ddeterminize.h218 StateId ns = subsets_.Size(); local
220 if (s != ns) delete subset; // subset found
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h640 << arc.nextstate << ", d[ns] = " << Distance(arc.nextstate)
752 StateId ns = arc.nextstate; local
754 << ") to " << ns << "(" << state_table_.Tuple(ns).state_id << ")";
760 balance_data_->Find(paren_id, state_table_.Tuple(ns).state_id);
777 VLOG(2) << state_table_.Tuple(ns).state_id << ", " << source;
779 << DistanceToDest(state_table_.Tuple(ns).state_id, source)
783 Times(DistanceToDest(state_table_.Tuple(ns).state_id, source),
788 DistanceToDest(state_table_.Tuple(ns).state_id, source),
/external/srec/srec/include/
H A Dfront.h166 int np, ns, nf, lognp; member in struct:__anon31104
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c112 xml_namespace_t *ns; local
114 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns,
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java393 public boolean functionAvailable(String ns, String funcName) argument
396 return getExtensionsTable().functionAvailable(ns, funcName);
399 public boolean elementAvailable(String ns, String elemName) argument
402 return getExtensionsTable().elementAvailable(ns, elemName);
405 public Object extFunction(String ns, String funcName, argument
408 {//System.out.println("TransImpl.extFunction() " + ns + " " + funcName +" " + getExtensionsTable());
409 return getExtensionsTable().extFunction(ns, funcName,
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java2844 * @param ns the namespace URI
2851 String ns,
2857 if (ns != null && ns.length() > 0)
2871 if (uri != null && uri.equals(ns))
2881 this.startPrefixMapping(prefixFromRawName, ns, false);
2887 ns, false);
2895 String prefix = m_prefixMap.lookupPrefix(ns);
2901 this.startPrefixMapping(prefix, ns, false);
2907 ns, fals
2850 ensureAttributesNamespaceIsDeclared( String ns, String localName, String rawName) argument
2917 ensurePrefixIsDeclared(String ns, String rawName) argument
[all...]
/external/bzip2/
H A Dbzip2.c1112 Int32 ns = strlen(s); local
1114 if (ns < nx) return False;
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;

Completed in 7228 milliseconds

1234567891011>>