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

1234567891011>>

/external/ltp/testcases/network/stress/multicast/query-flood/
H A Dmcast4-queryfld0381 MCAST_ADDR=224.10.0.1 # If you modify this, please refer ns-mcast_join.c
100 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
101 $LTP_RSH $RHOST killall -SIGHUP ns-igmp_querier >/dev/null 2>&1
187 ns-mcast_join -f 4 -I $lhost_ifname -n 1 -p $MCAST_ADDR_PREFIX -s $SRC_ADDR -F $FILTER_MODE >/dev/null
194 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-igmp_querier -I $rhost_ifname -m $MCAST_ADDR -s $SRC_ADDR -t $NS_DURATION -r 0' ; echo $?'`
205 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
H A Dmcast4-queryfld0494 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
95 $LTP_RSH $RHOST killall -SIGHUP ns-igmp_querier >/dev/null 2>&1
181 ns-mcast_join -f 4 -I $lhost_ifname -n $MCASTNUM_NORMAL -p $MCAST_ADDR_PREFIX >/dev/null
188 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-igmp_querier -I $rhost_ifname -t $NS_DURATION -r 0' ; echo $?'`
199 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
H A Dmcast6-queryfld0188 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
89 $LTP_RSH $RHOST killall -SIGHUP ns-icmpv6_sender >/dev/null 2>&1
175 ns-mcast_join -f 6 -I $lhost_ifname -n 1 -p $MCAST_ADDR_PREFIX >/dev/null
182 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-icmpv6_sender -I $rhost_ifname -S $rhost_linklocal -m -r 0 -t $NS_DURATION' ; echo $?'`
194 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
H A Dmcast6-queryfld0278 MCAST_ADDR=ff0e::1 # If you modify this, please refer ns-mcast_join.c
91 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
92 $LTP_RSH $RHOST killall -SIGHUP ns-icmpv6_sender >/dev/null 2>&1
178 ns-mcast_join -f 6 -I $lhost_ifname -n 1 -p $MCAST_ADDR_PREFIX >/dev/null
185 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-icmpv6_sender -I $rhost_ifname -S $rhost_linklocal -m -D $MCAST_ADDR -r 0 -t $NS_DURATION' ; echo $?'`
196 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
H A Dmcast6-queryfld0378 MCAST_ADDR=ff0e::1 # If you modify this, please refer ns-mcast_join.c
97 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
98 $LTP_RSH $RHOST killall -SIGHUP ns-icmpv6_sender >/dev/null 2>&1
184 ns-mcast_join -f 6 -I $lhost_ifname -n 1 -p $MCAST_ADDR_PREFIX -s $SRC_ADDR -F $FILTER_MODE >/dev/null
191 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-icmpv6_sender -I $rhost_ifname -S $rhost_linklocal -m -D $MCAST_ADDR -a $SRC_ADDR -r 0 -t $NS_DURATION' ; echo $?'`
202 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
H A Dmcast6-queryfld0491 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
92 $LTP_RSH $RHOST killall -SIGHUP ns-icmpv6_sender >/dev/null 2>&1
178 ns-mcast_join -f 6 -I $lhost_ifname -n $MCASTNUM_NORMAL -p $MCAST_ADDR_PREFIX >/dev/null
185 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-icmpv6_sender -I $rhost_ifname -S $rhost_linklocal -m -r 0 -t $NS_DURATION' ; echo $?'`
196 killall -SIGHUP ns-mcast_join >/dev/null 2>&1
/external/libevent/
H A Devdns.c181 struct nameserver *ns; /* the server which we last sent it */ member in struct:request
394 static void nameserver_send_probe(struct nameserver *const ns);
499 struct nameserver *const ns = (struct nameserver *) arg; local
503 EVDNS_LOCK(ns->base);
504 nameserver_send_probe(ns);
505 EVDNS_UNLOCK(ns->base);
512 nameserver_probe_failed(struct nameserver *const ns) { argument
516 ASSERT_LOCKED(ns->base);
517 (void) evtimer_del(&ns->timeout_event);
518 if (ns
557 nameserver_failed(struct nameserver *const ns, const char *msg) argument
617 nameserver_up(struct nameserver *const ns) argument
1357 nameserver_read(struct nameserver *ns) argument
1458 nameserver_write_waiting(struct nameserver *ns, char waiting) argument
1481 struct nameserver *ns = (struct nameserver *) arg; local
2268 struct nameserver *const ns = (struct nameserver *) arg; local
2293 nameserver_send_probe(struct nameserver *const ns) argument
2467 struct nameserver *ns; local
3652 IP_ADDR_STRING *ns; local
[all...]
/external/libxml2/os400/
H A Drpgsupport.c219 __xmlXPathNodeSetGetLength(const xmlNodeSet * ns) argument
222 return xmlXPathNodeSetGetLength(ns);
227 __xmlXPathNodeSetItem(const xmlNodeSet * ns, int index) argument
230 return xmlXPathNodeSetItem(ns, index);
235 __xmlXPathNodeSetIsEmpty(const xmlNodeSet * ns) argument
238 return xmlXPathNodeSetIsEmpty(ns);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex.pass.cpp33 typedef std::chrono::nanoseconds ns; typedef
56 ns d = t1 - t0 - WaitTime;
68 ns d = t1 - t0;
H A Dmutex_duration.pass.cpp36 typedef std::chrono::nanoseconds ns; typedef
56 ns d = t1 - t0 - WaitTime;
66 ns d = t1 - t0 - WaitTime;
H A Dmutex_time_point.pass.cpp36 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
65 ns d = t1 - t0 - WaitTime;
H A Dmutex_try_to_lock.pass.cpp31 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - ms(250);
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_shared_for.pass.cpp36 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0 - WaitTime;
H A Dtry_lock_shared_until.pass.cpp36 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0 - WaitTime;
/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/clang/test/SemaCXX/
H A Dliteral-operators.cpp10 namespace ns { void operator "" _ns_good (const char *); } namespace
H A Dnested-name-spec.cpp196 namespace ns { namespace in namespace:test1
200 using ns::counter;
214 namespace ns { namespace in namespace:test2
221 int *ns::count_ptr = &count;
415 namespace ns { namespace in namespace:PR16951
421 int x1 = ns::an_enumeration::ENUMERATOR; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}}
423 int x2 = ns::an_enumeration::ENUMERATOR::vvv; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \
426 int x3 = ns::an_enumeration::X; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \
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/libxml2/
H A DtestC14N.c35 "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
245 xmlNsPtr ns; local
297 ns = node->nsDef;
298 while(ns != NULL) {
299 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
300 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href);
306 ns = ns
[all...]
/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/clang/test/SemaTemplate/
H A Dms-delayed-default-template-args.cpp60 template <typename T = ns::Bar> // expected-error {{use of undeclared identifier 'ns'}}
64 namespace ns { typedef int Bar; } namespace in namespace:test_scope_spec
/external/jemalloc/include/jemalloc/internal/
H A Dnstime.h14 uint64_t ns; member in struct:nstime_s
21 void nstime_init(nstime_t *time, uint64_t ns);

Completed in 481 milliseconds

1234567891011>>