Searched refs:CNAME (Results 1 - 12 of 12) sorted by relevance

/external/libffi/src/m32r/
H A Dsysv.S33 #define CNAME(x) x define
34 #define ENTRY(x) .globl CNAME(x)! .type CNAME(x),%function! CNAME(x):
121 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
/external/smack/src/org/xbill/DNS/
H A DCNAMERecord.java6 * 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 */
H A DSetResponse.java41 * The Cache/Zone found a CNAME when looking for the name.
44 static final int CNAME = 4; field in class:SetResponse
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;
H A DType.java28 public static final int CNAME = 5; field in class:Type
231 types.add(CNAME, "CNAME", new CNAMERecord());
H A DCache.java430 * 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)) {
643 response = new SetResponse(SetResponse.CNAME,
H A DZone.java379 * If this is the name, look for the actual type or a CNAME.
389 rrset = oneRRset(types, Type.CNAME);
391 return new SetResponse(SetResponse.CNAME,
H A DGenerator.java52 return (type == Type.PTR || type == Type.CNAME || type == Type.DNAME ||
64 * PTR, CNAME, DNAME, A, AAAA, and NS.
/external/libffi/src/arm/
H A Dsysv.S38 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
40 #define CNAME(x) x define
42 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
223 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
295 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/chromium_org/third_party/openssl/openssl/apps/
H A DCA.sh146 CNAME="My Certificate"
148 CNAME="$2"
151 -out newcert.p12 -export -name "$CNAME"
/external/openssl/apps/
H A DCA.sh146 CNAME="My Certificate"
148 CNAME="$2"
151 -out newcert.p12 -export -name "$CNAME"
/external/libffi/src/sh64/
H A Dsysv.S34 #define CNAME(x) x define
35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
311 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
431 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/libffi/src/sh/
H A Dsysv.S34 #define CNAME(x) x define
35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
493 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
703 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)

Completed in 392 milliseconds