Searched refs:ns (Results 151 - 175 of 526) sorted by relevance

1234567891011>>

/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/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h44 #define LLVM_READOBJ_ENUM_ENT(ns, enum) \
45 { #enum, ns::enum }
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPubSubElementType.java52 private PubSubElementType(String elemName, PubSubNamespace ns) argument
55 nSpace = ns;
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp309 for (const GLsizei* ns = DE_ARRAY_BEGIN(params.numSamples);
310 ns != DE_ARRAY_END(params.numSamples);
311 ns++)
318 if (*ns == SAMPLES_NONE)
320 else if (*ns == SAMPLES_TEXTURE)
323 os << "rbo" << *ns; local
337 GLsizei ns = params.numSamples[i]; local
339 if (ns == SAMPLES_NONE)
347 if (ns == SAMPLES_TEXTURE)
350 os << ns << "
384 const GLsizei ns = m_params.numSamples[i]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c261 xmlNsPtr ns = NULL; local
267 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
269 xmlSetNs(node, ns);
273 *ret_ns = (xml_namespace_t *) ns;
280 xml_namespace_t *ns, const char *name)
283 node = xmlNewChild((xmlNodePtr) parent, (xmlNsPtr) ns,
290 xml_node_t *parent, xml_namespace_t *ns,
294 node = xmlNewTextChild((xmlNodePtr) parent, (xmlNsPtr) ns,
305 xmlNsPtr ns; local
309 ns
279 xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, xml_namespace_t *ns, const char *name) argument
289 xml_node_create_text(struct xml_node_ctx *ctx, xml_node_t *parent, xml_namespace_t *ns, const char *name, const char *value) argument
323 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c261 xmlNsPtr ns = NULL; local
267 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
269 xmlSetNs(node, ns);
273 *ret_ns = (xml_namespace_t *) ns;
280 xml_namespace_t *ns, const char *name)
283 node = xmlNewChild((xmlNodePtr) parent, (xmlNsPtr) ns,
290 xml_node_t *parent, xml_namespace_t *ns,
294 node = xmlNewTextChild((xmlNodePtr) parent, (xmlNsPtr) ns,
305 xmlNsPtr ns; local
309 ns
279 xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, xml_namespace_t *ns, const char *name) argument
289 xml_node_create_text(struct xml_node_ctx *ctx, xml_node_t *parent, xml_namespace_t *ns, const char *name, const char *value) argument
323 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c261 xmlNsPtr ns = NULL; local
267 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
269 xmlSetNs(node, ns);
273 *ret_ns = (xml_namespace_t *) ns;
280 xml_namespace_t *ns, const char *name)
283 node = xmlNewChild((xmlNodePtr) parent, (xmlNsPtr) ns,
290 xml_node_t *parent, xml_namespace_t *ns,
294 node = xmlNewTextChild((xmlNodePtr) parent, (xmlNsPtr) ns,
305 xmlNsPtr ns; local
309 ns
279 xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, xml_namespace_t *ns, const char *name) argument
289 xml_node_create_text(struct xml_node_ctx *ctx, xml_node_t *parent, xml_namespace_t *ns, const char *name, const char *value) argument
323 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) argument
[all...]
/external/chromium_org/third_party/libxml/src/
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 Dpattern.c91 const xmlChar *ns; /* second string value */ member in struct:_xmlStreamStep
529 if (node->ns == NULL) {
532 } else if (node->ns->href != NULL) {
535 if (!xmlStrEqual(step->value2, node->ns->href))
575 if (node->ns == NULL) {
579 if (!xmlStrEqual(step->value2, node->ns->href))
601 if (node->ns == NULL) {
604 } else if (node->ns->href != NULL) {
607 if (!xmlStrEqual(step->value2, node->ns->href))
638 if (node->ns
1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument
1853 xmlStreamPushInternal(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2212 xmlStreamPush(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
2237 xmlStreamPushNode(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2262 xmlStreamPushAttr(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
[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...]
/external/libpng/contrib/libtests/
H A Dtimepng.c151 long ns = after.tv_nsec - before.tv_nsec; local
153 if (ns < 0)
156 ns += 1000000000;
158 if (ns < 0)
165 printf("%lu.%.9ld\n", s, ns);
/external/libxml2/
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 Dpattern.c94 const xmlChar *ns; /* second string value */ member in struct:_xmlStreamStep
533 if (node->ns == NULL) {
536 } else if (node->ns->href != NULL) {
539 if (!xmlStrEqual(step->value2, node->ns->href))
579 if (node->ns == NULL) {
583 if (!xmlStrEqual(step->value2, node->ns->href))
605 if (node->ns == NULL) {
608 } else if (node->ns->href != NULL) {
611 if (!xmlStrEqual(step->value2, node->ns->href))
642 if (node->ns
1545 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument
1857 xmlStreamPushInternal(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2216 xmlStreamPush(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
2241 xmlStreamPushNode(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2266 xmlStreamPushAttr(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
[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
6166 xmlNsPtr ns; local
6175 xmlNsPtr ns; local
6250 xmlNsPtr ns; local
6267 xmlNsPtr ns; local
6372 xmlNsPtr ns; local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpreproc.c73 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL))
85 if ((parent->ns == NULL) || (parent->type != XML_ELEMENT_NODE) ||
86 ((parent->ns != inst->ns) &&
87 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
113 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL) ||
127 if (((parent->ns == inst->ns) ||
128 ((parent->ns !
925 xmlNsPtr ns; local
1046 xmlNsPtr ns; local
[all...]
/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/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/xalan/templates/
H A DFuncKey.java81 XNodeSet ns = (XNodeSet)arg;
82 ns.setShouldCacheNodes(true);
83 int len = ns.getLength();
/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/third_party/webrtc/base/
H A Dwin32.h66 char* ns = STACK_ARRAY(char, len8); local
67 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
69 return std::string(ns, len8);
/external/expat/tests/benchmark/
H A Dbenchmark.c32 int j = 0, ns = 0; local
39 ns = 1;
73 if (ns)
/external/netperf/
H A Dnetsh.c303 char *ns;
304 ns = strchr(s,',');
305 if (ns) {
307 *ns++ = '\0';
308 while ((*arg2++ = *ns++) != '\0');
311 /* there was not a comma, we can use ns as a temp s */
313 ns = s;
314 while ((*arg2++ = *ns++) != '\0');
329 char *ns;
330 ns
302 char *ns; local
328 char *ns; local
[all...]
/external/blktrace/
H A Dblktrace.c204 struct net_server_s *ns; member in struct:cl_host
2165 static void ch_add_connection(struct net_server_s *ns, struct cl_host *ch, argument
2181 list_add_tail(&nc->ns_head, &ns->conn_list);
2182 ns->connects++;
2183 ns->pfds = realloc(ns->pfds, (ns->connects+1) * sizeof(struct pollfd));
2186 static void ch_rem_connection(struct net_server_s *ns, struct cl_host *ch, argument
2195 ns->connects--;
2196 ns
2201 net_find_client_host(struct net_server_s *ns, struct in_addr cl_in_addr) argument
2216 net_add_client_host(struct net_server_s *ns, struct sockaddr_in *addr) argument
2253 struct net_server_s *ns = ch->ns; local
2274 net_add_connection(struct net_server_s *ns) argument
2459 handle_client_data(struct net_server_s *ns, int events) argument
2477 net_setup_pfds(struct net_server_s *ns) argument
2495 net_server_handle_connections(struct net_server_s *ns) argument
2528 struct net_server_s *ns = &net_server; local
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_unittest.cc342 const PolicyNamespace ns(POLICY_DOMAIN_EXTENSIONS, kTestExtension);
343 expected_bundle.Get(ns).CopyFrom(expected_policy_);
391 const PolicyNamespace ns(POLICY_DOMAIN_EXTENSIONS, kTestExtension);
393 expected_bundle.Get(ns).CopyFrom(expected_policy_);
414 PolicyNamespace ns(POLICY_DOMAIN_EXTENSIONS, kTestExtension);
415 expected_bundle.Get(ns).CopyFrom(expected_policy_);
416 ns.component_id = kTestExtension2;
417 expected_bundle.Get(ns).CopyFrom(expected_policy_);
429 ns.component_id = kTestExtension;
430 expected_bundle.Get(ns)
[all...]
/external/chromium_org/components/policy/core/common/
H A Dschema_map.h36 const Schema* GetSchema(const PolicyNamespace& ns) const;

Completed in 689 milliseconds

1234567891011>>