Searched defs:ns (Results 51 - 75 of 304) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPExtensionsProvider.java64 public boolean functionAvailable(String ns, String funcName) argument
74 javax.xml.namespace.QName myQName = new QName( ns, funcName );
92 public boolean elementAvailable(String ns, String elemName) argument
100 public Object extFunction(String ns, String funcName, Vector argVec, argument
111 javax.xml.namespace.QName myQName = new QName( ns, funcName );
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service.cc12 const PolicyNamespace& ns)
14 ns_(ns) {}
28 void PolicyChangeRegistrar::OnPolicyUpdated(const PolicyNamespace& ns, argument
31 if (ns != ns_)
11 PolicyChangeRegistrar(PolicyService* policy_service, const PolicyNamespace& ns) argument
H A Dpolicy_bundle.cc18 PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) { argument
19 DCHECK(ns.domain != POLICY_DOMAIN_CHROME || ns.component_id.empty());
20 PolicyMap*& policy = policy_bundle_[ns];
26 const PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) const {
27 DCHECK(ns.domain != POLICY_DOMAIN_CHROME || ns.component_id.empty());
28 const_iterator it = policy_bundle_.find(ns);
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc41 : namespace_(const_value.ns),
45 QName::QName(const std::string& ns, const std::string& local) argument
46 : namespace_(ns),
84 return namespace_.compare(other.ns);
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.cc24 : namespace_(const_value.ns),
28 QName::QName(const std::string& ns, const std::string& local) argument
29 : namespace_(ns),
67 return namespace_.compare(other.ns);
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/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp16 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test0
18 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
22 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test1
23 using ns::foo; //expected-note {{using declaration}}
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test2
31 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
35 using ns::foo; //expected-note {{using declaration}}
41 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test3
45 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
51 using ns
58 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test4
76 namespace ns { void foo(int); } namespace in namespace:test5
96 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test6
98 namespace ns { namespace in namespace:test6
[all...]
H A Dp8.cpp8 namespace ns { namespace in namespace:test0
12 using ns::foo;
13 using ns::foo;
19 namespace ns { namespace in namespace:test0
27 using ns::foo;
33 using ns::foo;
38 namespace ns { namespace in namespace:test1
43 using ns::foo;
50 namespace ns { namespace in namespace:test1
59 using ns
[all...]
/external/clang/test/CodeGenCXX/
H A Dstatic-member-variable-explicit-specialization.cpp42 namespace ns { namespace
/external/clang/test/OpenMP/
H A Dthreadprivate_ast_print.cpp48 namespace ns{ namespace
51 // CHECK: namespace ns {
54 #pragma omp threadprivate(ns::a)
55 // CHECK-NEXT: #pragma omp threadprivate(ns::a)
/external/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp32 namespace ns { namespace
51 if (result((ns::type) i).check())
60 if (result((ns::rec) i).check())
/external/flac/include/share/
H A Dalloc.h40 size_t ns = n; local
42 return n == ns ? malloc(ns) : NULL;
49 size_t ns = n; local
51 return n == ns ? malloc(ns) : NULL;
58 size_t ns = n; local
60 return n == ns ? malloc(ns) : NULL;
67 size_t ns local
[all...]
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dmutex.fail.cpp27 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
38 assert(d < ns(2500000)); // within 2.5ms
/external/libcxx/test/utilities/time/time.duration/time.duration.literals/
H A Dliterals.pass.cpp27 static_assert ( std::is_same<decltype( 3ns ), std::chrono::nanoseconds>::value, "" );
54 std::chrono::nanoseconds ns = 645ns; local
55 assert ( ns == std::chrono::nanoseconds(645));
56 auto ns2 = 645.ns;
57 assert ( ns == ns2 );
H A Dliterals1.pass.cpp43 nanoseconds ns = 645ns; local
44 assert ( ns == nanoseconds(645));
45 auto ns2 = 645.ns;
46 assert ( ns == ns2 );
H A Dliterals2.pass.cpp46 std::chrono::nanoseconds ns = 645ns; local
47 assert ( ns == std::chrono::nanoseconds(645));
48 auto ns2 = 645.ns;
49 assert ( ns == ns2 );
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp113 long ns = absoluteTime.tv_nsec + ((millisec % 1000) * 1000000); local
114 if (ns > 1000000000)
117 absoluteTime.tv_nsec = ns - 1000000000;
120 absoluteTime.tv_nsec = ns;
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dtsc.c11 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) argument
15 t = ns - tc->time_zero;
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSimplePayload.java27 private String ns; field in class:SimplePayload
42 ns = namespace;
52 return ns;
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
H A DPubSub.java29 private PubSubNamespace ns = PubSubNamespace.BASIC; field in class:PubSub
52 return ns.getXmlns();
60 * @param ns - The new value for the namespace.
62 public void setPubSubNamespace(PubSubNamespace ns) argument
64 this.ns = ns;
80 return ns;
H A DPubSubNamespace.java38 String ns = "http://jabber.org/protocol/pubsub";
41 ns += '#' + fragment;
43 return ns;
51 public static PubSubNamespace valueOfFromXmlns(String ns) argument
53 int index = ns.lastIndexOf('#');
57 String suffix = ns.substring(ns.lastIndexOf('#')+1);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h39 StateId ns = 0; local
43 ++ns;
45 if (start == kNoStateId && ns > 0) {
48 } else if (start >= ns) {
90 } else if (arc.nextstate >= ns) {
/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...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
H A DPack.java14 public static void bigEndianToInt(byte[] bs, int off, int[] ns) argument
16 for (int i = 0; i < ns.length; ++i)
18 ns[i] = bigEndianToInt(bs, off);
38 public static byte[] intToBigEndian(int[] ns) argument
40 byte[] bs = new byte[4 * ns.length];
41 intToBigEndian(ns, bs, 0);
45 public static void intToBigEndian(int[] ns, byte[] bs, int off) argument
47 for (int i = 0; i < ns.length; ++i)
49 intToBigEndian(ns[i], bs, off);
61 public static void bigEndianToLong(byte[] bs, int off, long[] ns) argument
83 longToBigEndian(long[] ns) argument
90 longToBigEndian(long[] ns, byte[] bs, int off) argument
108 littleEndianToInt(byte[] bs, int off, int[] ns) argument
132 intToLittleEndian(int[] ns) argument
139 intToLittleEndian(int[] ns, byte[] bs, int off) argument
155 littleEndianToLong(byte[] bs, int off, long[] ns) argument
177 longToLittleEndian(long[] ns) argument
184 longToLittleEndian(long[] ns, byte[] bs, int off) argument
[all...]

Completed in 778 milliseconds

1234567891011>>