/external/smack/src/org/xbill/DNS/ |
D | SetResponse.java | 44 static final int CNAME = 4; field in SetResponse 92 case CNAME: in ofType() 139 return (type == CNAME); in isCNAME() 195 case CNAME: return "CNAME: " + data; in toString()
|
D | CNAMERecord.java | 28 super(name, Type.CNAME, dclass, ttl, alias, "alias"); in CNAMERecord()
|
D | Type.java | 28 public static final int CNAME = 5; field in Type 231 types.add(CNAME, "CNAME", new CNAMERecord()); in types.add() argument
|
D | Cache.java | 467 element = oneElement(tname, types, Type.CNAME, minCred); in lookup() 471 return new SetResponse(SetResponse.CNAME, in lookup() 639 } else if (type == Type.CNAME && name.equals(curname)) { in addMessage() 643 response = new SetResponse(SetResponse.CNAME, in addMessage()
|
D | Zone.java | 389 rrset = oneRRset(types, Type.CNAME); in lookup() 391 return new SetResponse(SetResponse.CNAME, in lookup()
|
D | Generator.java | 52 return (type == Type.PTR || type == Type.CNAME || type == Type.DNAME || in supportedType()
|
/external/openssl/apps/ |
D | CA.sh | 146 CNAME="My Certificate" 148 CNAME="$2" 151 -out newcert.p12 -export -name "$CNAME"
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | CA.sh | 146 CNAME="My Certificate" 148 CNAME="$2" 151 -out newcert.p12 -export -name "$CNAME"
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 339 ei_get_compilerver_from_cxx_version_string("${eigen_cxx_compiler_version_string}" CNAME CVER) 340 set(${VAR} "${CNAME}-${CVER}") 348 macro(ei_get_compilerver_from_cxx_version_string VERSTRING CNAME CVER) 358 set(${CNAME} "llvm-g++") 360 set(${CNAME} "llvm-clang++") 362 set(${CNAME} "icpc") 364 set(${CNAME} "g++") 366 set(${CNAME} "_") 478 ei_get_compilerver_from_cxx_version_string(${STR} CNAME CVER) 479 if((NOT ${REFNAME} STREQUAL ${CNAME}) OR (NOT ${REFVER} STREQUAL ${CVER})) [all …]
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api.cc | 103 EXPECT_EQ(0, module->CNAME(cName)); in TEST_F()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.h | 62 int32_t CNAME(const uint32_t remoteSSRC,
|
D | rtcp_sender.h | 103 int32_t CNAME(char cName[RTCP_CNAME_SIZE]);
|
D | rtp_rtcp_impl.cc | 683 int32_t ModuleRtpRtcpImpl::CNAME(char c_name[RTCP_CNAME_SIZE]) { in CNAME() function in webrtc::ModuleRtpRtcpImpl 684 return rtcp_sender_.CNAME(c_name); in CNAME() 700 return rtcp_receiver_.CNAME(remote_ssrc, c_name); in RemoteCNAME()
|
D | rtp_rtcp_impl.h | 148 virtual int32_t CNAME(char c_name[RTCP_CNAME_SIZE]) OVERRIDE;
|
D | rtcp_receiver.cc | 1481 int32_t RTCPReceiver::CNAME(const uint32_t remoteSSRC, in CNAME() function in webrtc::RTCPReceiver
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | rtp_rtcp.h | 390 virtual int32_t CNAME(char cName[RTCP_CNAME_SIZE]) = 0;
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 135 MOCK_METHOD1(CNAME,
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 91 Fixed cacheing of CNAMEs. Previously, a CNAME which pointed 201 Re-vamped CNAME processing to cope with RFC 2317's use of 329 Fix bug in CNAME chasing code: One CNAME pointing 524 caching of RFC 2317 CNAME-PTR records. 1290 Fix rare crash associated with long DNS names and CNAME 1338 Fix interesting corner case in CNAME handling. This occurs 1339 when a CNAME has a target which "shadowed" by a name in 1340 /etc/hosts or from DHCP. Resolving the CNAME would sneak 1341 the upstream value of the CNAME's target into the cache, 1343 resolving the CNAME still gives the unshadowed value. This [all …]
|
/external/dnsmasq/po/ |
D | fr.po | 659 msgid "bad CNAME" 660 msgstr "mauvais CNAME" 663 msgid "duplicate CNAME" 664 msgstr "ce CNAME existe d�ja"
|
D | pl.po | 643 msgid "bad CNAME" 644 msgstr "z�a CNAME" 647 msgid "duplicate CNAME" 648 msgstr "powt�rzona CNAME"
|
D | fi.po | 637 msgid "bad CNAME" 641 msgid "duplicate CNAME"
|
D | pt_BR.po | 637 msgid "bad CNAME" 641 msgid "duplicate CNAME"
|
D | it.po | 637 msgid "bad CNAME" 641 msgid "duplicate CNAME"
|
D | es.po | 661 msgid "bad CNAME" 665 msgid "duplicate CNAME" 666 msgstr "CNAME duplicado"
|
D | de.po | 675 msgid "bad CNAME" 679 msgid "duplicate CNAME"
|