OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CNAME
(Results
1 - 15
of
15
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
CNAME.py
18
class
CNAME
(dns.rdtypes.nsbase.NSBase):
19
"""
CNAME
record
21
Note: although
CNAME
is officially a singleton type, dnspython allows
22
non-singleton
CNAME
rdatasets because such sets have been commonly
/development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/machine/
asm.h
43
*
CNAME
and HIDENAME manage the relationship between symbol names in C
44
* and the equivalent assembly language names.
CNAME
is given a name as
49
#define
CNAME
(csym) csym
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdatatype.py
38
CNAME
= 5
100
'
CNAME
' :
CNAME
,
173
#
CNAME
is technically a singleton, but we allow multiple CNAMEs.
/ndk/sources/host-tools/nawk-20071023/
awk.h
156
#define
CNAME
3
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc
793
CreateCnameInformation(rtcpPacket.
CName
.SenderSSRC);
797
strncpy(cnameInfo->name, rtcpPacket.
CName
.
CName
, RTCP_CNAME_SIZE - 1);
801
stats_callback_->CNameChanged(rtcpPacket.
CName
.
CName
,
802
rtcpPacket.
CName
.SenderSSRC);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h
664
DNS_PTR_DATAW PTR,Ptr,NS,Ns,
CNAME
,
Cname
,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
697
DNS_PTR_DATAA PTR,Ptr,NS,Ns,
CNAME
,
Cname
,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
Completed in 1397 milliseconds