OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sip2
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/tests/
dhcpv6-sip-server-d.out
1
IP6 (hlim 64, next-header UDP (17) payload length: 114) fe80::20c:29ff:fe9b:a15d.547 > fe80::20c:29ff:fe38:f368.546: [udp sum ok] dhcp6 reply (xid=6890d8 (client-ID hwaddr/time type 1 time 418384703 000c2938f368) (server-ID hwaddr/time type 1 time 418354459 000c299ba153) (SIP-servers-domain sip1.my-domain.net.
sip2
.example.com. sip3.sub.my-domain.org.))
/external/clang/test/SemaObjCXX/
arc-type-conversion.mm
175
__strong id *
sip2
= static_cast<__strong id *>(vp);
202
__strong NSString **
sip2
= static_cast<NSString **>(static_cast<__strong id *>(vp));
203
__strong NSString **&si2pref = static_cast<NSString **&>(
sip2
);
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DataItemTests.java
364
final String
sip2
= "sip 2";
local
372
mValues3.put(SipAddress.SIP_ADDRESS,
sip2
);
385
assertEquals(
sip2
, ((SipAddressDataItem) dataList.get(1)).getSipAddress());
Completed in 647 milliseconds