OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CNAME
(Results
1 - 25
of
38
) sorted by null
1
2
/external/smack/src/org/xbill/DNS/
CNAMERecord.java
6
*
CNAME
Record - maps an alias to its real name
24
* @param alias The name to which the
CNAME
alias points
28
super(name, Type.
CNAME
, dclass, ttl, alias, "alias");
32
* Gets the target of the
CNAME
Record
39
/** Gets the alias specified by the
CNAME
Record */
SetResponse.java
41
* The Cache/Zone found a
CNAME
when looking for the name.
44
static final int
CNAME
= 4;
92
case
CNAME
:
136
/** Is the result of the lookup a
CNAME
? */
139
return (type ==
CNAME
);
164
* If the query encountered a
CNAME
, return it.
195
case
CNAME
: return "
CNAME
: " + data;
Type.java
28
public static final int
CNAME
= 5;
231
types.add(
CNAME
, "
CNAME
", new CNAMERecord());
Cache.java
430
* If this is the name, look for the actual type or a
CNAME
467
element = oneElement(tname, types, Type.
CNAME
, minCred);
471
return new SetResponse(SetResponse.
CNAME
,
639
} else if (type == Type.
CNAME
&& name.equals(curname)) {
640
CNAMERecord
cname
;
local
643
response = new SetResponse(SetResponse.
CNAME
,
645
cname
= (CNAMERecord) answers[i].first();
646
curname =
cname
.getTarget();
/external/chromium_org/third_party/openssl/openssl/apps/
CA.sh
146
CNAME
="My Certificate"
148
CNAME
="$2"
151
-out newcert.p12 -export -name "$
CNAME
"
/external/openssl/apps/
CA.sh
146
CNAME
="My Certificate"
148
CNAME
="$2"
151
-out newcert.p12 -export -name "$
CNAME
"
/prebuilts/ndk/4/platforms/android-5/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/4/platforms/android-8/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/6/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
/prebuilts/ndk/7/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/7/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
/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/8/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/8/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
/prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc
102
char
cName
[RTCP_CNAME_SIZE];
103
EXPECT_EQ(0, module->
CNAME
(
cName
));
104
EXPECT_STRCASEEQ(
cName
, "john.doe@test.test");
/ndk/sources/host-tools/nawk-20071023/
awk.h
156
#define
CNAME
3
Completed in 4338 milliseconds
1
2