/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
cdefs.h | 185 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname) 186 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
cdefs.h | 185 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname) 186 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
cdefs.h | 185 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname) 186 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname
|
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 990 const char* cname = __Extract_locale_name(name, category, buf); local [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 990 const char* cname = __Extract_locale_name(name, category, buf); local [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/ |
KDCReplyTest.java | 38 assertEquals("cname", new PrincipalName(1, new String[] { "me" }), 89 // cname [4] PrincipalName
|
KerberosErrorMessageTest.java | 45 assertEquals("cname", new PrincipalName(PrincipalName.NT_PRINCIPAL, 170 // cname [8] PrincipalName OPTIONAL
|
/external/chromium/net/http/ |
http_auth_handler_factory.h | 114 // CNAME lookups to generate a Kerberos SPN for the server. It must be 167 // CNAME lookups to generate a Kerberos SPN for the server. If the "negotiate"
|
/external/chromium_org/net/http/ |
http_auth_handler_factory.h | 113 // CNAME lookups to generate a Kerberos SPN for the server. It must be 166 // CNAME lookups to generate a Kerberos SPN for the server. If the "negotiate"
|
/external/chromium_org/third_party/openssl/openssl/crypto/krb5/ |
krb5_asn.h | 197 ** cname[2] PrincipalName, 210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
krb5_asn.h | 197 ** cname[2] PrincipalName, 210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
|
/external/javassist/src/main/javassist/compiler/ |
JvstCodeGen.java | 248 protected void atCflow(ASTList cname) throws CompileError { 250 if (cname == null || cname.tail() != null) 253 makeCflowName(sbuf, cname.head()); 582 String cname = null; local 585 cname = typeDesc.substring(1, typeDesc.length() - 1); 587 cname = typeDesc.substring(dim + 1, typeDesc.length() - 1); 591 = new Declarator(type, cname, dim, varNo, new Symbol(varName));
|
/external/libffi/src/sh/ |
sysv.S | 34 #define CNAME(x) x 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)
|
/external/openssl/crypto/krb5/ |
krb5_asn.h | 197 ** cname[2] PrincipalName, 210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
|
/external/openssl/include/openssl/ |
krb5_asn.h | 197 ** cname[2] PrincipalName, 210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
|
/external/smack/src/org/xbill/DNS/ |
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();
|
Type.java | 28 public static final int CNAME = 5; 231 types.add(CNAME, "CNAME", new CNAMERecord());
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
testutils.cc | 340 const std::string& cname, const std::vector<uint32>& ssrcs) { 345 sp.cname = cname; 351 const std::string& cname, const std::vector<uint32>& ssrcs, 353 cricket::StreamParams sp = CreateSimStreamParams(cname, ssrcs);
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession_unittest.cc | [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 126 const char* cName = NULL; 127 if ((cName = ucnv_getStandardName(icuCanonicalName, "MIME", &status)) != NULL) { 128 return env->NewStringUTF(cName); 129 } else if ((cName = ucnv_getStandardName(icuCanonicalName, "IANA", &status)) != NULL) { 130 return env->NewStringUTF(cName);
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 176 #define ENUM_SUPPORT_BUILTIN_TYPE(builtin_type, type, cname) \ 616 #define ENUM_SUPPORT_BUILTIN_TYPE(builtin_type, type, cname) \ 618 return cname; \ 863 #define ENUM_RS_MATRIX_TYPE(type, cname, dim) \ 864 RSSpecificTypeMap->GetOrCreateValue(cname, DataType ## type); 866 #define ENUM_RS_OBJECT_TYPE(type, cname) \ 867 RSSpecificTypeMap->GetOrCreateValue(cname, DataType ## type); [all...] |
/external/chromium_org/net/dns/ |
dns_response_unittest.cc | 107 // Type CNAME record. 111 0x00, 0x05, // TYPE is CNAME. 184 0x00, 0x05, // TYPE is CNAME. 475 // Answer: name = 'a', type = CNAME, TTL = 0xFF, RDATA = 'foo' (truncated) 495 // Answer: name = 'a', type = CNAME, TTL = 0xFF, RDATA = 'b' 524 // Answer: name = 'a', type = CNAME, TTL = 0xFF, RDATA = 'b' 534 // Answer: name = 'a', type = CNAME, TTL = 0xFF, RDATA = 'b'
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 98 # define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname)) 102 # define _INTL_ASM(cname)
|
/external/stlport/src/ |
locale_catalog.cpp | 164 const char* cname = extract_name(name, buf, hint, __err_code); local 165 if (cname == 0) { 168 name = cname;
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_catalog.cpp | 164 const char* cname = extract_name(name, buf, hint, __err_code); local 165 if (cname == 0) { 168 name = cname;
|