Searched refs:ns (Results 76 - 100 of 526) sorted by relevance

1234567891011>>

/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp88 namespace ns { namespace in namespace:test0
96 friend void ns::f(int a);
/external/clang/test/SemaCXX/
H A Dcxx1y-user-defined-literals.cpp11 duration operator""ns(unsigned long long);
33 duration a = 1ns, b = 1us, c = 1ms, d = 1s, e = 1min, f = 1h;
H A Dliteral-operators.cpp10 namespace ns { void operator "" _ns_good (const char *); } namespace
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dadopt_lock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
38 ns d = t1 - t0 - ms(250);
H A Dmutex.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Dmutex.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
H A Dlock.pass.cpp29 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
H A Dtry_lock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
H A Dlock.pass.cpp29 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
H A Dtry_lock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dlock.pass.cpp29 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
H A Dtry_lock.pass.cpp29 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
H A Dlock.pass.cpp29 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
H A Dtry_lock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
H A Dlock.pass.cpp29 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
H A Dtry_lock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store.cc103 const PolicyNamespace& ns) const {
106 cached_hashes_.find(ns);
130 PolicyNamespace ns(constants.domain, id);
138 Delete(ns);
148 policy_bundle_.Get(ns).Swap(&policy);
149 cached_hashes_[ns] = payload.secure_hash();
152 Delete(ns);
158 bool ComponentCloudPolicyStore::Store(const PolicyNamespace& ns, argument
163 const DomainConstants* constants = GetDomainConstants(ns.domain);
170 cache_->Store(constants->proto_cache_key, ns
179 Delete(const PolicyNamespace& ns) argument
247 ValidatePolicy( scoped_ptr<em::PolicyFetchResponse> proto, PolicyNamespace* ns, em::ExternalPolicyData* payload) argument
[all...]
H A Dcomponent_cloud_policy_store.h63 // The cached hash for namespace |ns|, or the empty string if |ns| is not
65 const std::string& GetCachedHash(const PolicyNamespace& ns) const;
78 // Stores the protobuf and |data| for namespace |ns|. The protobuf is passed
85 bool Store(const PolicyNamespace& ns,
90 // Deletes the storage of namespace |ns| and stops serving its policies.
91 void Delete(const PolicyNamespace& ns);
101 // Validates |proto| and returns the corresponding policy namespace in |ns|,
108 PolicyNamespace* ns,
/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/apache-xml/src/main/java/org/apache/xalan/transformer/
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));
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service_stub.cc22 const PolicyNamespace& ns) const {
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_time_point.pass.cpp31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
40 assert(d < ns(50000000)); // within 50ms
49 ns d = t1 - t0 - ms(250);
/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.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...]

Completed in 2454 milliseconds

1234567891011>>