Searched defs:ns (Results 76 - 100 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libxslt/libexslt/
H A Dsets.c103 xmlNodeSetPtr ns, ret; local
118 ns = xmlXPathPopNodeSet(ctxt);
123 ret = xmlXPathDistinctSorted(ns);
125 if (ret != ns)
126 xmlXPathFreeNodeSet(ns);
/external/clang/test/SemaTemplate/
H A Dtemp_arg_type.cpp19 namespace ns { namespace
22 A<ns::B> a8; // expected-error{{use of class template 'ns::B' requires template arguments}}
H A Dinstantiate-using-decl.cpp53 namespace ns { namespace in namespace:test2
58 using ns::foo;
/external/openfst/src/include/fst/
H A Dverify.h42 StateId ns = 0; local
46 ++ns;
48 if (start == kNoStateId && ns > 0) {
51 } else if (start >= ns) {
93 } else if (arc.nextstate >= ns) {
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionsTable.java101 * @param ns the URI of namespace in which the function is needed
108 public boolean functionAvailable(String ns, String funcName) argument
113 if (null != ns)
116 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
125 * @param ns the URI of namespace in which the function is needed
132 public boolean elementAvailable(String ns, String elemName) argument
136 if (null != ns)
139 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
148 * @param ns the URI of namespace in which the function is needed
161 public Object extFunction(String ns, Strin argument
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dnetwork_configuration_updater.cc21 void NetworkConfigurationUpdater::OnPolicyUpdated(const PolicyNamespace& ns, argument
H A Dlogin_profile_policy_provider.cc119 void LoginProfilePolicyProvider::OnPolicyUpdated(const PolicyNamespace& ns, argument
122 if (ns == PolicyNamespace(POLICY_DOMAIN_CHROME, std::string()))
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_updater.cc58 PolicyNamespace ns; local
60 if (!store_->ValidatePolicy(response.Pass(), &ns, &data)) {
66 const std::string& cached_hash = store_->GetCachedHash(ns);
74 const std::string key = NamespaceToKey(ns);
82 store_->Delete(ns);
92 ns,
98 void ComponentCloudPolicyUpdater::CancelUpdate(const PolicyNamespace& ns) { argument
99 external_policy_data_updater_.CancelExternalDataFetch(NamespaceToKey(ns));
103 const PolicyNamespace& ns) {
104 const std::string domain = base::IntToString(ns
102 NamespaceToKey( const PolicyNamespace& ns) argument
[all...]
H A Dcomponent_cloud_policy_store_unittest.cc86 PolicyNamespace ns(POLICY_DOMAIN_EXTENSIONS, kTestExtension);
87 PolicyMap& policy = expected_bundle_.Get(ns);
125 PolicyNamespace ns; local
126 EXPECT_TRUE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
127 EXPECT_EQ(POLICY_DOMAIN_EXTENSIONS, ns.domain);
128 EXPECT_EQ(kTestExtension, ns.component_id);
136 PolicyNamespace ns; local
137 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload));
143 PolicyNamespace ns; local
144 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns,
150 PolicyNamespace ns; local
157 PolicyNamespace ns; local
165 PolicyNamespace ns; local
174 PolicyNamespace ns; local
181 PolicyNamespace ns; local
187 PolicyNamespace ns; local
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp75 namespace ns { namespace in namespace:test5
83 A::foo(); // expected-error {{'foo' is a private member of 'test5::ns::A'}}
88 ns::A::foo(); // expected-error {{'foo' is a private member of 'test5::ns::A'}}
98 namespace ns { namespace in namespace:test6
113 ns::B::foo(); // expected-error {{'foo' is a private member of 'test6::ns::B'}}
121 namespace ns { namespace in namespace:test7a
125 using namespace ns;
131 class ns
138 namespace ns { namespace in namespace:test7b
[all...]
/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/Misc/
H A Ddiag-aka-types.cpp33 namespace ns { namespace
43 void helper(callback cb) {} // expected-note{{candidate function not viable: no known conversion from 'void (*)(struct data *)' (aka 'void (*)(ns::data *)') to 'callback' (aka 'void (*)(struct data *)') for 1st argument}}
46 helper(&ns::str::method); // expected-error{{no matching function for call to 'helper'}}
/external/clang/test/OpenMP/
H A Dthreadprivate_messages.cpp71 namespace ns { namespace
76 #pragma omp threadprivate (ns::m) // expected-error {{'#pragma omp threadprivate' must precede all references to variable 'ns::m'}}
77 #pragma omp threadprivate (ns:m) // expected-error {{unexpected ':' in nested name specifier; did you mean '::'?}} expected-error {{'#pragma omp threadprivate' must precede all references to variable 'ns::m'}}
/external/expat/tests/benchmark/
H A Dbenchmark.c32 int j = 0, ns = 0; local
39 ns = 1;
73 if (ns)
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc.c189 uint8_t ns = (llc_header & 0x38) >> 3; local
191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr);
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPubSubManager.java273 private Packet sendPubsubPacket(Type type, PacketExtension ext, PubSubNamespace ns) argument
276 return sendPubsubPacket(con, to, type, ext, ns);
290 static PubSub createPubsubPacket(String to, Type type, PacketExtension ext, PubSubNamespace ns) argument
296 if (ns != null)
298 request.setPubSubNamespace(ns);
311 static Packet sendPubsubPacket(Connection con, String to, Type type, PacketExtension ext, PubSubNamespace ns) argument
314 return SyncPacketSend.getReply(con, createPubsubPacket(to, type, ext, ns));
323 static Packet sendPubsubPacket(Connection con, String to, Type type, PubSub packet, PubSubNamespace ns) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h67 StateId ns = fst->NumStates(); local
68 if (ns == 0) return;
74 idistance = new vector<Weight>(ns, Weight::Zero());
77 idistance->resize(ns, Weight::Zero());
81 fdistance = new vector<Weight>(ns, Weight::Zero());
84 fdistance->resize(ns, Weight::Zero());
92 for (StateId state = 0; state < ns; ++state) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
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/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.cc77 const PolicyNamespace& ns,
80 DCHECK_EQ(POLICY_DOMAIN_CHROME, ns.domain);
81 DCHECK(ns.component_id.empty());
76 OnPolicyUpdated( const PolicyNamespace& ns, const PolicyMap& previous, const PolicyMap& current) argument
/external/chromium_org/components/policy/core/common/
H A Dpolicy_test_utils.cc236 std::ostream& operator<<(std::ostream& os, const policy::PolicyNamespace& ns) { argument
237 os << ns.domain << "/" << ns.component_id;
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dfault_pm_nameservice_test.cc81 int ns = -1; local
82 nacl_nameservice(&ns);
83 printf("ns = %d\n", ns);
84 assert(-1 != ns);
85 int connected_socket = imc_connect(ns);
89 close(ns);
92 close(ns);
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlnsstack.cc87 const std::string& ns) {
89 return match.second && (match.first == ns);
92 std::pair<std::string, bool> XmlnsStack::PrefixForNs(const std::string& ns, argument
94 if (ns == NS_XML)
96 if (ns == NS_XMLNS)
98 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
104 if (*(pos + 1) == ns &&
105 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))
120 void XmlnsStack::AddXmlns(const std::string & prefix, const std::string & ns) { argument
86 PrefixMatchesNs(const std::string& prefix, const std::string& ns) argument
145 SuggestPrefix(const std::string & ns) argument
172 AddNewPrefix(const std::string& ns, bool isAttr) argument
[all...]
/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/libxslt/libxslt/
H A Dnamespaces.c203 * Store the ns-node in the alias-object.
323 * Find a matching (prefix and ns-name) ns-declaration
325 * If none is found then a new ns-declaration will be
327 * already in use, then a ns-declaration with a modified ns-prefix
329 * preserve ns-prefixes; it will only change a prefix if there's
341 xmlNsPtr ns; local
349 * NOTE: Namespace exclusion and ns-aliasing is performed at
360 * the ns
634 xsltGetNamespace(xsltTransformContextPtr ctxt, xmlNodePtr cur, xmlNsPtr ns, xmlNodePtr out) argument
707 xsltGetPlainNamespace(xsltTransformContextPtr ctxt, xmlNodePtr cur, xmlNsPtr ns, xmlNodePtr out) argument
825 xsltCopyNamespace(xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED, xmlNodePtr elem, xmlNsPtr ns) argument
[all...]
/external/chromium_org/third_party/re2/util/
H A Dbenchmark.cc35 static int64 ns; variable
45 ns += nsec() - t0;
69 ns = 0;
80 ns += nsec() - t0;
105 while(ns < (int)1e9 && n < (int)1e9) {
107 if(ns/n == 0)
110 n = 1e9 / (ns/n);
121 if(ns > 0 && bytes > 0)
122 snprintf(mb, sizeof mb, "\t%7.2f MB/s", ((double)bytes/1e6)/((double)ns/1e9));
131 printf("%s%s\t%8lld\t%10lld ns/o
[all...]

Completed in 919 milliseconds

1234567891011>>