Searched refs:ns (Results 126 - 150 of 526) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc994 State* ns = state->next_[ByteMap(c)]; local
995 ANNOTATE_HAPPENS_AFTER(ns);
996 if (ns != NULL)
997 return ns;
1059 ns = WorkqToCachedState(q0_, flag);
1066 // b) 'ns' is properly published.
1067 WriteMemoryBarrier(); // Flush ns before linking to it.
1070 ANNOTATE_HAPPENS_BEFORE(ns);
1071 state->next_[ByteMap(c)] = ns;
1073 return ns;
1394 State* ns = s->next_[bytemap[c]]; local
1483 State* ns = s->next_[ByteMap(lastbyte)]; local
1958 State* ns = RunStateOnByteUnlocked(s, c); local
2047 State* ns = RunStateOnByteUnlocked(s, kByteEndText); local
2086 State* ns = RunStateOnByteUnlocked(s, j); local
[all...]
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_duration.pass.cpp31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
49 ns d = t1 - t0 - ms(250);
H A Dmutex_try_to_lock.pass.cpp30 typedef std::chrono::nanoseconds ns; typedef
54 ns d = t1 - t0 - ms(250);
/external/regex-re2/re2/
H A Ddfa.cc992 State* ns = state->next_[ByteMap(c)]; local
993 ANNOTATE_HAPPENS_AFTER(ns);
994 if (ns != NULL)
995 return ns;
1057 ns = WorkqToCachedState(q0_, flag);
1064 // b) 'ns' is properly published.
1065 WriteMemoryBarrier(); // Flush ns before linking to it.
1068 ANNOTATE_HAPPENS_BEFORE(ns);
1069 state->next_[ByteMap(c)] = ns;
1071 return ns;
1392 State* ns = s->next_[bytemap[c]]; local
1481 State* ns = s->next_[ByteMap(lastbyte)]; local
1956 State* ns = RunStateOnByteUnlocked(s, c); local
2045 State* ns = RunStateOnByteUnlocked(s, kByteEndText); local
2084 State* ns = RunStateOnByteUnlocked(s, j); local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
108 if(null == ns)
109 ns = "";
110 return ns;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
99 if(null == ns)
100 ns = "";
101 return ns;
H A DQName.java273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
275 while (null != ns)
277 if ((null != ns.m_prefix) && prefix.equals(ns.m_prefix))
279 namespace = ns.m_uri;
285 ns = ns.m_next;
517 * prefix if available, or the '{ns}foo' notation if not. Performs
533 * the '{ns}foo' notation. Performs
581 * @param ns Namespac
586 equals(String ns, String localPart) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_profile_policy_provider.h32 virtual void OnPolicyUpdated(const PolicyNamespace& ns,
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service_stub.h29 const PolicyNamespace& ns) const OVERRIDE;
H A Dschema_registry.h62 void RegisterComponent(const PolicyNamespace& ns,
69 virtual void UnregisterComponent(const PolicyNamespace& ns);
112 virtual void UnregisterComponent(const PolicyNamespace& ns) OVERRIDE;
144 virtual void UnregisterComponent(const PolicyNamespace& ns) OVERRIDE;
H A Dpolicy_service_impl.h46 const PolicyNamespace& ns) const OVERRIDE;
57 // Posts a task to notify observers of |ns| that its policies have changed,
59 void NotifyNamespaceUpdated(const PolicyNamespace& ns,
/external/chromium_org/extensions/common/
H A Dupdate_manifest.cc53 if (node->ns != expected_namespace) {
116 for (xmlNs* ns = node->ns; ns != NULL; ns = ns->next) {
117 if (ns->href && !xmlStrcmp(ns->href, href)) {
118 return ns;
/external/chromium_org/third_party/libxml/src/
H A DtestC14N.c31 "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
239 xmlNsPtr ns; local
291 ns = node->nsDef;
292 while(ns != NULL) {
293 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
294 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href);
300 ns = ns
[all...]
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py175 ns = kw
176 ns['__template_name__'] = self.name
178 ns.update(self.namespace)
179 result, defs, inherit = self._interpret(ns)
183 result = self._interpret_inherit(result, defs, inherit, ns)
186 def _interpret(self, ns):
190 self._interpret_codes(self._parsed, ns, out=parts, defs=defs)
197 def _interpret_inherit(self, body, defs, inherit_template, ns):
208 ns = ns
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c473 xmlNsPtr ns,
478 if ((cctxt == NULL) || (doc == NULL) || (ns == NULL))
490 ret->ns = ns;
491 ret->origNsName = ns->href;
699 * Global list of excluded result ns-decls.
935 * Restore changed ns-decls before freeing the document.
1313 xmlNsPtr ns; local
1324 ns = xmlSearchNs(style->doc, cur, NULL);
1325 if (ns !
471 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt, xmlDocPtr doc, xmlNsPtr ns, xmlNodePtr elem) argument
1577 xmlNsPtr ns; local
1713 xmlNsPtr ns; local
1762 xmlNsPtr ns; local
1808 xmlNsPtr ns; local
1854 xmlNsPtr ns; local
2027 xmlNsPtr ns, tmpns; local
2504 xmlNsPtr *list = NULL, ns; local
2617 xmlNsPtr ns; local
3499 xmlNsPtr ns = cur->nsDef, prev = NULL, next; local
3648 xmlNsPtr ns = cur->nsDef; local
6266 xsltRestoreDocumentNamespaces(xsltNsMapPtr ns, xmlDocPtr doc) argument
6916 xmlNsPtr ns; local
[all...]
H A Dtemplates.h36 const xmlChar *ns);
41 const xmlChar *ns,
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java259 String ns = dtm.getNamespaceURI(node);
260 if(null == ns)
261 ns = "";
279 this.m_contentHandler.startElement(ns,
372 String ns = m_dtm.getNamespaceURI(node);
373 if(null == ns)
374 ns = "";
375 this.m_contentHandler.endElement(ns,
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.h45 const char* const ns; member in struct:buzz::StaticQName
57 QName(const std::string& ns, const std::string& local);
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dqname.h28 const char* const ns; member in struct:buzz::StaticQName
40 QName(const std::string& ns, const std::string& local);
/external/clang/test/SemaCXX/
H A Dusing-directive.cpp130 namespace ns { typedef int test1; } namespace in namespace:test1
131 template <class T> using namespace ns; // expected-error {{cannot template a using directive}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp53 namespace ns { namespace in namespace:test2
58 using ns::foo;
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dlock.pass.cpp30 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Dmutex_try_to_lock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
51 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
H A Dlock.pass.cpp27 typedef std::chrono::nanoseconds ns; typedef
36 ns d = t1 - t0 - ms(250);
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_shared.pass.cpp30 typedef std::chrono::nanoseconds ns; typedef
42 ns d = t1 - t0 - ms(250);

Completed in 412 milliseconds

1234567891011>>