Home
last modified time | relevance | path

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

12345678910>>...25

/external/valgrind/main/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 …]
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()
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()
/external/openssl/android.testssl/
Dtestssl85 echo test sslv2 via BIO pair
88 echo test sslv2 with server authentication via BIO pair
92 echo test sslv2 with client authentication via BIO pair
95 echo test sslv2 with both client and server authentication via BIO pair
99 echo test sslv3 via BIO pair
102 echo test sslv3 with server authentication via BIO pair
105 echo test sslv3 with client authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
111 echo test sslv2/sslv3 via BIO pair
119 echo test sslv2/sslv3 with 1024bit DHE via BIO pair
[all …]
/external/llvm/test/CodeGen/CellSPU/
Dimmed32.ll20 ret i32 4784128 ;; ILHU via pattern (0x49000)
24 ret i32 5308431 ;; ILHU/IOHL via pattern (0x5100f)
28 ret i32 511 ;; IL via pattern
32 ret i32 -512 ;; IL via pattern
60 ret float 0x47EFFFFFE0000000 ;; ILHU/IOHL via pattern
66 ret float 0x400921FB60000000 ;; ILHU/IOHL via pattern
72 ret float 0xBFF6A09E60000000 ;; ILHU/IOHL via pattern
78 ret float 0x3FF6A09E60000000 ;; ILHU/IOHL via pattern
82 ret float 0.000000e+00 ;; IL 0 via pattern
Dimmed16.ll8 store i16 419, i16* %x ;; ILH via pattern
14 store i16 1023, i16* %x ;; ILH via pattern
20 store i16 -1023, i16* %x ;; ILH via pattern
26 store i16 32767, i16* %x ;; ILH via pattern
32 store i16 -32768, i16* %x ;; ILH via pattern
Dimmed64.ll70 ret double 0x4005bf0a8b145769 ;; ILHU/IOHL via pattern
86 ret double 0xbff6a09e667f3bcd ;; ILHU/IOHL via pattern
/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()
DSIPServerTransaction.java429 Via via = transactionResponse.getTopmostVia(); in sendResponse() local
430 String transport = via.getTransport(); in sendResponse()
434 int port = via.getRPort(); in sendResponse()
436 port = via.getPort(); in sendResponse()
454 if (via.getMAddr() != null) { in sendResponse()
455 host = via.getMAddr(); in sendResponse()
466 host = via.getParameter(Via.RECEIVED); in sendResponse()
473 host = via.getHost(); in sendResponse()
/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/iproute2/ip/
Droutel22 via=""
28 broadcast|local|unreachable) via=$network
40 echo "$network $via $src $proto $scope $dev $table"
/external/sepolicy/
Dradio.te7 # Talks to init via the property socket.
10 # Talks to rild via the rild socket.
Dte_macros135 # Allow a local socket connection from clientdomain via
144 # Allow a local socket send from clientdomain via
192 # Allow domain to check SELinux permissions via selinuxfs.
202 # Allow domain to check SELinux contexts via selinuxfs.
Dinit.te1 # init switches to init domain (via init.rc).
/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/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/qemu/distrib/sdl-1.2.15/
DREADME.HG2 The latest development version of SDL is available via Mercurial.
15 If you are building SDL via configure, you will need to run autogen.sh
/external/linux-tools-perf/Documentation/
Dperf-sched.txt27 via perf sched record. (this is done by starting up mockup threads
34 workload captured via perf sched record. Columns stand for
/external/webp/
DREADME.android12 - Removed Build files necessary for building via autoconf/automake tools
13 These files are not required to build via Android.mk
/external/webkit/Tools/android/flex-2.5.4a/
Dmkskel.sh4 /* File created from flex.skl via mkskel.sh */
/external/webkit/LayoutTests/http/tests/appcache/
Dxhr-foreign-resource-expected.txt1 Test that a resource marked as foreign can still be loaded via XHR.
/external/webkit/LayoutTests/fast/encoding/
Dcss-charset-dom-expected.txt1 Test for bug 10676: @charset rules not accessible via DOM
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
DReadme.txt14 From now one it is always antlr itself via the depend option
25 Evaluation of dependencies via ANTLRs 'depend' option.

12345678910>>...25