Searched defs:ns (Results 251 - 275 of 304) sorted by relevance

<<111213

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp1965 int32_t ns = Transliterator::countAvailableSources(); local
1966 if (ns < 0 || ns > 255) {
1967 errln((UnicodeString)"FAIL: Bad source count: " + ns);
1971 for (i=0; i<ns; ++i) {
H A Dnumfmtst.cpp3140 NumberingSystem *ns = NumberingSystem::createInstance(ec); local
3145 if ( ns != NULL ) {
3146 ns->getDynamicClassID();
3147 ns->getStaticClassID();
3152 NumberingSystem *ns1 = new NumberingSystem(*ns);
3158 delete ns;
6622 NumberingSystem* ns = NumberingSystem::createInstanceByName(nsname,status); local
6623 if ( uprv_strcmp(nsname,ns->getName()) ) {
6627 delete ns;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2790 const uint64 ns = f->timestamp(); local
2791 const uint64 tc = ns / timecode_scale;
2969 const uint64 frame_timestamp = frame->timestamp(); // ns
/external/chromium_org/third_party/libxml/src/
H A Druntest.c3482 xmlNsPtr ns; local
3485 for (ns = root->nsDef, j = 0;ns != NULL && j < 20;ns=ns->next) {
3486 namespaces[j++] = ns->href;
3487 namespaces[j++] = ns->prefix;
3559 xmlNsPtr ns; local
3611 ns = node->nsDef;
3612 while(ns !
3797 char *ns = NULL; local
[all...]
H A Dvalid.c1388 xmlChar *ns, *uqname; local
1440 uqname = xmlSplitQName2(name, &ns);
1461 if (ns != NULL)
1462 xmlFree(ns);
1471 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1475 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
1484 ret = xmlHashLookup2(table, name, ns);
1497 if (ns != NULL)
1498 xmlFree(ns);
1501 if (ns !
1925 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
4526 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
6165 xmlNsPtr ns; local
6174 xmlNsPtr ns; local
6249 xmlNsPtr ns; local
6266 xmlNsPtr ns; local
6371 xmlNsPtr ns; local
[all...]
H A Dxmlreader.c920 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
927 qname = xmlStrdup(node->ns->prefix);
1011 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
1018 qname = xmlStrdup(node->ns->prefix);
1485 (reader->node->ns != NULL) &&
1486 ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) ||
1487 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) {
2300 xmlNsPtr ns; local
2348 xmlNsPtr ns; local
2420 xmlNsPtr ns; local
2516 xmlNsPtr ns; local
2544 xmlNsPtr ns; local
2593 xmlNsPtr ns; local
2698 xmlNsPtr ns; local
2793 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2858 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2924 xmlNsPtr ns; local
3078 xmlNsPtr ns = (xmlNsPtr) node; local
3109 xmlNsPtr ns = (xmlNsPtr) node; local
3177 xmlNsPtr ns = (xmlNsPtr) node; local
3248 xmlNsPtr ns = (xmlNsPtr) node; local
3284 xmlNsPtr ns = (xmlNsPtr) node; local
3316 xmlNsPtr ns = (xmlNsPtr) node; local
[all...]
H A Dparser.c1378 * Pushes a new parser namespace on top of the ns stack
1429 * Pops the top @nr parser prefix/namespace from the ns stack
13103 xmlNsPtr ns = cur->nsDef; local
13106 while (ns != NULL) {
13108 iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1);
13109 ihref = xmlDictLookup(ctxt->dict, ns->href, -1);
13111 iprefix = ns->prefix;
13112 ihref = ns->href;
13119 ns = ns
[all...]
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...]
H A Dxmlschemastypes.c956 * @ns: the notation namespace name or NULL
965 const xmlChar *ns)
974 if (ns != NULL)
975 val->value.qname.uri = (xmlChar *)ns;
1061 * @ns: the URI of the namespace usually "http://www.w3.org/2001/XMLSchema"
1068 xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) { argument
1073 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns));
2679 xmlNsPtr ns; local
2682 ns = xmlSearchNs(node->doc, node, prefix);
2683 if ((ns
964 xmlSchemaNewNOTATIONValue(const xmlChar *name, const xmlChar *ns) argument
2856 xmlNsPtr ns; local
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1740 struct suffix *ns = xmalloc (sizeof (*ns)); local
1741 ns->name = (yyvsp[(5) - (6)].field)->name;
1742 ns->idx = ++nsuffixes;
1743 if (tsearch (ns, &suffixes, compare_suf)
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1964 int32_t ns = Transliterator::countAvailableSources(); local
1965 if (ns < 0 || ns > 255) {
1966 errln((UnicodeString)"FAIL: Bad source count: " + ns);
1970 for (i=0; i<ns; ++i) {
H A Dnumfmtst.cpp3169 NumberingSystem *ns = NumberingSystem::createInstance(ec); local
3174 if ( ns != NULL ) {
3175 ns->getDynamicClassID();
3176 ns->getStaticClassID();
3181 NumberingSystem *ns1 = new NumberingSystem(*ns);
3187 delete ns;
6651 NumberingSystem* ns = NumberingSystem::createInstanceByName(nsname,status); local
6652 if ( uprv_strcmp(nsname,ns->getName()) ) {
6656 delete ns;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2950 const uint64 ns = f->timestamp(); local
2951 const uint64 tc = ns / timecode_scale;
3130 const uint64 frame_timestamp = frame->timestamp(); // ns
/external/libxml2/
H A Dvalid.c1388 xmlChar *ns, *uqname; local
1440 uqname = xmlSplitQName2(name, &ns);
1461 if (ns != NULL)
1462 xmlFree(ns);
1471 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1475 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
1484 ret = xmlHashLookup2(table, name, ns);
1497 if (ns != NULL)
1498 xmlFree(ns);
1501 if (ns !
1925 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
4526 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
6166 xmlNsPtr ns; local
6175 xmlNsPtr ns; local
6250 xmlNsPtr ns; local
6267 xmlNsPtr ns; local
6372 xmlNsPtr ns; local
[all...]
H A Dxmlreader.c936 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
943 qname = xmlStrdup(node->ns->prefix);
1027 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
1034 qname = xmlStrdup(node->ns->prefix);
1502 (reader->node->ns != NULL) &&
1503 ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) ||
1504 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) {
2323 xmlNsPtr ns; local
2371 xmlNsPtr ns; local
2443 xmlNsPtr ns; local
2539 xmlNsPtr ns; local
2567 xmlNsPtr ns; local
2616 xmlNsPtr ns; local
2721 xmlNsPtr ns; local
2816 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2881 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2947 xmlNsPtr ns; local
3101 xmlNsPtr ns = (xmlNsPtr) node; local
3132 xmlNsPtr ns = (xmlNsPtr) node; local
3200 xmlNsPtr ns = (xmlNsPtr) node; local
3271 xmlNsPtr ns = (xmlNsPtr) node; local
3307 xmlNsPtr ns = (xmlNsPtr) node; local
3339 xmlNsPtr ns = (xmlNsPtr) node; local
[all...]
H A Dtree.c56 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
793 * @ns: a namespace pointer
798 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { argument
806 node->ns = ns;
820 "xmlFreeNs : ns == NULL\n");
841 "xmlFreeNsList : ns == NULL\n");
1821 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, argument
1856 cur->ns = ns;
1948 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1973 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
2209 xmlNewNode(xmlNsPtr ns, const xmlChar *name) argument
2251 xmlNewNodeEatName(xmlNsPtr ns, xmlChar *name) argument
2299 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2336 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2370 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2468 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2848 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
3988 xmlNsPtr ns; local
4229 xmlNsPtr ns; local
4928 xmlNsPtr ns; local
5002 xmlNsPtr ns; local
5149 xmlNsPtr ns; local
5927 xmlNsPtr ns; local
6181 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6760 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6800 xmlNsPtr ns; local
6824 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
7924 xmlNsPtr ns; local
8009 xmlNsPtr ns; local
8037 xmlNsPtr ns; local
8175 xmlNsPtr ns; local
8308 xmlNsPtr ns, prevns; local
8410 xmlNsPtr ns; local
8549 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8696 xmlNsPtr ns, prevns; local
8965 xmlNsPtr ns = NULL; local
9335 xmlNsPtr ns; local
9863 xmlNsPtr ns = NULL; local
[all...]
H A Dxmlschemastypes.c956 * @ns: the notation namespace name or NULL
965 const xmlChar *ns)
974 if (ns != NULL)
975 val->value.qname.uri = (xmlChar *)ns;
1061 * @ns: the URI of the namespace usually "http://www.w3.org/2001/XMLSchema"
1068 xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) { argument
1073 return((xmlSchemaTypePtr) xmlHashLookup2(xmlSchemaTypesBank, name, ns));
2686 xmlNsPtr ns; local
2689 ns = xmlSearchNs(node->doc, node, prefix);
2690 if ((ns
964 xmlSchemaNewNOTATIONValue(const xmlChar *name, const xmlChar *ns) argument
2863 xmlNsPtr ns; local
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp454 NumberingSystem *ns = NumberingSystem::createInstance(nsStatus); local
469 resource = ures_getByKeyWithFallback(resource, ns->getName(), resource, &status);
472 if ( status == U_MISSING_RESOURCE_ERROR && uprv_strcmp(fgLatn,ns->getName())) {
485 delete ns;
574 NumberingSystem *ns = NumberingSystem::createInstance(fSymbols->getLocale(),status); local
587 resource = ures_getByKeyWithFallback(numElements, ns->getName(), resource, &error);
591 if ( error == U_MISSING_RESOURCE_ERROR && uprv_strcmp(ns->getName(),fgLatn)) {
599 delete ns;
/external/chromium_org/third_party/libevent/
H A Devdns.c169 struct nameserver *ns; /* the server which we last sent it */ member in struct:request
325 static void nameserver_send_probe(struct nameserver *const ns);
450 struct nameserver *const ns = (struct nameserver *) arg; local
454 nameserver_send_probe(ns);
461 nameserver_probe_failed(struct nameserver *const ns) { argument
463 (void) evtimer_del(&ns->timeout_event);
464 if (ns->state == 1) {
471 &global_nameserver_timeouts[MIN(ns->failed_times,
473 ns->failed_times++;
475 if (evtimer_add(&ns
486 nameserver_failed(struct nameserver *const ns, const char *msg) argument
533 nameserver_up(struct nameserver *const ns) argument
1157 address_is_correct(struct nameserver *ns, struct sockaddr *sa, socklen_t slen) argument
1169 nameserver_read(struct nameserver *ns) argument
1251 nameserver_write_waiting(struct nameserver *ns, char waiting) argument
1269 struct nameserver *ns = (struct nameserver *) arg; local
1986 struct nameserver *const ns = (struct nameserver *) arg; local
1999 nameserver_send_probe(struct nameserver *const ns) argument
2117 struct nameserver *ns; local
2846 IP_ADDR_STRING *ns; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc227 // ns, and highpass) and the rest hardcoded in InitInternal.
923 LOG(LS_INFO) << "Experimental ns is enabled? " << experimental_ns;
939 LOG(LS_INFO) << "Experimental ns is enabled? " << experimental_ns;
3407 webrtc::NetworkStatistics ns; local
3410 *it, ns) != -1) {
3411 rinfo.jitter_buffer_ms = ns.currentBufferSize;
3412 rinfo.jitter_buffer_preferred_ms = ns.preferredBufferSize;
3414 static_cast<float>(ns.currentExpandRate) / (1 << 14);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2113 OptionsToInterpret(const string& ns, argument
2117 : name_scope(ns),
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1818 OptionsToInterpret(const string& ns, argument
1822 : name_scope(ns),
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c94 struct wpa_ssid_value *ssid = NULL, *ns; local
140 ns = os_realloc_array(ssid, ssid_count + 1,
142 if (ns == NULL) {
147 ssid = ns;

Completed in 2100 milliseconds

<<111213