Searched refs:atype (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
207 while(atype != NULL) {
208 printf("auth func: %s\n", atype->auth_type->description);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
211 status = auth_type_self_test(atype->auth_type);
217 atype = atype->next;
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
273 crypto_kernel.auth_type_list = atype->next;
276 atype
373 kernel_auth_type_t *atype, *new_atype; local
483 kernel_auth_type_t *atype; local
[all...]
/external/openssl/crypto/pkcs12/
H A Dp12_attr.c139 ASN1_TYPE *atype; local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
141 if (atype->type != V_ASN1_BMPSTRING) return NULL;
142 return OPENSSL_uni2asc(atype->value.bmpstring->data,
143 atype->value.bmpstring->length);
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
207 while(atype != NULL) {
208 printf("auth func: %s\n", atype->auth_type->description);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
211 status = auth_type_self_test(atype->auth_type);
217 atype = atype->next;
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
273 crypto_kernel.auth_type_list = atype->next;
276 atype
347 kernel_auth_type_t *atype, *new_atype; local
433 kernel_auth_type_t *atype; local
[all...]
/external/javassist/src/main/javassist/
H A DCtPrimitiveType.java32 String methodName, String mDesc, int opcode, int atype,
40 arrayType = atype;
31 CtPrimitiveType(String name, char desc, String wrapper, String methodName, String mDesc, int opcode, int atype, int size) argument
/external/openfst/src/extensions/far/
H A Dmain.cc98 string atype = hdr.ArcType(); local
99 if (atype == "unknown") {
104 return atype;
/external/clang/test/Parser/
H A Ddeclarators.c28 typedef int atype; typedef
30 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
31 ) int x, atype; {}
/external/javassist/src/main/javassist/expr/
H A DNewArray.java81 int atype = iterator.byteAt(currentPos + 1);
82 return getPrimitiveType(atype);
96 CtClass getPrimitiveType(int atype) { argument
97 switch (atype) {
115 throw new RuntimeException("bad atype: " + atype);
182 index = iterator.byteAt(currentPos + 1); // atype
/external/openfst/src/include/fst/
H A Dregister.h123 string atype = A::Type(); local
125 << "\" (arc type = \"" << atype << "\")"; local
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java205 * @param atype int to set
208 public void setAddressType(int atype) { argument
209 addressType = atype;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h163 string atype = A::Type(); local
165 << "\" (arc type = \"" << atype << "\")"; local
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_att.c283 int atype = 0; local
292 atype = stmp->type;
296 atype = attrtype;
313 ASN1_TYPE_set(ttmp, atype, stmp);
/external/openssl/crypto/x509/
H A Dx509_att.c289 int atype = 0; local
298 atype = stmp->type;
302 atype = attrtype;
319 ASN1_TYPE_set(ttmp, atype, stmp);
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java351 int atype = 0;
354 atype = T_BOOLEAN;
357 atype = T_CHAR;
360 atype = T_FLOAT;
363 atype = T_DOUBLE;
366 atype = T_BYTE;
369 atype = T_SHORT;
372 atype = T_INT;
375 atype = T_LONG;
383 bytecode.add(atype);
[all...]
/external/tcpdump/
H A Dprint-bgp.c1290 bgp_attr_print(u_int atype, const u_char *pptr, u_int len) argument
1309 switch (atype) {
1345 as_size = bgp_attr_get_as_size(atype, pptr, len);
2149 u_int aflags, atype, alenlen, alen; local
2155 atype = *(tptr + 1);
2168 "Unknown Attribute", atype,
2170 atype,
2184 if (!bgp_attr_print(atype, tptr, alen))
2194 printf("\n\t no Attribute %u decoder",atype); /* we have no decoder for the attribute */
2442 int aflags, atype, alenle local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c1852 if (cur->atype == XML_ATTRIBUTE_ID) {
2035 ret->atype = type;
2170 cur->atype = attr->atype;
2220 switch (attr->atype) {
2646 attr->atype = XML_ATTRIBUTE_ID;
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
2759 attr->atype = 0;
3037 (attrDecl->atype == XML_ATTRIBUTE_IDREF ||
3038 attrDecl->atype
[all...]
H A Dxmlschemastypes.c2743 if (attr->atype != XML_ATTRIBUTE_ID) {
2756 attr->atype = XML_ATTRIBUTE_ID;
2781 attr->atype = XML_ATTRIBUTE_IDREF;
2795 attr->atype = XML_ATTRIBUTE_IDREFS;
2826 attr->atype = XML_ATTRIBUTE_ENTITY;
2843 attr->atype = XML_ATTRIBUTE_ENTITIES;
/external/libxml2/
H A Dvalid.c1852 if (cur->atype == XML_ATTRIBUTE_ID) {
2035 ret->atype = type;
2170 cur->atype = attr->atype;
2220 switch (attr->atype) {
2646 attr->atype = XML_ATTRIBUTE_ID;
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
2759 attr->atype = 0;
3037 (attrDecl->atype == XML_ATTRIBUTE_IDREF ||
3038 attrDecl->atype
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_prn.c553 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
554 utype = atype->type;
555 fld = &atype->value.asn1_value;
/external/openssl/crypto/asn1/
H A Dtasn_prn.c541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
542 utype = atype->type;
543 fld = &atype->value.asn1_value;
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py470 def __exit__(self, atype, value, traceback):
733 def __exit__(self, atype, value, traceback):
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h226 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
407 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java1243 * @param atype <code>T_BOOLEAN</code>, <code>T_CHAR</code>, ...
1246 public void addNewarray(int atype, int length) { argument
1249 add(atype);
/external/libxml2/include/libxml/
H A Dtree.h264 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
444 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c793 enum tgsi_opcode_type atype; // Actual type of the value local
800 atype = TGSI_TYPE_UNSIGNED;
805 atype = TGSI_TYPE_UNSIGNED;
811 atype = TGSI_TYPE_FLOAT;
815 if (atype != stype) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c793 enum tgsi_opcode_type atype; // Actual type of the value local
800 atype = TGSI_TYPE_UNSIGNED;
805 atype = TGSI_TYPE_UNSIGNED;
811 atype = TGSI_TYPE_FLOAT;
815 if (atype != stype) {

Completed in 763 milliseconds

12