/external/openssl/crypto/pkcs12/ |
p12_attr.c | 139 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/ |
crypto_kernel.c | 179 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->auth_type->description) 347 kernel_auth_type_t *atype, *new_atype; local 433 kernel_auth_type_t *atype; local [all...] |
/external/elfutils/libebl/ |
eblcorenote.c | 51 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/javassist/src/main/javassist/ |
CtPrimitiveType.java | 32 String methodName, String mDesc, int opcode, int atype, 40 arrayType = atype;
|
/external/clang/test/Parser/ |
declarators.c | 28 typedef int atype; typedef 30 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ 31 ) int x, atype; {}
|
/external/javassist/src/main/javassist/expr/ |
NewArray.java | 81 int atype = iterator.byteAt(currentPos + 1); local 82 return getPrimitiveType(atype); 96 CtClass getPrimitiveType(int atype) { 97 switch (atype) { 115 throw new RuntimeException("bad atype: " + atype); 182 index = iterator.byteAt(currentPos + 1); // atype
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
AddressImpl.java | 205 * @param atype int to set 208 public void setAddressType(int atype) { 209 addressType = atype;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
register.h | 163 string atype = A::Type(); local 165 << "\" (arc type = \"" << atype << "\")"; local
|
/external/openssl/crypto/x509/ |
x509_att.c | 289 int atype = 0; local 298 atype = stmp->type; 302 atype = attrtype; 319 ASN1_TYPE_set(ttmp, atype, stmp);
|
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 351 int atype = 0; local 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...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 543 AnnotationTypeDoc atype = cAnnot.annotationType(); local 544 if (atype.toString().equals(HOST_CONTROLLER)) { 546 } else if (atype.toString().equals(KNOWN_FAILURE)) { 548 } else if (atype.toString().equals(BROKEN_TEST)) { 550 } else if (atype.toString().equals(SUPPRESSED_TEST)) {
|
/external/libxml2/ |
valid.c | [all...] |
xmlschemastypes.c | [all...] |
tree.c | [all...] |
debugXML.c | 504 switch (attr->atype) { [all...] |
xmlschemas.c | [all...] |
/external/openssl/crypto/asn1/ |
tasn_prn.c | 541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local 542 utype = atype->type; 543 fld = &atype->value.asn1_value;
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
ProvisionParser.java | 477 String atype = parser.getAttributeValue(null, "type"); local 478 if (atype.equals("SecurityPolicy")) { 483 } else if (atype.equals("Registry")) {
|
/bionic/libc/bionic/ |
pthread.c | 806 int atype = (*attr & MUTEXATTR_TYPE_MASK); local 808 if (atype >= PTHREAD_MUTEX_NORMAL && 809 atype <= PTHREAD_MUTEX_ERRORCHECK) { 810 *type = atype; [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Bytecode.java | [all...] |
/external/libxml2/include/libxml/ |
tree.h | 226 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute 406 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr [all...] |
/external/webkit/Source/WebCore/bridge/qt/ |
qt_runtime.cpp | 1217 int atype = QMetaType::type(argTypeName); local [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 3162 GType atype = 0; local [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |