Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/external/valgrind/drd/tests/
Dtrylock.stderr.exp2 Locking rwlock via pthread_rwlock_wrlock().
3 Locking rwlock via pthread_rwlock_trywrlock().
4 Locking rwlock via pthread_rwlock_timedwrlock().
5 Locking rwlock via pthread_rwlock_rdlock().
6 Locking rwlock via pthread_rwlock_tryrdlock().
7 Locking rwlock via pthread_rwlock_timedrdlock().
16 Locking mutex via pthread_mutex_trylock().
17 Locking mutex via pthread_mutex_lock().
18 Locking mutex via pthread_mutex_timedlock().
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java123 FromHeader from, ToHeader to, List via, in createRequest() argument
127 || cSeq == null || from == null || to == null || via == null in createRequest()
139 sipRequest.setVia(via); in createRequest()
180 List via, MaxForwardsHeader maxForwards, byte[] content, in createRequest() argument
183 || cSeq == null || from == null || to == null || via == null in createRequest()
197 sipRequest.setVia(via); in createRequest()
233 List via, MaxForwardsHeader maxForwards) throws ParseException { in createRequest() argument
235 || cSeq == null || from == null || to == null || via == null in createRequest()
248 sipRequest.setVia(via); in createRequest()
287 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
[all …]
DSIPRequest.java992 Via via = (Via) (((ViaList) nextHeader).getFirst().clone()); in createSIPRequest() local
993 via.removeParameter("branch"); in createSIPRequest()
994 nextHeader = via; in createSIPRequest()
1075 Via via = (Via) this.getViaHeaders().getFirst(); in getViaHost() local
1076 return via.getHost(); in getViaHost()
1086 Via via = (Via) this.getViaHeaders().getFirst(); in getViaPort() local
1087 if (via.hasPort()) in getViaPort()
1088 return via.getPort(); in getViaPort()
DSIPResponse.java626 private final void setBranch( Via via, String method ) { in setBranch() argument
639 via.setBranch( branch ); in setBranch()
682 public SIPRequest createRequest(SipUri requestURI, Via via, CSeq cseq, From from, To to) { in createRequest() argument
688 this.setBranch( via, method ); in createRequest()
689 newRequest.setHeader(via); in createRequest()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java166 Via via = new Via(); in getViaHeader() local
168 via.setSentBy(sentByHostPort); in getViaHeader()
169 via.setTransport(this.getTransport()); in getViaHeader()
173 via.setHost(host); in getViaHeader()
174 via.setPort(this.getPort()); in getViaHeader()
175 via.setTransport(this.getTransport()); in getViaHeader()
177 return via; in getViaHeader()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
/external/curl/docs/
DFEATURES62 - via http-proxy
73 - via http-proxy
88 - upload via http-proxy as HTTP PUT
93 - via http-proxy
144 - via http-proxy
149 - via http-proxy
157 - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
159 - via http-proxy
164 - via http-proxy
173 - upload e-mails via the append command
[all …]
/external/autotest/server/
Drpm_kernel.py56 specified via get()")
96 specified via get()")
116 specified via get()")
138 specified via get()")
159 specified via get()")
/external/iproute2/ip/
Droutel22 via=""
28 broadcast|local|unreachable) via=$network
40 echo "$network $via $src $proto $scope $dev $table"
/external/valgrind/memcheck/tests/
Dleak_cpp_interior.stderr.exp-64bit13 of which reachable via heuristic:
28 of which reachable via heuristic:
42 of which reachable via heuristic:
54 of which reachable via heuristic:
66 of which reachable via heuristic:
78 of which reachable via heuristic:
92 of which reachable via heuristic:
106 of which reachable via heuristic:
Dleak_cpp_interior.stderr.exp13 of which reachable via heuristic:
28 of which reachable via heuristic:
42 of which reachable via heuristic:
54 of which reachable via heuristic:
66 of which reachable via heuristic:
78 of which reachable via heuristic:
92 of which reachable via heuristic:
106 of which reachable via heuristic:
/external/autotest/puppylab/
DClusterTemplate18 # Chown autotest, triggered via vagrant provision --provision-with shell
25 # 80: tcp port, access the master afe via http://localhost:master_port on host
26 # 3306: mysql port, access the master db via 'mysql --host localhost --port 8002' on host
49 # 80: tcp port, access the master afe via http://localhost:shard1_port on host
/external/iproute2/doc/
Dip-tunnels.tex50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
53 to 10.0.0.0 via \verb|tunl0| in routing table.
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
123 via this tunnel,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
133 kinds and gateway is required to be directly reachable via this tunnel,
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
211 NBMA tunnels are different. To route something via NBMA tunnel
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
219 kernel will refuse request to create route via gateway not directly
[all …]
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java293 Via via = lp.getViaHeader(); in getNewClientTransaction() local
294 request.setHeader(via); in getNewClientTransaction()
698 Via via = sipRequest.getTopmostVia(); in sendRequest() local
699 String branch = via.getBranch(); in sendRequest()
701 via.setBranch(sipRequest.getTransactionId()); in sendRequest()
744 Via via = sipResponse.getTopmostVia(); in sendResponse() local
745 if (via == null) in sendResponse()
751 String transport = via.getTransport(); in sendResponse()
756 String host = via.getReceived(); in sendResponse()
759 host = via.getHost(); in sendResponse()
[all …]
/external/iproute2/testsuite/tests/ip/route/
Dadd_default_route.t13 ts_ip "$0" "Add default route via 1.1.1.2" route add default via 1.1.1.2
25 ts_ip "$0" "Add default route via dead:beef::2" route add default via dead:beef::2
/external/iproute2/bridge/
Dfdb.c249 unsigned int via = 0; in fdb_modify() local
292 via = if_nametoindex(*argv); in fdb_modify()
293 if (via == 0) in fdb_modify()
361 if (via) in fdb_modify()
362 addattr32(&req.n, sizeof(req), NDA_IFINDEX, via); in fdb_modify()
/external/dbus/cmake/modules/
DMacroOptionalFindPackage.cmake5 # an option name WITH_<name>, which can be disabled via the cmake GUI.
6 # or via -DWITH_<name>=OFF
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dcontrol11 RDNSS via an IPv6 router.
22 server addresses via router announcements.
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dcontrol11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
16 or via some other method which allows the gateway route to be
/external/skia/infra/bots/
DREADME.md5 intended to run as standalone Python scripts either locally or via Swarming.
15 Or, you can run the scripts via Swarming:
/external/llvm/test/CodeGen/SPARC/
Dstack-align.ll8 ;; andn), that the local var is accessed via stack pointer (to %o0), and that
9 ;; the argument is accessed via frame pointer not stack pointer (to %o1).
/external/autotest/server/site_tests/system_ColdBoot/
Dcontrol21 - remote shutdown of DUT via Linux commands (ssh)
23 - simulate a power button press via servo
/external/iputils/doc/
Dtftpd.sgml33 via TFTP protocol, effectively chrooting <command/tftpd/ to this directory.
54 that each client booted via TFTP has boot image corresponding
73 Impact is evident, directory exported via TFTP <emphasis/must not/
77 publishing f.e. Cisco IOS config files via TFTP, they contain
89 for everyone can be read or written via TFTP.
/external/webp/
DREADME.android11 - Removed build files necessary for building via autoconf/automake tools
12 These files are not required to build via Android.mk
/external/webrtc/
DREADME.md2 applications with Real-Time Communications (RTC) capabilities via simple APIs.
7 all to communicate via a common set of protocols.

12345678910>>...44