Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 20 of 20) sorted by relevance

/external/srtp/crypto/kernel/
Dcrypto_kernel.c179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in crypto_kernel_status() local
207 while(atype != NULL) { in crypto_kernel_status()
208 printf("auth func: %s\n", atype->auth_type->description); in crypto_kernel_status()
209 printf(" instance count: %d\n", atype->auth_type->ref_count); in crypto_kernel_status()
211 status = auth_type_self_test(atype->auth_type); in crypto_kernel_status()
217 atype = atype->next; in crypto_kernel_status()
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in crypto_kernel_shutdown() local
273 crypto_kernel.auth_type_list = atype->next; in crypto_kernel_shutdown()
276 atype->auth_type->description); in crypto_kernel_shutdown()
277 crypto_free(atype); in crypto_kernel_shutdown()
[all …]
/external/elfutils/libebl/
Deblcorenote.c51 unsigned long int atype; local
58 atype = auxv->a_type;
65 atype = auxv->a_type;
73 switch (atype)
105 switch (atype)
141 if (atype == AT_NULL)
/external/openssl/crypto/pkcs12/
Dp12_attr.c139 ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL; in PKCS12_get_friendlyname()
141 if (atype->type != V_ASN1_BMPSTRING) return NULL; in PKCS12_get_friendlyname()
142 return OPENSSL_uni2asc(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
143 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/external/clang/test/Parser/
Ddeclarators.c28 typedef int atype; typedef
30 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ in test3() argument
31 ) int x, atype; {} in test3()
/external/javassist/src/main/javassist/expr/
DNewArray.java81 int atype = iterator.byteAt(currentPos + 1); in getComponentType() local
82 return getPrimitiveType(atype); in getComponentType()
96 CtClass getPrimitiveType(int atype) { in getPrimitiveType() argument
97 switch (atype) { in getPrimitiveType()
115 throw new RuntimeException("bad atype: " + atype); in getPrimitiveType()
/external/javassist/src/main/javassist/
DCtPrimitiveType.java32 String methodName, String mDesc, int opcode, int atype, in CtPrimitiveType() argument
40 arrayType = atype; in CtPrimitiveType()
/external/openssl/crypto/x509/
Dx509_att.c289 int atype = 0; in X509_ATTRIBUTE_set1_data() local
298 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
302 atype = attrtype; in X509_ATTRIBUTE_set1_data()
319 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java351 int atype = 0; in atNewArrayExpr2() local
354 atype = T_BOOLEAN; in atNewArrayExpr2()
357 atype = T_CHAR; in atNewArrayExpr2()
360 atype = T_FLOAT; in atNewArrayExpr2()
363 atype = T_DOUBLE; in atNewArrayExpr2()
366 atype = T_BYTE; in atNewArrayExpr2()
369 atype = T_SHORT; in atNewArrayExpr2()
372 atype = T_INT; in atNewArrayExpr2()
375 atype = T_LONG; in atNewArrayExpr2()
383 bytecode.add(atype); in atNewArrayExpr2()
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java208 public void setAddressType(int atype) { in setAddressType() argument
209 addressType = atype; in setAddressType()
/external/libxml2/
Dvalid.c1901 if (cur->atype == XML_ATTRIBUTE_ID) { in xmlScanIDAttributeDecl()
2084 ret->atype = type; in xmlAddAttributeDecl()
2219 cur->atype = attr->atype; in xmlCopyAttribute()
2269 switch (attr->atype) { in xmlDumpAttributeDecl()
2695 attr->atype = XML_ATTRIBUTE_ID; in xmlAddID()
2768 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
2807 attr->atype = 0; in xmlRemoveID()
3085 (attrDecl->atype == XML_ATTRIBUTE_IDREF || in xmlIsRef()
3086 attrDecl->atype == XML_ATTRIBUTE_IDREFS)) in xmlIsRef()
4041 if (attrDecl->atype == XML_ATTRIBUTE_CDATA) in xmlValidCtxtNormalizeAttributeValue()
[all …]
Dxmlschemastypes.c2743 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaValAtomicType()
2756 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaValAtomicType()
2781 attr->atype = XML_ATTRIBUTE_IDREF; in xmlSchemaValAtomicType()
2795 attr->atype = XML_ATTRIBUTE_IDREFS; in xmlSchemaValAtomicType()
2826 attr->atype = XML_ATTRIBUTE_ENTITY; in xmlSchemaValAtomicType()
2843 attr->atype = XML_ATTRIBUTE_ENTITIES; in xmlSchemaValAtomicType()
Dtree.c2038 if ((cur->doc != NULL) && (cur->atype == XML_ATTRIBUTE_ID)) { in xmlFreeProp()
6704 if (prop->atype == XML_ATTRIBUTE_ID) { in xmlSetNsProp()
6706 prop->atype = XML_ATTRIBUTE_ID; in xmlSetNsProp()
6732 if (prop->atype == XML_ATTRIBUTE_ID) in xmlSetNsProp()
8980 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID)) in xmlDOMWrapAdoptBranch()
8984 ((xmlAttrPtr) cur)->atype = 0; in xmlDOMWrapAdoptBranch()
9700 attr->atype = 0; in xmlDOMWrapAdoptAttr()
DdebugXML.c504 switch (attr->atype) { in xmlCtxtDumpAttrDecl()
Dxmlschemas.c5929 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaPValAttrNodeID()
5952 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaPValAttrNodeID()
24379 #define NORMALIZE(atype) \ in xmlSchemaVCheckCVCSimpleType() argument
24382 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h163 string atype = A::Type(); in Convert() local
165 << "\" (arc type = \"" << atype << "\")"; in Convert()
/external/openssl/crypto/asn1/
Dtasn_prn.c541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; in asn1_primitive_print() local
542 utype = atype->type; in asn1_primitive_print()
543 fld = &atype->value.asn1_value; in asn1_primitive_print()
/external/javassist/src/main/javassist/bytecode/
DBytecode.java1246 public void addNewarray(int atype, int length) { in addNewarray() argument
1249 add(atype); in addNewarray()
/external/libxml2/include/libxml/
Dtree.h226 xmlAttributeType atype; /* The attribute type */ member
406 xmlAttributeType atype; /* the attribute type if validating */ member
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp1217 int atype = QMetaType::type(argTypeName); in findMethodIndex() local
1218 if (atype == 0) { in findMethodIndex()
1234 types.append(QtMethodMatchType::metaType(atype, argTypeName)); in findMethodIndex()
/external/bluetooth/glib/gobject/
Dgtype.c3162 GType atype = 0; in g_type_next_base() local
3175 atype = node->supers[n - 1]; in g_type_next_base()
3179 return atype; in g_type_next_base()